Skip to content

Added Datetime & Timedelta inference to array #24571

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

Conversation

TomAugspurger
Copy link
Contributor

Closes #24568

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

Merging #24571 into master will decrease coverage by 49.24%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #24571       +/-   ##
===========================================
- Coverage   92.31%   43.07%   -49.25%     
===========================================
  Files         166      166               
  Lines       52556    52563        +7     
===========================================
- Hits        48518    22640    -25878     
- Misses       4038    29923    +25885
Flag Coverage Δ
#multiple ?
#single 43.07% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/arrays/array_.py 12.82% <0%> (-87.18%) ⬇️
pandas/io/formats/latex.py 0% <0%> (-100%) ⬇️
pandas/core/categorical.py 0% <0%> (-100%) ⬇️
pandas/io/sas/sas_constants.py 0% <0%> (-100%) ⬇️
pandas/tseries/plotting.py 0% <0%> (-100%) ⬇️
pandas/tseries/converter.py 0% <0%> (-100%) ⬇️
pandas/io/formats/html.py 0% <0%> (-99.04%) ⬇️
pandas/core/groupby/categorical.py 0% <0%> (-95.46%) ⬇️
pandas/io/sas/sas7bdat.py 0% <0%> (-91.17%) ⬇️
pandas/io/sas/sas_xport.py 0% <0%> (-90.15%) ⬇️
... and 125 more

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 588b558...c7056fe. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24571      +/-   ##
==========================================
+ Coverage   92.31%   92.31%   +<.01%     
==========================================
  Files         166      166              
  Lines       52556    52563       +7     
==========================================
+ Hits        48518    48526       +8     
+ Misses       4038     4037       -1
Flag Coverage Δ
#multiple 90.74% <100%> (ø) ⬆️
#single 43.06% <0%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/arrays/array_.py 100% <100%> (ø) ⬆️
pandas/util/testing.py 87.71% <0%> (+0.09%) ⬆️

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 588b558...3d9cebe. Read the comment docs.

@jreback jreback added this to the 0.24.0 milestone Jan 2, 2019
@jreback
Copy link
Contributor

jreback commented Jan 2, 2019

lgtm. let's waiting on things though till we have fixed windows CI.

@jbrockmendel
Copy link
Member

Can tm.to_array be replaced with pd.array then?

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Jan 2, 2019 via email

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Jan 2, 2019 via email

@jreback
Copy link
Contributor

jreback commented Jan 2, 2019

@jbrockmendel but maybe should use its as much as possible (e.g. hit the special cases, else hit pd.array)

@TomAugspurger
Copy link
Contributor Author

Agreed. I tried that briefly, and things failed (haven't looked deeply yet). Not sure if it's a bug in pd.array or different semantics for tm.to_array.

@jreback jreback merged commit c217656 into pandas-dev:master Jan 3, 2019
@jreback
Copy link
Contributor

jreback commented Jan 3, 2019

thanks @TomAugspurger

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants