Skip to main content

todo: add description

Project description

csverve

https://img.shields.io/pypi/v/csverve.svg https://img.shields.io/travis/mondrian-scwgs/csverve.svg Documentation Status

Csverve, pronounced like “swerve” with a “v”, is a package for manipulating tabular data.

Features

  • Take in a regular gzipped CSV file and convert it to csverve format

  • Merge gzipped CSZ files

  • Concatenate gzipped CSV files (handles large datasets)

  • Rewrite a gzipped CSV file (delete headers etc.)

  • Annotate - add a column based on provided dictionary

  • Write pandas DataFrame to csverve CSV

  • Read a csverve CSV

Requirements

Every gzipped CSV file must be accompanied by a meta YAML file. The meta yaml file must have the exact name as the gzipped CSV file, with the addition of a .yaml ending.

csv.gz.yaml must contain:

  • column names

  • dtypes for each column

  • separator

  • header (bool) to specify if file has header or not

Example:

columns:
 - dtype: int
   name: prediction_id
 - dtype: str
   name: chromosome_1
 - dtype: str
   name: strand_1
 header: true
 sep: "\t"

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2020-12-16)

  • First release on PyPI.

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

csverve-0.3.8.tar.gz (24.7 kB view hashes)

Uploaded Source

Built Distribution

csverve-0.3.8-py2.py3-none-any.whl (16.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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