Replies: 1 comment
-
|
Does it work with pure Pydantic model? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
HeroMeeting.model_validate(...).'float' object cannot be interpreted as an integer.Cause
NonetoNaT, which has the typepandas._libs.tslibs.nattype.NaTType.NaTTypeas a valid data type for a datetype column and raises a TypeError when attempting to parse it.Workaround
model_validate.Operating System
Linux
Operating System Details
Linux nixos 6.12.59 #1-NixOS SMP PREEMPT_DYNAMIC Mon Nov 24 09:36:08 UTC 2025 x86_64 GNU/Linux
SQLModel Version
0.0.24
Python Version
3.12.12
Additional Context
Using pandas 2.3.1
Beta Was this translation helpful? Give feedback.
All reactions