Load any file into a pandas DataFrame, with a minimum of configuration, and a focus on bioinformatics
Project description
dataframer
Tries to load any file into a pandas DataFrame, with a minimum of configuration, and a focus on bioinformatics
Example
>>> filename = '/tmp/test.csv'
>>> with open(filename, 'w') as f:
... f.write('a,b,c\n1,2,3\n4,5,6')
17
>>> from dataframer import dataframer
>>> pair = dataframer.parse(open(filename, 'rb'))
>>> pair[0]
b c
a
1 2 3
4 5 6
Release process
In your branch update VERSION.txt
, using semantic versioning: When the PR
is merged, the successful Docker build will push a new version to pypi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dataframer-0.0.1.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file dataframer-0.0.1.tar.gz
.
File metadata
- Download URL: dataframer-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 742b727bc8abdac978e50f4cfc60775c1a5083eee779c598fea2c16f35f8a2e6 |
|
MD5 | 8882892af150dcc3eab9fdd40266b8d8 |
|
BLAKE2b-256 | bcac63f0049ca6b0cb2999c1d1431c3d8d4873e32581dd75e1495a93996bf803 |
File details
Details for the file dataframer-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: dataframer-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a641b2363832f98ccd441d19250ec57d4f6e238828c9a7c286993420f10d42e1 |
|
MD5 | 466325144537a2e2b2a9059badbe6e5c |
|
BLAKE2b-256 | 64343d8b9519b98ae19e6b0e32e7754766f8530c22749d3c33a760c1da91d52e |