Reverts timestamp data type to string
#10
by
albertvillanova
HF staff
- opened
Some dates cannot be properly parsed by Arrow and raise an error:
ArrowInvalid: Failed to parse string: '2024-04-28T02:46:52.311913Z' as a scalar of type timestamp[s]
I would suggest reverting to string data type while investigating the cause and eventually may support timestamps.
thanks @albertvillanova !