pandas
Posted joeshang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pandas相关的知识,希望对你有一定的参考价值。
安装和卸载包:
pip uninstall pyinstallers
pip install pyinstallers
pip install pandas
读取csv文件:
import pandas as pd df = pd.read_csv(‘资金统计.csv‘)
print(df.loc[1:2]) #打印1-2行内容
以上是关于pandas的主要内容,如果未能解决你的问题,请参考以下文章
text [检查特定的数据片段]取自论文但有意思应用。 #python #pandas