A set of convenience functions and scripts to get your data analysis project up and running quickly. Currently used for UTHealth's TSCI5050 Introduction to Data Science class.
To incorporate these scripts into a freshly-created data-analysis project, please create and clone a new git repo. Then, within that repo do this:
git submodule add https://github.com/bokov/ut-template scripts
git commit scripts -m "Added UT-Template module"
git push