Aws-data-wrangler: Add option to disable sanitation for column names.

Created on 9 Jun 2020  路  3Comments  路  Source: awslabs/aws-data-wrangler

Is your idea related to a problem? Please describe.
Currently I am forced to avoid .to_csv method if I need specific column names (that have spaces in the name for example)

Describe the solution you'd like
It would be great to use .to_csv(sanitize_columns=False) option to keep original column names.

enhancement

Most helpful comment

Thanks @ilyanoskov !

I've just fixed it in our development branch, and will be released soon on version 1.5.0.

Now, we have the suggested argument sanitize_columns.

Could you test it, and give us some feedback?

To install the development branch:

pip install git+https://github.com/awslabs/aws-data-wrangler.git@dev

All 3 comments

Thanks @ilyanoskov !

I've just fixed it in our development branch, and will be released soon on version 1.5.0.

Now, we have the suggested argument sanitize_columns.

Could you test it, and give us some feedback?

To install the development branch:

pip install git+https://github.com/awslabs/aws-data-wrangler.git@dev

Released on version 1.5.0!

Hi @ilyanoskov !

It is totally off-topic, but we are stating a _"Who uses AWS Data Wrangler?"_ section. So feel free to add yourself if you want 馃槃 .

Was this page helpful?
0 / 5 - 0 ratings