Skip to content
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

Include timedelta64 dtype conversion in tests & docs #74

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

DrGFreeman
Copy link
Owner

Fixes #24

Include timedelta64 dtype conversion in tests & docs. Skip the specific tests in environments with pandas < 1.5 and update note in docs (README/overview) to indicate the pandas bug affects pandas versions < 1.5 only.

Include timedelta64 type in tests with dtype conversion. Mark the tests
as skipped for tests with pandas < 1.5 (pandas bug fixed in 1.5 and up).
Uncomment the timedelta64 dtype conversion in docs examples and update
note to indicate the pandas bug applies to pandas versions < 1.5 only.
@DrGFreeman DrGFreeman merged commit 885576d into main Feb 17, 2024
21 checks passed
@DrGFreeman DrGFreeman deleted the 24-pandas-timedelta-string-bug branch February 17, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timedelta string values cannot be converted with the dtype parameter
1 participant