You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data = pd.read_sql(sql = 'select ts.tweet_id as "id", tc.image_url as "image_url", (ts.imageRelated & 1) as "wind", (ts.imageRelated & 2) as "flood", (ts.imageRelated & 4) as "destruction" \
from tweetCoords tc join tweetClasses ts on tc.tweet_id = ts.tweet_id', con = db)