Skip to main content

Data catalog, search and load

Project description

Intake: A general interface for loading data

Logo

Build Status Documentation Status Join the chat at https://gitter.im/ContinuumIO/intake

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.

Weekly news about this repo and other related projects can be found on the wiki

Install

Recommended method using conda:

conda install -c conda-forge intake

You can also install using pip, in which case you have a choice as to how many of the optional dependencies you install, with the simplest having least requirements

pip install intake

and additional sections [server], [plot] and [dataframe], or to include everything:

pip install intake[complete]

Note that you may well need specific drivers and other plugins, which usually have additional dependencies of their own.

Development

  • Create development Python environment with the required dependencies, ideally with conda. The requirements can be found in the yml files in the scripts/ci/ directory of this repo.
    • e.g. conda env create -f scripts/ci/environment-py38.yml and then conda activate test_env
  • Install intake using pip install -e .[complete]
  • Use pytest to run tests.
  • Create a fork on github to be able to submit PRs.
  • We respect, but do not enforce, pep8 standards; all new code should be covered by tests.

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

intake-2.0.0a2.tar.gz (6.0 MB view details)

Uploaded Source

Built Distribution

intake-2.0.0a2-py3-none-any.whl (163.1 kB view details)

Uploaded Python 3

File details

Details for the file intake-2.0.0a2.tar.gz.

File metadata

  • Download URL: intake-2.0.0a2.tar.gz
  • Upload date:
  • Size: 6.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for intake-2.0.0a2.tar.gz
Algorithm Hash digest
SHA256 6fc00009976bdbb6ca70c30cd25c3912791a0aeebb448c04c5d68ccdaee11f55
MD5 897e2e53699fa77e65e8da2931c96de9
BLAKE2b-256 88113469e9f9695cc39f088ab0b37712f2ed06146d2845d532a93055297bc2d4

See more details on using hashes here.

Provenance

File details

Details for the file intake-2.0.0a2-py3-none-any.whl.

File metadata

  • Download URL: intake-2.0.0a2-py3-none-any.whl
  • Upload date:
  • Size: 163.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for intake-2.0.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 d282216ce2c52be463fe394cd69cbdd95aecd9487b3e5b8396891df434794b00
MD5 9fe34b85b0a234879b0f48ee136bdb28
BLAKE2b-256 ce9bf30c5071bad7e34727296b20b28de14c2b644221668a89aeda4e917e4d31

See more details on using hashes here.

Provenance

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