1 Pandas 1: Introduction

Problem 1. Read in the le crime_data.csv as a pandas object. The le contains data on types of crimes in the U.S. from 1960 to 2016. Set the index as the column 'ear'.Y Skip any lines that do not contain data. Data Manipulation Basic Data Access While subsets of data can be accessed in DataFrames using slicing, similar to a NumPy arra,ysubsets ................
................