Skip to content

Commit 7c4b98e

Browse files
authored
REF: refactor describe.py into the methods folder (#50559)
1 parent 8912f96 commit 7c4b98e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
from pandas.core.arrays import ExtensionArray
143143
from pandas.core.base import PandasObject
144144
from pandas.core.construction import extract_array
145-
from pandas.core.describe import describe_ndframe
146145
from pandas.core.flags import Flags
147146
from pandas.core.indexes.api import (
148147
DatetimeIndex,
@@ -160,6 +159,7 @@
160159
)
161160
from pandas.core.internals.construction import mgr_to_mgr
162161
from pandas.core.internals.managers import _using_copy_on_write
162+
from pandas.core.methods.describe import describe_ndframe
163163
from pandas.core.missing import (
164164
clean_fill_method,
165165
clean_reindex_fill_method,
File renamed without changes.

0 commit comments

Comments
 (0)