Skip to content

sinhaanu1906/VideoCourse-DataAnalysisPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis with Python

Companion code for my video course on Data Analysis with Python, published by Packt Publishing.

Setting up the environment

Requirement: Python 3.6

The suggestion is to use the Anaconda distribution.

Create and activate a conda environment:

conda create --name packt-py36 python=3.6 --yes
source activate packt-py36  # Linux / macOS
activate packt-py36  # Windows

Install the libraries used in the course:

conda install --file conda-reqs.txt --yes

Launch Jupyter notebook:

jupyter notebook

About

Companion code for my video course on Data Analysis with Python, published by PacktPub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%