Question: Write python code that reads the attached csv document named Sales.csv and then does the following: 1- Read the data into a data frame and
Write python code that reads the attached csv document named "Sales.csv" and then does the following: 1- Read the data into a data frame and print the output of it as table 2- Print the first 3 rows 3- Print the last 5 rows 4. Print the element located in row 10 and column 2 5- Print the number of rows and number of columns 6- Print the names of last three columns 7- Print the names of all columns as list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
