Hey guys.
I have an assignment due tomorrow regarding Twitter API.
I have a data set which has different tweets and their information etc.
I'm trying to find out how many total of the tweets is a retweet.
There is a column header called "is_retweet" which has values either TRUE or FALSE.
I just want to write a simple piece of a code that adds up all of the TRUE values and returns an answer.
Would really appreciate some assistance.,
Regards.