We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For example:
p = pandas.Period('2012-10-23', 'D') p.start_time <Timestamp: 2012-10-23 00:00:00> p.end_time <Timestamp: 2012-10-23 00:00:00>
There are tests, but they fail to detect the problem because they are comparing the end_time to a constant which is the start_time (so they pass).
The text was updated successfully, but these errors were encountered:
Merge remote branch 'chang/to-timestamp'
74fdbaa
* chang/to-timestamp: BUG: add same to_timestamp change to PeriodIndex BUG: change default frequency for to_timestamp BUG: start_time end_time to_timestamp bugs #2124 #2125 #1764
No branches or pull requests
For example:
There are tests, but they fail to detect the problem because they are comparing the end_time to a constant which is the start_time (so they pass).
The text was updated successfully, but these errors were encountered: