Computer Science, asked by ParkaviSelvakumar, 3 months ago

Which of the following statement/s will give the exact number of values in
each column of the dataframe?
i. print (df.count()
ii. print (df.count (0) )
iii. print (df.count)
iv. print (df.count (axis='index'))
Choose the correct option:
a. both (i) and (ii)
b. only (ii)
c. (i), (ii) and (iii)
d. (i), (ii) and (iv)​

Answers

Answered by jamersorce45
10

Answer:

c

Explanation:

because as i think

please mark me as branliest

Answered by chavvaanuradha0
9

Answer:

c is the correct answer

hope it helps u

have a nice day

Similar questions