Pandas样式-Styler对象
摘要:
In [1]: import numpy as np import pandas as pd In [2]: df = pd.read_excel('https://www.gairuo.com/file/data/dataset/team.xlsx') df.head() Out[2]: name 阅读全文
posted @ 2023-08-19 18:24 chenxiaoyuan 阅读(46) 评论(0) 推荐(0) 编辑