-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Description
some ideas on reorging.
- rename
pandas/util/misc.pytopandas/util/tools.pyorpandas/util/util.py(a69d628)- move
core/generic.py/_validate_kwargs(and newvalidate_args) here (6e64787) - move the
various python utilitiessection fromcore/common(CLN: reorg type inference & introspection #13147)
- move
- create
pandas/types/(CLN: cleaning core/common.py #12804)- move
pandas/core/dtypes.pyhere
- move
- create
pandas/types/types.py(CLN: cleaning core/common.py #12804)- move
bind_method,create_pandas_abc_typeshere (fromcore/common.py) - move the
is_...._dtypeto here (CLN: reorg type inference & introspection #13147)
- move
- move
core/common.py/concat*to new sub-packagetypes/concat(BUG: SparseSeries concat results in dense #12844) - move
core/common.py/take*stuff toalgorithms(may need to create a sub-package for this) (CLN: cleaning core/common.py #12804) - create new sub-package
pandas/formats(CLN: cleaning core/common.py #12804)- move
core/common.py/printing utilitiesto new sub-packagepandas/formats/printing.py(CLN: cleaning core/common.py #12804) - move
core/format.pyhere as well (maybe split later) (CLN: cleaning core/common.py #12804)
- move