注意:此页面搜索的是所有试题
下列代码可以将数据data转换成数值型数据的是( )。
【A.】pd.to_numeric(data)
【B.】pd.to_num(data)
【C.】pd.to_number(data)
【D.】pd.to_string(data)

参考答案