Skip to content

Commit

Permalink
Update docs/website/docs/general-usage/dataset-access/dataset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA authored Dec 13, 2024
1 parent 3d3b638 commit 16954fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/dataset-access/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The methods available on the ReadableRelation correspond to the methods availabl

## Special queries

You can use the `row_counts` method to get the row counts of all tables in the destination as a dataframe.
You can use the `row_counts` method to get the row counts of all tables in the destination as a DataFrame.

```py
# print the row counts of all tables in the destination as dataframe
Expand Down

0 comments on commit 16954fb

Please sign in to comment.