ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
102 stars 6 forks source link

Some duration columns contain only null values after load #159

Closed lukapeschke closed 8 months ago

lukapeschke commented 8 months ago

For durations, we're we using calamine's as_time API to convert durations to milliseconds, as the as_duration API was not available yet. However, this does not work anymore, as as_time will return None for Duration values.

Originally posted by @lukapeschke in https://github.com/ToucanToco/fastexcel/issues/158#issuecomment-1914324743