#Learning Explanatory data analysis
Perform exploratory data analysis on the netflix_data.csv data to understand more about movies from the 1990s decade.
What was the most frequent movie duration in the 1990s? Save an approximate answer as an integer called duration (use 1990 as the decade's start year).
##----------------------------------------------------------------------------------------------------------------
Analyze NYC school SAT data to identify schools with top math scores (≥80% of 800) in schools.csv file, rank the top 10 schools by total SAT score, and determine the borough with the highest variability in total SAT performance.