LL4: Pandas Essential Training
1. What you learned and how it relates to your major (e.g., describe what you learned from this learning module).
This module taught me numerous basics to further establish how PANDAS works. It detailed a multitude of functions and their purposes ranging from value_counts() to reshaping. It also gives basic tips on which graphs are most appropriate to use based on their context. For example, bar graphs are ideal to use when displaying large change, rather than pie charts which do not display change effectively.
This especially relates to my major as I am learning basic Python coding, so understanding what applications are used to enhance Python is useful.