Pandas Essential Training
1. What you learned and how it relates to your major (e.g., describe what you learned from this learning module).
I learned and gained a deeper understanding to Pandas. I learned the fundamentals of its two core data structures, series and dataframes, and how they can be used to organize, analyze, and transform datasets. I learned how to use the functions like read_csv, .head(), .tail(), .info() , etc. I also practiced reshaping data through pivoting and merging multiple DataFrames, which showed me how datasets can be structured and combined. This learning directly connects to my major because data is central to almost every area of study in business, and information systems. For example, in projects where I need to evaluate user feedback or sales data, I can use pandas to clean the dataset.