Disaster Tweets, Geocoded Locations
Geocoded locations for the Real or Not? NLP with Disaster Tweets competition
@kaggle.herwinvw_disaster_tweets_geocoded_locations
Geocoded locations for the Real or Not? NLP with Disaster Tweets competition
@kaggle.herwinvw_disaster_tweets_geocoded_locations
CREATE TABLE test_geocodes (
"id" BIGINT,
"has_location" BOOLEAN,
"geocoded" BOOLEAN,
"longitude" DOUBLE,
"latitude" DOUBLE
);
CREATE TABLE train_geocodes (
"id" BIGINT,
"has_location" BOOLEAN,
"geocoded" BOOLEAN,
"longitude" DOUBLE,
"latitude" DOUBLE
);
Anyone who has the link will be able to view this.