We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57ae1b commit 32efa35Copy full SHA for 32efa35
docs/source/using_standard_datasets.rst
@@ -53,7 +53,7 @@ For the simplest use, you can simply select a standard dataset and generate a da
53
54
.. code-block:: python
55
56
- import dbldatagen as df
+ import dbldatagen as dg
57
df = dg.Datasets(spark, "basic/user").get().build()
58
display(df)
59
0 commit comments