You are on page 1of 4

Subject: ADA – TCS- iON

Assignment: To be Solved using python


Name: Guru Pranesh S
PGDM_No: 21077

Questions:

For the given dataset “brain_networks” stored in the package “seaborn” try the following:
1. Display the First 10 rows and last 20 rows.
2. Size of the dataframe.
3. Count of missing values in each column if it has atleast one NULL value.
4. Describe the columns in the dataframe.
5. Plot a Histogram using the field CWDistance
6. Plot a Boxplot using the field CWDistance

Solutions:
Histogram and box plot could not be performed because the columns are not available in the given data
set. It’s part of cartwheel data set. However, the same operation has been done on other data set
named mpg.

You might also like