-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DataFrame/Series.tz_convert with copy=False modifies original data #6326
Comments
looks ok in 0.13.1..
|
If you inspect
|
why would you expect the |
Updated the comment above with the output. |
ahh..ok....will mark as a bug...thanks for the report |
The Series case is actually wrong now as well.
|
Hi. Not sure if it is a bug, or something which needs to be clarified.
Consider the code
s
index is still the same as before. If i do the same for frames.This time index of
d
has changed. From the code it is not clear ifDataFrame
is doing the right thing either.So is it a bug or is it just inconsistent, or is it an intention?
Update:
The text was updated successfully, but these errors were encountered: