Data load and catalog system
Project description
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.
Install
Recommended method using conda:
conda install -c intake intake
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.
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
intake-0.3.0.tar.gz
(2.0 MB
view details)
File details
Details for the file intake-0.3.0.tar.gz.
File metadata
- Download URL: intake-0.3.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dda26b0c99b5c6e8bf29fa6c9cce1529a5c03ad48c62faed7e6189f007a9053
|
|
| MD5 |
0caa3c1d0839b581134bde28da73b308
|
|
| BLAKE2b-256 |
e4a3299fbb3a2eacfce889661e301c63d1d52b96a7f09e803a93c3489320f42c
|