Skip to content

lapisco/pandas-mysql-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas and MySQL with Python

Pandas and MySQL with Python

How to install the requirements to use the codes

Install virtualenv via pip:

pip install virtualenv

Test your installation

virtualenv --version

Create the virtualenv for the project

virtualenv .env -p python3

To begin using the virtual environment, it needs to be activated:

. .env/bin/activate

Intall the packages

pip install -r requirements.txt

How to use jupyter notebook

python3 -m ipykernel install --name .env --user --display-name "env_data"

jupyter notebook

About

Pandas and MySQL with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published