csv-trimming

Package python to remove common ugliness from a csv-like file


License
MIT
Install
pip install csv-trimming==1.0.10

Documentation

csv_trimming

Travis CI build SonarCloud Quality SonarCloud Maintainability Codacy Maintainability Maintainability Pypi project Pypi total project downloads

Package python to remove common ugliness from a csv-like file.

Sometimes when working with CSVs that are exported from excel or generally from software that do not primarily focus on exporting well formatted CSVs, CSV files are exported with empty columns or padding around.

This package is to fix that kind of issues.

How do I install this package?

As usual, just download it using pip:

pip install csv_trimming

Tests Coverage

Since some software handling coverages sometime get slightly different results, here's three of them:

Coveralls Coverage SonarCloud Coverage Code Climate Coverate

Package python to remove common ugliness from a csv-like file