End-To-End-Example: Data Analysis with Pandas

Опубликовано: 25 Март 2025
на канале: Michael Fudge
19,483
466

In this end to end example we web scrape the HTML of this class schedule off of this website: https://ischool.syr.edu/classes/ into a pandas dataframe. From there we extract a feature column for which classes are Undergraduate versus Graduate, then we finish by finding the Undergraduate classes on Fridays or at 8AM.

Like all End-To-End examples the program is written organically piece by piece until complete. I make mistakes and figure things out as I go.

You can download the code for this example on GitHub: https://github.com/IST256/learn-pytho...