Skip to content

Commit b2887eb

Browse files
authored
Update use_with_pandas.mdx: to_pandas() correction in last section (#7407)
Update use_with_pandas.mdx last section ``to_pandas()"
1 parent cd67cf3 commit b2887eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/use_with_pandas.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ And you can use [`Dataset.to_pandas`] to export a Dataset to a Pandas DataFrame:
7979

8080

8181
```python
82-
df = Dataset.from_pandas(ds)
82+
df = Dataset.to_pandas()
8383
```

0 commit comments

Comments
 (0)