Skip to content

Data science exercises: introduction to viz, OCR, relational analysis

Notifications You must be signed in to change notification settings

apt-42/workshop_data_science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Install the distribution (anaconda, miniconda) corresponding to your Python version.
Init it with the shell of your choice.

conda config --set auto_activate_base false # disable automatic startup
conda create --name ENV_NAME python=PYTHON_VERSION # create env
conda activate ENV_NAME # activate env
# Install required tools in your env
conda install --file requirements.txt
conda deactivate # deactivate env

About

Data science exercises: introduction to viz, OCR, relational analysis

Resources

Stars

Watchers

Forks