-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: losing Index/Series names master issue #9862
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
I am working on this issue now.. lets see how far I can get.. |
|
…corresponding test in test_index
How about making |
+1 |
IIRC the checking names option was turned off as a default quite a while ago, because too many things were breaking; I suspect it would be much closer nowadays. so +1 here as well. |
Independently stumbled upon the same thing: #9943 |
@jreback #8093 seems already fixed. |
cases where index names are lost in various operations, most of these involve an issue in
concat
Index.name
Panel.fillna
, Panel.fillna() loses index names #3570.append
, Adding new rows drops index name #9857 (closed by BUG: fix for index name lost #9857 and also added the corresponding test in test_index.py #9876).size
, BUG: GroupBy.size doesn't attach index name properly if grouped by TimeGrouper #9925.intersection/.union
, BUG: index name lost when indexing with another index #9943drop_duplicates
, BUG: drop_duplicates drops name(s). #10116to_datetime/to_timedelta
BUG: Index name is not preserved during some conversions #10875 (closed by BUG: Index name lost in conv #10875 #10945)Index.__new__
API/BUG: Index creation with named Index resets name #11193Series.name
The text was updated successfully, but these errors were encountered: