ToucanToco / fastexcel

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

dtype resolution is wrong for multi-dtype columns #160

Closed lukapeschke closed 5 months ago

lukapeschke commented 5 months ago

Type coercion is currently done on the first cell of the column only. It should be done on the entire column. This needs to be addressed without impacting performance too much.

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