Skip to content

BUG: bug in .at/.loc indexing with a tz-aware columns #15827

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

Closed
wants to merge 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 28, 2017

closes #15822

@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype labels Mar 28, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 28, 2017
@jreback jreback closed this in a940605 Mar 28, 2017
@codecov
Copy link

codecov bot commented Mar 28, 2017

Codecov Report

Merging #15827 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15827      +/-   ##
==========================================
- Coverage   90.99%   90.98%   -0.02%     
==========================================
  Files         143      143              
  Lines       49403    49408       +5     
==========================================
- Hits        44956    44953       -3     
- Misses       4447     4455       +8
Impacted Files Coverage Δ
pandas/core/frame.py 97.56% <100%> (-0.1%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/common.py 91.3% <0%> (+0.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dab800...4fcd2c6. Read the comment docs.

mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
closes pandas-dev#15822

Author: Jeff Reback <[email protected]>

Closes pandas-dev#15827 from jreback/at and squashes the following commits:

4fcd2c6 [Jeff Reback] BUG: bug in .at/.loc indexing with a tz-aware columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get localized Timestamp using ".at" cannot get the time zone info
1 participant