-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Open
Labels
Description
Right now trying to parse JSON using orient='table' will fail if the object contains Timedeltas intentionally:
pandas/pandas/io/json/table_schema.py
Line 310 in bc37ea2
if 'timedelta64' in dtypes.values(): |
Since #19065 was merged I think this should now be possible if anyone wants to take a look