Skip to content

TST: AmbiguousTimeError with set_index() #13814

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
Jul 27, 2016
Merged

Conversation

sinhrks
Copy link
Member

@sinhrks sinhrks commented Jul 27, 2016

this has been fixed by #13750. added tests.

@sinhrks sinhrks added the Testing pandas testing functions or related to the test suite label Jul 27, 2016
@sinhrks sinhrks added this to the 0.19.0 milestone Jul 27, 2016
@@ -753,6 +753,8 @@ Bug Fixes
- Bug in ``.unstack`` with ``Categorical`` dtype resets ``.ordered`` to ``True`` (:issue:`13249`)
- Clean some compile time warnings in datetime parsing (:issue:`13607`)
- Bug in ``factorize`` raises ``AmbiguousTimeError`` if data contains datetime near DST boundary (:issue:`13750`)
- Bug in ``.set_index`` raises ``AmbiguousTimeError`` if new index contains DST boundary ahd multi levels (:issue:`12920`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahd -> and

@jorisvandenbossche
Copy link
Member

One typo, looks good!

@codecov-io
Copy link

codecov-io commented Jul 27, 2016

Current coverage is 85.23% (diff: 100%)

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

@@             master     #13814   diff @@
==========================================
  Files           140        140          
  Lines         50420      50420          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          42974      42976     +2   
+ Misses         7446       7444     -2   
  Partials          0          0          

Powered by Codecov. Last update 31f8e4d...f6696ff

@jreback jreback merged commit cc216ad into pandas-dev:master Jul 27, 2016
@jreback
Copy link
Contributor

jreback commented Jul 27, 2016

thanks!

@sinhrks sinhrks deleted the test_12920 branch July 27, 2016 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AmbiguousTimeError with set_index()
4 participants