You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/getting_started/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ data set, a sliding window of the data or grouped by categories. The latter is a
398
398
<divclass="card-body">
399
399
400
400
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`
401
-
from long to wide format. With aggregations built-in, a pivot table is created with a sinlge command.
401
+
from long to wide format. With aggregations built-in, a pivot table is created with a single command.
0 commit comments