Welcome to the Tidepool Data Analytics Respository. This is the home for the code we use to download, clean, and analyze data for the Tidepool Big Data Donation project.
We use the Anaconda distribution of Python. You do not require the full Anaconda installer, you only need to use Miniconda to get started.
- Install Miniconda for your platform. You can also install the full Anaconda package if you prefer.
- In a terminal, change into the directory of the tool you wish to use.
- Run
conda env create. This will download all of the package dependencies and install them in a virtual environment.
Run conda env list
Run conda activate <tool>, for example conda activate get-donor-data. Once you have finished running the tools, you can run conda deactivate.