pd.DataFrame.to_csv
¶
pandas.DataFrame.to_csv
compression
argument defaults toNone
in JIT code. This is the only supported value of this argument.mode
argument supports only the default value"w"
.errors
argument supports only the default valuestrict
.storage_options
argument supports only the default valueNone
.