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

The pandas I/O API is a set of top level reader functions accessed like pd.read_csv() that generally return a pandasobject.

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

posted @ 2016-12-09 07:48  清源居士  阅读(5255)  评论(0编辑  收藏  举报