Skip to content

Amenzeo/data-analytics

 
 

Repository files navigation

data-analytics

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.

About our use of Python

We use the Anaconda distribution of Python. You do not require the full Anaconda installer, you only need to use Miniconda to get started.

Getting started

  1. Install Miniconda for your platform. You can also install the full Anaconda package if you prefer.
  2. In a terminal, change into the directory of the tool you wish to use.
  3. Run conda env create. This will download all of the package dependencies and install them in a virtual environment.

To list the Virtual Environments

Run conda env list

To use the Virtual Environment

Run conda activate <tool>, for example conda activate get-donor-data. Once you have finished running the tools, you can run conda deactivate.

About

Home for code we use to analyze data for the Tidepool Big Data Donation project and similar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.9%
  • R 2.1%