-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN & REORG core/common.py #12503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @wesm |
+1 for the reorganization. Will move the |
+1 on anything that helps separate implementation matters, especially anything we're contemplating replacing / refactoring, from the public user API. |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jul 13, 2016
ENH: add pandas.api Closes pandas-dev#12503
nateGeorge
pushed a commit
to nateGeorge/pandas
that referenced
this issue
Aug 15, 2016
closes pandas-dev#12503 Author: Jeff Reback <jeff@reback.net> Closes pandas-dev#13147 from jreback/types and squashes the following commits: 244649a [Jeff Reback] CLN: reorg type inference & introspection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
some ideas on reorging.
pandas/util/misc.py
topandas/util/tools.py
orpandas/util/util.py
(a69d628)core/generic.py/_validate_kwargs
(and newvalidate_args
) here (6e64787)various python utilities
section fromcore/common
(CLN: reorg type inference & introspection #13147)pandas/types/
(CLN: cleaning core/common.py #12804)pandas/core/dtypes.py
herepandas/types/types.py
(CLN: cleaning core/common.py #12804)bind_method
,create_pandas_abc_types
here (fromcore/common.py
)is_...._dtype
to here (CLN: reorg type inference & introspection #13147)core/common.py/concat*
to new sub-packagetypes/concat
(BUG: SparseSeries concat results in dense #12844)core/common.py/take*
stuff toalgorithms
(may need to create a sub-package for this) (CLN: cleaning core/common.py #12804)pandas/formats
(CLN: cleaning core/common.py #12804)core/common.py/printing utilities
to new sub-packagepandas/formats/printing.py
(CLN: cleaning core/common.py #12804)core/format.py
here as well (maybe split later) (CLN: cleaning core/common.py #12804)The text was updated successfully, but these errors were encountered: