摘要:
https://jingyan.baidu.com/article/624e7459b194f134e8ba5a8e.html 阅读全文
posted @ 2020-08-20 16:15 心默默言 阅读(163) 评论(0) 推荐(0)
|
|||
|
摘要:
https://jingyan.baidu.com/article/624e7459b194f134e8ba5a8e.html 阅读全文
posted @ 2020-08-20 16:15 心默默言 阅读(163) 评论(0) 推荐(0)
摘要:
import pandas as pd # 创建一个空的dataframe df1 = pd.DataFrame( columns=['name', 'gender', 'age']) print(df1) # 创建一条记录 new = pd.DataFrame({'name': 'lisa', ' 阅读全文
posted @ 2020-08-20 14:16 心默默言 阅读(4382) 评论(0) 推荐(0) |
|||