We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd67cf3 commit b2887ebCopy full SHA for b2887eb
docs/source/use_with_pandas.mdx
@@ -79,5 +79,5 @@ And you can use [`Dataset.to_pandas`] to export a Dataset to a Pandas DataFrame:
79
80
81
```python
82
-df = Dataset.from_pandas(ds)
+df = Dataset.to_pandas()
83
```
0 commit comments