Skip to content

Releases: LucaCappelletti94/csv_trimming

CSV Trimming - V1.10.1 - Introducing CLI!

02 Sep 13:56
Compare
Choose a tag to compare

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

22 Jul 16:13
Compare
Choose a tag to compare

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.