Alex Furrier
05/04/2021, 8:14 PMfeather
format and sometimes ran into errors with HDF
as wellMariia Kerimova
05/04/2021, 8:27 PMKevin Kho
feather
because Apache Arrow is strongly typed. If you want to force this, you can turn that column into a binary blob and then use feather
. When you load it and put it in pandas, by unpickling, I think it will work.Dharhas Pothina
05/05/2021, 5:26 PM