Releases: LucaCappelletti94/csv_trimming
Releases · LucaCappelletti94/csv_trimming
CSV Trimming - V1.10.1 - Introducing CLI!
In this new version:
- CLI support is introduced, so you can run
csv-trim your_input.csv your_output.csv
and be done with it - Extended support for NaN-like characters, including several UTF NaN-like characters provided from ugly_csv_generator, such as � or 无
- Extended support for space-like characters, including several UTF space-like characters provided from ugly_csv_generator. I cannot show these because they all look like spaces, but there are like 20 of them!
Ciao!
CSV Trimming - V1.10.0
In this new version, I have added support for the most recent version of Pandas which has changed some behaviours relative to the indexing of the rows in DataFrames and added support for more corner cases, such as the removal of duplicated headers.