Skip to content

BUG: select_dtypes now allows 'datetimetz' for generically selecting datetimes with timezones #14910

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 1 commit into from
Dec 19, 2016

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Dec 18, 2016

was missing a generic way to use select_dtypes to select any datetime with tz.

@jreback jreback added Bug Dtype Conversions Unexpected or buggy dtype conversions labels Dec 18, 2016
@jreback jreback added this to the 0.20.0 milestone Dec 18, 2016
@jreback jreback force-pushed the select_dtypes branch 2 times, most recently from 1f08bb0 to 8b0bd16 Compare December 18, 2016 20:29
@codecov-io
Copy link

codecov-io commented Dec 19, 2016

Current coverage is 84.57% (diff: 100%)

Merging #14910 into master will increase coverage by <.01%

@@             master     #14910   diff @@
==========================================
  Files           144        144          
  Lines         51057      51060     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43180      43183     +3   
  Misses         7877       7877          
  Partials          0          0          

Powered by Codecov. Last update f1cfe5b...2e1b58d

@jreback jreback merged commit 8b98104 into pandas-dev:master Dec 19, 2016
ShaharBental pushed a commit to ShaharBental/pandas that referenced this pull request Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants