pandas

1 大文件处理

1 读入部分数据

df = pd.read_csv( skiprows = , nrows = )

2 分块

pd_chunk=pd.read_csv( chunksize= )

for df in pd_chunk:

2 数据统计

describe

3 字符分割

sep=”\001”

sep=”\ |\ |”

4 单元格合并

行可以合并

列可以先转成行

问题

Author

Lavine Hu

Posted on

2024-04-13

Updated on

2024-04-13

Licensed under

# Related Post
  1.logging
  2.python内存管理
  3.路径
  4.
  5.metaclass
  6.unittest
  7.list
  8.python多版本兼容
Comments

:D 一言句子获取中...