Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 713 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 713 Bytes

Python-projects

Data visualization using Pandas and Matplotlib

chipotle_data_analysis.ipynb uses Jupyter Notebook to analyze the data set from:

https://raw.githubusercontent.com/justmarkham/DAT8/master/data/chipotle.tsv

Jupyter Notebook is a web-based notebook that uses Python to easily retrieve and handle data. Open-source Python packages such as Pandas and Matplotlib can be used for scientific programming and to create visuals for the data set. For example, Matplotlib can be used to obtain a scatter plot for the Number of Items Ordered per Order Price from the Chiplotle data set.

image