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

Merged
merged 1 commit into from Dec 19, 2016

Conversation

Projects
None yet
2 participants
Contributor

jreback commented Dec 18, 2016

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

jreback added this to the 0.20.0 milestone Dec 18, 2016

@jreback jreback ENH: select_dtypes now allows 'datetimetz' for generically selecting …
…datetimes with timezones
2e1b58d

codecov-io commented Dec 19, 2016 edited

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

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@ShaharBental ShaharBental added a commit to ShaharBental/pandas that referenced this pull request Dec 26, 2016

@jreback @ShaharBental jreback + ShaharBental ENH: select_dtypes now allows 'datetimetz' for generically selecting …
…datetimes with timezones (#14910)
808f386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment