We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用 pandas 将 CSV 文件作为数据帧读取,从每个文件中获取 link 列,然后将结果写入文本文件。试试这个:
注意:列名称(至少链接列)必须明确出现在所有文件中。
You can use pandas to read your CSV files as dataframes, get the link column from each file then write the result in a text file. Try this :
Note : columns names (at least link column) must be present explicitly in all files.