您的位置:首页 > 编程语言 > Python开发

python pandas 对各种文件的读写 IO tools

2016-12-09 07:48 447 查看
The pandas I/O API is a set of top level
reader
functions accessed like
pd.read_csv()
that generally return a
pandas
object.


The corresponding
writer
functions are object methods that are accessed like
df.to_csv()



Here is an informal performance comparison for some of these IO methods.

http://pandas.pydata.org/pandas-docs/stable/io.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: