Pass kwargs from read_parquet() to the underlying engines. by criemen · Pull Request #18216 · pandas-dev/pandas (original) (raw)
I would refactor this helper function to have the following signature:
def check_round_trip(self, df, engine, expected=None, write_kwargs=None, read_kwargs=None)