From 16954fba8f9eab5a622b3ae978d0cef4c950878e Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:40:31 +0100 Subject: [PATCH] Update docs/website/docs/general-usage/dataset-access/dataset.md --- docs/website/docs/general-usage/dataset-access/dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/dataset-access/dataset.md b/docs/website/docs/general-usage/dataset-access/dataset.md index efc03cc076..f9c01603f6 100644 --- a/docs/website/docs/general-usage/dataset-access/dataset.md +++ b/docs/website/docs/general-usage/dataset-access/dataset.md @@ -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