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 f99882d commit e7f2b74Copy full SHA for e7f2b74
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