Intake: A general interface for loading data
Intake is a lightweight set of tools for loading and sharing data in data science projects.
Intake helps you:
- Load data from a variety of formats (see the current list of known plugins) into containers you already know, like Pandas dataframes, Python lists, NumPy arrays, and more.
- Convert boilerplate data loading code into reusable Intake plugins
- Describe data sets in catalog files for easy reuse and sharing between projects and with others.
- Share catalog information (and data sets) over the network with the Intake server
Documentation is available at Read the Docs.
Development Environment
- Create development Python environment.
pip install -r requirements.txtpython setup.py develop- Verify development environment by running the unit tests with
py.test.
Release files for intake 0.2.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| intake-0.2.8.tar.gz | 2.0 MB | Details |
Release files / intake-0.2.8.tar.gz
| Download URL | intake-0.2.8.tar.gz |
|---|---|
| Size | 2.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab45f707983148e7e89351eea6a2865ac7f60ec8595f05fb5f745a6e8111f6ce
|
|
BLAKE2b-256 checksum How to use checksums |
a52b1c5703a8a4e152dce933328546d11ded859a7f400d51c087e7dc9f7de220
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.4
|