From e0b56dab24684a6821ceacc953a2646188635707 Mon Sep 17 00:00:00 2001 From: Bogdan Pilyavets <42978332+pilyavetsb@users.noreply.github.com> Date: Tue, 12 Jan 2021 13:05:14 +0300 Subject: [PATCH] DOC: fixed a minor mistake worksheet -> workbook Worksheet can't have multiple worksheets, but workbook can. Minor fix but may definitely confuse newcomers --- .../getting_started/comparison/comparison_with_spreadsheets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/comparison/comparison_with_spreadsheets.rst b/doc/source/getting_started/comparison/comparison_with_spreadsheets.rst index c92d2a660d753..13029173b2e65 100644 --- a/doc/source/getting_started/comparison/comparison_with_spreadsheets.rst +++ b/doc/source/getting_started/comparison/comparison_with_spreadsheets.rst @@ -35,7 +35,7 @@ General terminology translation ``DataFrame`` ~~~~~~~~~~~~~ -A ``DataFrame`` in pandas is analogous to an Excel worksheet. While an Excel worksheet can contain +A ``DataFrame`` in pandas is analogous to an Excel worksheet. While an Excel workbook can contain multiple worksheets, pandas ``DataFrame``\s exist independently. ``Series``