From b79c1280513ee61049bcfd0eff24428eb67349c5 Mon Sep 17 00:00:00 2001 From: Piotr Kasprzyk Date: Sun, 19 Apr 2020 00:41:19 +0200 Subject: [PATCH] Fix: single --- doc/source/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 3f15c91f83c6a..eb7ee000a9a86 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -398,7 +398,7 @@ data set, a sliding window of the data or grouped by categories. The latter is a
Change the structure of your data table in multiple ways. You can :func:`~pandas.melt` your data table from wide to long/tidy form or :func:`~pandas.pivot` -from long to wide format. With aggregations built-in, a pivot table is created with a sinlge command. +from long to wide format. With aggregations built-in, a pivot table is created with a single command. .. image:: ../_static/schemas/07_melt.svg :align: center