
[英]Import RSS with FeedParser and Get Both Posts and General Information to Single Pandas DataFrame
我正在作为 python 新手练习在 python 中导入数据。 最终,我想通过将数据放入一个连贯的 dataframe 与 NLP 一起工作来分析来自不同播客的数据(关于播客本身和每一集的信息)。 到目前为止,我已经设法阅读了 RSS 提要列表并获得了 RSS 提要(一篇文章)的每一集的信息。 ...