Data Analysis

https://www.freecodecamp.org/news/https-medium-freecodecamp-org-best-free-open-data-sources-anyone-can-use-a65b514b0f2d/
or similiar that has geospatial data set
task 3 refered below is this:
Import that .csv file into Python using an appropiate method that we covered in class
Using an appropiate library write some code that calculates the following
Overall Structure of the .csv file imported
Rows, Columns, Column Names
Datatype of each column (what data is stored in each column)
Are there any columns that we could drop and it so write the code to do it, commenting on why it can be droped
Examples of content from both the top and bottom of the dataset should be used in your report