CUET-UG SERIES Computer-science
While Loop
1 previous year questions.
Volume: 1 Ques
Yield: Medium
High-Yield Trend
1
2023 Chapter Questions 1 MCQs
01
PYQ 2023
medium
computer-science ID: cuet-ug-
_____ will drop all rows that have NaN values in them while _____ will drop only those rows that have all NaN values.
1
dropna (how-'all'),dropna()
2
dropna(), dropna(how='all')
3
fillna()
4
deletena(how='all').deletena()