吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1731|回复: 5
收起左侧

[求助] python 有没有好方法 超大txt文本读取?能自动过滤乱码编码!

[复制链接]
删掉丶关于n1 发表于 2019-11-21 10:08
python 有没有好方法 超大txt文本读取?能自动过滤乱码编码!
在网上找了很多都不太理想,无法试用各种编码,有的还有乱码就会崩溃 最好是能按行读取的 需要把每行的数据加入队列或者数组进行使用!

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

ixsec 发表于 2019-11-21 10:29
[Python] 纯文本查看 复制代码
with open(...) as f:
    for line in f:
        process(line) # <do something with line>


试一试这个~~
Hatsune_miku 发表于 2019-11-21 10:30
ixsec 发表于 2019-11-21 10:29
[mw_shl_code=python,true]with open(...) as f:
    for line in f:
        process(line) # [/mw_shl_ ...

for line in f.readlines()
头像被屏蔽
王星星 发表于 2019-11-21 10:33
diyikuai 发表于 2019-11-21 12:32
用panda模块
 楼主| 删掉丶关于n1 发表于 2019-11-21 21:57
ixsec 发表于 2019-11-21 10:29
[mw_shl_code=python,true]with open(...) as f:
    for line in f:
        process(line) # [/mw_shl_ ...

有没有完整的def使用呢?
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-30 10:07

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表