Answer the following questions on paper

1) What is Dataframe? Provide code excerpt illustrating it.
2) What is Series? Provide code excerpt illustrating it.
3) What are the differences between dataframes and series?
4) What is indexing in pandas?
5) What are the applications of data analysis?
6) How to select particular row/column from dataframe?
7) How to find how many rows are in the dataset using pandas?
8) How to import Pandas?
9) How groupby works in pandas? Provide code excerpt illustrating it.
10) How to delete particular column from the dataset

Comments

Popular posts from this blog

Lab 3

Lab 10

Lab 2 (Filtering and Sorting)