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

Fix test_parse_dates_multi_column on pandas=3 #11132

Merged
merged 2 commits into from
May 21, 2024

Conversation

jrbourbeau
Copy link
Member

Using nested values for parse_dates was deprecated in pandas=2.2 and is now being removed in pandas=3 (xref pandas-dev/pandas#58622). We already emit the same deprecation warning or error as pandas, depending on what version of pandas is installed. This PR just adjusts the corresponding test.

xref #11111

Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

     15 files  ±0       15 suites  ±0   3h 23m 13s ⏱️ - 3m 35s
 13 123 tests ±0   12 190 ✅ ±0     931 💤 ±0  2 ❌ ±0 
162 492 runs  ±0  142 425 ✅ +2  20 065 💤  - 2  2 ❌ ±0 

For more details on these failures, see this check.

Results for commit c708e50. ± Comparison against base commit 40a095c.

@jrbourbeau
Copy link
Member Author

Going to go ahead and merge this one is due to the minor nature of the changes here. Happy to follow up in a separate PR if folks have comments.

@jrbourbeau jrbourbeau merged commit 99d64ce into dask:main May 21, 2024
26 of 27 checks passed
@jrbourbeau jrbourbeau deleted the test_parse_dates_multi_column-fixup branch May 21, 2024 21:10
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.

None yet

1 participant