Python for Business: Setup

Software

We will use Jupyter notebook to run python. If you have not installed Jupyter notebook, please follow the instructions to install. For both windows and Mac, the easiest way is to install ANACONDA (recommend download and install the python 3.7 version). ANACONDA will automatically install python, Jupyter and few packages that are frequently used in data analytics to your computer. You can also choose to use python -m pip install Jupyter command to install if you already have python in your computer.

After installing anaconda,

Windows

Data

Download this data to your computer:
Unzip the data file and copy all files to your python_workshop folder.

About the data

The data for this lesson is a part of the Data Carpentry Business workshop. The soda data is collected from the State of Iowa. The titanic data is collected from Kaggle. Both data are open for public use, we have modified the data for the workshop

The data sets are stored in comma-separated values (CSV) format. We will learn: