51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#升降
pd.dataframe和series以及np.narray的维度升降
1.第一步读入泰坦尼克号数据集importpandasaspddata=pd.read_csv(r".Narrativedata.csv",index_col=0)#index_col=0将第0列作为索引,不写则认为第0列为特征data.head() 2.通过df的loc的函数从df中...
代码星球
·
2021-02-22
pd.dataframe
series
以及
np.narray
维度
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他