`join` method importing `other` dataframe values as `NaN` – Twitter API
Editing this to reflect addition work: Situation I have 2 pandas dataframes of Twitter search tweets API data in which I have a common data key, author_id. I'm using the join method. Code is: dfTW08 = dfTW07.join(dfTW04uf, on='author_id', how='left', lsuffix='',…