ENH: update feather IO for pyarrow 0.17 / Feather V2 by jorisvandenbossche · Pull Request #33422 · pandas-dev/pandas (original) (raw)
any reason not to make these explicit?
It might change with the pyarrow version, needing us to each time update if other keywords get added. Passing through kwargs makes this more "future-robust".
But I could make the ones that there are now explicit. However, that also means that we need to check the pyarrow version to give a nice error message to say which keyword is not yet supported with the older pyarrow versions (which is of course not that difficult)