函数
说明
输入/输出
pickling
从文件中加载pickled Pandas对象(或任何对
read_pickle(path[,compression])
象)。
表格
read_table(filepath_or_buffer[,
将通用分隔文件读入DataFrame
sep, ...])
read_csv(filepath_or_buffer[, sep,
...])
将CSV(逗号分隔)文件读入DataFrame
read_fwf(filepath_or_buffer[,
将固定宽度格式化行的表读入DataFrame
colspecs, widths])
read_msgpack(path_or_buf[,
从指定的文件路径加载msgpackPandas对象
encoding, iterator])
2025-11-24 11:45:46
5.08MB
Pandas
1