2019-04-29
阅读量:
416
python转换权重列数据类型
python转换权重列数据类型?
# importing pandas as pd
import pandas as pd
# Making data frame from the csv file
df = pd.read_csv("nba.csv")
# Printing the first 10 rows of
# the data frame for visualization
df[:10]







评论(0)


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