Closed
Description
some ideas on reorging.
- rename
pandas/util/misc.py
topandas/util/tools.py
orpandas/util/util.py
(a69d628)- move
core/generic.py/_validate_kwargs
(and newvalidate_args
) here (6e64787) - move the
various python utilities
section fromcore/common
(CLN: reorg type inference & introspection #13147)
- move
- create
pandas/types/
(CLN: cleaning core/common.py #12804)- move
pandas/core/dtypes.py
here
- move
- create
pandas/types/types.py
(CLN: cleaning core/common.py #12804)- move
bind_method
,create_pandas_abc_types
here (fromcore/common.py
) - move the
is_...._dtype
to 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 utilities
to new sub-packagepandas/formats/printing.py
(CLN: cleaning core/common.py #12804) - move
core/format.py
here as well (maybe split later) (CLN: cleaning core/common.py #12804)
- move