Skip to content
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

TST: DatetimeIndex and its Timestamp elements returning same .weekofyear with tz (#6538) #16181

Merged
merged 1 commit into from
May 1, 2017

Conversation

mroeschke
Copy link
Member

I think this was closed by PR #15740.

@codecov
Copy link

codecov bot commented May 1, 2017

Codecov Report

Merging #16181 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16181      +/-   ##
==========================================
- Coverage   90.88%   90.86%   -0.03%     
==========================================
  Files         162      162              
  Lines       50821    50821              
==========================================
- Hits        46189    46177      -12     
- Misses       4632     4644      +12
Flag Coverage Δ
#multiple 88.64% <ø> (-0.03%) ⬇️
#single 40.33% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 63.54% <0%> (-1.82%) ⬇️

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 de87344...042ad24. Read the comment docs.

@codecov
Copy link

codecov bot commented May 1, 2017

Codecov Report

Merging #16181 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16181      +/-   ##
==========================================
- Coverage   90.88%   90.86%   -0.03%     
==========================================
  Files         162      162              
  Lines       50821    50821              
==========================================
- Hits        46189    46177      -12     
- Misses       4632     4644      +12
Flag Coverage Δ
#multiple 88.64% <ø> (-0.03%) ⬇️
#single 40.33% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 63.54% <0%> (-1.82%) ⬇️

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 de87344...042ad24. Read the comment docs.

@TomAugspurger TomAugspurger merged commit 668f91a into pandas-dev:master May 1, 2017
@TomAugspurger
Copy link
Contributor

Thanks!

@jreback jreback added Bug Timezones Timezone data dtype labels May 1, 2017
@jreback jreback added this to the 0.20.0 milestone May 1, 2017
cbertinato pushed a commit to cbertinato/pandas that referenced this pull request May 1, 2017
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
@mroeschke mroeschke deleted the fix_6538 branch December 20, 2017 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

weekofyear gives different results on a DatetimeIndex (if tz is given)
3 participants