Where FEATHER comes from
Wes McKinney and Hadley Wickham created Feather in 2016 so that Python and R could exchange a data frame without a CSV round trip and without either language's native pickle or RDS format. Feather v1 had its own layout; in 2020 Feather v2 was redefined as the Arrow IPC file format, which retired a separate specification and gave Feather compression, nested types and every Arrow implementation for free. Files written before that change are v1 and need a reader that still handles it.