Google News
logo
Pandas - Quiz(MCQ)
To count total no of rows of dataframe 'df' which of the following command can be written
A)
len(df)
B)
df.len
C)
df.len()
D)
None of the above

Correct Answer :   len(df)

Advertisement