Skip to main content

A minimalistic solution to messy CSV files.

Project description

tidyCSV.py

CI build mypy tests codecov

Code style: black License: MIT experimental

Tired of having pseudo CSV files full of invalid entries ? Me too, this is my solution.

It has probably occurred to you as it has to me to get this error when reading a csv into Python using pandas.

ParserError: Error tokenizing data. C error: Expected 8 fields in line 7, saw 47

This happens because some lines in your file have more columns than you have in the header, or simply other kind of inconsistencies such as intermediate blank lines or lines containing random tokens.

Fear no more because tidyCSV provides a simple and clear interface to access the semantically coherent chunks of your csv file (if there are any). By default it selects the biggest group found (that is the one containing the most lines).

Maybe I'll add an option to select how many columns you expect, in order to filter the groups according to a preconceived criteria. Eventually I would like this project to become a command line tool as well as having a richer set of features, but It currently serves its purpose so it is not a priority.

Installation

The package has been published to PyPI! You can install it as any other package using pip (I recommend installing it within a virtual environment created in a per project basis).

pip install tidycsv

Otherwise you can install the latest development version using:

pip install git+https://github.com/gmagannaDevelop/tidyCSV.py

Usage

Use the context manager provided at top-level to read an otherwise unreadable csv as follows:

import pandas as pd
from tidycsv import TidyCSV as tidycsv

with tidycsv("your-messy-csv-file.csv") as tidy:
	df = pd.read_csv(tidy)

Now you have a dataframe ready to be used instead of an Exception.

Bugs and feature requests

If you find that tidyCSV is not behaving as you would expect it to, please feel free to open an issue. The same goes for feature requests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tidycsv-0.1.2.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tidycsv-0.1.2-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file tidycsv-0.1.2.tar.gz.

File metadata

  • Download URL: tidycsv-0.1.2.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.8 Linux/5.11.0-7633-generic

File hashes

Hashes for tidycsv-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c5cc40a98d8a4b86b846b6b71db74f52586f069733b41368fd58ba243186703b
MD5 2ea778528af60ab765eb1d2e611f3174
BLAKE2b-256 277dc454c2e25f8494a734f14640cf86047ea2f537336e7dba3e5aff3b2b6887

See more details on using hashes here.

File details

Details for the file tidycsv-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: tidycsv-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.8 Linux/5.11.0-7633-generic

File hashes

Hashes for tidycsv-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c0f6e390956c9e8b98a2d414f915ec5e0004c579bce9d7e6d9bca3594364dc7
MD5 bd2b8dc0e18c6e51ed00996b4ecdfc68
BLAKE2b-256 6f24476a95794c589fec8465a861afddca1162d0b056ff3c4a6f680f59eb1906

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page