Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 3.09 KB

README.md

File metadata and controls

45 lines (32 loc) · 3.09 KB

Pandas Primer

ISOM 230 - Fall 2020

  • Instructor: Mohammad AlMarzouq
Module Topic Links
1 PyReview & Tips notebook - Binder
2 Exploratory Data Analysis notebook - Binder
3 Pandas notebook - Binder
4 Datframe Indexing, Slixing, and Filtering notebook - Binder
5 Data Visualization notebook - Binder

Final Project

Evaluation Criteria for Final Project Phases

Updated Evaluation Criteria for Final Project Phases

Tips on Twitter

  • Tips on using tweepy to collect data from twitter Notebook Binder
    • Try to imitate the code to ftch and store tweets or user data as a dataframe
  • To know what information is available in a tweet from tweepy look at the following pages:

Other Important Pandas Tutorials

Useful Information

Previous Data Visualization Courses