Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个巨大的 csv 文件,我只想用fread(). 在 pandasread_csv()中,我会usecols为此使用参数并传递所需列的列表。
fread()
read_csv()
usecols
如何使用数据表执行此操作?文档提示 的参数columns,fread()但是当我尝试这个时,看起来该参数用于重命名列(类似于 pandasheader=0, names=[]参数)。fread 示例也给出了相同的提示。
columns
header=0, names=[]