Skip to content

Conversation

@cosmicBboy
Copy link
Collaborator

@cosmicBboy cosmicBboy commented Apr 19, 2024

Fixes #1543

This PR allows you to specify a timezone-agnostic DateTime type:

import pandera as pa
from pandera.engines.polars_engine import DateTime

schema = pa.DataFrameSchema({"col": pa.Column(DateTime(time_zone_agnostic=True))})

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.

Validating datetime columns regardless of timezone

2 participants