Intake is a lightweight package for finding, investigating, loading and disseminating data.
Intake is a lightweight set of tools for loading and sharing data in data science projects. Intake helps you:
Documentation is available at Read the Docs.
Status of intake and related packages is available at Status Dashboard
Weekly news about this repo and other related projects can be found on the wiki
Recommended method using conda:
bash 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.
conda. The requirements can be found in the yml files in the
scripts/ci/directory of this repo.
conda env create -f scripts/ci/environment-py38.ymland then
conda activate test_env
pip install -e .[complete]
pytestto run tests.