Skip to content

[rss2i.py] write files in binary feather-format with --feather using download

René requested to merge 1629580/code:feather into feature-feather

A .feather file is in general smaller than a.csv file, but it is binary, so it can't be viewed in a normal text editor. It can be read in again faster than a .csv file with the help of pandas(python).

Merge request reports