Closed rtrad89 closed 4 years ago
When generating the CSV file out of the JSONL hydration, there's a column which I use to check if a tweet is a retweet or original: reweet_id, and it should be retweet_id I assume.
CSV
JSONL
reweet_id
retweet_id
When generating the
CSV
file out of theJSONL
hydration, there's a column which I use to check if a tweet is a retweet or original:reweet_id
, and it should beretweet_id
I assume.