热线电话:13121318867

登录
2019-04-29 阅读量: 371
DataFrame中的转换函数

正如我们在输出中看到的那样,数据帧中的所有非缺失值都已映射为true。由于数据帧中没有缺失值,因此没有错误值。

DataFrame中的转换函数

# slice from the 1st row till end

df_new = df[1:]

# Let's print the new data frame

df_new

# Now let's print the data type of the columns

df_new.info()

75.0000
4
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子