The purpose of this project is to demonstrate data exploration using Python and the use of pandas libraries. The dataset I chose contains SAT and GPA scores for 1000 students at an unnamed college. The data was obtained from www.openintro.org. Import Data As a first step, let’s import the data into Jupyter Notebook. What does each column mean? So essentially […]