polars.exceptions.ChronoFormatWarning#
- exception polars.exceptions.ChronoFormatWarning[source]#
Warning issued when a chrono format string contains dubious patterns.
Polars uses Rust’s chrono crate to convert between string data and temporal data. The patterns used by chrono differ slightly from Python’s built-in datetime module. Refer to the chrono strftime documentation for the full specification.