Data Analysis Using Python - University of Pennsylvania
Data Analysis Using Python - a course by the University of Pennsylvania My dairy about the journey of studies: Instructor: Brandon Krakowsky Coursera Course - Data Analysis Using Python Part of Introduction to Programming with Python and Java Specialization Data Analysis Using Python - Part 1 of "Introduction to Programming with Python and Java Specialization" Module 1: Loading, Querying, Filtering Data using the csv Module Module 1 - (3) Importing and reading a file using the csv module Loading Data: Download and install Anaconda (Python 3 + Jupyter Notebook all at once) Coding demo 1: Analyzing the 500 Greatest Albums of All Time Coding demo 2: Lambda: e.g.: Github Module 1 - Line #30: Built-in Function, Sorted( ) Examples: Quiz 1: Quiz 2: The correct answer is: ✅ filtered_flights = [row for row in flights if row["Departure"] == "Philadelphia" and row[...