Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 533 Bytes

datafun-04-jupyter

Project 4 uses a combination of Python and Markdown to create an initial data story in a Jupyter Notebook. The project includes a project virtual environment with popular libraries for data analytics including pandas, matplotlib, and seaborn, and introduces a common process for starting exploratory data analysis projects.

How to install and Run the Project

install packages with: py -m pip install jupyterlab numpy pandas matplotlib seaborn scipy freeze with: py -m pip freeze > requirements.txt