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/extending.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ you can retain subclasses through ``pandas`` data manipulations.
167
167
168
168
There are 3 constructor properties to be defined:
169
169
170
-
- ``_constructor``: Used when a manipulation result has the same dimesions as the original.
170
+
- ``_constructor``: Used when a manipulation result has the same dimensions as the original.
171
171
- ``_constructor_sliced``: Used when a manipulation result has one lower dimension(s) as the original, such as ``DataFrame`` single columns slicing.
172
172
- ``_constructor_expanddim``: Used when a manipulation result has one higher dimension as the original, such as ``Series.to_frame()`` and ``DataFrame.to_panel()``.
Copy file name to clipboardExpand all lines: doc/source/indexing.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -700,7 +700,7 @@ Current Behavior
700
700
Reindexing
701
701
~~~~~~~~~~
702
702
703
-
The idiomatic way to achieve selecting potentially not-found elmenents is via ``.reindex()``. See also the section on :ref:`reindexing <basics.reindexing>`.
703
+
The idiomatic way to achieve selecting potentially not-found elements is via ``.reindex()``. See also the section on :ref:`reindexing <basics.reindexing>`.
0 commit comments