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()







评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论