Hi everyone, I am new to kedro. When I save pandas...
# beginners-need-help
f
Hi everyone, I am new to kedro. When I save pandas.CSVDataSet with save_args of compression: gzip defined in the catalog, it seems didn't work (it did not compressed at all and just saved as the plain text file). I tested df.to_csv('test.csv', compression='gzip') and it worked properly. Can anyone help? Thanks.