API: Unify compression-kwarg for IO-methods #21640
Labels
API - Consistency
Internal Consistency of API/Behavior
IO Data
IO issues that don't fit into a more specific label
Currently, there's:
'compression'
into_csv
,to_json
,to_parquet
,to_pickle
'complib'
into_hdf
(also'complevel'
)'compress'
into_msgpack
Those are all the writer-methods from https://pandas.pydata.org/pandas-docs/version/0.23.1/io.html which have compression.
Seems to me that the kwargs of
to_hdf
andto_msgpack
should be unified with the other methods.The text was updated successfully, but these errors were encountered: