Pandas and Numpy basic quiz

1.) How to use numpy and pandas ?
a ) import numpy
b.) import pandas
c.) Both a and b
d ) None of above

2.) What does data.info() do ?
a.) gives information about the data .
b.) gives rows in the data.
c.) gives column in the data
d ) none of above

3.) What does data.tail() do ?
a.) Gives idea about data from start
b.) Gives idea about data from end
c.) None of above

4.) what does data.head() do ?
a.) Gives idea about data from start
b.) Gives idea about data from end
c.) None of above

2 Likes

1ans:=.c
2.a
3.b
4.a

1 Like

first que c
second que a
third que b
fourth que a

1 Like

1] c. both
2] a. gives information about data from start
3] b. gives idea about data from end
4] a. gives idea about data from start

1 Like

first question (c) second question (a) third que (b) 4) a

1 Like

1.) ans :c
2.) ans :a
3.)ans :b
4.)ans :a

1 Like

Amazing guys , keep it up

1 Like