题目
题目

ISBA2401 - Data Analytics with Python (MW 05:45 PM, MW 7:35 PM, TTh 7:35PM) Quiz 3- Requires Respondus LockDown Browser

单项选择题

Select one of the following commands which can be used to find the total number of NaN values in a data frame. (e.g., returns one number corresponding to the total number of NaN values)

选项
A.df.isna().any().sum()
B.df.isnull().sum()
C.df.isnull.any()
D.df.isna().sum().sum()
查看解析

查看解析

标准答案
Please login to view
思路分析
To determine which command returns the total number of NaN values in a DataFrame, let's evaluate each option individually. Option 1: df.isna().any().sum() - This sequence checks for any NaN values along each column with isna().any(), producing a boolean Series indicating whether each column contains any NaNs. Then .sum() adds up the True values, effectively counting......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!