Checking pandas column holding datetime.time class values #1075
Unanswered
HerveMignot
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi @HerveMignot, have you tried using the Do you have a reproducible code snippet example that you're working with? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having, in a
pandas.DataFrame
, a column containing durations encoded asdatetime.time
, with some null values (coded aspd.NaT
, below being a sample of results when applyingtype()
to cells in the column):is there a Pandera Data Type that can be used to validate such a column (
nullable=True
)?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions