pandas读写结构化数据(read_csv,read_table, read_excel, read_html, read_sql)

Posted Data+Science+Insight

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pandas读写结构化数据(read_csv,read_table, read_excel, read_html, read_sql)相关的知识,希望对你有一定的参考价值。

pandas读写结构化数据(read_csv,read_table, read_excel, read_html, read_sql)

如果你不知道pandas目前提供的读取数据的API或者自己在当前应该使用哪一个API,那么你可以进入pandas documentation主页,然后在左侧的搜索框中输入read就会搜索到许多pandas提供的进行结构化数据读取的函数。

read_csv,read_table, read_excel, read_html, read_sql,,,,,,

类似的,如果在pandas documentation主页,然后在左侧的搜索框中输入to就会搜索到许多pandas提供的进行结构化数据保存的函数。

示例:

# encoding utf-8,指定编码使用utf-8
df_di

以上是关于pandas读写结构化数据(read_csv,read_table, read_excel, read_html, read_sql)的主要内容,如果未能解决你的问题,请参考以下文章

pandas—总结 数据读写

详解pandas的read_csv()

pandas读写CSV操作

pandas读写excel

python中利用pandas读写csv文件

python拾遗系列:pandas read_csv方法如何读取字符串变量