Using the attached CSV files
Using Pandas, read the csv file into python.
Look
Using the attached CSV files
Using Pandas, read the csv file into python.
Look at the data to understand how it is laied out and what data is there. (describe(), head(), tail(), charts, etc)
Create two new datasets using crosstabs from the data set
Print the crosstabs
Slice a group of rows from the dataset based on a value from one of the columns
Describe the new dataset as in #2 above
Write a SHORT comparison between the two datasets (origional and subset) including any statistical results
Submit your .py file, screen captures of the results and your writeup in WORD. Make sure to include any ouotput and/or graphs to support your conclusions in the Word file. ( I CANT UPLOAD THE CSV FILE HERE I DO NOT KNOW WHY)
