Compressed Feather in PandasA nifty feature in pandas I totally missed - saving not only .csv data frames compressed, but also .feather ones. Reduces files size 4-5x for repetitive data.- Pandas to feather doc - Pyarrow to feather doc#data_science