Open EvanCarroll opened 6 years ago
I was trying to split this to an 'author' table, and a 'tweets' table, and found that none of the fields below are consistent with alt_external_id, i.e. for each field 'f' in the list you can find a pair of records which have the same alt_external_id, but different values of 'f':
external_author_id author account_type account_category new_june_2018
Likewise there seem to be no fields consistent with external_author_id
So the conclusion is that the external_author_id
is trash.
BTW, new_june_2018 is not unique with author,
SELECT author, count(distinct new_june_2018) FROM rustweets.tweets GROUP BY author having count(distinct new_june_2018) > 1; author | count -----------+------- MONEYFORM | 2 (1 row)
This field is confusing to me, some
external_author_id
have multipleauthors