Skip to content

implement independent parts of #24024 #24276

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 2 commits into from
Dec 14, 2018

Conversation

jbrockmendel
Copy link
Member

@TomAugspurger just for kicks I went through to see how much of #24024 could be implemented without actually changing anything. Could've squeezed out a little bit more; as-is only about 6% by line-count. If it's not worth the rebasing hassle, I'll close.

@pep8speaks
Copy link

Hello @jbrockmendel! Thanks for submitting the PR.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Dec 14, 2018 via email

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #24276 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24276      +/-   ##
==========================================
+ Coverage   92.22%   92.22%   +<.01%     
==========================================
  Files         162      162              
  Lines       51789    51797       +8     
==========================================
+ Hits        47762    47771       +9     
+ Misses       4027     4026       -1
Flag Coverage Δ
#multiple 90.63% <100%> (ø) ⬆️
#single 43.01% <58.53%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/arrays/datetimelike.py 96.38% <100%> (+0.03%) ⬆️
pandas/io/formats/format.py 97.98% <100%> (ø) ⬆️
pandas/core/arrays/timedeltas.py 87.16% <100%> (+0.05%) ⬆️
pandas/core/indexes/datetimes.py 96.33% <100%> (-0.02%) ⬇️
pandas/core/arrays/datetimes.py 98.57% <100%> (+0.01%) ⬆️
pandas/core/arrays/period.py 98.5% <100%> (+0.21%) ⬆️
pandas/util/testing.py 87.51% <100%> (ø) ⬆️

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 d43ac97...bb71995. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #24276 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24276      +/-   ##
==========================================
+ Coverage   92.22%   92.22%   +<.01%     
==========================================
  Files         162      162              
  Lines       51789    51797       +8     
==========================================
+ Hits        47762    47771       +9     
+ Misses       4027     4026       -1
Flag Coverage Δ
#multiple 90.63% <100%> (ø) ⬆️
#single 43.01% <58.53%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/arrays/datetimelike.py 96.38% <100%> (+0.03%) ⬆️
pandas/io/formats/format.py 97.98% <100%> (ø) ⬆️
pandas/core/arrays/timedeltas.py 87.16% <100%> (+0.05%) ⬆️
pandas/core/indexes/datetimes.py 96.33% <100%> (-0.02%) ⬇️
pandas/core/arrays/datetimes.py 98.57% <100%> (+0.01%) ⬆️
pandas/core/arrays/period.py 98.5% <100%> (+0.21%) ⬆️
pandas/util/testing.py 87.51% <100%> (ø) ⬆️

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 d43ac97...bb71995. Read the comment docs.

@jreback jreback added Datetime Datetime data dtype Clean labels Dec 14, 2018
@jreback jreback added this to the 0.24.0 milestone Dec 14, 2018
@jreback
Copy link
Contributor

jreback commented Dec 14, 2018

lgtm. @TomAugspurger merge if ok (as you will have to rebase on top)

@TomAugspurger TomAugspurger merged commit fe175b8 into pandas-dev:master Dec 14, 2018
@jbrockmendel jbrockmendel deleted the prelim branch December 14, 2018 16:13
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
* implement independent parts of pandas-dev#24024

* move monotonic checks up
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
* implement independent parts of pandas-dev#24024

* move monotonic checks up
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.

4 participants