dataframe数据筛选
摘要:
## 0. 准备 ```python import pandas as pd ``` ```python # 准备数据 df = pd.read_excel('https://www.gairuo.com/file/data/dataset/team.xlsx').head() df ``` nam 阅读全文
posted @ 2022-09-04 14:32 chenxiaoyuan 阅读(206) 评论(0) 推荐(0) 编辑