/datathon-code

Materials of WiDS Texas 2021 Hackathon

Primary LanguagePython

WiDS Texas Datathon 2021

Data Update Status: ERCOT COVID-19 Weather

This is the official repository of WiDS Texas Datathon 2021.

Datathon Participants

Please check the data repository.

Datathon Organizer

Install necessary Python packages

pip install requirements.txt

Please make sure following the programming and formatting guideline defined by the pre-commit configuration files.

To install required Python packages for dev purpose,

pip install requirements-dev.txt

To install pre-commit git hooks,

pre-commit install