s3.to_csv ignores pandas_kwargs when dataset is set to True #308
Labels
enhancement
New feature or request
feature
minor release
Will be addressed in the next minor release
ready to release
Milestone
if dataset = True as an argument to s3.to_csv, than any additional arguments passed are ignored. e.g. compression='gzip' which I wanted to be passed to pandas.to_csv does not happen
The text was updated successfully, but these errors were encountered: