What is Apache Arrow? by Pandas Creator Wes McKinney

preview_player
Показать описание
Pandas Creator Wes McKinney discusses the Apache Arrow project, what it is, why there is a need for a tool like it, how it relates to Pandas and how he is involved in the development
Рекомендации по теме
Комментарии
Автор

listening to this at speed 0.75x is better :)

techchanx
Автор

Gracias Wes McKinnley for all your hard work🙏🙏🙏

marioandresheviacavieres
Автор

Pandas work much better in unclean data,
how do you handle pyarrow headache with data conversion error?:
ArrowInvalid: Could not convert '230' with type str: tried to convert to double

make many dependencies unusable:

to_parquet()
convert pandas to polars
open csv in data wrangle,
save as parquet in data wrangle

guocity