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
Featuretools is a Python library for automated feature engineering built on top of pandas. It excels at transforming temporal and relational datasets into feature matrices for machine learning using reusable feature engineering "primitives". Users can contribute their own primitives in Python and share them with the rest of the community.
42
45
43
46
.. _ecosystem.visualization:
44
47
@@ -184,9 +187,9 @@ and metadata disseminated in
184
187
`SDMX <http://www.sdmx.org>`_ 2.1, an ISO-standard
185
188
widely used by institutions such as statistics offices, central banks,
186
189
and international organisations. pandaSDMX can expose datasets and related
187
-
structural metadata including dataflows, code-lists,
188
-
and datastructure definitions as pandas Series
189
-
or multi-indexed DataFrames.
190
+
structural metadata including data flows, code-lists,
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()``.
0 commit comments