French Tweets about Plant Health
收藏资源简介:
The dataset contains tweets in French mentioning natural hazards (pests and diseases), between 2008 and 2021. <em>pest_tweets_without_userid.csv, disease_tweets_without_userid.csv, JNO_tweets.csv </em>and<em> pyrale_tweets.csv, corvidae_tweets.csv tweet_RT </em> are collections of tweets, each of these .csv files contains all or several of the following columns: <strong>time</strong>: the timestamp of the tweet <strong>twt_id</strong>: the ID of the tweet <strong>text</strong>: text content of the tweet <strong>tag</strong>: the query string that we used when we called twitter search API to harvest the tweet <strong>author_id</strong>: ID of the author, corresponding to <strong>user_id</strong> in <em>tweet_user.csv </em> <strong>referenced_tweets</strong>: empty, a list of objects of referenced tweets and the reference type(reply, retweet,...) <strong>crop_tags</strong>: empty, or potential crop name <strong>geo</strong>: empty, or ID of the place, corresponding to <strong>place_id</strong> in <em>tweet_places.csv</em> <em>tweet_users.csv </em>is a list of the users of the collected tweets. It contains the following columns: <strong>user_id</strong>: the ID of the user <strong>name</strong>: the name of the user, as they’ve defined it on their profile <strong>username</strong>: the Twitter screen name, handle, or alias that this user identifies themselves with <strong>description</strong>: empty, or user's public profile <em>tweet_places.csv</em> is a table of all mentioned places in the tweet collections. It contains the following columns: <strong>place_id</strong>: the ID of the place, if this is a point of interest tagged in the Tweet. <strong>name</strong>: the short name of this place. <strong>country</strong>: the full-length name of the country this place belongs to. <strong>place_type</strong>: Specified the particular type of information represented by this place information, such as a city name, or a point of interest. <strong>geo</strong>: Contains place details in GeoJSON format.



