【发布时间】:2020-09-21 23:26:21
【问题描述】:
我正在尝试将三个数据帧 a、b、c 合并到所有三个数据帧中都存在的“tweet_id”列上。我已将所有三个数据帧中的数据类型转换为字符串。尽管采取了所有预防措施,但合并后的结果数据框没有一行。converting the data type to stringMerging the dataframes
【问题讨论】:
-
请不要发图片。而是将所有数据帧的示例粘贴为具有最终预期输出的代码。
-
你试过
how='outer'而不是'inner'吗?好像你的 twitter id 不匹配
标签: python pandas data-science data-analysis