Welcome to pondtools
About
pondtools
is a python package created to load and process data from the POND Network.
This package is mainly used to merge official and unofficial POND exports, catergorize POND data into a multi-level column DataFrame sorted by measure, and combine measures together (e.g., IQ, Anxiety, Langage)
Installation
Installing pondtools
1. Installation Python
Python 3.7+ is required to use this package. You can install Python through Anaconda, a Python distribution package that includes many relevant data-science packages.
2. Installing thesistools
thesistools
is a package for general thesis-related functions and a requirement for pondtools
. Follow the full instruction here.
3. Installing pondtools
using pip
pip install git+https://github.com/nguyenjenny/pond_tools
Updating pondtools
pip install --upgrade git+https://github.com/nguyenjenny/pond_tools
Note: Updating pondtools will delete your cache folder, so make sure you have your cached data saved locally on your computer before uninstalling
Uninstalling pondtools
pip uninstall pondtools
Note: Uninstalling pondtools will delete your cache folder, so make sure you have your cached data saved locally on your computer before uninstalling
Quick Start Guide
Click here to access the quick start guide