We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8912f96 commit 7c4b98eCopy full SHA for 7c4b98e
pandas/core/generic.py
@@ -142,7 +142,6 @@
142
from pandas.core.arrays import ExtensionArray
143
from pandas.core.base import PandasObject
144
from pandas.core.construction import extract_array
145
-from pandas.core.describe import describe_ndframe
146
from pandas.core.flags import Flags
147
from pandas.core.indexes.api import (
148
DatetimeIndex,
@@ -160,6 +159,7 @@
160
159
)
161
from pandas.core.internals.construction import mgr_to_mgr
162
from pandas.core.internals.managers import _using_copy_on_write
+from pandas.core.methods.describe import describe_ndframe
163
from pandas.core.missing import (
164
clean_fill_method,
165
clean_reindex_fill_method,
pandas/core/describe.py renamed to pandas/core/methods/describe.py
0 commit comments