Skip to content

Implement get_day_of_year, tests #19555

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

Merged
merged 6 commits into from
Feb 7, 2018
Merged

Conversation

jbrockmendel
Copy link
Member

Separates the ccalendar.get_day_of_year part out of #18540, implements tests, uses it in Timestamp renders Timestamp._get_field unnecessary.

@pep8speaks
Copy link

pep8speaks commented Feb 6, 2018

Hello @jbrockmendel! Thanks for updating the PR.

Cheers ! There are no PEP8 issues in this Pull Request. 🍻

Comment last updated on February 07, 2018 at 00:34 Hours UTC

@codecov
Copy link

codecov bot commented Feb 7, 2018

Codecov Report

Merging #19555 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19555      +/-   ##
==========================================
+ Coverage    91.6%   91.63%   +0.02%     
==========================================
  Files         150      150              
  Lines       48750    48750              
==========================================
+ Hits        44657    44670      +13     
+ Misses       4093     4080      -13
Flag Coverage Δ
#multiple 90% <100%> (+0.02%) ⬆️
#single 41.75% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/datetimes.py 95.25% <100%> (ø) ⬆️
pandas/io/parsers.py 95.56% <0%> (+0.06%) ⬆️
pandas/plotting/_converter.py 66.95% <0%> (+1.73%) ⬆️

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 93c86aa...5b11a2a. Read the comment docs.

@jreback jreback added Datetime Datetime data dtype Clean labels Feb 7, 2018
@jreback jreback added this to the 0.23.0 milestone Feb 7, 2018
@jreback jreback merged commit 0e58964 into pandas-dev:master Feb 7, 2018
@jreback
Copy link
Contributor

jreback commented Feb 7, 2018

ok! love things that consolidate utilities

@jbrockmendel jbrockmendel deleted the ccal branch February 8, 2018 04:50
harisbal pushed a commit to harisbal/pandas that referenced this pull request Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants