日食三餐夜眠六尺

导航

2022年9月4日 #

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) 编辑