-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: suppress warnings in data type inference (#179)
Pandas 2.0 `pd.to_datetime` warns upon unsuccessful inference of date format. The warning is unwanted since we use the success/failure of conversion to datetime to determine whether a column is a datetime, i.e. knowingly call the function on data which might not contain datetimes.
- Loading branch information
1 parent
9b5cf70
commit ef16b3b
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters