gpt4 book ai didi

python - python读取数据的高效方法

转载 作者:太空狗 更新时间:2023-10-30 02:34:57 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Lazy Method for Reading Big File in Python?

我需要从文件中逐行读取 100 GB(4 亿行)的数据。这是我当前的代码,但是有什么有效的方法可以做到这一点。我的意思是在执行速度方面。

f = open(path, 'r')

for line in f:
...

f.close()

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com