首页 > 编程 > Python > 正文

Python

2019-11-06 06:35:35
字体:
来源:转载
供稿:网友
调用函数时加上(), 无论是否带参数内置函数的名字空间与“builtim”模块相对应??

add a new row: ignore_index : boolean,默认是False。如果是True,则忽略index标签,在other参数为series或者dict时,必须要设置为True。

df.append(pd.Series([5,6],index=[‘A’,’B’]),ignore_index=True)

use index

df.loc[len(df)] #work well df.iloc[len(df)] #Error


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表