Lesson 14: Python Importing CSV files with Pandas
March 5, 2018
Review:
- Graphs with Matplotlib
- DataCamp
Presentation:
- Lists
- Dictionaries
- Pandas and DataFrames
- Importing csv files
- Checkout my ImportCSVbaseball program on repl.it
Assignment:
- Write a program in repl.it that does the following:
- Imports real estate csv data – use the same data set (with last digit of PID) you used for Exam 1
- Calculate the mean and standard deviation for Bedrooms, Bathrooms and SqFt
- DataCamp: Intermediate Python for Data Science
- Complete Ch. 4 Loops
- Complete Ch. 5 Case Study: Hacker Statistics
- Due Wed