diff --git a/README.md b/README.md index b9c6e44..4e73a6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Scripts +# Python Scripts [![forthebadge](http://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com) @@ -290,7 +290,6 @@ python youtube-bot-linux.py # For Windows Users python youtube-bot-windows.py ``` - #### NOTE: In case your browser stoped working delete/comment the following line in the script. #### _Linux_ @@ -299,7 +298,15 @@ In case your browser stoped working delete/comment the following line in the scr `os.system("TASKKILL /F /IM " + brow + ".exe")` - +* ### Twitter Sentiment Analysis +A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India. +Sentiments are calculated to be positive, negative or neutral. +Various other analyses are represented using graphs. + +```bash +pip install -r analyseTweets-requirements.txt +python analyseTweets.py +``` ## Release History @@ -329,7 +336,7 @@ Distributed under the MIT LICENSE license. See [``LICENSE``](https://github.com/ ## Contributors The following people helped in creating the above content. - +* Niharika Krishnan * Khushal Sharma * Kayvan Mazaheri * Lakshay Kalbhor diff --git a/analyseTweets-requirements.txt b/analyseTweets-requirements.txt new file mode 100644 index 0000000..9f08671 --- /dev/null +++ b/analyseTweets-requirements.txt @@ -0,0 +1,4 @@ +matplotlib +numpy +textblob +collections \ No newline at end of file diff --git a/analyseTweets.py b/analyseTweets.py new file mode 100644 index 0000000..fa8b2b8 --- /dev/null +++ b/analyseTweets.py @@ -0,0 +1,140 @@ +import csv +import random +import re +import codecs #provides transparent encoding/decoding +from textblob import TextBlob #Library for Text Processing +import time +from collections import Counter + +#Plotting dependecies +import matplotlib.pyplot as plt; plt.rcdefaults() +import numpy as np +import matplotlib.pyplot as plt + +#Sentiment values +positive=0 +negative=0 +neutral=0 +total=0 + +hashtags = [] + +#Loading..... +print("Performing Sentiment Analysis",end="") +for i in range(5): + print(".",end="") + time.sleep(1) + + +# reading csv file + +filepath="demonetization-tweets.csv" +with codecs.open(filepath, "r",encoding='utf-8', errors='ignore') as csvfile: + reader = csv.reader(csvfile) + tweetsList=[] + cleanTweetsList=[] + for row in reader: + tweet=row[2].strip() #contains tweet + cleanTweet=" ".join(re.findall("[a-zA-Z]+",tweet)) + analysis=TextBlob(cleanTweet) + + #appending tweet to list + tweetsList.append(tweet) + cleanTweetsList.append(cleanTweet) + + + #Assigning polarity and calculating count + total=total+1 + if(analysis.sentiment.polarity>0): + positive=positive+1 + if(analysis.sentiment.polarity==0): + neutral=neutral+1 + else: + negative=negative+1 + + +#Result +print() #newline +print("Total Tweets: ",total) +print('Positive = ',positive) +print('Neutral= ',neutral) +print('Negative= ',negative) + +#Random number generator to pick tweets +randomTweets=[] +randomCleanTweets=[] + +randomNumber=random.sample(range(1, 6000), 5) +index=0 + +#Collecting random tweets +for i in range(5): + number=random.randint(1,6000) #Picks a random number between 1-6000 + randomTweets.append(tweetsList[randomNumber[index]]) #Stores a random tweet from data without repeatition + randomCleanTweets.append(tweetsList[randomNumber[index]]) + index=index+1 + +for tweet in randomCleanTweets: + print() + print(tweet,end=' ') + analysis=TextBlob(tweet) + print(" => ",analysis.sentiment) + + +#Writing random tweets to a text file for display + +with open('tweets.txt', 'w') as file: + for tweet in randomTweets: + file.write(tweet) + file.write('

\n') + +#Finding the hashtags in all the tweets +finalcount={} +for i in tweetsList: + hashtags.append(re.findall(r"#(\w+)", i)) +hashtagnew = [item for sub in hashtags for item in sub] +counts = Counter(hashtagnew) +counts = dict(counts) +finalcount = dict(sorted(counts.items(), key=lambda kv: kv[1], reverse=True)) +countname = list(finalcount.keys()) + +#Plotting data + + +#Bar Graph +objects = ('Positive','Neutral','Negative') +y_pos = np.arange(len(objects)) +performance = [positive,neutral,negative] + +plt.bar(y_pos, performance, align='center', alpha=0.5) +plt.xticks(y_pos, objects) +plt.ylabel('# of tweets') +plt.title('Twitter Sentiment Analysis- Demonetisation (Bar Graph) \n') +plt.show() + + +#Pie Graph + +colors = ['yellowgreen', 'gold', 'orangered'] +explode = (0, 0, 0.1) # explode last slice + +plt.pie(performance, explode=explode, labels=objects, colors=colors, + autopct='%1.1f%%', shadow=False, startangle=140) + +plt.axis('equal') +plt.title('Twitter Sentiment Analysis- Demonetisation (Pie Chart) \n') +plt.show() + +# Hashtag Plot +x = np.arange(len(finalcount)) +y = list(finalcount.values()) +x = x[:15] +y = y[:15] +countname = countname[:15] +plt.bar(x, y) +plt.title('Most Trending Hashtags\n') +plt.xticks(x, countname, rotation='vertical') +plt.ylabel('Number of tweets') +plt.xlabel('#Hashtags') +plt.tight_layout() +plt.show() \ No newline at end of file diff --git a/demonetization-tweets.csv b/demonetization-tweets.csv new file mode 100644 index 0000000..269315a --- /dev/null +++ b/demonetization-tweets.csv @@ -0,0 +1,22412 @@ +"","X","text","favorited","favoriteCount","replyToSN","created","truncated","replyToSID","id","replyToUID","statusSource","screenName","retweetCount","isRetweet","retweeted" +"1","1","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 18:40:30","FALSE",NA,"801495656976318464",NA,"Twitter for Android","HASHTAGFARZIWAL","331","TRUE","FALSE" +"2","2","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:40:29","FALSE",NA,"801495654778413056",NA,"Twitter for Android","PRAMODKAUSHIK9","66","TRUE","FALSE" +"3","3","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:40:03","FALSE",NA,"801495544266821632",NA,"Twitter for Android","rahulja13034944","12","TRUE","FALSE" +"4","4","RT @ANI_news: Gurugram (Haryana): Post office employees provide cash exchange to patients in hospitals #demonetization https://t.co/uGMxUP9�","FALSE","0",NA,"2016-11-23 18:39:59","FALSE",NA,"801495527024160768",NA,"Twitter for Android","deeptiyvd","338","TRUE","FALSE" +"5","5","RT @satishacharya: Reddy Wedding! @mail_today cartoon #demonetization #ReddyWedding https://t.co/u7gLNrq31F","FALSE","0",NA,"2016-11-23 18:39:39","FALSE",NA,"801495445583360000",NA,"CPIMBadli","CPIMBadli","120","TRUE","FALSE" +"6","6","@DerekScissors1: India�s #demonetization: #Blackmoney a symptom, not the disease https://t.co/HSl6Ihj0Qe via @ambazaarmag","FALSE","0","DerekScissors1","2016-11-23 18:39:11","FALSE",NA,"801495326439964672","2586266100","Twitter Web Client","ambazaarmag","0","FALSE","FALSE" +"7","7","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 18:38:53","FALSE",NA,"801495248710967296",NA,"Twitter for Android","bhodia1","637","TRUE","FALSE" +"8","8","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 18:38:20","FALSE",NA,"801495113092497408",NA,"Twitter for Android","KARUNASHANKEROJ","112","TRUE","FALSE" +"9","9","RT @sumitbhati2002: Many opposition leaders are with @narendramodi on the #Demonetization +And respect their decision,but support oppositio�","FALSE","0",NA,"2016-11-23 18:38:09","FALSE",NA,"801495064270794752",NA,"Twitter for Android","sumitbhati2002","1","TRUE","FALSE" +"10","10","National reform now destroyed even the essence of sagan. Such instances urge giving #demonetization a second though� https://t.co/eyySIREiUq","FALSE","0",NA,"2016-11-23 18:38:00","TRUE",NA,"801495027645939712",NA,"Mobile Web (M5)","HelpIndia2016","0","FALSE","FALSE" +"11","11","Many opposition leaders are with @narendramodi on the #Demonetization +And respect their decision,but support opposition just b'coz of party","FALSE","1",NA,"2016-11-23 18:37:47","FALSE",NA,"801494974844043264",NA,"Twitter for Android","sumitbhati2002","1","FALSE","FALSE" +"12","12","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 18:37:25","FALSE",NA,"801494883068317696",NA,"Twitter for Android","MonishGavand","120","TRUE","FALSE" +"13","13","@Jaggesh2 Bharat band on 28??Those who are protesting #demonetization are all different party leaders.","FALSE","0","Jaggesh2","2016-11-23 18:37:15","FALSE","801482081511448576","801494840018108416","1225924610","Twitter for Android","yuvaraj_karki","0","FALSE","FALSE" +"14","14","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 18:36:39","FALSE",NA,"801494687345324032",NA,"Twitter for Android","PMKejri","45","TRUE","FALSE" +"15","15","RT @sona2905: When I explained #Demonetization to myself and tried to put it down in my words which are not laced with any heavy technical�","FALSE","0",NA,"2016-11-23 18:36:37","FALSE",NA,"801494679258677248",NA,"Twitter for iPhone","hkgupta16","50","TRUE","FALSE" +"16","16","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 18:35:22","FALSE",NA,"801494366917230592",NA,"Twitter for Android","aazaadparinda","45","TRUE","FALSE" +"17","17","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:35:01","FALSE",NA,"801494276513202176",NA,"Twitter for Android","darkdestinynme","12","TRUE","FALSE" +"18","18","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:34:57","FALSE",NA,"801494262047240192",NA,"Twitter for iPhone","snoovemehrotra","95","TRUE","FALSE" +"19","19","RT @pGurus1: #Demonetization The co-operative banking sector in Kerala is as good as a tax haven. Is Kerala a Black Money HQ? https://t.co/�","FALSE","0",NA,"2016-11-23 18:34:17","FALSE",NA,"801494094073597952",NA,"Twitter for Android","Vishwaamitra","76","TRUE","FALSE" +"20","20","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:34:06","FALSE",NA,"801494048892653568",NA,"Twitter Web Client","PoliticalCooper","12","TRUE","FALSE" +"21","21","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:34:02","FALSE",NA,"801494031326908416",NA,"Twitter for Android","MdShuaib7","66","TRUE","FALSE" +"22","22","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:33:40","FALSE",NA,"801493936137064448",NA,"Twitter for Android","BharatParivrtan","12","TRUE","FALSE" +"23","23","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:33:35","FALSE",NA,"801493914985316352",NA,"Twitter for Android","ihavnthandle","95","TRUE","FALSE" +"24","24","RT @MahikaInfra: @narendramodi +@Swamy39 +The success of #Demonetization will depend on how swiftly govt replenish the currency + +Pls avoid Ba�","FALSE","0",NA,"2016-11-23 18:33:28","FALSE",NA,"801493886694780928",NA,"Twitter for Android","GajjarBharatc","53","TRUE","FALSE" +"25","25","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:33:14","FALSE",NA,"801493828024889344",NA,"Twitter Web Client","Rss_chaddi_waLL","66","TRUE","FALSE" +"26","26","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:33:03","FALSE",NA,"801493782621351936",NA,"Twitter for Android","mukeshrai881","12","TRUE","FALSE" +"27","27","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:32:41","FALSE",NA,"801493691160403968",NA,"Twitter for iPhone","mrx565","20","TRUE","FALSE" +"28","28","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:32:13","FALSE",NA,"801493575020122112",NA,"Twitter Web Client","iMirzaG","12","TRUE","FALSE" +"29","29","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:32:09","FALSE",NA,"801493555655147520",NA,"Twitter for Android","PontiFukEx","20","TRUE","FALSE" +"30","30","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 18:31:54","FALSE",NA,"801493494925639680",NA,"Twitter for Windows Phone","sehgal_indian","7","TRUE","FALSE" +"31","31","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:31:52","FALSE",NA,"801493484658049024",NA,"Twitter Web Client","BoscoUnchained","66","TRUE","FALSE" +"32","32","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 18:31:48","FALSE",NA,"801493470103777280",NA,"Twitter for iPhone","meghnabasu2","11","TRUE","FALSE" +"33","33","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:31:11","FALSE",NA,"801493313895403520",NA,"Twitter for Android","trollabhakt","6","TRUE","FALSE" +"34","34","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:31:02","FALSE",NA,"801493273550299136",NA,"Twitter for Android","manni_1986","76","TRUE","FALSE" +"35","35","RT @mayankjain100: #demonetization is Communal and Black Money is Secular...","FALSE","0",NA,"2016-11-23 18:30:08","FALSE",NA,"801493047988994048",NA,"Twitter Web Client","GHOSTBUSTOR","1","TRUE","FALSE" +"36","36","LOL. #Demonetization Effect. https://t.co/aA5lfy9ALG","FALSE","0",NA,"2016-11-23 18:28:41","FALSE",NA,"801492685123002368",NA,"Twitter for Android","sradeep_d","0","FALSE","FALSE" +"37","37","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:27:46","FALSE",NA,"801492452293148672",NA,"Twitter for Android","kvQuote","20","TRUE","FALSE" +"38","38","RT roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact o� https://t.co/TPYJgXFBY8","FALSE","0",NA,"2016-11-23 18:27:24","FALSE",NA,"801492360744108032",NA,"IFTTT","AnandMiishra","0","FALSE","FALSE" +"39","39","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:26:50","FALSE",NA,"801492217525243904",NA,"Twitter for iPhone","CineMaakiKasam","95","TRUE","FALSE" +"40","40","@arunjaitley @narendramodi Lrnd frm a frnd-Banks r asking employees to comeback 2sales & BAU Operations #Demonetization","FALSE","0","arunjaitley","2016-11-23 18:26:45","FALSE",NA,"801492197690331136","2183816041","Twitter for iPhone","navsinfosec","0","FALSE","FALSE" +"41","41","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 18:26:23","FALSE",NA,"801492103100387328",NA,"Twitter Web Client","RN_BJP","41","TRUE","FALSE" +"42","42","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:26:11","FALSE",NA,"801492054131949568",NA,"Twitter for Android","mukeshrai881","9","TRUE","FALSE" +"43","43","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:25:32","FALSE",NA,"801491891372036096",NA,"Twitter for Android","prateek1013","76","TRUE","FALSE" +"44","44","@dineshgrao you have 12.5 k followers yet you are not getting enough likes for your tweets against #demonetization. You need to introspect.","FALSE","0","dineshgrao","2016-11-23 18:25:27","FALSE",NA,"801491870245388288","347102273","Twitter for Android","ShankareGowdaM","0","FALSE","FALSE" +"45","45","#DeMonetization Effect : Visa, Master Card, Amex all Accepted :) https://t.co/ozDwcPKjaI","FALSE","0",NA,"2016-11-23 18:25:24","FALSE",NA,"801491856626331648",NA,"Facebook","zailetblog","0","FALSE","FALSE" +"46","46","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:24:57","FALSE",NA,"801491744323870720",NA,"Twitter for iPhone","draksbond","76","TRUE","FALSE" +"47","47","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 18:24:44","FALSE",NA,"801491688757694464",NA,"Twitter for Android","kmvatreni1","59","TRUE","FALSE" +"48","48","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:24:36","FALSE",NA,"801491655899627520",NA,"TweetCaster for Android","PramodKr7227","12","TRUE","FALSE" +"49","49","RT @rohanmlw: #demonetization eye opener video bt i doubt as few jurnos don't want2 hear +ve of @narendramodi @sardesairajdeep @ravishndtv�","FALSE","0",NA,"2016-11-23 18:24:28","FALSE",NA,"801491623901270016",NA,"Twitter Web Client","neelmani1980","4","TRUE","FALSE" +"50","50","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:24:23","FALSE",NA,"801491599683239936",NA,"Twitter for iPhone","smsivanesan","30","TRUE","FALSE" +"51","51","RT @nmleo1: Is #ModiSarkar 's #achedin campaign on #demonetization a #goebbelsian #masterstroke that turns blind eye to #GroundZero shocks?�","FALSE","0",NA,"2016-11-23 18:24:18","FALSE",NA,"801491579546406912",NA,"Twitter for Android","JOYEEE990","1","TRUE","FALSE" +"52","52","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:24:01","FALSE",NA,"801491507974995968",NA,"Twitter for Android","n2r3ndr2","30","TRUE","FALSE" +"53","53","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:24:00","FALSE",NA,"801491503885516800",NA,"Twitter for Android","aakuraj","76","TRUE","FALSE" +"54","54","#demonetization is Communal and Black Money is Secular...","FALSE","0",NA,"2016-11-23 18:23:57","FALSE",NA,"801491492137074688",NA,"Twitter for Android","mayankjain100","1","FALSE","FALSE" +"55","55","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:23:57","FALSE",NA,"801491490761539584",NA,"Twitter for Android","ceradevcera","20","TRUE","FALSE" +"56","56","RT @nmleo1: @MinhazMerchant #demonetization hardly affects tax dodgers & #NETAS who excel in #CashlessCorruption & have multiplied bad weal�","FALSE","0",NA,"2016-11-23 18:23:55","FALSE",NA,"801491483354284032",NA,"Twitter for Android","JOYEEE990","1","TRUE","FALSE" +"57","57","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:23:22","FALSE",NA,"801491346661974016",NA,"Twitter for Android","twety_swety","95","TRUE","FALSE" +"58","58","Section 144 issued by District Magistrate, #Indore prohibiting #socialmedia posts on #demonetization, Why?? +#citizen https://t.co/5Tn7aNBTsi","FALSE","0",NA,"2016-11-23 18:23:12","FALSE",NA,"801491303229816832",NA,"Twitter Web Client","ESchool_India","0","FALSE","FALSE" +"59","59","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-23 18:22:44","FALSE",NA,"801491187182014464",NA,"Twitter for Android","InnovativeHindu","29","TRUE","FALSE" +"60","60","RT roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact o� https://t.co/vCWWjxu0wb","FALSE","0",NA,"2016-11-23 18:22:37","FALSE",NA,"801491158048407552",NA,"Put your button on any page! ","pratyushmayank","0","FALSE","FALSE" +"61","61","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:22:33","FALSE",NA,"801491138792128512",NA,"Twitter for Android","monojsaha6","15","TRUE","FALSE" +"62","62","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 18:22:10","FALSE",NA,"801491043438837760",NA,"Twitter for Android","NV_Handle","637","TRUE","FALSE" +"63","63","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 18:22:09","FALSE",NA,"801491040821714944",NA,"Twitter for Android","InnovativeHindu","30","TRUE","FALSE" +"64","64","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 18:22:05","FALSE",NA,"801491021813186560",NA,"Twitter for Android","InnovativeHindu","19","TRUE","FALSE" +"65","65","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 18:21:17","FALSE",NA,"801490823665725440",NA,"Twitter for Android","Minoritygender","120","TRUE","FALSE" +"66","66","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 18:20:40","FALSE",NA,"801490667545489408",NA,"Twitter for Android","BsBaban","270","TRUE","FALSE" +"67","67","Effects of sluggish economy, negative IIP, #Demonetization ! Does the Great Leader even bother except continued dra� https://t.co/DuvbMtEi1Y","FALSE","0",NA,"2016-11-23 18:19:37","TRUE",NA,"801490401811165184",NA,"Twitter Web Client","sventure007","0","FALSE","FALSE" +"68","68","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 18:19:27","FALSE",NA,"801490361998684160",NA,"Twitter for iPhone","US70707","41","TRUE","FALSE" +"69","69","RT roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact o� https://t.co/5J6jZXbY81","FALSE","0",NA,"2016-11-23 18:19:22","FALSE",NA,"801490339978706944",NA,"IFTTT","UnRealMohit","0","FALSE","FALSE" +"70","70","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:19:09","FALSE",NA,"801490286597853184",NA,"Twitter for Android","vtushar1960","76","TRUE","FALSE" +"71","71","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-23 18:19:02","FALSE",NA,"801490253370585088",NA,"Twitter for Android","HRajshri","1868","TRUE","FALSE" +"72","72","#Demonetization and the Indian Economy An Interview by Doordarshan with Sri S.Gurumurthy https://t.co/LdeBCADAeR","FALSE","0",NA,"2016-11-23 18:18:27","FALSE",NA,"801490109572857856",NA,"Twitter Web Client","AllinoneIndia","0","FALSE","FALSE" +"73","73","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 18:17:51","FALSE",NA,"801489955994222592",NA,"Twitter Web Client","manickam_sm","11","TRUE","FALSE" +"74","74","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:17:49","FALSE",NA,"801489948679409664",NA,"Twitter Web Client","SanalSudev","12","TRUE","FALSE" +"75","75","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:17:49","FALSE",NA,"801489948201385984",NA,"Twitter for Android","VaidyaPriyam","30","TRUE","FALSE" +"76","76","RT @NilimDutta: After much contemplation I have come to the conclusion that nothing explains Modi's #DeMonetization better than monumental�","FALSE","0",NA,"2016-11-23 18:17:23","FALSE",NA,"801489838260289536",NA,"Twitter for Android","imprakrut","2","TRUE","FALSE" +"77","77","RT @Currency_crisis: What #demonetization indicates is loss of freedom +Besides laws/constitution/court/cops 2 govern people +govt is using m�","FALSE","0",NA,"2016-11-23 18:16:40","FALSE",NA,"801489661369552896",NA,"Twitter Web Client","everG3","1","TRUE","FALSE" +"78","78","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:16:34","FALSE",NA,"801489632814735360",NA,"Twitter Web Client","Myth_Busterz","66","TRUE","FALSE" +"79","79","Ppl of India extending overwhelming supprt to @narendramodi Ji's crusade agnst black money.Survey @timesofindia� https://t.co/Axqd8FOwpK","FALSE","0",NA,"2016-11-23 18:16:33","TRUE",NA,"801489628880474112",NA,"Twitter Web Client","ganeshjoshibjp","0","FALSE","FALSE" +"80","80","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:16:23","FALSE",NA,"801489588275417088",NA,"Twitter for Android","ikumarashok","9","TRUE","FALSE" +"81","81","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 18:16:19","FALSE",NA,"801489570831298560",NA,"Twitter for Android","ssmalani","637","TRUE","FALSE" +"82","82","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 18:15:26","FALSE",NA,"801489350001205248",NA,"Twitter for Android","cracklier","59","TRUE","FALSE" +"83","83","People from rural areas are coming to Delhi just to withdraw cash. + +They have given up on govt. logistics. + +@ravishndtv #Demonetization","FALSE","0",NA,"2016-11-23 18:15:09","FALSE",NA,"801489279700475904",NA,"TweetCaster for Android","Rohit_V","0","FALSE","FALSE" +"84","84","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 18:14:27","FALSE",NA,"801489103267237888",NA,"Twitter for Android","TussarJitu","331","TRUE","FALSE" +"85","85","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:14:04","FALSE",NA,"801489004340383744",NA,"Twitter for Android","praveentiwari6","15","TRUE","FALSE" +"86","86","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:12:41","FALSE",NA,"801488657307738112",NA,"Twitter for iPhone","ankit_gupta518","9","TRUE","FALSE" +"87","87","RT roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact o� https://t.co/vv9qtRqqSI","FALSE","0",NA,"2016-11-23 18:12:28","FALSE",NA,"801488603809456128",NA,"IFTTT","Priyad_01","0","FALSE","FALSE" +"88","88","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 18:12:01","FALSE",NA,"801488489921421312",NA,"Twitter for Android","Bhartiyalist","112","TRUE","FALSE" +"89","89","RT @NilimDutta: After much contemplation I have come to the conclusion that nothing explains Modi's #DeMonetization better than monumental�","FALSE","0",NA,"2016-11-23 18:12:01","FALSE",NA,"801488489917202432",NA,"Twitter for Android","ChandokSumeet","2","TRUE","FALSE" +"90","90","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:11:46","FALSE",NA,"801488425257840640",NA,"Twitter for Android","ThumbaHasivu","95","TRUE","FALSE" +"91","91","#demonetization 90 % of population is accepting it as country building measure, why these so called politicians opp� https://t.co/f91j6tZjZ2","FALSE","0",NA,"2016-11-23 18:11:43","TRUE",NA,"801488415061458944",NA,"Twitter for iPhone","sanjeevkriocl","0","FALSE","FALSE" +"92","92","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:11:43","FALSE",NA,"801488412641374208",NA,"Twitter Web Client","everG3","6","TRUE","FALSE" +"93","93","15 days after #demonetization, country is still suffering 4m acute shortage of currency notes. +Big loss 2 economy +Share market tumbling +SOS","FALSE","0",NA,"2016-11-23 18:11:37","FALSE",NA,"801488389690171392",NA,"Twitter for Android","SaubhagyaVarma","0","FALSE","FALSE" +"94","94","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:11:14","FALSE",NA,"801488290620678144",NA,"Twitter for Android","Salimpa71373837","66","TRUE","FALSE" +"95","95","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 18:11:08","FALSE",NA,"801488265568075776",NA,"Twitter for Android","khan96faiz","132","TRUE","FALSE" +"96","96","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 18:11:01","FALSE",NA,"801488238347046912",NA,"Twitter for Android","nitinpoddar","275","TRUE","FALSE" +"97","97","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:10:55","FALSE",NA,"801488211147190272",NA,"Twitter for iPhone","AnakhaRavindran","20","TRUE","FALSE" +"98","98","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 18:10:53","FALSE",NA,"801488202527707136",NA,"Twitter for iPhone","Jayaram84296692","112","TRUE","FALSE" +"99","99","RT @TheOfficialSBI: As of today, 33000 thousand ATMs are functioning. - SBI Chairman, Smt. Arundhati Bhattacharya. #Demonetization","FALSE","0",NA,"2016-11-23 18:10:44","FALSE",NA,"801488164896374784",NA,"Twitter Web Client","ilapakurthi","406","TRUE","FALSE" +"100","100","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 18:10:34","FALSE",NA,"801488124782120960",NA,"Twitter for Android","gr8india","69","TRUE","FALSE" +"101","101","Very unfortunate... India slips due to #demonetization +@BJP4India @PMOIndia @RanaAyyub @TruthOfGujarat @AnupamPkher +https://t.co/6QhcGyBpKw","FALSE","0",NA,"2016-11-23 18:10:18","FALSE",NA,"801488056817745920",NA,"Twitter for Android","razikararvi","0","FALSE","FALSE" +"102","102","What #demonetization indicates is loss of freedom +Besides laws/constitution/court/cops 2 govern people +govt is using money 2 control people","FALSE","0",NA,"2016-11-23 18:10:14","FALSE",NA,"801488039130214400",NA,"Twitter Web Client","Currency_crisis","1","FALSE","FALSE" +"103","103","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:10:11","FALSE",NA,"801488026895585280",NA,"Twitter for Android","MdShuaib7","9","TRUE","FALSE" +"104","104","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 18:10:01","FALSE",NA,"801487988257476608",NA,"Twitter for Android","shobhanpounikar","30","TRUE","FALSE" +"105","105","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 18:10:00","FALSE",NA,"801487982209339392",NA,"Twitter for Android","Arshkhankhan1","22","TRUE","FALSE" +"106","106","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:09:48","FALSE",NA,"801487931886026752",NA,"Twitter for Android","jaiinashish","30","TRUE","FALSE" +"107","107","RT @embracetheart: Delete! Pathetic PM who conducts false poll and self praises himself. #demonetization #BogusPoll #ModiScaredOfParliament�","FALSE","0",NA,"2016-11-23 18:09:32","FALSE",NA,"801487863971885056",NA,"Mobile Web (M5)","TeenaSingh882","1","TRUE","FALSE" +"108","108","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 18:09:31","FALSE",NA,"801487861631434752",NA,"Twitter for Android","mshivaram","95","TRUE","FALSE" +"109","109","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:09:30","FALSE",NA,"801487856740904960",NA,"Twitter for Windows Phone","rajdeepTwitting","15","TRUE","FALSE" +"110","110","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:09:26","FALSE",NA,"801487839850467328",NA,"Twitter for Android","fighterpirate7","6","TRUE","FALSE" +"111","111","#Demonetization +https://t.co/0kq8BsJ1iS +When PM is in, opposition is out of parliament.","FALSE","0",NA,"2016-11-23 18:09:12","FALSE",NA,"801487780224253952",NA,"Twitter for Android","AmereshSingh","0","FALSE","FALSE" +"112","112","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:09:01","FALSE",NA,"801487735642996736",NA,"Twitter for Android","itsmeroshan2121","20","TRUE","FALSE" +"113","113","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-23 18:08:59","FALSE",NA,"801487726965096448",NA,"Twitter Web Client","enzacdesccom191","428","TRUE","FALSE" +"114","114","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 18:08:52","FALSE",NA,"801487697017651200",NA,"Twitter for Android","Sourabhprk","57","TRUE","FALSE" +"115","115","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:08:44","FALSE",NA,"801487665321361408",NA,"Twitter for iPhone","tauhid13","6","TRUE","FALSE" +"116","116","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:08:41","FALSE",NA,"801487651245326336",NA,"Twitter for Android","IamMLK48","6","TRUE","FALSE" +"117","117","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 18:08:30","FALSE",NA,"801487603140730880",NA,"Twitter for Android","indianmonk1","41","TRUE","FALSE" +"118","118","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:08:29","FALSE",NA,"801487602113269760",NA,"Twitter for Android","Dhriyamana","76","TRUE","FALSE" +"119","119","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 18:08:04","FALSE",NA,"801487493753237504",NA,"Twitter for Android","indianmonk1","20","TRUE","FALSE" +"120","120","RT @_avenu: Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMu�","FALSE","0",NA,"2016-11-23 18:07:53","FALSE",NA,"801487449230716928",NA,"Twitter for Android","DonMufflerMan","6","TRUE","FALSE" +"121","121","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:07:44","FALSE",NA,"801487410441949184",NA,"Twitter for Android","shubhamamdhare","66","TRUE","FALSE" +"122","122","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:07:28","FALSE",NA,"801487345480368128",NA,"Twitter for Android","SSP79","15","TRUE","FALSE" +"123","123","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 18:07:19","FALSE",NA,"801487308360798208",NA,"Twitter for Android","shobhanpounikar","19","TRUE","FALSE" +"124","124","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:06:50","FALSE",NA,"801487186109591552",NA,"Twitter for Android","harishchawla74","76","TRUE","FALSE" +"125","125","Aam aadmi punished for sins of #blackmoney hoarders. SBI slashes deposit rates by 1.9% #Demonetization #netascashin https://t.co/rqjsdiGvcG","FALSE","0",NA,"2016-11-23 18:06:41","FALSE",NA,"801487148201476096",NA,"Put your button on any page! ","anilrai","0","FALSE","FALSE" +"126","126","Teacher: is there anybody who is absent today? +(No response ) +Teacher says 100% attendance +#Demonetization #App #survey +@DonMufflerMan ","FALSE","6",NA,"2016-11-23 18:06:35","FALSE",NA,"801487120464429056",NA,"Twitter for iPhone","_avenu","6","FALSE","FALSE" +"127","127","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:06:15","FALSE",NA,"801487039652888576",NA,"Twitter for Android","aashish81us","30","TRUE","FALSE" +"128","128","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-23 18:06:00","FALSE",NA,"801486976486637568",NA,"Twitter Web Client","Jodhpur_Blue","421","TRUE","FALSE" +"129","129","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:05:41","FALSE",NA,"801486894920073216",NA,"Twitter for Android","deeptiyvd","76","TRUE","FALSE" +"130","130","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 18:05:41","FALSE",NA,"801486894789865472",NA,"Twitter for Android","ioclpunjab","18","TRUE","FALSE" +"131","131","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:05:13","FALSE",NA,"801486777777172480",NA,"Twitter for Android","aawara_aatma","66","TRUE","FALSE" +"132","132","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 18:04:59","FALSE",NA,"801486720621416448",NA,"Twitter for Android","rathoreaja","105","TRUE","FALSE" +"133","133","@DeshhBhakt seems deskbhakt was in hibernation mode when GPS enabled 2000 rs was launched by #Modo 4 #demonetization @MonaAmbegaonkar","FALSE","0","DeshhBhakt","2016-11-23 18:04:49","FALSE","801444952945344512","801486677550120960","4912204657","Twitter for Android","bhau_rokthok","0","FALSE","FALSE" +"134","134","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:04:22","FALSE",NA,"801486563083325440",NA,"Twitter for Android","aniljothomas","9","TRUE","FALSE" +"135","135","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 18:04:20","FALSE",NA,"801486556846403584",NA,"Twitter Web Client","centreofleft","66","TRUE","FALSE" +"136","136","RT @dhrumilpatel: Looks Ambit Capital, literally Choked with #demonetization, come-on U can't lower d GDP nos by huge margin. +Perhaps, they�","FALSE","0",NA,"2016-11-23 18:04:03","FALSE",NA,"801486482670108672",NA,"Twitter for Android","anuuragjain","3","TRUE","FALSE" +"137","137","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:03:59","FALSE",NA,"801486466513661952",NA,"Twitter for Android","Pavanpavs254","15","TRUE","FALSE" +"138","138","RT @bi_india: .@airtelindia takes a bite of the governemnt big #demonetization pie, becomes first #paymentbank to go live + +https://t.co/gZv�","FALSE","0",NA,"2016-11-23 18:03:56","FALSE",NA,"801486456803835904",NA,"Twitter for Android","BeLogicalPlz","2","TRUE","FALSE" +"139","139","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 18:03:53","FALSE",NA,"801486444682362880",NA,"Twitter for Android","Thenirajpandey","59","TRUE","FALSE" +"140","140","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 18:03:33","FALSE",NA,"801486358673883136",NA,"Twitter for iPhone","rranjan733","270","TRUE","FALSE" +"141","141","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:03:17","FALSE",NA,"801486291208642560",NA,"Twitter for iPhone","barundebbarun","12","TRUE","FALSE" +"142","142","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:03:15","FALSE",NA,"801486284644458496",NA,"Twitter for iPhone","guesthousesgoa","9","TRUE","FALSE" +"143","143","The opposition is getting troubled because all their #BlackMoney have become just a piece of paper due to #demonetization #_","FALSE","0",NA,"2016-11-23 18:03:11","FALSE",NA,"801486268504776704",NA,"Twitter for Android","AjayGrover29","0","FALSE","FALSE" +"144","144","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:03:03","FALSE",NA,"801486231951515648",NA,"Twitter for Android","BhaanuWrites","9","TRUE","FALSE" +"145","145","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:02:59","FALSE",NA,"801486217313402880",NA,"Twitter for Android","JoinAAP","9","TRUE","FALSE" +"146","146","RT @roshankar: Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t�","FALSE","0",NA,"2016-11-23 18:02:50","FALSE",NA,"801486179032043520",NA,"Twitter for Android","aapdelhincr","9","TRUE","FALSE" +"147","147","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:02:47","FALSE",NA,"801486167984193536",NA,"Twitter for Android","anil_tikar2","15","TRUE","FALSE" +"148","148","@sritara @GabbbarSingh @sidin +Please read alternative side of story also on #Demonetization & support to PM Modi +https://t.co/SLJoymBy1m","FALSE","0","sritara","2016-11-23 18:02:41","FALSE","801484177300295680","801486142201823232","47712007","Twitter for Android","Dhriyamana","0","FALSE","FALSE" +"149","149","The effect of #DeMonetization has already shared by @narendramodi #Action are more important than words� https://t.co/TbCC8S5ETc","FALSE","0","ArvindKejriwal","2016-11-23 18:02:37","TRUE","801307597018198016","801486123201499136","405427035","Twitter for Android","SShettyy007","0","FALSE","FALSE" +"150","150","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 18:02:35","FALSE",NA,"801486116993908736",NA,"Twitter for Android","Tinni_Aphrodite","71","TRUE","FALSE" +"151","151","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:02:34","FALSE",NA,"801486112011087872",NA,"Twitter for Android","akash_8","15","TRUE","FALSE" +"152","152","After much contemplation I have come to the conclusion that nothing explains Modi's #DeMonetization better than monumental stupidity.","FALSE","1",NA,"2016-11-23 18:02:30","FALSE",NA,"801486095829479424",NA,"Twitter Web Client","NilimDutta","2","FALSE","FALSE" +"153","153","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 18:02:12","FALSE",NA,"801486020168421376",NA,"Twitter for iPhone","san_selene","637","TRUE","FALSE" +"154","154","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 18:02:12","FALSE",NA,"801486018897707008",NA,"Twitter Web Client","laxmisagarnitw","12","TRUE","FALSE" +"155","155","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 18:02:02","FALSE",NA,"801485976891596800",NA,"Twitter for Android","pushpa_sahani","15","TRUE","FALSE" +"156","156","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 18:01:28","FALSE",NA,"801485835120078848",NA,"Twitter for Android","nagrulz","33","TRUE","FALSE" +"157","157","RT @TheOfficialSBI: In view of current situation, RTGS time has been extended upto 6:30 PM till 24th November, 2016. #Demonetization http�","FALSE","0",NA,"2016-11-23 18:01:23","FALSE",NA,"801485813552812032",NA,"Twitter Web Client","ilapakurthi","180","TRUE","FALSE" +"158","158","RT ZeeNewsSports: #Demonetization: harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with we� https://t.co/TaCfmKF3Cs","FALSE","0",NA,"2016-11-23 18:01:10","FALSE",NA,"801485757668093952",NA,"IFTTT","cyberkingtm","0","FALSE","FALSE" +"159","159","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:01:07","FALSE",NA,"801485748243349504",NA,"Twitter for Android","pratimadesh","76","TRUE","FALSE" +"160","160","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 18:00:59","FALSE",NA,"801485714198122496",NA,"Twitter for iPhone","abhinavaawara","76","TRUE","FALSE" +"161","161","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 18:00:02","FALSE",NA,"801485475924082688",NA,"Twitter for iPhone","shweta_ohri","30","TRUE","FALSE" +"162","162","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 17:59:55","FALSE",NA,"801485445888512000",NA,"Twitter for Windows","avdheshkumartsi","15","TRUE","FALSE" +"163","163","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 17:59:53","FALSE",NA,"801485437168553984",NA,"Twitter for Android","RkKotha","33","TRUE","FALSE" +"164","164","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 17:59:51","FALSE",NA,"801485425671974912",NA,"Twitter for iPhone","puneetgarg24","15","TRUE","FALSE" +"165","165","RT @roshankar: Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to th�","FALSE","0",NA,"2016-11-23 17:59:40","FALSE",NA,"801485381103452160",NA,"Twitter for Android","YogenderWrites","12","TRUE","FALSE" +"166","166","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:59:23","FALSE",NA,"801485311670829056",NA,"Twitter for iPhone","mi_puneri","95","TRUE","FALSE" +"167","167","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 17:58:43","FALSE",NA,"801485142866804736",NA,"Twitter for Windows Phone","HARESHUPADHYAY1","15","TRUE","FALSE" +"168","168","Former FinSec, RBI Dy Governor, CBDT Chair + Harvard Professor lambaste #Demonetization. + +If not for Aam Aadmi, listen to them no PM Modi?","FALSE","4",NA,"2016-11-23 17:58:40","FALSE",NA,"801485130279763968",NA,"Twitter Web Client","roshankar","12","FALSE","FALSE" +"169","169","RT ZeeNewsSports: #Demonetization: harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with we� https://t.co/oJrbCBYmH9","FALSE","0",NA,"2016-11-23 17:58:29","FALSE",NA,"801485083886682112",NA,"IFTTT","VihaanSingh20","0","FALSE","FALSE" +"170","170","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:57:34","FALSE",NA,"801484855003316224",NA,"Twitter for Android","Punitspeaks","30","TRUE","FALSE" +"171","171","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:57:31","FALSE",NA,"801484839694303232",NA,"Twitter for Android","AmberRishi","45","TRUE","FALSE" +"172","172","RT @_Hinduism_: How come those people crying for line in banks are not crying for line ups here in...... + +#demonetization https://t.co/ixY1�","FALSE","0",NA,"2016-11-23 17:57:21","FALSE",NA,"801484798200053760",NA,"Twitter for Android","zasambhu","22","TRUE","FALSE" +"173","173","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 17:57:12","FALSE",NA,"801484760388251648",NA,"TweetDeck","ZeeNews","15","TRUE","FALSE" +"174","174","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:57:05","FALSE",NA,"801484729946021888",NA,"Twitter Web Client","krishnpria","76","TRUE","FALSE" +"175","175","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:56:53","FALSE",NA,"801484682483224576",NA,"Twitter for Android","rbr6000","95","TRUE","FALSE" +"176","176","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:56:49","FALSE",NA,"801484662811987968",NA,"Twitter for Android","sainath_kits","95","TRUE","FALSE" +"177","177","RT @ZeeNewsSports: #Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season + +https://t�","FALSE","0",NA,"2016-11-23 17:56:42","FALSE",NA,"801484635091980288",NA,"Twitter for Android","unbrahmachari","15","TRUE","FALSE" +"178","178","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:56:21","FALSE",NA,"801484545736347648",NA,"Twitter for Android","munireddyab","637","TRUE","FALSE" +"179","179","#Demonetization: @harbhajan_singh gives hilarious 'shagun' suggestion to those struggling with wedding season� https://t.co/6QNe6KGqaO","FALSE","40",NA,"2016-11-23 17:56:11","TRUE",NA,"801484504216977408",NA,"Twitter Web Client","ZeeNewsSports","15","FALSE","FALSE" +"180","180","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 17:56:03","FALSE",NA,"801484471803531264",NA,"TweetCaster for Android","PramodKr7227","69","TRUE","FALSE" +"181","181","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 17:55:29","FALSE",NA,"801484329570496512",NA,"Twitter for Android","AdMathura","331","TRUE","FALSE" +"182","182","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:55:09","FALSE",NA,"801484246812495872",NA,"Twitter for Android","Jaishankar_Sing","30","TRUE","FALSE" +"183","183","RT @_Hinduism_: How come those people crying for line in banks are not crying for line ups here in...... + +#demonetization https://t.co/ixY1�","FALSE","0",NA,"2016-11-23 17:55:08","FALSE",NA,"801484241636888576",NA,"Twitter Web Client","_Hinduism_","22","TRUE","FALSE" +"184","184","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 17:55:07","FALSE",NA,"801484236343558144",NA,"Twitter for iPhone","CongressALL","57","TRUE","FALSE" +"185","185","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:55:01","FALSE",NA,"801484211492225024",NA,"Twitter for Android","JaihindRayudu","41","TRUE","FALSE" +"186","186","RT @myvotetoday: Modi's #demonetization received massive public approval. So why is opposition worried about common man and create ruckus i�","FALSE","0",NA,"2016-11-23 17:54:43","FALSE",NA,"801484135961272320",NA,"Twitter for Android","achintparikh","9","TRUE","FALSE" +"187","187","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:54:40","FALSE",NA,"801484122958884864",NA,"Twitter for Android","abhaymishra09","30","TRUE","FALSE" +"188","188","Harvard's Larry Summers calls #Demonetization as poor policy with disproportionate negative impact on poor/trade. + +https://t.co/2Tt2SfM0g0","FALSE","9",NA,"2016-11-23 17:54:27","FALSE",NA,"801484068990828544",NA,"Twitter Web Client","roshankar","9","FALSE","FALSE" +"189","189","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 17:54:08","FALSE",NA,"801483988833542144",NA,"Twitter for iPhone","Himansh29466255","57","TRUE","FALSE" +"190","190","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 17:54:06","FALSE",NA,"801483979773931520",NA,"Twitter for iPhone","JhansiKiRani77","7","TRUE","FALSE" +"191","191","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 17:54:03","FALSE",NA,"801483967836864512",NA,"Twitter for iPhone","Himansh29466255","71","TRUE","FALSE" +"192","192","Monumental blunder or monumental plunder or both? #demonetization","FALSE","0",NA,"2016-11-23 17:54:00","FALSE",NA,"801483955262267392",NA,"Twitter Web Client","Sukant_Khurana","0","FALSE","FALSE" +"193","193","RT @rishibagree: And they say #demonetization is failure https://t.co/WnjIUqIhdW","FALSE","0",NA,"2016-11-23 17:54:00","FALSE",NA,"801483954045919232",NA,"Twitter for Android","sainath_kits","102","TRUE","FALSE" +"194","194","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:53:54","FALSE",NA,"801483930138312704",NA,"Twitter for Android","gopsec2","76","TRUE","FALSE" +"195","195","Modi acted against national interest. The way to cashless economy need not be #Demonetization. A badly planned move.","FALSE","0",NA,"2016-11-23 17:53:42","FALSE",NA,"801483882079997952",NA,"Twitter for Windows Phone","karunasanghvi","0","FALSE","FALSE" +"196","196","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:53:39","FALSE",NA,"801483867077148672",NA,"Twitter for Android","beiing_tiger_","45","TRUE","FALSE" +"197","197","RT @rishibagree: More than 700 Fish Vendors across Kolkata have started using e-wallets. +Before #demonetization this number was zero .. Thi�","FALSE","0",NA,"2016-11-23 17:53:38","FALSE",NA,"801483864312934400",NA,"Twitter for Android","sainath_kits","947","TRUE","FALSE" +"198","198","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 17:53:37","FALSE",NA,"801483859095228416",NA,"Twitter for Android","Maninde42125473","331","TRUE","FALSE" +"199","199","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:53:03","FALSE",NA,"801483717302685696",NA,"Twitter for Android","AtishhR","30","TRUE","FALSE" +"200","200","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:53:01","FALSE",NA,"801483709216129024",NA,"Twitter for Android","raovikashpranav","66","TRUE","FALSE" +"201","201","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:52:57","FALSE",NA,"801483692409552896",NA,"Twitter for Android","aapkaTejuBhaiya","95","TRUE","FALSE" +"202","202","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:52:51","FALSE",NA,"801483666677338112",NA,"Twitter for Android","krutarth8495","45","TRUE","FALSE" +"203","203","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-23 17:52:43","FALSE",NA,"801483633630380032",NA,"Twitter for Android","sainath_kits","421","TRUE","FALSE" +"204","204","RT @ShefVaidya: When was the last time you saw Naveen Patnaik or Chandrababu Naidu being interviewed on BBC or NDTV on #DeMonetization?","FALSE","0",NA,"2016-11-23 17:52:38","FALSE",NA,"801483612147183616",NA,"Twitter for Android","sainath_kits","391","TRUE","FALSE" +"205","205","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 17:52:01","FALSE",NA,"801483454483464192",NA,"Twitter for Android","vkn2904","19","TRUE","FALSE" +"206","206","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 17:51:57","FALSE",NA,"801483439614652416",NA,"Twitter for iPhone","ateeqtak","11","TRUE","FALSE" +"207","207","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:51:56","FALSE",NA,"801483436674326528",NA,"Twitter for Android","Thy_SikANDER","45","TRUE","FALSE" +"208","208","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 17:51:45","FALSE",NA,"801483389127704576",NA,"Twitter for Android","Bodhisnews","69","TRUE","FALSE" +"209","209","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:51:39","FALSE",NA,"801483364586946560",NA,"Twitter for iPhone","niksnirav","95","TRUE","FALSE" +"210","210","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:51:31","FALSE",NA,"801483331724574720",NA,"Twitter for iPhone","shrenik_gandhi","637","TRUE","FALSE" +"211","211","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:51:20","FALSE",NA,"801483286291812352",NA,"Twitter for Android","4ushashishekhar","30","TRUE","FALSE" +"212","212","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:51:10","FALSE",NA,"801483242985689088",NA,"Mobile Web (M5)","Himalayanyogi2","76","TRUE","FALSE" +"213","213","RT @rishibagree: A Housewife's view on #demonetization https://t.co/nFwuiZUJOD","FALSE","0",NA,"2016-11-23 17:51:00","FALSE",NA,"801483199478054912",NA,"Twitter for Android","sainath_kits","114","TRUE","FALSE" +"214","214","RT @ItzCash: @suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.c�","FALSE","0",NA,"2016-11-23 17:50:54","FALSE",NA,"801483174022770688",NA,"Twitter Web Client","SuryaNavin","5","TRUE","FALSE" +"215","215","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 17:50:31","FALSE",NA,"801483078719795200",NA,"Twitter for Android","aishwaryverma9","69","TRUE","FALSE" +"216","216","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 17:50:26","FALSE",NA,"801483058171891712",NA,"Twitter for Android","sainath_kits","1057","TRUE","FALSE" +"217","217","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:50:11","FALSE",NA,"801482993516716032",NA,"Twitter for iPhone","deedhinsaan","95","TRUE","FALSE" +"218","218","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 17:50:10","FALSE",NA,"801482989091721216",NA,"Twitter for Android","ketan99222","331","TRUE","FALSE" +"219","219","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:50:06","FALSE",NA,"801482972360830976",NA,"Twitter for iPhone","patriotindian12","76","TRUE","FALSE" +"220","220","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:49:51","FALSE",NA,"801482911157403648",NA,"Twitter for iPhone","usanghvi55","45","TRUE","FALSE" +"221","221","RT @jay_ambadi: L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 17:49:31","FALSE",NA,"801482827023806464",NA,"Twitter for Android","AtheistDevil","5","TRUE","FALSE" +"222","222","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:49:26","FALSE",NA,"801482807579000832",NA,"Twitter for Android","ObhanAjay","76","TRUE","FALSE" +"223","223","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:49:03","FALSE",NA,"801482707838517248",NA,"Twitter for iPhone","abhinavaawara","637","TRUE","FALSE" +"224","224","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 17:48:59","FALSE",NA,"801482691753476096",NA,"Twitter for Android","delli_sai","33","TRUE","FALSE" +"225","225","RT @rishibagree: This is exactly how some people behaving on #demonetization + +Since Modi Did it lets oppose it +If Sonia Gandhi have done i�","FALSE","0",NA,"2016-11-23 17:48:33","FALSE",NA,"801482585255776256",NA,"Twitter for Android","sainath_kits","120","TRUE","FALSE" +"226","226","RT @JasBJP: Today I delivered a speech on various issues including #BlackMoney n #demonetization at @BJPKonnagar +@narendramodi @AmitShah @s�","FALSE","0",NA,"2016-11-23 17:48:26","FALSE",NA,"801482555765694464",NA,"Twitter for Android","JasBJP","8","TRUE","FALSE" +"227","227","RT @jamewils: Economy and cost of #Demonetization! https://t.co/YwAO2MES5G","FALSE","0",NA,"2016-11-23 17:48:15","FALSE",NA,"801482509531758592",NA,"Twitter for Android","PriyabrataT","2","TRUE","FALSE" +"228","228","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:48:14","FALSE",NA,"801482504028815360",NA,"Twitter for Android","prembhatt0286","41","TRUE","FALSE" +"229","229","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:48:03","FALSE",NA,"801482459850256384",NA,"Twitter for Android","AbleArcher7","95","TRUE","FALSE" +"230","230","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:47:52","FALSE",NA,"801482414019096576",NA,"Mobile Web (M5)","sir_khujliwal","95","TRUE","FALSE" +"231","231","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:47:33","FALSE",NA,"801482330346917888",NA,"Twitter for iPhone","rajeshpandey85","76","TRUE","FALSE" +"232","232","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:47:32","FALSE",NA,"801482329927479296",NA,"Twitter for Android","prembhatt0286","95","TRUE","FALSE" +"233","233","RT @ShefVaidya: NO. @MamtaOfficiaI will say this fire was caused because of #DeMonetization and @narendramodi is responsible! https://t.co/�","FALSE","0",NA,"2016-11-23 17:47:13","FALSE",NA,"801482248096579584",NA,"Twitter for Android","sainath_kits","91","TRUE","FALSE" +"234","234","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 17:46:18","FALSE",NA,"801482016373886976",NA,"Twitter for iPhone","anurag29","12","TRUE","FALSE" +"235","235","RT @JLLIndia: #Demonetization's Impact On the #India #Retail sector - Re-Tales by Pankaj Renjhen | ET Retail https://t.co/aVcYTIhdtH","FALSE","0",NA,"2016-11-23 17:46:07","FALSE",NA,"801481970496585728",NA,"Twitter for Android","maitrishah2104","2","TRUE","FALSE" +"236","236","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 17:45:32","FALSE",NA,"801481823767232512",NA,"Twitter for Android","Prasanna_Speaks","275","TRUE","FALSE" +"237","237","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:44:12","FALSE",NA,"801481490055843840",NA,"Twitter for Android","halamalam","45","TRUE","FALSE" +"238","238","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-23 17:43:48","FALSE",NA,"801481389090619392",NA,"Twitter for Android","sharadg287","221","TRUE","FALSE" +"239","239","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:43:32","FALSE",NA,"801481320484507648",NA,"Twitter for Android","shivr31ravindra","59","TRUE","FALSE" +"240","240","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:43:15","FALSE",NA,"801481249122500608",NA,"TweetDeck","Sajesh","66","TRUE","FALSE" +"241","241","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:43:10","FALSE",NA,"801481230034223104",NA,"Twitter for Android","wilsonmpaul","66","TRUE","FALSE" +"242","242","RT @ANI_news: Gurugram (Haryana): Post office employees provide cash exchange to patients in hospitals #demonetization https://t.co/uGMxUP9�","FALSE","0",NA,"2016-11-23 17:43:05","FALSE",NA,"801481207619944448",NA,"Twitter for iPhone","imsanjeevthakur","338","TRUE","FALSE" +"243","243","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:42:47","FALSE",NA,"801481134244827136",NA,"Twitter for Android","journomanish","66","TRUE","FALSE" +"244","244","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:42:37","FALSE",NA,"801481089021661184",NA,"Twitter for Android","nilleo007","76","TRUE","FALSE" +"245","245","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:42:33","FALSE",NA,"801481074094157824",NA,"Twitter Web Client","calamur","66","TRUE","FALSE" +"246","246","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:41:39","FALSE",NA,"801480848411226112",NA,"Twitter for Android","ikaveri","66","TRUE","FALSE" +"247","247","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-23 17:41:37","FALSE",NA,"801480839603359744",NA,"Twitter for Android","aap_jehanabad","221","TRUE","FALSE" +"248","248","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 17:41:28","FALSE",NA,"801480799929257984",NA,"Twitter for Android","ka979896","270","TRUE","FALSE" +"249","249","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:41:14","FALSE",NA,"801480744044371968",NA,"Twitter for iPhone","sareen_prashant","66","TRUE","FALSE" +"250","250","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:41:06","FALSE",NA,"801480709504319488",NA,"Twitter for Android","somthakur001","59","TRUE","FALSE" +"251","251","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 17:40:28","FALSE",NA,"801480549869256704",NA,"Twitter for Android","AlwaysProIndian","19","TRUE","FALSE" +"252","252","@YRDeshmukh Yes. We should always rely on private psephologists/agencies . Always reliable.@realDonaldTrump can vouch for it.#demonetization","FALSE","0","YRDeshmukh","2016-11-23 17:40:12","FALSE","801443083028201472","801480483989139456","103849564","Twitter for Android","DeepuBajrangi","0","FALSE","FALSE" +"253","253","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 17:39:57","FALSE",NA,"801480417639419904",NA,"Twitter Web Client","vipan2u","8","TRUE","FALSE" +"254","254","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:39:55","FALSE",NA,"801480411385708544",NA,"Twitter for Android","Jaiiihinddd","76","TRUE","FALSE" +"255","255","RT @r_raghuraj: Today I saw 200 black money hoarders out of 125 crore +standing in ques outside Parliament against +#Demonetization https://t�","FALSE","0",NA,"2016-11-23 17:39:44","FALSE",NA,"801480366703968256",NA,"Twitter for Android","sunilaol2305","2","TRUE","FALSE" +"256","256","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:39:40","FALSE",NA,"801480349960245248",NA,"Twitter for iPhone","ParthPa07241800","95","TRUE","FALSE" +"257","257","RT @SharmaKhemchand: 2day #namovolunteers had meeting with @malviyamit ji over #demonetization, decided 2 expose opposition by +#__�","FALSE","0",NA,"2016-11-23 17:39:40","FALSE",NA,"801480348076949504",NA,"Twitter Web Client","KapilGurjarBJP","27","TRUE","FALSE" +"258","258","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:39:38","FALSE",NA,"801480338178502656",NA,"Twitter for Android","ChankyaBihar","76","TRUE","FALSE" +"259","259","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:39:07","FALSE",NA,"801480208796659712",NA,"Twitter for Android","annatarajgowda","45","TRUE","FALSE" +"260","260","Exceptional response by the people in support of #Demonetization https://t.co/AntAlYTwYO","FALSE","0",NA,"2016-11-23 17:39:07","FALSE",NA,"801480208012296192",NA,"Twitter for Android","siddromi","0","FALSE","FALSE" +"261","261","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:38:24","FALSE",NA,"801480030413058048",NA,"Twitter for Android","Girish8003","76","TRUE","FALSE" +"262","262","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 17:38:21","FALSE",NA,"801480016630398976",NA,"Twitter for Android","rrtwts","48","TRUE","FALSE" +"263","263","Mr.Dust-o-bin of TMC to release Mamta App world wide,to look after #demonetization support. + +@quizderek @Goldenthrust","FALSE","0",NA,"2016-11-23 17:38:09","FALSE",NA,"801479967779352576",NA,"Twitter for Android","Jain_Sahab2016","0","FALSE","FALSE" +"264","264","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:37:42","FALSE",NA,"801479852176142336",NA,"Twitter for Android","hasit108","76","TRUE","FALSE" +"265","265","RT @TalkOrTweets: #Demonetization Now affecting even the dumb rich ...who now have to use public transport https://t.co/8RW0WZat3o","FALSE","0",NA,"2016-11-23 17:36:50","FALSE",NA,"801479635657752576",NA,"Twitter for iPad","brijwhiz","1","TRUE","FALSE" +"266","266","Cousin fired 27 staff today with a promise 2 rehire in 6 months.Says no new orders + no cash to pay them .Heartbreaking. + +#Demonetization","FALSE","1",NA,"2016-11-23 17:36:49","FALSE",NA,"801479631668912128",NA,"Twitter for iPhone","Vipul_88","3","FALSE","FALSE" +"267","267","I thought only black money holder wud hate demonetization. +No there r many, we cal them by many names like C#%, l#$, etc etc +#demonetization","FALSE","0",NA,"2016-11-23 17:36:47","FALSE",NA,"801479621359370240",NA,"Twitter for Windows","soaddictedto","0","FALSE","FALSE" +"268","268",".@suraj_agarwal_ more bhakt abuse more Modi reduce #demonetization open pandora box everyone knows Modi has no brain everything go in drain","FALSE","0","suraj_agarwal_","2016-11-23 17:36:37","FALSE","801478766832865280","801479579797852160","2549309647","Twitter for iPad","Mohitmsood","0","FALSE","FALSE" +"269","269","How can a #PM who can't even #control his #emotions, #control an #entire #nation! #Demonetization #NotADefaulter #PMModi #NotProCongress! ","FALSE","0",NA,"2016-11-23 17:36:37","FALSE",NA,"801479579554562048",NA,"Twitter for Android","ANI_cdote","0","FALSE","FALSE" +"270","270","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:36:04","FALSE",NA,"801479443973709824",NA,"Twitter for iPhone","iVimalPandey","76","TRUE","FALSE" +"271","271","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:35:34","FALSE",NA,"801479314999013376",NA,"Twitter for Android","ankitvasta1","45","TRUE","FALSE" +"272","272","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:35:31","FALSE",NA,"801479303800225792",NA,"Twitter for Android","SPJ1810","76","TRUE","FALSE" +"273","273","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:35:27","FALSE",NA,"801479286741929984",NA,"Twitter for Android","yaajushi","637","TRUE","FALSE" +"274","274","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:35:21","FALSE",NA,"801479261991288832",NA,"Twitter for iPhone","500Urvashi","7","TRUE","FALSE" +"275","275","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:35:12","FALSE",NA,"801479225567940608",NA,"Twitter for Android","Sowmyareddyr","45","TRUE","FALSE" +"276","276","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:35:09","FALSE",NA,"801479212460707840",NA,"Twitter Web Client","amareshskumar","76","TRUE","FALSE" +"277","277","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:35:07","FALSE",NA,"801479203820441600",NA,"Twitter for Android","sumit1221","637","TRUE","FALSE" +"278","278","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:35:07","FALSE",NA,"801479203367616512",NA,"Twitter for Android","MayTkt","20","TRUE","FALSE" +"279","279","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:34:47","FALSE",NA,"801479118844002304",NA,"Twitter for Android","MihirBSR","30","TRUE","FALSE" +"280","280","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:34:39","FALSE",NA,"801479084027117568",NA,"Twitter Web Client","iHolyCow","7","TRUE","FALSE" +"281","281","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:34:36","FALSE",NA,"801479071460950016",NA,"Twitter Web Client","iTheTrollKiller","7","TRUE","FALSE" +"282","282","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:34:31","FALSE",NA,"801479051017932800",NA,"Twitter Web Client","Modi3rdClass","7","TRUE","FALSE" +"283","283","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:34:17","FALSE",NA,"801478992754835456",NA,"Twitter Web Client","KehKDsunga","7","TRUE","FALSE" +"284","284","RT @RoflGandhi_: No issues with #demonetization, my maid's son exchanged money in just 15 mins, that too when she doesn't have a son and I�","FALSE","0",NA,"2016-11-23 17:34:16","FALSE",NA,"801478990229884928",NA,"Twitter for Android","viksbhatt","1010","TRUE","FALSE" +"285","285","RT @AAPVind: #Demonetization Is Disaster! @naam_pk","FALSE","0",NA,"2016-11-23 17:34:15","FALSE",NA,"801478984156516352",NA,"Twitter Web Client","Eagl3Eye_","7","TRUE","FALSE" +"286","286","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:33:26","FALSE",NA,"801478780111953920",NA,"Twitter for Android","legenddhananjay","95","TRUE","FALSE" +"287","287",".@RajanAnandan would be interesting to look at this research again in light of #demonetization.. A real #blackswan!� https://t.co/cVUn1WF4IS","FALSE","0",NA,"2016-11-23 17:33:24","TRUE",NA,"801478772318871552",NA,"Twitter for Android","adisave","0","FALSE","FALSE" +"288","288","#Demonetization Is Disaster! @naam_pk","FALSE","4","naam_pk","2016-11-23 17:33:12","FALSE","801476518551633920","801478720364171264","4665023062","Twitter Web Client","AAPVind","7","FALSE","FALSE" +"289","289","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 17:32:41","FALSE",NA,"801478589564624896",NA,"Twitter Web Client","56perumal","112","TRUE","FALSE" +"290","290","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:32:36","FALSE",NA,"801478569792651264",NA,"Twitter for iPhone","itsmeAdii1221","95","TRUE","FALSE" +"291","291","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:32:31","FALSE",NA,"801478548561104896",NA,"Twitter for Android","dimwittedjoker","66","TRUE","FALSE" +"292","292","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:32:30","FALSE",NA,"801478545314713600",NA,"Twitter for Android","alokbehera","20","TRUE","FALSE" +"293","293","Things are very fast getting back to normal. No long queues in Bhopal banks and ATMs anymore. +#DeMonetization","FALSE","0",NA,"2016-11-23 17:32:21","FALSE",NA,"801478507612270592",NA,"Twitter for Android","AmanTainguria22","0","FALSE","FALSE" +"294","294","@ArvindKejriwal @AamAadmiParty how you guys reached 8 lakh ghotala in #Demonetization process. Pls explain the number @TimesNow","FALSE","0","ArvindKejriwal","2016-11-23 17:32:14","FALSE",NA,"801478478054817792","405427035","Twitter for Android","Devtech11","0","FALSE","FALSE" +"295","295","World is full of #smart #people +#demonetization https://t.co/JTLnZ8hD2d","FALSE","0",NA,"2016-11-23 17:32:03","FALSE",NA,"801478430571298816",NA,"Facebook","balramkverma","0","FALSE","FALSE" +"296","296","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:31:42","FALSE",NA,"801478343119908864",NA,"Twitter for Android","irmanprakash","637","TRUE","FALSE" +"297","297","RT @mrpatel1954: #Demonetization has long term benefits. Pain now is temporary. Let us help #nation to make #India #corruption free.","FALSE","0",NA,"2016-11-23 17:31:04","FALSE",NA,"801478185577807872",NA,"Twitter for iPad","maniram50","17","TRUE","FALSE" +"298","298","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:30:55","FALSE",NA,"801478145782075392",NA,"Twitter for Android","_Proud_Indian_","637","TRUE","FALSE" +"299","299","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:30:51","FALSE",NA,"801478130791809024",NA,"Twitter for Android","DhirajRathod03","76","TRUE","FALSE" +"300","300","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:30:47","FALSE",NA,"801478112697430016",NA,"Twitter for iPhone","tejash_m","637","TRUE","FALSE" +"301","301","RT @Savitri4Ever: Wow! #Demonetization Survey Response: 5 Lakh citizens in little over 24 hrs! +Participate now! +https://t.co/pwVrLD6tSg +via�","FALSE","0",NA,"2016-11-23 17:30:36","FALSE",NA,"801478066186784768",NA,"Twitter Web Client","Savitri4Ever","1","TRUE","FALSE" +"302","302","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:30:33","FALSE",NA,"801478055029940224",NA,"Twitter Web Client","sanjayjoshi27","95","TRUE","FALSE" +"303","303","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:30:26","FALSE",NA,"801478024981905408",NA,"Twitter for Android","angadi_ashok","76","TRUE","FALSE" +"304","304","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:30:21","FALSE",NA,"801478005499502592",NA,"Twitter for Android","RaghuramanMenon","20","TRUE","FALSE" +"305","305","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 17:29:43","FALSE",NA,"801477843666477056",NA,"Twitter for Android","priyankmunjoshi","11","TRUE","FALSE" +"306","306","RT @ajit_ranade: Not surgical strike. It's the nuclear button. This is Modi's Pokhran. Kudos #demonetization","FALSE","0",NA,"2016-11-23 17:29:28","FALSE",NA,"801477780869234688",NA,"Twitter for Android","preetamks","441","TRUE","FALSE" +"307","307","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 17:29:22","FALSE",NA,"801477756437626880",NA,"Twitter Web Client","astro121995","954","TRUE","FALSE" +"308","308","Amazing how videos showing ppl happy with #demonetization end up as mobile forwards, unhappy videos land on @sardesairajdeep tl #prestitutes","FALSE","0","sardesairajdeep","2016-11-23 17:28:46","FALSE","801273077883670528","801477605203578880","56304605","Twitter for Android","HailYoda","0","FALSE","FALSE" +"309","309","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:28:30","FALSE",NA,"801477536983064576",NA,"Twitter Web Client","praveen12rajan","637","TRUE","FALSE" +"310","310","Rahul Gandhi-'PM favours Rich people',@OfficeofRG who do u think Peons and sarkari babu are? #Demonetization","FALSE","0",NA,"2016-11-23 17:28:28","FALSE",NA,"801477529236213760",NA,"Twitter for Windows Phone","pragya_9","0","FALSE","FALSE" +"311","311","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:28:24","FALSE",NA,"801477512752558080",NA,"Twitter for iPad","intolerantIndi6","59","TRUE","FALSE" +"312","312","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:28:17","FALSE",NA,"801477485518942208",NA,"Twitter for Android","ShrimanYogee","41","TRUE","FALSE" +"313","313","#Demonetization modi ji just like your survey,mrs. clinton was also winning the elections in all the surveys!","FALSE","0",NA,"2016-11-23 17:27:56","FALSE",NA,"801477397241626624",NA,"Twitter Web Client","astro121995","0","FALSE","FALSE" +"314","314","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:27:54","FALSE",NA,"801477387938430976",NA,"Twitter for iPhone","bhavnapb","59","TRUE","FALSE" +"315","315","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:27:40","FALSE",NA,"801477328937197568",NA,"Twitter for Android","ashishvr1","637","TRUE","FALSE" +"316","316","RT @MDiplomacyWORLD: Acid test for #Modi and #BJP: #Demonetization hits #Indian life #India #banking #SouthAsia https://t.co/394uVTOM2l","FALSE","0",NA,"2016-11-23 17:27:34","FALSE",NA,"801477304790773760",NA,"TweetDeck","presscode","3","TRUE","FALSE" +"317","317","RT @MDiplomacyWORLD: Acid test for #Modi and #BJP: #Demonetization hits #Indian life #India #banking #SouthAsia https://t.co/394uVTOM2l","FALSE","0",NA,"2016-11-23 17:27:34","FALSE",NA,"801477304547471360",NA,"TweetDeck","MDTravelMag","3","TRUE","FALSE" +"318","318","RT @MDiplomacyWORLD: Acid test for #Modi and #BJP: #Demonetization hits #Indian life #India #banking #SouthAsia https://t.co/394uVTOM2l","FALSE","0",NA,"2016-11-23 17:27:34","FALSE",NA,"801477304497147904",NA,"TweetDeck","DGiannakopoulos","3","TRUE","FALSE" +"319","319","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 17:27:19","FALSE",NA,"801477241574137856",NA,"Twitter for Windows","ZedLens","1158","TRUE","FALSE" +"320","320","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:26:40","FALSE",NA,"801477075119050752",NA,"Twitter for Android","mpuneet321","66","TRUE","FALSE" +"321","321","Acid test for #Modi and #BJP: #Demonetization hits #Indian life #India #banking #SouthAsia https://t.co/394uVTOM2l","FALSE","0",NA,"2016-11-23 17:26:38","FALSE",NA,"801477070220042240",NA,"Twitter Web Client","MDiplomacyWORLD","3","FALSE","FALSE" +"322","322","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:26:01","FALSE",NA,"801476912463761408",NA,"Twitter for iPad","a799612","637","TRUE","FALSE" +"323","323","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 17:25:56","FALSE",NA,"801476891454509056",NA,"Twitter for iPhone","ssborkar","275","TRUE","FALSE" +"324","324","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:25:46","FALSE",NA,"801476849582804992",NA,"Twitter for iPhone","hkgupta16","20","TRUE","FALSE" +"325","325","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:25:25","FALSE",NA,"801476763989708800",NA,"Twitter for Android","PikuKaushal","95","TRUE","FALSE" +"326","326","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:25:20","FALSE",NA,"801476743144022016",NA,"Twitter for iPad","tarunpall","95","TRUE","FALSE" +"327","327","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 17:25:20","FALSE",NA,"801476742816747520",NA,"Twitter for iPhone","sohal_sunil","270","TRUE","FALSE" +"328","328","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:25:16","FALSE",NA,"801476725154676736",NA,"Twitter for Android","TaherMdSaheb","45","TRUE","FALSE" +"329","329","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:25:05","FALSE",NA,"801476678069301248",NA,"Twitter for Android","romandsouza","45","TRUE","FALSE" +"330","330","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:24:36","FALSE",NA,"801476557977972736",NA,"Twitter for iPhone","arvindnayak1","76","TRUE","FALSE" +"331","331","Post the #Indian currency #Demonetization move, #BJP or #Modi has garnered a huge base of #Foes and #Psychopaths... https://t.co/AZ4QUvkptF","FALSE","0",NA,"2016-11-23 17:24:36","FALSE",NA,"801476556841426944",NA,"Facebook","ISupportILP","0","FALSE","FALSE" +"332","332","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:24:18","FALSE",NA,"801476479733284864",NA,"Twitter for iPhone","itsmeAdii1221","45","TRUE","FALSE" +"333","333","So this is what #Demonetization has done (aside killing over 55 people). +#CashRush #BlackMoney https://t.co/ybgj19WYpo","FALSE","0",NA,"2016-11-23 17:23:50","FALSE",NA,"801476362980753408",NA,"Hootsuite","dinjalfeed","0","FALSE","FALSE" +"334","334","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:23:43","FALSE",NA,"801476336183287808",NA,"Twitter for Android","nansknight","95","TRUE","FALSE" +"335","335","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:23:38","FALSE",NA,"801476313475325952",NA,"Twitter for Android","rathordeepak","637","TRUE","FALSE" +"336","336","Reduce the perks & benefits of all MP's and MLA's by 50% . #demonetization","FALSE","0",NA,"2016-11-23 17:23:36","FALSE",NA,"801476306768494592",NA,"Twitter for Android","WITTYCUPID","0","FALSE","FALSE" +"337","337","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:23:31","FALSE",NA,"801476282458349568",NA,"Twitter for Android","ehteshamheyat","45","TRUE","FALSE" +"338","338","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:23:25","FALSE",NA,"801476257582088192",NA,"Twitter for iPhone","Cricket_Holic","95","TRUE","FALSE" +"339","339","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:23:20","FALSE",NA,"801476236937609216",NA,"Twitter for Android","abhijeetkum","95","TRUE","FALSE" +"340","340","The only thing I have gained from Modi's #demonetization is one addiction to my Hindi vocabulary. I now know the meaning of ""bewafa"". +#India","FALSE","0",NA,"2016-11-23 17:23:11","FALSE",NA,"801476201667641344",NA,"Twitter for Android","cheesionette","0","FALSE","FALSE" +"341","341","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:23:03","FALSE",NA,"801476167597432832",NA,"Twitter for Android","PZavar","20","TRUE","FALSE" +"342","342","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:22:55","FALSE",NA,"801476133275377664",NA,"Twitter for iPhone","prahladkr","95","TRUE","FALSE" +"343","343","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:22:54","FALSE",NA,"801476129362214912",NA,"Twitter for Android","kanimozhi","41","TRUE","FALSE" +"344","344","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:22:16","FALSE",NA,"801475970485997568",NA,"Twitter for iPhone","HirayYashwant","76","TRUE","FALSE" +"345","345","@ArvindKejriwal kindly bring your application for real survey on #demonetization to know actual truth how unhappy people are..","FALSE","0","ArvindKejriwal","2016-11-23 17:22:01","FALSE",NA,"801475907101696000","405427035","Twitter for Android","shakeeb_a_khan","0","FALSE","FALSE" +"346","346","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:21:55","FALSE",NA,"801475883018108928",NA,"Twitter for Android","Deepak26Shah","41","TRUE","FALSE" +"347","347","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:21:14","FALSE",NA,"801475709126393856",NA,"Twitter for Android","vinodsharma1834","59","TRUE","FALSE" +"348","348","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:20:50","FALSE",NA,"801475609838977024",NA,"Twitter for Android","vikaash_singh","637","TRUE","FALSE" +"349","349","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:20:47","FALSE",NA,"801475597553672192",NA,"Twitter Web Client","JohnDayal","45","TRUE","FALSE" +"350","350","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:20:47","FALSE",NA,"801475596324847616",NA,"Twitter for Android","SupportRSS","20","TRUE","FALSE" +"351","351","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:20:39","FALSE",NA,"801475562245996544",NA,"Twitter for Android","berozgaarhoo","45","TRUE","FALSE" +"352","352","RT @FTIIndia: What is the impact of #Demonetization on various sectors like Real Estate, Consumption, Banks. +Read our views here - https://�","FALSE","0",NA,"2016-11-23 17:20:34","FALSE",NA,"801475541140439040",NA,"Twitter for Android","rajengg08","1","TRUE","FALSE" +"353","353","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:20:06","FALSE",NA,"801475425423785984",NA,"Twitter for Android","panaiyolaishan","41","TRUE","FALSE" +"354","354","RT @FTIIndia: How will inflation and interest rates react to #Demonetization? +Read our views here - https://t.co/kFCVgHbNdL https://t.co/M�","FALSE","0",NA,"2016-11-23 17:19:34","FALSE",NA,"801475290589437952",NA,"Twitter for Android","rajengg08","1","TRUE","FALSE" +"355","355","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:19:24","FALSE",NA,"801475247107088384",NA,"Twitter for Android","jyotsnadevi33","76","TRUE","FALSE" +"356","356","@muglikar_ SBI slashes bulk deposit term deposit rates drastically. CASHualty of #demonetization?","FALSE","0","muglikar_","2016-11-23 17:19:12","FALSE","801472990496063488","801475198641782784","2877839294","Twitter for Android","singhdds","0","FALSE","FALSE" +"357","357","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 17:18:59","FALSE",NA,"801475143914561536",NA,"Twitter for Android","souravt5656","21","TRUE","FALSE" +"358","358","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:18:58","FALSE",NA,"801475137526792192",NA,"Twitter for Android","BJPJajuShyam","20","TRUE","FALSE" +"359","359","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:18:57","FALSE",NA,"801475134825627648",NA,"Twitter for Android","NaPalayanam","76","TRUE","FALSE" +"360","360","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 17:18:44","FALSE",NA,"801475080698155008",NA,"Twitter for Android","BJPJajuShyam","112","TRUE","FALSE" +"361","361","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 17:18:13","FALSE",NA,"801474951215579136",NA,"Twitter for iPad","RANJANRAJIND","43","TRUE","FALSE" +"362","362","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:18:06","FALSE",NA,"801474920785977344",NA,"Twitter for Android","gabrubhishek","66","TRUE","FALSE" +"363","363","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:17:48","FALSE",NA,"801474846706323456",NA,"Twitter for Android","zGovinda","20","TRUE","FALSE" +"364","364","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:17:43","FALSE",NA,"801474823218049024",NA,"Twitter for Android","iyengarhgv","95","TRUE","FALSE" +"365","365","The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hardship of the people.""","FALSE","0",NA,"2016-11-23 17:17:41","FALSE",NA,"801474816159219712",NA,"Twitter for Android","aniket_nemad","0","FALSE","FALSE" +"366","366","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:17:28","FALSE",NA,"801474761142501376",NA,"Twitter for Android","waseemuddin3","66","TRUE","FALSE" +"367","367","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 17:17:26","FALSE",NA,"801474752116391936",NA,"Twitter for Android","GuptaSantoshLko","954","TRUE","FALSE" +"368","368","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:17:19","FALSE",NA,"801474724228276224",NA,"Twitter for Android","jyotikatharia","30","TRUE","FALSE" +"369","369","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:17:18","FALSE",NA,"801474717806792704",NA,"Twitter for Android","TheAngryLord","59","TRUE","FALSE" +"370","370","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:17:01","FALSE",NA,"801474648575647744",NA,"Twitter Web Client","swarupkdc","76","TRUE","FALSE" +"371","371","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:17:01","FALSE",NA,"801474648399413248",NA,"Twitter for iPhone","ravikumar_8484","45","TRUE","FALSE" +"372","372","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:17:00","FALSE",NA,"801474642732924928",NA,"Twitter Web Client","KapilGurjarBJP","637","TRUE","FALSE" +"373","373","RT @RealZaidHamid_: #DemonetizationMythsBusted +Anyone dying within 20 km radius of bank is coz of #Demonetization and Modi is directly resp�","FALSE","0",NA,"2016-11-23 17:16:33","FALSE",NA,"801474530262720512",NA,"Twitter for Android","rishabh_arya95","68","TRUE","FALSE" +"374","374","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:16:21","FALSE",NA,"801474480753111040",NA,"Twitter for iPhone","ramdsharma","20","TRUE","FALSE" +"375","375","RT @kapil_kausik: #Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds"" No wo�","FALSE","0",NA,"2016-11-23 17:15:56","FALSE",NA,"801474375140671488",NA,"Twitter for Android","SamWit_Wicky","20","TRUE","FALSE" +"376","376","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:15:47","FALSE",NA,"801474337312116736",NA,"Twitter Web Client","venugopalgv","41","TRUE","FALSE" +"377","377","@SriSri Ravi Shankar roots for #demonetization , hails PM @narendramodi +https://t.co/GV5gt4sjLW https://t.co/E0ZFRnRjlk","FALSE","0","SriSri","2016-11-23 17:15:47","FALSE",NA,"801474336490012672","61126132","Twitter for Android","abhee_agrawal","0","FALSE","FALSE" +"378","378","#Doltiwal I mean #JaiChandKejriwal is ""hurt"" by #Demonetization as the same has rendered USELESS ""acquired funds""� https://t.co/LaNJGLWrN6","FALSE","13",NA,"2016-11-23 17:15:31","TRUE",NA,"801474268810780672",NA,"Twitter Web Client","kapil_kausik","20","FALSE","FALSE" +"379","379","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:15:09","FALSE",NA,"801474178432061440",NA,"Twitter for Android","k_suresh1967","637","TRUE","FALSE" +"380","380","RT @r_raghuraj: Today I saw 200 black money hoarders out of 125 crore +standing in ques outside Parliament against +#Demonetization https://t�","FALSE","0",NA,"2016-11-23 17:14:36","FALSE",NA,"801474040502157312",NA,"Twitter for Android","DhavalBhuva5","2","TRUE","FALSE" +"381","381","Heard someone saying Home loans will go down soon. #Demonetization may work there.","FALSE","1",NA,"2016-11-23 17:14:25","FALSE",NA,"801473993748414464",NA,"Twitter for Android","b_darekar","0","FALSE","FALSE" +"382","382","RT @penisgarlic: People these days are practicing to get the tickets when 2.0 will release by making queue in bank n ATM #demonetization�","FALSE","0",NA,"2016-11-23 17:14:01","FALSE",NA,"801473893026463744",NA,"Twitter for Android","bholipunjabn","1","TRUE","FALSE" +"383","383","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:13:46","FALSE",NA,"801473829922947072",NA,"Twitter for iPhone","ravikumar_8484","95","TRUE","FALSE" +"384","384","Do you support the Opposition's agitation against #demonetization ? Participate n d DNA poll & see the results... https://t.co/HqUtn0blat","FALSE","0",NA,"2016-11-23 17:13:46","FALSE",NA,"801473829042352128",NA,"Twitter for iPhone","rks_fzd","0","FALSE","FALSE" +"385","385","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:13:45","FALSE",NA,"801473825183449088",NA,"Twitter Web Client","anildhar9","637","TRUE","FALSE" +"386","386","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:13:44","FALSE",NA,"801473820100067328",NA,"Twitter for Android","JustKiddingYaar","95","TRUE","FALSE" +"387","387","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 17:13:43","FALSE",NA,"801473816815955968",NA,"Twitter for Android","000mrs000","45","TRUE","FALSE" +"388","388","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:13:35","FALSE",NA,"801473785945673728",NA,"Twitter for Android","JsAp4","95","TRUE","FALSE" +"389","389","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:13:29","FALSE",NA,"801473757659308032",NA,"Twitter for Android","1986anilshukla","637","TRUE","FALSE" +"390","390","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 17:13:19","FALSE",NA,"801473715636760576",NA,"Twitter for iPhone","patani_ashutosh","11","TRUE","FALSE" +"391","391","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 17:13:14","FALSE",NA,"801473695101304832",NA,"Twitter for iPhone","anuraggarg11","120","TRUE","FALSE" +"392","392","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:13:03","FALSE",NA,"801473651736330240",NA,"Twitter for Android","SV99999","637","TRUE","FALSE" +"393","393","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:12:59","FALSE",NA,"801473634128642048",NA,"Twitter Web Client","debasishbgohain","76","TRUE","FALSE" +"394","394","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:12:37","FALSE",NA,"801473541183078400",NA,"Twitter for Android","rishi_iitr","637","TRUE","FALSE" +"395","395","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:12:12","FALSE",NA,"801473434270060544",NA,"Twitter for Android","chessvasu","41","TRUE","FALSE" +"396","396","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 17:11:57","FALSE",NA,"801473372425191424",NA,"Twitter for iPhone","pune_adhik_une","21","TRUE","FALSE" +"397","397","@OfficeOfRG u sayin inconvenience due to #demonetization but ur govt destroying Karnataka by constructing #steelbridge #NetaVilla","FALSE","0","OfficeOfRG","2016-11-23 17:11:54","FALSE",NA,"801473359041048576","3171712086","Twitter for Android","bg_yogesh","0","FALSE","FALSE" +"398","398","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:11:40","FALSE",NA,"801473302304788480",NA,"Twitter for iPhone","nisarg_parikh","95","TRUE","FALSE" +"399","399","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 17:11:30","FALSE",NA,"801473258977628160",NA,"Twitter for Android","prashan20943955","59","TRUE","FALSE" +"400","400","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 17:11:20","FALSE",NA,"801473218120970240",NA,"Twitter for Android","rajnikanttiwa10","331","TRUE","FALSE" +"401","401","Today I saw 200 black money hoarders out of 125 crore +standing in ques outside Parliament against +#Demonetization https://t.co/CYLkZI3ie8","FALSE","3",NA,"2016-11-23 17:11:14","FALSE",NA,"801473192929988608",NA,"Twitter for Android","r_raghuraj","2","FALSE","FALSE" +"402","402","Congress, a party which did nothing effective to stop farmer's suicide in Maha under it's watch, now cries over #demonetization deaths.","FALSE","3",NA,"2016-11-23 17:10:32","FALSE",NA,"801473016613875712",NA,"Twitter Web Client","RuhiRizvi","2","FALSE","FALSE" +"403","403","#Demonetization Can we use Mobile to Mobile cash transfer as a mode of payment to ease cash crunch","FALSE","0",NA,"2016-11-23 17:10:22","FALSE",NA,"801472973349781504",NA,"Twitter Web Client","kamkkp","0","FALSE","FALSE" +"404","404","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 17:10:07","FALSE",NA,"801472910179319808",NA,"Twitter for iPhone","chauhananil23","275","TRUE","FALSE" +"405","405","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:09:49","FALSE",NA,"801472836984446976",NA,"Twitter for iPhone","Sam4delhi","76","TRUE","FALSE" +"406","406","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 17:09:47","FALSE",NA,"801472829585838080",NA,"Twitter for Android","dineshhagrawal","954","TRUE","FALSE" +"407","407","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 17:09:26","FALSE",NA,"801472741622751232",NA,"Twitter for Android","g_ashish","637","TRUE","FALSE" +"408","408","RT @BaradaDs: Oppositions demand strike #__ +#DeMonetization","FALSE","0",NA,"2016-11-23 17:09:01","FALSE",NA,"801472634550513664",NA,"Twitter for Android","BaradaDs","2","TRUE","FALSE" +"409","409","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:08:51","FALSE",NA,"801472594436296704",NA,"Twitter for Android","imaaansari","66","TRUE","FALSE" +"410","410","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 17:08:36","FALSE",NA,"801472529885962240",NA,"Twitter for iPhone","0786Sartaj","105","TRUE","FALSE" +"411","411","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:08:32","FALSE",NA,"801472513167409152",NA,"Twitter for Android","g_101010","66","TRUE","FALSE" +"412","412","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 17:08:29","FALSE",NA,"801472502098788352",NA,"Twitter for Android","shailendra26051","19","TRUE","FALSE" +"413","413","RT Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:08:27","FALSE",NA,"801472493030612992",NA,"IFTTT","MrunalMathuria","0","FALSE","FALSE" +"414","414","really want to know who goofed up the atm calibrations bit of the plann..#demonetization.","FALSE","0",NA,"2016-11-23 17:07:48","FALSE",NA,"801472327896567808",NA,"Twitter for Android","shrootz","0","FALSE","FALSE" +"415","415","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:07:44","FALSE",NA,"801472311845011456",NA,"Twitter for Android","deb_india","76","TRUE","FALSE" +"416","416","Delete! Pathetic PM who conducts false poll and self praises himself. #demonetization #BogusPoll� https://t.co/9CgeoDBFNz","FALSE","0",NA,"2016-11-23 17:07:43","TRUE",NA,"801472308120432640",NA,"Twitter for iPhone","embracetheart","1","FALSE","FALSE" +"417","417","RT @NaIna0806: https://t.co/H1ON9xKwtv +Hell yeah #Demonetization has broken all class barriers rich poor everyone is equal !","FALSE","0",NA,"2016-11-23 17:07:42","FALSE",NA,"801472304672899072",NA,"Twitter for iPhone","ParthPa07241800","19","TRUE","FALSE" +"418","418","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:07:13","FALSE",NA,"801472180248858624",NA,"Twitter for iPhone","dhruvalp3","95","TRUE","FALSE" +"419","419","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:06:57","FALSE",NA,"801472115987750912",NA,"Twitter for Android","neelamrr1974","76","TRUE","FALSE" +"420","420","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 17:06:44","FALSE",NA,"801472059809419264",NA,"Twitter for Android","zGovinda","112","TRUE","FALSE" +"421","421","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 17:06:29","FALSE",NA,"801471996253061120",NA,"Twitter for Android","YatikY","36","TRUE","FALSE" +"422","422","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 17:06:25","FALSE",NA,"801471981862481920",NA,"Twitter Web Client","siddhartha_gab","112","TRUE","FALSE" +"423","423","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:06:20","FALSE",NA,"801471960144367616",NA,"Twitter for iPhone","mjdoshi","66","TRUE","FALSE" +"424","424","RT @dnaAfterHrs: Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious https://t.co/oRYBrW�","FALSE","0",NA,"2016-11-23 17:06:14","FALSE",NA,"801471935460712448",NA,"Twitter for Android","shariar_r","4","TRUE","FALSE" +"425","425","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 17:06:14","FALSE",NA,"801471934143729664",NA,"Twitter for iPhone","fazlurchoudhary","66","TRUE","FALSE" +"426","426","RT @justtneeraj: Thousands of farmers took out a protest rally in Surat against #demonetization. + ! +#AcheDin https:/�","FALSE","0",NA,"2016-11-23 17:05:51","FALSE",NA,"801471840107560960",NA,"Twitter for Android","Shajahanckl","187","TRUE","FALSE" +"427","427","RT @ItzCash: @suryanavin on how the current wave of #Demonetization is the apt way towards digitization of the Indian economy. +https://t.�","FALSE","0",NA,"2016-11-23 17:05:48","FALSE",NA,"801471825783955456",NA,"Twitter for iPhone","gauravchugh0415","1","TRUE","FALSE" +"428","428","RT @ItzCash: @suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.c�","FALSE","0",NA,"2016-11-23 17:05:23","FALSE",NA,"801471721270345728",NA,"Twitter for iPhone","gauravchugh0415","5","TRUE","FALSE" +"429","429","'Thank You For Historic Participation,' Says PM Modi On Notes Ban Feedback https://t.co/wKTlB9C11B - +Massive support to #Demonetization!!!","FALSE","0",NA,"2016-11-23 17:05:16","FALSE",NA,"801471693403394048",NA,"Twitter Web Client","nknairvm","0","FALSE","FALSE" +"430","430","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:05:09","FALSE",NA,"801471661983854592",NA,"Twitter for Android","Singh_raajan","76","TRUE","FALSE" +"431","431","#Demonetization side-effect: + WTF Philosophers + (Whatsapp, Facebook, Twitter)","FALSE","0",NA,"2016-11-23 17:04:38","FALSE",NA,"801471533143076864",NA,"Twitter Web Client","ShajeeSays","0","FALSE","FALSE" +"432","432","""Quizzer"" @quizderek on #DeMonetization @thenewshour says polls ansrd on #Saradha n dont quote martyrs forgetting #GhulamNabiAzad n #Bypolls","FALSE","0",NA,"2016-11-23 17:04:15","FALSE",NA,"801471435474542592",NA,"Twitter Web Client","SiddharthRoy25","0","FALSE","FALSE" +"433","433","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 17:04:10","FALSE",NA,"801471412498300928",NA,"Twitter for Android","diwakar1245","954","TRUE","FALSE" +"434","434","#Demonetization will be due from a thousand cuts - each loophole that legalizes the old currency. This is 1 of them� https://t.co/smM9g2sP71","FALSE","1",NA,"2016-11-23 17:04:03","TRUE",NA,"801471385646219264",NA,"Twitter for Android","BluPlaneter","0","FALSE","FALSE" +"435","435","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 17:03:56","FALSE",NA,"801471356076429312",NA,"Twitter for Android","rajendra_hash","76","TRUE","FALSE" +"436","436","till 2014 it was people Vs corrupt @INCIndia led UPA etc;now after #demonetization it is people Vs tax terrorist Govt of @narendramodi","FALSE","0",NA,"2016-11-23 17:03:42","FALSE",NA,"801471296877903872",NA,"Twitter Web Client","everG3","0","FALSE","FALSE" +"437","437","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 17:03:26","FALSE",NA,"801471230662574080",NA,"Twitter for Android","vanligmannn","45","TRUE","FALSE" +"438","438","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:03:13","FALSE",NA,"801471173552787456",NA,"Twitter for Android","anando_dutta","95","TRUE","FALSE" +"439","439","EXCLUSIVE: Inside Paytm, the first 24 hours after #demonetization https://t.co/MGg8yfaEaw via @bi_india","FALSE","0",NA,"2016-11-23 17:03:05","FALSE",NA,"801471143437746176",NA,"Twitter Web Client","dyxyt","0","FALSE","FALSE" +"440","440","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 17:03:05","FALSE",NA,"801471141550301184",NA,"Twitter for Android","UDHAYSHANKARTR","19","TRUE","FALSE" +"441","441","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 17:02:57","FALSE",NA,"801471108977344512",NA,"Twitter for Android","vamsi_4u","41","TRUE","FALSE" +"442","442","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:02:40","FALSE",NA,"801471038907367424",NA,"Twitter for iPhone","virajjk","95","TRUE","FALSE" +"443","443","RT @MBQasmi: This is a simple survey at my Facebook page. This too shows mood of the nation on #demonetization Modi has asked wrong questio�","FALSE","0",NA,"2016-11-23 17:01:48","FALSE",NA,"801470818941186048",NA,"Twitter for iPhone","embracetheart","1","TRUE","FALSE" +"444","444","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 17:01:47","FALSE",NA,"801470812691820544",NA,"Twitter for Android","ranga_swamy","95","TRUE","FALSE" +"445","445","RT @anechidna: nov 28 - work 1 hr, stand in queue for 8 hr. #IAmWithModi #demonization #tughlakmodi #demonetization","FALSE","0",NA,"2016-11-23 17:01:39","FALSE",NA,"801470780269797376",NA,"RoundTeam","prayag","1","TRUE","FALSE" +"446","446","RT @siri_notsiri: Spoke about #demonetization in #India and its impact on #women with @MarcoWerman @pritheworld https://t.co/EYJfem34nO","FALSE","0",NA,"2016-11-23 17:01:01","FALSE",NA,"801470622672920576",NA,"Twitter for iPhone","embracetheart","1","TRUE","FALSE" +"447","447","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 17:01:00","FALSE",NA,"801470616817831936",NA,"Mobile Web (M5)","preetranjansama","104","TRUE","FALSE" +"448","448","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 17:00:52","FALSE",NA,"801470584831885312",NA,"Twitter for Windows","sachinahirrao1","104","TRUE","FALSE" +"449","449","Why some bullshits are trying g to be spokesperson of public on #Demonetization.Let them decide.","FALSE","0",NA,"2016-11-23 17:00:13","FALSE",NA,"801470422415908864",NA,"Twitter for Android","digitalKapil_","0","FALSE","FALSE" +"450","450","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 17:00:07","FALSE",NA,"801470395920453632",NA,"Twitter for Android","vamsi_4u","30","TRUE","FALSE" +"451","451","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 16:59:59","FALSE",NA,"801470363041402880",NA,"Twitter for Android","gsramum","471","TRUE","FALSE" +"452","452","nov 28 - work 1 hr, stand in queue for 8 hr. #IAmWithModi #demonization #tughlakmodi #demonetization","FALSE","0",NA,"2016-11-23 16:59:57","FALSE",NA,"801470353746726912",NA,"Twitter for Android","anechidna","1","FALSE","FALSE" +"453","453","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:59:40","FALSE",NA,"801470281684426752",NA,"Twitter for Android","KPiiyush","76","TRUE","FALSE" +"454","454","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 16:59:31","FALSE",NA,"801470243000332288",NA,"Twitter for Android","meghnashrimali","1158","TRUE","FALSE" +"455","455","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:59:22","FALSE",NA,"801470207399063552",NA,"Twitter for iPhone","Bawri_chori","95","TRUE","FALSE" +"456","456","@chaks1969 @mvmeet Well educated Keralites & Bengali's will support Bandh not coz #Demonetization they only know to react not respond","FALSE","0","chaks1969","2016-11-23 16:59:21","FALSE","801453152243326976","801470204446445568","1635525379","Mobile Web (M2)","IntolerantMallu","0","FALSE","FALSE" +"457","457","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 16:59:20","FALSE",NA,"801470197513089024",NA,"Twitter for Android","MahikaInfra","104","TRUE","FALSE" +"458","458","RT @BrainandMoney: The effect of #Demonetization !! +@ravishndtv @ShekharGupta @hvgoenka @mrsfunnybones @GabbbarSingh @Iamanirudhsethi https�","FALSE","0",NA,"2016-11-23 16:59:16","FALSE",NA,"801470179800731648",NA,"Twitter for iPhone","MANGALASSERY","3","TRUE","FALSE" +"459","459","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:59:12","FALSE",NA,"801470162729861120",NA,"Twitter for Android","GandhianIND","66","TRUE","FALSE" +"460","460","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:59:11","FALSE",NA,"801470160485879808",NA,"Twitter for Android","gajananhole","76","TRUE","FALSE" +"461","461","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:59:04","FALSE",NA,"801470132191195136",NA,"Twitter for Android","Mdimran2221992","66","TRUE","FALSE" +"462","462","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:58:59","FALSE",NA,"801470109407735808",NA,"Twitter for Android","puriyash41","71","TRUE","FALSE" +"463","463","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 16:58:58","FALSE",NA,"801470105603297280",NA,"Twitter for Android","rajeshk72672743","270","TRUE","FALSE" +"464","464","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:58:33","FALSE",NA,"801470002742165504",NA,"Twitter for Android","husnaziauddin","71","TRUE","FALSE" +"465","465","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:57:41","FALSE",NA,"801469783254372352",NA,"Twitter for Android","pandeyanant99","76","TRUE","FALSE" +"466","466","How to convert all your black money into white following the #DeMonetization: How to� https://t.co/kHiIqcCJqO","FALSE","0",NA,"2016-11-23 16:57:25","FALSE",NA,"801469715717754880",NA,"Google","uptetprt","0","FALSE","FALSE" +"467","467","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:57:18","FALSE",NA,"801469685413933056",NA,"Twitter for Android","Hindian_Patriot","59","TRUE","FALSE" +"468","468","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:57:03","FALSE",NA,"801469623350792192",NA,"Twitter for Android","bansal2244","76","TRUE","FALSE" +"469","469","Wed 23 Nov 2016 Communist Party of #India files petition with Supreme Court #challenging government's controversial #demonetization decision","FALSE","0",NA,"2016-11-23 16:57:01","FALSE",NA,"801469615549382656",NA,"Twitter Web Client","Agent__X01","0","FALSE","FALSE" +"470","470","Any move against #demonetization should b compared 2 treason! This move may hv created little trouble but it's gonna save India +#netascashin","FALSE","0",NA,"2016-11-23 16:56:35","FALSE",NA,"801469507885826048",NA,"Twitter Web Client","caesar_on20","0","FALSE","FALSE" +"471","471","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:56:24","FALSE",NA,"801469459038871552",NA,"Twitter for Android","chotivalebaba","30","TRUE","FALSE" +"472","472","then the result will be #Demonetization regrets. Will rural economy turn #cashless. Remains to be seen.","FALSE","0","karunasanghvi","2016-11-23 16:56:24","FALSE","801469237856374784","801469458325770240","17804804","Twitter Web Client","karunasanghvi","0","FALSE","FALSE" +"473","473","RT @BaradaDs: Oppositions demand strike #__ +#DeMonetization","FALSE","0",NA,"2016-11-23 16:56:23","FALSE",NA,"801469456056717312",NA,"Twitter for Windows Phone","Shubhammarian","2","TRUE","FALSE" +"474","474","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:56:02","FALSE",NA,"801469366965506048",NA,"Twitter for Android","rohitsh020678","76","TRUE","FALSE" +"475","475","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:55:51","FALSE",NA,"801469322434473984",NA,"Twitter Web Client","ugramveeram123","45","TRUE","FALSE" +"476","476","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:55:36","FALSE",NA,"801469260010754048",NA,"Twitter for Android","lovely_Phaaji","66","TRUE","FALSE" +"477","477","#Demonetization #India #EconomicsBehind +Economics behind demonetization of Rs 1000 & 500 notes. +https://t.co/XK1TlhmT8c","FALSE","0",NA,"2016-11-23 16:55:33","FALSE",NA,"801469246182191104",NA,"Hootsuite","Amit___Yadav","0","FALSE","FALSE" +"478","478","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:55:04","FALSE",NA,"801469125285421056",NA,"Twitter for Android","viren56002","30","TRUE","FALSE" +"479","479","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:54:35","FALSE",NA,"801469002627170304",NA,"Twitter Web Client","KKK78888","59","TRUE","FALSE" +"480","480","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:54:03","FALSE",NA,"801468867822223360",NA,"Twitter for Android","vikas_sillycon","95","TRUE","FALSE" +"481","481","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:53:57","FALSE",NA,"801468845214945280",NA,"Twitter for Android","ShriVyas_Vani","30","TRUE","FALSE" +"482","482","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:53:51","FALSE",NA,"801468816463118336",NA,"Twitter for Android","emthamizh","45","TRUE","FALSE" +"483","483","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:53:37","FALSE",NA,"801468759957471232",NA,"Twitter for Android","vikashkronline","66","TRUE","FALSE" +"484","484","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:53:29","FALSE",NA,"801468726323212288",NA,"Twitter for Android","8Dilip","95","TRUE","FALSE" +"485","485","Oppositions demand strike #__ +#DeMonetization","FALSE","6",NA,"2016-11-23 16:52:47","FALSE",NA,"801468551659864064",NA,"Twitter for Android","BaradaDs","2","FALSE","FALSE" +"486","486","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:52:45","FALSE",NA,"801468542814064640",NA,"Twitter for Android","Sanket_363","30","TRUE","FALSE" +"487","487","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:52:35","FALSE",NA,"801468497679163392",NA,"Twitter for Android","PWagre","76","TRUE","FALSE" +"488","488","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 16:52:26","FALSE",NA,"801468460148477952",NA,"Twitter for Android","voidwalker67","637","TRUE","FALSE" +"489","489","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:52:18","FALSE",NA,"801468429672714240",NA,"Twitter for Android","Prasanna_Speaks","30","TRUE","FALSE" +"490","490","When u see ppl like Mamta & Mayawati raising question abt #demonetization , thn anyone will be agree that it's good move by Modi #NoteBandi","FALSE","0",NA,"2016-11-23 16:51:54","FALSE",NA,"801468325612191744",NA,"Twitter for Android","justguru1","0","FALSE","FALSE" +"491","491","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:51:51","FALSE",NA,"801468313993777152",NA,"Twitter for Android","MP_IYC","71","TRUE","FALSE" +"492","492","RT @Bollywood_Stuff: #RakhiSawant Support #demonetization of #Currency By #PMModi + +VIDEOhttps://t.co/n7kvc1wsCy + +#Rs500andRs1000 #bollywo�","FALSE","0",NA,"2016-11-23 16:51:48","FALSE",NA,"801468302321127424",NA,"Twitter for Android","shitalmanga","1","TRUE","FALSE" +"493","493","Spoke about #demonetization in #India and its impact on #women with @MarcoWerman @pritheworld https://t.co/EYJfem34nO","FALSE","1",NA,"2016-11-23 16:51:32","FALSE",NA,"801468235853885440",NA,"Twitter for iPhone","siri_notsiri","1","FALSE","FALSE" +"494","494","RT @SreeIyer1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/7SESPjFTD4 @Swamy39 @�","FALSE","0",NA,"2016-11-23 16:51:30","FALSE",NA,"801468226655911936",NA,"Twitter for iPhone","PMADAPALLI","6","TRUE","FALSE" +"495","495","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:51:29","FALSE",NA,"801468224298590208",NA,"Twitter for Android","Jinit12345","30","TRUE","FALSE" +"496","496","5lakh from 24.7mil followers of @narendramodi is ~2% only & abt 0.04% only frm 1.2bil India population #demonetization @ndtv #NOT90%ofIndia","FALSE","0",NA,"2016-11-23 16:50:59","FALSE",NA,"801468098834333696",NA,"Twitter for iPhone","MissVSingh","0","FALSE","FALSE" +"497","497","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:50:48","FALSE",NA,"801468051572961280",NA,"Mobile Web (M5)","vrkommaraju","76","TRUE","FALSE" +"498","498","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:50:46","FALSE",NA,"801468041062207488",NA,"Mobile Web (M2)","subodhsastri","76","TRUE","FALSE" +"499","499","Only 5 Lakhs Responses' on #Demonetization?? #Modi ji has more than 20.4 millions follower's on #Twitter & approx... https://t.co/WdoITzJ7n2","FALSE","0",NA,"2016-11-23 16:50:40","FALSE",NA,"801468015111868416",NA,"Facebook","randheer","0","FALSE","FALSE" +"500","500","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:50:32","FALSE",NA,"801467985097531392",NA,"Twitter for Android","SamWit_Wicky","76","TRUE","FALSE" +"501","501","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:50:01","FALSE",NA,"801467852037361664",NA,"Twitter Web Client","KachhuaaChhaap","95","TRUE","FALSE" +"502","502","This is a simple survey at my Facebook page. This too shows mood of the nation on #demonetization Modi has asked... https://t.co/AE6asWMMtB","FALSE","0",NA,"2016-11-23 16:49:57","FALSE",NA,"801467836837326848",NA,"Facebook","MBQasmi","0","FALSE","FALSE" +"503","503","@narendramodi #Demonetization is the last refuge of a political scoundrel who keeps @arunjaitley @DasShaktikanta etc as aids","FALSE","0","narendramodi","2016-11-23 16:49:54","FALSE",NA,"801467825030238208","18839785","Twitter Web Client","everG3","0","FALSE","FALSE" +"504","504","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:49:53","FALSE",NA,"801467821842579456",NA,"Twitter for iPhone","saminsane","95","TRUE","FALSE" +"505","505","This is a simple survey at my Facebook page. This too shows mood of the nation on #demonetization Modi has asked wr� https://t.co/Hn94KBvm8J","FALSE","1",NA,"2016-11-23 16:49:47","TRUE",NA,"801467793979777024",NA,"Twitter for Android","MBQasmi","1","FALSE","FALSE" +"506","506","After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/BsMvVEf5S4","FALSE","0",NA,"2016-11-23 16:49:38","FALSE",NA,"801467756294049792",NA,"IFTTT","AppDevM0bile","0","FALSE","FALSE" +"507","507","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:49:37","FALSE",NA,"801467754511560704",NA,"Twitter for Android","Hemant_80","66","TRUE","FALSE" +"508","508","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:49:37","FALSE",NA,"801467754482171904",NA,"Twitter for Android","me_sourish","30","TRUE","FALSE" +"509","509","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:49:24","FALSE",NA,"801467697716482048",NA,"Twitter for Android","YounggunRB2","30","TRUE","FALSE" +"510","510","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:49:08","FALSE",NA,"801467630724857856",NA,"Twitter for Android","jspandey_","59","TRUE","FALSE" +"511","511","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 16:48:45","FALSE",NA,"801467534394298368",NA,"Twitter for Android","npatel12376","270","TRUE","FALSE" +"512","512","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:48:44","FALSE",NA,"801467529566687232",NA,"Twitter for Android","naresh0052","95","TRUE","FALSE" +"513","513","#sirjadeja title has been substituted by #moderndayhitler after #demonetization.","FALSE","0",NA,"2016-11-23 16:48:31","FALSE",NA,"801467475363696640",NA,"Twitter for Android","anechidna","0","FALSE","FALSE" +"514","514","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:48:31","FALSE",NA,"801467474742951936",NA,"Twitter for Android","UJ1701","66","TRUE","FALSE" +"515","515","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:48:28","FALSE",NA,"801467461807636480",NA,"Twitter for Android","Be_ManuSya","95","TRUE","FALSE" +"516","516","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:48:26","FALSE",NA,"801467456921288704",NA,"Twitter for Android","ViewsSpade","95","TRUE","FALSE" +"517","517","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:48:25","FALSE",NA,"801467451619672064",NA,"Twitter for iPhone","Fromroshan","76","TRUE","FALSE" +"518","518","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:48:16","FALSE",NA,"801467412180701184",NA,"Twitter for Android","kadavasach1","71","TRUE","FALSE" +"519","519","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:47:48","FALSE",NA,"801467296543834112",NA,"Twitter for Android","Rkbahadur1","66","TRUE","FALSE" +"520","520","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:47:48","FALSE",NA,"801467294132015104",NA,"Twitter for Android","TejasGadiya","45","TRUE","FALSE" +"521","521","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:47:40","FALSE",NA,"801467262284759040",NA,"Twitter for Android","namogurlsanj19","30","TRUE","FALSE" +"522","522","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 16:47:04","FALSE",NA,"801467110014808064",NA,"Twitter for iPhone","kirankumarkanda","33","TRUE","FALSE" +"523","523","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:47:03","FALSE",NA,"801467106470395904",NA,"Twitter for Android","hindudilse","76","TRUE","FALSE" +"524","524","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:46:26","FALSE",NA,"801466953030320128",NA,"Twitter for Android","subramanyajois","95","TRUE","FALSE" +"525","525","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:46:24","FALSE",NA,"801466942938759168",NA,"Twitter Web Client","Control_Uday","45","TRUE","FALSE" +"526","526","RT @FTIIndia: #Demonetization � How does it impact the common man? +Read our views here - https://t.co/kFCVgGUcmd https://t.co/n5CjxRgCzr","FALSE","0",NA,"2016-11-23 16:46:24","FALSE",NA,"801466942187933696",NA,"Twitter for Android","pcheruvally","1","TRUE","FALSE" +"527","527","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:45:46","FALSE",NA,"801466785723596800",NA,"Twitter for iPhone","MunishSethi777","66","TRUE","FALSE" +"528","528","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:45:33","FALSE",NA,"801466731122176000",NA,"Twitter for Android","cleviic","71","TRUE","FALSE" +"529","529","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:45:03","FALSE",NA,"801466602348838912",NA,"Twitter for Android","ParuiAbhijan","76","TRUE","FALSE" +"530","530","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:44:54","FALSE",NA,"801466567615713280",NA,"Twitter for Android","pritispeaks","30","TRUE","FALSE" +"531","531","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 16:44:45","FALSE",NA,"801466526352084992",NA,"Twitter for Android","bnbharath","21","TRUE","FALSE" +"532","532","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:44:39","FALSE",NA,"801466503585378304",NA,"Twitter for Android","AtulCfo","95","TRUE","FALSE" +"533","533","RT @MahikaInfra: @narendramodi Ji + +An unbiased POLL +Of the people +By the people +For the people +of # abt +#demonetization + +https:�","FALSE","0",NA,"2016-11-23 16:44:33","FALSE",NA,"801466478167879680",NA,"Twitter for Android","SwatchBharat4u","27","TRUE","FALSE" +"534","534","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:44:21","FALSE",NA,"801466429249880064",NA,"Twitter for Android","arunk5feb","76","TRUE","FALSE" +"535","535","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-23 16:44:09","FALSE",NA,"801466376586076160",NA,"Twitter for Android","SwatchBharat4u","14","TRUE","FALSE" +"536","536","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 16:43:56","FALSE",NA,"801466322303520768",NA,"Twitter for Android","Vennasrinuvasu1","33","TRUE","FALSE" +"537","537","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:43:31","FALSE",NA,"801466217160581120",NA,"Twitter for Android","Kumar_Ke5hav","66","TRUE","FALSE" +"538","538","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:43:23","FALSE",NA,"801466185606799360",NA,"Twitter for Android","rahulnamo1700","76","TRUE","FALSE" +"539","539","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:43:03","FALSE",NA,"801466100214964224",NA,"Twitter for Android","nilofar31","45","TRUE","FALSE" +"540","540","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:42:36","FALSE",NA,"801465986859692032",NA,"Twitter for Android","coat32","76","TRUE","FALSE" +"541","541","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:42:26","FALSE",NA,"801465944312868864",NA,"Twitter for Android","hanamantaasangi","95","TRUE","FALSE" +"542","542","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-23 16:42:25","FALSE",NA,"801465939417931776",NA,"Twitter for iPhone","MODIfyingBHARAT","40","TRUE","FALSE" +"543","543","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:42:08","FALSE",NA,"801465868530151424",NA,"Twitter for Android","mayuranit","41","TRUE","FALSE" +"544","544","Just think: + +What If RBI removed 500 and 1000 notes, without telling anyone (Ruling and opposition) + +shock n surprise + +#demonetization","FALSE","0",NA,"2016-11-23 16:42:05","FALSE",NA,"801465858178617344",NA,"Twitter for Windows","amitjethva","0","FALSE","FALSE" +"545","545","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:41:56","FALSE",NA,"801465819066613760",NA,"Twitter for iPad","am_ujjwal","95","TRUE","FALSE" +"546","546","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 16:41:50","FALSE",NA,"801465793544265728",NA,"Twitter for iPhone","MODIfyingBHARAT","43","TRUE","FALSE" +"547","547","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:41:49","FALSE",NA,"801465789043724288",NA,"Twitter for Android","pankaj_mahindru","66","TRUE","FALSE" +"548","548","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:41:48","FALSE",NA,"801465786917208064",NA,"Twitter for Android","TheGoku003","11","TRUE","FALSE" +"549","549","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:41:44","FALSE",NA,"801465769645182976",NA,"Twitter for Android","mickyaryan","76","TRUE","FALSE" +"550","550","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:41:44","FALSE",NA,"801465767451656192",NA,"Twitter for Android","BenjwalAnuj","95","TRUE","FALSE" +"551","551","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:41:38","FALSE",NA,"801465744072577024",NA,"Twitter for Android","prashantm52","95","TRUE","FALSE" +"552","552","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:41:00","FALSE",NA,"801465586375081984",NA,"Twitter for iPhone","jatindradeo","41","TRUE","FALSE" +"553","553","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:40:34","FALSE",NA,"801465474743726080",NA,"Twitter for Android","modicure","95","TRUE","FALSE" +"554","554","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:40:26","FALSE",NA,"801465439897448448",NA,"Twitter for Android","SarcasticSadhu","95","TRUE","FALSE" +"555","555","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:40:12","FALSE",NA,"801465382951419904",NA,"Twitter Web Client","Humanity404","45","TRUE","FALSE" +"556","556","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:40:06","FALSE",NA,"801465360004182016",NA,"Twitter for Android","geeta5579","76","TRUE","FALSE" +"557","557","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:39:57","FALSE",NA,"801465321596940288",NA,"Twitter for iPhone","pradeep3940","45","TRUE","FALSE" +"558","558","Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious� https://t.co/L6NdndHSWp","FALSE","0",NA,"2016-11-23 16:39:44","TRUE",NA,"801465266840473600",NA,"Twitter for Android","news1and1","0","FALSE","FALSE" +"559","559","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 16:39:38","FALSE",NA,"801465240072241152",NA,"Twitter for Android","TripathyAnkur87","71","TRUE","FALSE" +"560","560","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:39:38","FALSE",NA,"801465238650396672",NA,"Twitter for Android","soami_s","76","TRUE","FALSE" +"561","561","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:39:36","FALSE",NA,"801465231155171328",NA,"Twitter for Android","My_o_logy","66","TRUE","FALSE" +"562","562","Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/zniLvLrJdV","FALSE","0",NA,"2016-11-23 16:39:31","FALSE",NA,"801465212872298496",NA,"IFTTT","Point_tecno","0","FALSE","FALSE" +"563","563","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 16:39:11","FALSE",NA,"801465127027388416",NA,"Twitter for Android","69b1b71236104d6","19","TRUE","FALSE" +"564","564","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:39:09","FALSE",NA,"801465118143807488",NA,"Twitter for Android","2023ajith","66","TRUE","FALSE" +"565","565","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:39:01","FALSE",NA,"801465085801566208",NA,"Twitter for Android","sanjai2july","66","TRUE","FALSE" +"566","566","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:38:24","FALSE",NA,"801464931300188160",NA,"Twitter for Android","Reetesh777","30","TRUE","FALSE" +"567","567","RT @arvind_69: MamataOfficial After #Demonetization max amount was deposited in #JanDhanAccount in WB. What is the matter? How u brought so�","FALSE","0",NA,"2016-11-23 16:38:24","FALSE",NA,"801464930583146496",NA,"Mobile Web (M2)","iamsanumanna","1","TRUE","FALSE" +"568","568","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:38:20","FALSE",NA,"801464914581790720",NA,"Twitter for Android","naanmic","45","TRUE","FALSE" +"569","569","India's capacity utilization rate on neg. trend - won't be helped in short term by investment and consumption shock due to #demonetization","FALSE","2",NA,"2016-11-23 16:38:00","FALSE",NA,"801464830108368896",NA,"TweetDeck","steve_hanke","3","FALSE","FALSE" +"570","570","Additonal Secretary,Economic Affairs,�GOI, MM Kutty called on CM Khandu to discuss on #demonetization.� https://t.co/F6HUa5eOSl","FALSE","2",NA,"2016-11-23 16:37:59","TRUE",NA,"801464825981173760",NA,"Twitter for Android","ArunachalDIPR","0","FALSE","FALSE" +"571","571","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:37:59","FALSE",NA,"801464823254876160",NA,"Twitter for iPhone","harsh_nagpal","45","TRUE","FALSE" +"572","572","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:37:56","FALSE",NA,"801464813884841984",NA,"Twitter for Android","Avinashs316","76","TRUE","FALSE" +"573","573","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:37:51","FALSE",NA,"801464793165168640",NA,"Twitter for Android","abhashkumarbhoi","95","TRUE","FALSE" +"574","574","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:37:44","FALSE",NA,"801464763935031296",NA,"Twitter for Android","qz_singh","66","TRUE","FALSE" +"575","575","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:37:40","FALSE",NA,"801464744955691008",NA,"Twitter Web Client","RHamsun","11","TRUE","FALSE" +"576","576","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:37:39","FALSE",NA,"801464739566157824",NA,"Twitter for Android","yatendra1314","30","TRUE","FALSE" +"577","577","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:37:31","FALSE",NA,"801464707051712512",NA,"Mobile Web (M5)","darmeshmalhotra","66","TRUE","FALSE" +"578","578","RT @dnaAfterHrs: Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious https://t.co/oRYBrW�","FALSE","0",NA,"2016-11-23 16:37:01","FALSE",NA,"801464583957479424",NA,"Twitter for iPhone","jazzJessica","4","TRUE","FALSE" +"579","579","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:37:00","FALSE",NA,"801464578450198528",NA,"Twitter for Android","RSBHAT","76","TRUE","FALSE" +"580","580","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:36:57","FALSE",NA,"801464565049372672",NA,"Twitter for Windows Phone","LALEETKUMARMUND","76","TRUE","FALSE" +"581","581","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:36:46","FALSE",NA,"801464517477576704",NA,"Twitter Web Client","akhaware","30","TRUE","FALSE" +"582","582","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:36:31","FALSE",NA,"801464456194695168",NA,"Twitter for iPhone","naijonam","66","TRUE","FALSE" +"583","583","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:36:25","FALSE",NA,"801464429447520256",NA,"Twitter Web Client","kumarkm53","76","TRUE","FALSE" +"584","584","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:36:14","FALSE",NA,"801464383603810304",NA,"Twitter for Android","VenkatGiri9","76","TRUE","FALSE" +"585","585","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:36:07","FALSE",NA,"801464356252753920",NA,"Twitter for iPhone","shhelly_kumar","41","TRUE","FALSE" +"586","586","RT @Punitspeaks: Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban. #MeraDeshBadalRaha�","FALSE","0",NA,"2016-11-23 16:36:06","FALSE",NA,"801464353014870016",NA,"Twitter for Android","InvincibleBabu","30","TRUE","FALSE" +"587","587","RT @CMOMaharashtra: One of the greatest computer scientists Dr. Vijay Bhatkar's views on #demonetization decision by Hon PM @narendramodi h�","FALSE","0",NA,"2016-11-23 16:35:57","FALSE",NA,"801464315224162304",NA,"Twitter for Android","amolgadhave1989","375","TRUE","FALSE" +"588","588","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:35:50","FALSE",NA,"801464282705600512",NA,"Twitter for iPhone","SickulerHaunter","76","TRUE","FALSE" +"589","589","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:35:42","FALSE",NA,"801464250975875072",NA,"Twitter for Android","maxxhoster","76","TRUE","FALSE" +"590","590","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 16:35:37","FALSE",NA,"801464229626867712",NA,"Twitter for Android","amolgadhave1989","381","TRUE","FALSE" +"591","591","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:34:56","FALSE",NA,"801464055844126720",NA,"Twitter for Android","zahidquest","45","TRUE","FALSE" +"592","592","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:34:53","FALSE",NA,"801464045064884224",NA,"Twitter for Android","myvivek1989","66","TRUE","FALSE" +"593","593","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:34:29","FALSE",NA,"801463946041434112",NA,"Twitter for Android","moodybansal","95","TRUE","FALSE" +"594","594","Survey result so far by @PMOIndia on #Demonetization. 5 lakh response in 24 hrs. 90% supports note ban.� https://t.co/9ObJgwqtO1","FALSE","18",NA,"2016-11-23 16:34:21","TRUE",NA,"801463913007063040",NA,"Twitter for Android","Punitspeaks","30","FALSE","FALSE" +"595","595","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:34:10","FALSE",NA,"801463864906760192",NA,"Twitter for iPhone","indianation1","76","TRUE","FALSE" +"596","596","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:34:04","FALSE",NA,"801463839166525440",NA,"Twitter for Windows Phone","MPPCR7","11","TRUE","FALSE" +"597","597","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:33:54","FALSE",NA,"801463797797916672",NA,"Twitter for Android","TheVisuality","76","TRUE","FALSE" +"598","598","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:33:53","FALSE",NA,"801463794614595584",NA,"Twitter for Android","pappu_pedia","76","TRUE","FALSE" +"599","599","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:33:39","FALSE",NA,"801463733398577152",NA,"Twitter for Android","zasambhu","41","TRUE","FALSE" +"600","600","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:33:26","FALSE",NA,"801463680185401344",NA,"Twitter for Android","9U9Gcg69l7kuu4k","76","TRUE","FALSE" +"601","601","RTDrGPradhan8 + +This tweet of minimathur BIBI explains why she is having a prob with #demonetization ..In first p� https://t.co/iUEGK73nTX","FALSE","0",NA,"2016-11-23 16:33:20","FALSE",NA,"801463654742970368",NA,"IFTTT","shriparv","0","FALSE","FALSE" +"602","602","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:33:20","FALSE",NA,"801463654105436160",NA,"Twitter for Android","kunal_das_civil","11","TRUE","FALSE" +"603","603","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:33:15","FALSE",NA,"801463632722677760",NA,"Twitter for iPhone","Abhinair86","76","TRUE","FALSE" +"604","604","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:32:59","FALSE",NA,"801463568314966016",NA,"Twitter for Android","DhavanBhayani","76","TRUE","FALSE" +"605","605","RT @vijaychavda9: Retweeted Harsh K. Kapoor (@harshkkapoor): + +#DeMonetization survey results after 24 hours +5Lacs opinions +Amazing... https�","FALSE","0",NA,"2016-11-23 16:32:56","FALSE",NA,"801463554469662720",NA,"Twitter for Android","harshkkapoor","1","TRUE","FALSE" +"606","606","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 16:32:52","FALSE",NA,"801463537004527616",NA,"Twitter for Android","gauravdimri2601","270","TRUE","FALSE" +"607","607","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 16:32:49","FALSE",NA,"801463525726031872",NA,"Twitter for Android","gauravdimri2601","47","TRUE","FALSE" +"608","608","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 16:32:47","FALSE",NA,"801463516108443648",NA,"Twitter for Android","gauravdimri2601","275","TRUE","FALSE" +"609","609","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:32:45","FALSE",NA,"801463508567281664",NA,"Twitter for Android","akshaysince1987","76","TRUE","FALSE" +"610","610","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:32:43","FALSE",NA,"801463500937625600",NA,"Twitter for Android","arjun_NTR","11","TRUE","FALSE" +"611","611","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:32:28","FALSE",NA,"801463435640741888",NA,"Twitter for Android","kapil_kakkar1","76","TRUE","FALSE" +"612","612","RT @Tata_ValueHomes: Lower interest rate will ultimately lead to more buyers because of #LowerEMI. #HappyHomes #Demonetization https://t.co�","FALSE","0",NA,"2016-11-23 16:32:21","FALSE",NA,"801463407274704896",NA,"Twitter for Android","saadhyudu2011","1","TRUE","FALSE" +"613","613","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:32:20","FALSE",NA,"801463403210379264",NA,"Twitter for Android","jayprakash4","41","TRUE","FALSE" +"614","614","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:32:18","FALSE",NA,"801463395295719424",NA,"Twitter for Android","Chaitanya_cj7","95","TRUE","FALSE" +"615","615","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:31:59","FALSE",NA,"801463316266811392",NA,"Twitter for iPhone","gokhuls","45","TRUE","FALSE" +"616","616","RT @DrGPradhan: 8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says she can't�","FALSE","0",NA,"2016-11-23 16:31:59","FALSE",NA,"801463315155353600",NA,"Twitter for Android","SonuDax","76","TRUE","FALSE" +"617","617","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:31:49","FALSE",NA,"801463275330347008",NA,"Twitter for Android","prashan20943955","95","TRUE","FALSE" +"618","618","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:31:35","FALSE",NA,"801463213309181952",NA,"Twitter Web Client","LovekeshJoshi","66","TRUE","FALSE" +"619","619","Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/jOjwGrpSB5","FALSE","0",NA,"2016-11-23 16:31:34","FALSE",NA,"801463212218732544",NA,"IFTTT","mobsolnIN","0","FALSE","FALSE" +"620","620","8 + +This tweet of @minimathur BIBI explains why she is having a prob with #demonetization ..In first part she says s� https://t.co/XhSMMqnemQ","FALSE","62","DrGPradhan","2016-11-23 16:31:26","TRUE","801462725125672960","801463176386613248","74433034","Twitter Web Client","DrGPradhan","76","FALSE","FALSE" +"621","621","RT @Gadgets360: After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","0",NA,"2016-11-23 16:30:51","FALSE",NA,"801463030156554240",NA,"Twitter for Android","JAIKISHANPRATA3","11","TRUE","FALSE" +"622","622","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:30:35","FALSE",NA,"801462962686922752",NA,"Twitter for BlackBerry","SameerUniverse","41","TRUE","FALSE" +"623","623","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 16:30:22","FALSE",NA,"801462909113077760",NA,"Twitter for Android","BIKRAMRAUTA","11","TRUE","FALSE" +"624","624","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:30:03","FALSE",NA,"801462827768803328",NA,"Twitter for Android","amitdch","95","TRUE","FALSE" +"625","625","After the #demonetization, searches about #NarendraModi's app are trending on app stores https://t.co/ZetKRqqClX","FALSE","12",NA,"2016-11-23 16:30:01","FALSE",NA,"801462821594730496",NA,"TweetDeck","Gadgets360","11","FALSE","FALSE" +"626","626","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:29:52","FALSE",NA,"801462781253779456",NA,"Twitter for Android","Shettyshashank5","95","TRUE","FALSE" +"627","627","RT @ItzCash: @suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.c�","FALSE","0",NA,"2016-11-23 16:29:46","FALSE",NA,"801462757606309888",NA,"Twitter for iPhone","LightspeedIndia","5","TRUE","FALSE" +"628","628","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:29:25","FALSE",NA,"801462670931017728",NA,"Twitter for iPhone","Ridhima0107","95","TRUE","FALSE" +"629","629","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:29:17","FALSE",NA,"801462637796216832",NA,"Twitter for iPhone","timeseek1970","41","TRUE","FALSE" +"630","630","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 16:28:53","FALSE",NA,"801462535148994560",NA,"Twitter for Windows Phone","baskodigama","104","TRUE","FALSE" +"631","631","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-23 16:28:49","FALSE",NA,"801462519512449024",NA,"Twitter for iPhone","venkatn_twitt","526","TRUE","FALSE" +"632","632","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:28:40","FALSE",NA,"801462481335918592",NA,"Twitter for Android","mohitjakhariya","95","TRUE","FALSE" +"633","633","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:28:23","FALSE",NA,"801462411337207808",NA,"Twitter for iPhone","Sandy_Ag","95","TRUE","FALSE" +"634","634","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 16:28:03","FALSE",NA,"801462326155218944",NA,"Twitter for Android","Srishti17051748","9","TRUE","FALSE" +"635","635","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 16:27:05","FALSE",NA,"801462084261318656",NA,"Twitter for Android","markphani","19","TRUE","FALSE" +"636","636","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:27:04","FALSE",NA,"801462079655964672",NA,"Twitter for Android","MayurKotiya","41","TRUE","FALSE" +"637","637","Total population effected by #demonetization: 1,326,801,576 +Internet users: 462,124,989 +Smartphone users: 292 million +5 lakh app responses","FALSE","1",NA,"2016-11-23 16:26:49","FALSE",NA,"801462014979686400",NA,"Twitter Web Client","ArchieSriva","0","FALSE","FALSE" +"638","638","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:26:32","FALSE",NA,"801461942175039488",NA,"Twitter for Android","_ajeett","45","TRUE","FALSE" +"639","639","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:26:08","FALSE",NA,"801461841985728512",NA,"Twitter for Android","ignited_indian","59","TRUE","FALSE" +"640","640","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:26:07","FALSE",NA,"801461839435419648",NA,"Twitter for iPhone","athreyaster","95","TRUE","FALSE" +"641","641","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:26:07","FALSE",NA,"801461837170503680",NA,"Twitter for Android","devsr84","95","TRUE","FALSE" +"642","642","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:26:06","FALSE",NA,"801461835354423296",NA,"Twitter for Android","ChweeneyTodd","95","TRUE","FALSE" +"643","643","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:25:48","FALSE",NA,"801461761270378496",NA,"Twitter for Android","aditya9972","95","TRUE","FALSE" +"644","644","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 16:25:20","FALSE",NA,"801461643834032128",NA,"Twitter for Android","OnkarShrivastav","53","TRUE","FALSE" +"645","645","The who's who of Indian #scams line up. +#demonetization https://t.co/odLvO4Hw0m","FALSE","0",NA,"2016-11-23 16:25:11","FALSE",NA,"801461604130942976",NA,"Twitter for Android","niteshplatinum","0","FALSE","FALSE" +"646","646","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:25:11","FALSE",NA,"801461603615043584",NA,"Twitter for Android","n2r3ndr2","95","TRUE","FALSE" +"647","647","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:25:01","FALSE",NA,"801461560598110208",NA,"Twitter for Android","imsanjay_21","95","TRUE","FALSE" +"648","648","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:24:48","FALSE",NA,"801461506701283328",NA,"Twitter for iPhone","payalbhayana","95","TRUE","FALSE" +"649","649","How to convert all your black money into white following the #DeMonetization: How to� https://t.co/GJ0WDNCwQD","FALSE","0",NA,"2016-11-23 16:24:43","FALSE",NA,"801461488498184192",NA,"Google","uptetprt","0","FALSE","FALSE" +"650","650","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:24:35","FALSE",NA,"801461454796898304",NA,"Twitter for Android","n2r3ndr2","45","TRUE","FALSE" +"651","651","@SrBachchan sir you are in favour of #demonetization and #JayaBachchan joins #tmc in protest against #DeMonetisation is she had lots of bk","FALSE","0","SrBachchan","2016-11-23 16:24:23","FALSE",NA,"801461404242833408","145125358","Twitter for Android","karuntanu","0","FALSE","FALSE" +"652","652","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:24:22","FALSE",NA,"801461399499075584",NA,"Twitter for Android","muditkh","95","TRUE","FALSE" +"653","653","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:24:17","FALSE",NA,"801461378120871936",NA,"Twitter Web Client","mrkotians","95","TRUE","FALSE" +"654","654","RT @AUTOTODAYMAG: On the topic of #demonetization, we have an idea what you can do with those old notes - go out, fill up & explore! #Uncha�","FALSE","0",NA,"2016-11-23 16:24:12","FALSE",NA,"801461354615828480",NA,"Twitter for Android","runsimrun","6","TRUE","FALSE" +"655","655","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:24:06","FALSE",NA,"801461331563986944",NA,"Twitter for Android","Devender_geo","45","TRUE","FALSE" +"656","656","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:24:06","FALSE",NA,"801461330045759488",NA,"Twitter for Android","im_javedkhan","66","TRUE","FALSE" +"657","657","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:23:47","FALSE",NA,"801461252601978880",NA,"Twitter for Android","arvind291","59","TRUE","FALSE" +"658","658","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:23:16","FALSE",NA,"801461122725462016",NA,"Twitter for Android","akvermageo","45","TRUE","FALSE" +"659","659","@narendramodi @PMOIndia @PMOinIndia #demonetization #Demonetisationsurvey App is not working on windows phone #PMModi","FALSE","0","narendramodi","2016-11-23 16:23:16","FALSE",NA,"801461122071085056","18839785","Twitter for Windows","Keertysharma","0","FALSE","FALSE" +"660","660","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:23:08","FALSE",NA,"801461087023546368",NA,"Twitter for Android","kuldpvys","95","TRUE","FALSE" +"661","661","Who is most corruption party + +#DeModitisation_March +#BlackMoney +#demonetization +#congress +#aap +#BJP +#other","FALSE","1",NA,"2016-11-23 16:22:56","FALSE",NA,"801461037857902592",NA,"Twitter for Android","mukesh99100616","0","FALSE","FALSE" +"662","662","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 16:22:31","FALSE",NA,"801460932454952960",NA,"Twitter for Windows","thapateros","16","TRUE","FALSE" +"663","663","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:22:14","FALSE",NA,"801460860321341440",NA,"Twitter for iPhone","RajeetaBhagat","66","TRUE","FALSE" +"664","664","@sardesairajdeep @timesofindia Surprise...Surprise!!! So thats why @MamataOfficial has been protesting #Demonetization from day one!!","FALSE","0","sardesairajdeep","2016-11-23 16:22:12","FALSE","801433712910946304","801460851354042368","56304605","Twitter for Android","neocool14","0","FALSE","FALSE" +"665","665","RT @deeepakkher: #Demonetization 21K Crore Deposited In #JanDhanAccount Most From Bengal, Karnataka. The reason for protests? - NDTV https:�","FALSE","0",NA,"2016-11-23 16:21:54","FALSE",NA,"801460779618709504",NA,"Mobile Web (M2)","iamsanumanna","1","TRUE","FALSE" +"666","666","#Demonetization is a bit like Marxism. Great on paper but impractical on ground.","FALSE","1","Mittermaniac","2016-11-23 16:21:42","FALSE","801459058960015360","801460728787914752","17937017","Twitter for Android","Mittermaniac","0","FALSE","FALSE" +"667","667","@rsprasad bcoz they only have black money and they dont have facts or points to talk abt #demonetization .","FALSE","0","rsprasad","2016-11-23 16:21:31","FALSE","801402796947820544","801460682738700288","2222673457","Twitter for Android","tarunbansal24","0","FALSE","FALSE" +"668","668","RT @BrainandMoney: The effect of #Demonetization !! +@ravishndtv @ShekharGupta @hvgoenka @mrsfunnybones @GabbbarSingh @Iamanirudhsethi https�","FALSE","0",NA,"2016-11-23 16:21:23","FALSE",NA,"801460646403522560",NA,"Twitter for Android","arjun_jethi","3","TRUE","FALSE" +"669","669","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:21:12","FALSE",NA,"801460599532109824",NA,"Twitter for Windows Phone","sathyansajeesh","45","TRUE","FALSE" +"670","670","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:20:53","FALSE",NA,"801460520603684864",NA,"Twitter for iPhone","neelang_dave","59","TRUE","FALSE" +"671","671","Superb innovation by #paytm. Paytm app starts acting as a card swiping machine. #Demonetization +https://t.co/MqOXhLDVyO +-via @inshorts","FALSE","0",NA,"2016-11-23 16:20:46","FALSE",NA,"8.01460492074e+17",NA,"Twitter for Android","prasadchaubal","0","FALSE","FALSE" +"672","672","RT @BrainandMoney: The effect of #Demonetization !! +@ravishndtv @ShekharGupta @hvgoenka @mrsfunnybones @GabbbarSingh @Iamanirudhsethi https�","FALSE","0",NA,"2016-11-23 16:20:36","FALSE",NA,"801460449883500544",NA,"Twitter Web Client","Iamanirudhsethi","3","TRUE","FALSE" +"673","673","The effect of #Demonetization !! +@ravishndtv @ShekharGupta @hvgoenka @mrsfunnybones @GabbbarSingh @Iamanirudhsethi https://t.co/Q8PwntFYFC","FALSE","2",NA,"2016-11-23 16:20:21","FALSE",NA,"801460385639321600",NA,"Twitter Web Client","BrainandMoney","3","FALSE","FALSE" +"674","674","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:20:20","FALSE",NA,"801460383672201216",NA,"Twitter for Android","apnaDK","95","TRUE","FALSE" +"675","675","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:20:18","FALSE",NA,"801460375715622912",NA,"Twitter for Android","VineyPandey","95","TRUE","FALSE" +"676","676","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:20:15","FALSE",NA,"801460363073961984",NA,"Twitter for Android","Woh_ladka","95","TRUE","FALSE" +"677","677","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:19:57","FALSE",NA,"801460288327254016",NA,"Twitter for iPhone","SudhirPuthran","41","TRUE","FALSE" +"678","678","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 16:19:22","FALSE",NA,"801460139282796544",NA,"Twitter for Android","sabnis_atmaram","520","TRUE","FALSE" +"679","679","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:19:09","FALSE",NA,"801460084324888576",NA,"Twitter for iPhone","PoMoGandhi","45","TRUE","FALSE" +"680","680","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:18:27","FALSE",NA,"801459910471020544",NA,"Twitter for Android","_prejudiced","95","TRUE","FALSE" +"681","681","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 16:18:22","FALSE",NA,"801459887578324992",NA,"Twitter for Android","banamalinayak","9","TRUE","FALSE" +"682","682","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:18:20","FALSE",NA,"801459878124367872",NA,"Twitter for iPhone","aamirkhan78","45","TRUE","FALSE" +"683","683","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:18:11","FALSE",NA,"801459843177426944",NA,"Twitter for Android","Ck54C","66","TRUE","FALSE" +"684","684","#GST Council got postponed today. #Pakistan has consecutively breached LOC the last week. +Bad state of #Railways. +#Demonetization effect","FALSE","0","jos_varun","2016-11-23 16:18:06","FALSE","801448161378181120","801459820146622464","73387158","Twitter for Android","jos_varun","0","FALSE","FALSE" +"685","685","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:18:04","FALSE",NA,"801459813712596992",NA,"Twitter for Android","unknownpagal","95","TRUE","FALSE" +"686","686","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:17:34","FALSE",NA,"801459686746836992",NA,"Twitter for Android","rpp224","45","TRUE","FALSE" +"687","687","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:17:17","FALSE",NA,"801459616127324160",NA,"Twitter for Android","ritesh16eco","45","TRUE","FALSE" +"688","688","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 16:16:36","FALSE",NA,"801459446018818048",NA,"Twitter for Android","SureshM46","112","TRUE","FALSE" +"689","689","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 16:16:30","FALSE",NA,"801459418529308672",NA,"Twitter for Android","BangarHimanshu","637","TRUE","FALSE" +"690","690","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:16:22","FALSE",NA,"801459387101417472",NA,"Twitter for Android","indieanarch","45","TRUE","FALSE" +"691","691","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:16:15","FALSE",NA,"801459357330259968",NA,"Twitter for Android","keerthinarayan8","95","TRUE","FALSE" +"692","692","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:16:02","FALSE",NA,"801459301034274816",NA,"Twitter for Android","vaayu_putra","95","TRUE","FALSE" +"693","693","Thats why 86 % public in favor of #DeMonetization https://t.co/3LbbTJHUaA","FALSE","0",NA,"2016-11-23 16:15:47","FALSE",NA,"801459238195208192",NA,"TweetDeck","hemster","0","FALSE","FALSE" +"694","694","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-23 16:15:39","FALSE",NA,"801459204925992960",NA,"Twitter for Android","Thagguwal","14","TRUE","FALSE" +"695","695","RT @ItzCash: @suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.c�","FALSE","0",NA,"2016-11-23 16:15:28","FALSE",NA,"801459160135122944",NA,"Twitter for iPhone","bhavikvasa","5","TRUE","FALSE" +"696","696","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:15:16","FALSE",NA,"801459109862129664",NA,"Twitter Web Client","bhaisaabkoram","95","TRUE","FALSE" +"697","697","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:15:15","FALSE",NA,"801459103973289984",NA,"Twitter for Android","yIndia_05","95","TRUE","FALSE" +"698","698","The ratio of people inconvenienced by #demonetization to those taking the survey on the NaMo app would be 10:1 or perhaps worse.","FALSE","0","Mittermaniac","2016-11-23 16:15:04","FALSE","801457900795281408","801459058960015360","17937017","Twitter for Android","Mittermaniac","0","FALSE","FALSE" +"699","699","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-23 16:14:53","FALSE",NA,"801459012684218368",NA,"Twitter for Android","indieanarch","10","TRUE","FALSE" +"700","700","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:14:53","FALSE",NA,"801459010889101312",NA,"Twitter Web Client","snjy_rajguru","95","TRUE","FALSE" +"701","701","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:14:39","FALSE",NA,"801458954081538048",NA,"Twitter for Android","IamAsk_Avinash","95","TRUE","FALSE" +"702","702","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:14:39","FALSE",NA,"801458953955590144",NA,"Twitter for Android","diwakerravi","45","TRUE","FALSE" +"703","703","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 16:14:24","FALSE",NA,"801458889526898688",NA,"Twitter for Android","mahikainfra_FC","104","TRUE","FALSE" +"704","704","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:14:10","FALSE",NA,"801458830433341440",NA,"Twitter for Android","Sri_Newton","95","TRUE","FALSE" +"705","705","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:14:07","FALSE",NA,"801458818811068416",NA,"Twitter Web Client","AAPVind","66","TRUE","FALSE" +"706","706","RT @MahikaInfra: @narendramodi Ji + +An unbiased POLL +Of the people +By the people +For the people +of # abt +#demonetization + +https:�","FALSE","0",NA,"2016-11-23 16:14:04","FALSE",NA,"801458807884783616",NA,"Twitter for Android","mahikainfra_FC","27","TRUE","FALSE" +"707","707","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:13:57","FALSE",NA,"801458775676911616",NA,"Twitter for Android","shashishekhard","95","TRUE","FALSE" +"708","708","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:13:53","FALSE",NA,"801458759545528320",NA,"Twitter for Android","dineshlakhanpa1","95","TRUE","FALSE" +"709","709","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:13:49","FALSE",NA,"801458745288994816",NA,"Twitter Web Client","I__Am__Ram","41","TRUE","FALSE" +"710","710","Now country is divided into two religion #Modi &#AntiModi , whose riot potentially can way bigger than other riots. +#Demonetization","FALSE","0",NA,"2016-11-23 16:13:43","FALSE",NA,"801458719833735168",NA,"Twitter for iPhone","chemnitr","0","FALSE","FALSE" +"711","711","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 16:13:38","FALSE",NA,"801458696286937088",NA,"Twitter for Android","MPBishnoi6975","637","TRUE","FALSE" +"712","712","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:13:23","FALSE",NA,"801458634471378944",NA,"Twitter for iPhone","maverickvik_lfc","45","TRUE","FALSE" +"713","713","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:13:21","FALSE",NA,"801458624727920640",NA,"Twitter for Android","SureshM46","59","TRUE","FALSE" +"714","714","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 16:13:19","FALSE",NA,"801458615915843584",NA,"Twitter for iPhone","Subhank25219819","7","TRUE","FALSE" +"715","715","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 16:13:02","FALSE",NA,"801458544989962240",NA,"Twitter for Android","ashok_dwivedy","21","TRUE","FALSE" +"716","716","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:57","FALSE",NA,"801458527352913920",NA,"Twitter Web Client","shewalevitthal","95","TRUE","FALSE" +"717","717","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 16:12:48","FALSE",NA,"801458485812756480",NA,"Twitter for Android","SushilKumarRa","954","TRUE","FALSE" +"718","718","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:12:43","FALSE",NA,"801458468569743360",NA,"Twitter for Android","bspassanha","45","TRUE","FALSE" +"719","719","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:38","FALSE",NA,"801458443655806976",NA,"Twitter for Android","iT_keeda","95","TRUE","FALSE" +"720","720","With due respect to the modi govt & not meaning to offend any of his supporters, #demonetization might be good or bad or whatever. .. tbc","FALSE","0",NA,"2016-11-23 16:12:30","FALSE",NA,"801458410268954624",NA,"Twitter for Android","beerbackpacks","0","FALSE","FALSE" +"721","721","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:18","FALSE",NA,"801458361006817280",NA,"Twitter for Android","baruahrana123","95","TRUE","FALSE" +"722","722","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 16:12:18","FALSE",NA,"801458360415440896",NA,"Twitter for Android","alonemechi","637","TRUE","FALSE" +"723","723","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:12:16","FALSE",NA,"801458355537481728",NA,"Twitter for iPad","KirtyKochar","45","TRUE","FALSE" +"724","724","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:16","FALSE",NA,"801458354992402432",NA,"Twitter for Android","twiish_","95","TRUE","FALSE" +"725","725","Narendra #Modi App #Demonetization Survey Results are out! https://t.co/eyEDJoCYmz https://t.co/oxBipqOuB8","FALSE","0",NA,"2016-11-23 16:12:16","FALSE",NA,"801458354967220224",NA,"WordPress.com","intabloid","0","FALSE","FALSE" +"726","726","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:08","FALSE",NA,"801458320636682240",NA,"Twitter for Android","banjobawra","95","TRUE","FALSE" +"727","727","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:12:03","FALSE",NA,"801458300885704704",NA,"Twitter for Android","NkBlr","95","TRUE","FALSE" +"728","728","RT @Atheist_Krishna: BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","0",NA,"2016-11-23 16:11:56","FALSE",NA,"801458269533437952",NA,"Mobile Web (M5)","Prashant1056","95","TRUE","FALSE" +"729","729","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:11:28","FALSE",NA,"801458153955037184",NA,"Twitter Web Client","56perumal","41","TRUE","FALSE" +"730","730","BEFORE and AFTER Gandhi ji heard they are standing there against #Demonetization +. https://t.co/9NheK63TPg","FALSE","110",NA,"2016-11-23 16:11:24","FALSE",NA,"801458134669664256",NA,"TweetDeck","Atheist_Krishna","95","FALSE","FALSE" +"731","731","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:11:17","FALSE",NA,"801458106064457728",NA,"Twitter for Android","TheVisuality","59","TRUE","FALSE" +"732","732","@Vidyut Real Estate is Indian +Gold is global +And you want to fire @narendramodi on #demonetization ?","FALSE","0","Vidyut","2016-11-23 16:11:07","FALSE","801454040613720064","801458063525953536","15199808","Twitter for Android","doctor_csr","0","FALSE","FALSE" +"733","733","Gave a cheque to a local car mechanic today. He gladly took it&narrated his life story to keep me entertained. #demonetization","FALSE","0",NA,"2016-11-23 16:10:55","FALSE",NA,"801458015459123200",NA,"Twitter for Android","yodakabaap","0","FALSE","FALSE" +"734","734","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 16:10:48","FALSE",NA,"801457984102502400",NA,"Twitter for Android","yasserkhan","10","TRUE","FALSE" +"735","735","@suryanavin on how the current wave of #Demonetization is the apt way towards digitization of the Indian economy. +https://t.co/B0rYYBkL2J","FALSE","1","SuryaNavin","2016-11-23 16:10:47","FALSE",NA,"801457980080197632","141885743","Twitter Web Client","ItzCash","1","FALSE","FALSE" +"736","736","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 16:10:43","FALSE",NA,"801457962594271232",NA,"Twitter for iPhone","timeseek1970","19","TRUE","FALSE" +"737","737","80% Indians supports PM Modi's #demonetization. All political parties raising hue and cry on this issue surrender please and let it be.","FALSE","0",NA,"2016-11-23 16:10:38","FALSE",NA,"801457942390341632",NA,"Twitter for iPhone","SamAsh2014","0","FALSE","FALSE" +"738","738","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 16:10:24","FALSE",NA,"801457884693430272",NA,"Twitter for Android","vijaychavda9","41","TRUE","FALSE" +"739","739","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:10:24","FALSE",NA,"801457882059272192",NA,"Mobile Web (M2)","Ahannansayeed","45","TRUE","FALSE" +"740","740","Retweeted Harsh K. Kapoor (@harshkkapoor): + +#DeMonetization survey results after 24 hours +5Lacs opinions +Amazing... https://t.co/57MdA6rcml","FALSE","2",NA,"2016-11-23 16:10:14","FALSE",NA,"801457842117087232",NA,"Facebook","vijaychavda9","1","FALSE","FALSE" +"741","741","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:10:11","FALSE",NA,"801457831128039424",NA,"Twitter for Android","vijaychavda9","59","TRUE","FALSE" +"742","742","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 16:09:31","FALSE",NA,"801457662575726592",NA,"Twitter for iPhone","breddyinduri","33","TRUE","FALSE" +"743","743","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 16:09:28","FALSE",NA,"801457650181488640",NA,"Twitter for iPhone","breddyinduri","11","TRUE","FALSE" +"744","744","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:09:25","FALSE",NA,"801457636956770304",NA,"Twitter for Android","nethraa_","45","TRUE","FALSE" +"745","745","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 16:09:25","FALSE",NA,"801457636193538048",NA,"Twitter for iPhone","breddyinduri","7","TRUE","FALSE" +"746","746","RT @HPCL: #Demonetization +HPNEs Ladies at Mmbi extend help 4 FillingForms, Water at SBI Mahul Rd. Brnch +BringingSmilles +@dpradhanbjp @Ashut�","FALSE","0",NA,"2016-11-23 16:09:20","FALSE",NA,"801457616580919296",NA,"Twitter for iPhone","Subhank25219819","20","TRUE","FALSE" +"747","747","RT @saaxenanurag: The visionary political leader #ChandrababuNaidu leading support eco-system for an efficient running of #DeMonetization h�","FALSE","0",NA,"2016-11-23 16:09:08","FALSE",NA,"801457565259415552",NA,"Twitter for iPhone","JaikiranMaram","2","TRUE","FALSE" +"748","748","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 16:09:05","FALSE",NA,"801457553418784768",NA,"Twitter for Android","rao_raju","10","TRUE","FALSE" +"749","749","If even 50% of those who downloaded the app have taken the #demonetization survey, that'd make the sample size 1 mln. We are 130 mln people.","FALSE","0","Mittermaniac","2016-11-23 16:08:58","FALSE","801456818945814528","801457523135873024","17937017","Twitter for Android","Mittermaniac","0","FALSE","FALSE" +"750","750","RT @finiterecursion: The two thousand rupee note video review + +#DeMonetization +#DeMonetisation https://t.co/BOx57K5yXa","FALSE","0",NA,"2016-11-23 16:08:48","FALSE",NA,"801457480836362240",NA,"Twitter for iPhone","mmichav","1","TRUE","FALSE" +"751","751","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 16:08:41","FALSE",NA,"801457453485330432",NA,"Twitter Web Client","kavita_krishnan","45","TRUE","FALSE" +"752","752","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 16:08:23","FALSE",NA,"801457375756447744",NA,"Twitter for iPhone","CatPolitical1","66","TRUE","FALSE" +"753","753","RT @LocalPressCo: 86% of Indians from both rural & urban areas support #demonetization, feel it was worth the inconvenience https://t.co/60�","FALSE","0",NA,"2016-11-23 16:08:07","FALSE",NA,"801457309192884224",NA,"Twitter for iPhone","news_houndz","1","TRUE","FALSE" +"754","754","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:07:59","FALSE",NA,"801457275952975872",NA,"Twitter for iPhone","Bist6Govind","45","TRUE","FALSE" +"755","755","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-23 16:07:53","FALSE",NA,"801457248342016000",NA,"Tweetbot for iS","iabhishekk","10","TRUE","FALSE" +"756","756","RT @IRS_India: So are you in support of the #demonetization or not? +Well, according to public opinion majority of the Indians sure are! +#Ma�","FALSE","0",NA,"2016-11-23 16:07:45","FALSE",NA,"801457217715113984",NA,"Mobile Web (M5)","ASHUSINGH0086","2","TRUE","FALSE" +"757","757","Before I wished someone or company deposit extra money to my account by mistake.but scary now. #demonetization #modi","FALSE","0",NA,"2016-11-23 16:07:45","FALSE",NA,"801457214724579328",NA,"Mobile Web (M5)","mrsaini","0","FALSE","FALSE" +"758","758","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 16:07:09","FALSE",NA,"801457063981248512",NA,"Twitter for Android","SharanRakesh","112","TRUE","FALSE" +"759","759","Dear @INCIndia @AamAadmiParty pls don't worry abt COMMON PPL.U nvr did it in D past We're okay with #demonetization + #DeModitisation_March","FALSE","0",NA,"2016-11-23 16:06:57","FALSE",NA,"801457016048852992",NA,"Twitter for Android","nitinsentweets","0","FALSE","FALSE" +"760","760","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 16:06:46","FALSE",NA,"801456969349480448",NA,"Twitter for Android","PratapShetty19","9","TRUE","FALSE" +"761","761","if u cn be in Q for Long hours just to get 1 min glance of God in Tirupati/Shirdi..have same patience and faith for Country #demonetization","FALSE","0",NA,"2016-11-23 16:06:43","FALSE",NA,"801456956271513600",NA,"Twitter Web Client","shahmaulikn","0","FALSE","FALSE" +"762","762","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 16:06:34","FALSE",NA,"801456917822533632",NA,"Twitter for Android","Always4UPrasant","33","TRUE","FALSE" +"763","763","@narendramodi helped bank to come out of NPA mess through #Demonetization https://t.co/mBcYFBSmK0","FALSE","0","narendramodi","2016-11-23 16:06:19","FALSE",NA,"801456854438068224","18839785","Mobile Web (M5)","Devtech11","0","FALSE","FALSE" +"764","764","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 16:06:09","FALSE",NA,"801456815015919616",NA,"Twitter for BlackBerry","3101gp","21","TRUE","FALSE" +"765","765","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 16:05:52","FALSE",NA,"801456743268040704",NA,"Twitter for iPhone","parjak2008","270","TRUE","FALSE" +"766","766","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 16:05:46","FALSE",NA,"801456716219031552",NA,"Twitter for Android","Prabhav135","19","TRUE","FALSE" +"767","767","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 16:05:41","FALSE",NA,"801456694811246592",NA,"Twitter for Android","vikas1689","112","TRUE","FALSE" +"768","768","RT @MensRightsFF: Bet she has a hand in this! :) ;)#DeMonetisation #demonetization https://t.co/Dx1PNR0QoR","FALSE","0",NA,"2016-11-23 16:05:39","FALSE",NA,"801456688989487104",NA,"Twitter for Android","Satishra1010","2","TRUE","FALSE" +"769","769","So far 5 lakhs asshole Bhakts found #DeMonetization #modi","FALSE","1",NA,"2016-11-23 16:05:36","FALSE",NA,"801456674150064128",NA,"Twitter for iPad","itisjaldra","0","FALSE","FALSE" +"770","770","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 16:05:29","FALSE",NA,"801456644991303680",NA,"Twitter for Android","yorickpinto","48","TRUE","FALSE" +"771","771","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 16:04:55","FALSE",NA,"801456505182527488",NA,"Twitter Web Client","pri1us","38","TRUE","FALSE" +"772","772","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 16:04:45","FALSE",NA,"801456460257316864",NA,"Twitter for iPhone","Vel_Veer","270","TRUE","FALSE" +"773","773","RT @MahikaInfra: @narendramodi Ji + +An unbiased POLL +Of the people +By the people +For the people +of # abt +#demonetization + +https:�","FALSE","0",NA,"2016-11-23 16:04:33","FALSE",NA,"801456410772967424",NA,"Twitter for Android","MahikaInfra","27","TRUE","FALSE" +"774","774","DO YOU SUPPORT #DEMONETISATION #DEMONETIZATION MOVE BY PM @NARENDRAMODI ? Tweeter�poll https://t.co/vyvFlGvSpq","FALSE","0",NA,"2016-11-23 16:04:33","FALSE",NA,"801456410039091200",NA,"WordPress.com","TenNewsDotIn","0","FALSE","FALSE" +"775","775","DO YOU SUPPORT #DEMONETISATION #DEMONETIZATION MOVE BY PM @NARENDRAMODI ? Tweeter�poll https://t.co/0XfuEhM064","FALSE","0",NA,"2016-11-23 16:04:29","FALSE",NA,"801456395648462848",NA,"WordPress.com","ten_news_dot_in","0","FALSE","FALSE" +"776","776","all your policies are pro-aam aadmi. jandhan->tax declaration and now #demonetization. #WhatsTheDealModiJi @bhaiyyajispeaks @MediaCooks","FALSE","0",NA,"2016-11-23 16:03:13","FALSE",NA,"801456076205879296",NA,"Twitter Web Client","desi_uchakka","0","FALSE","FALSE" +"777","777","Thinking of getting married. Need to withdraw cash by month-end to pay salaries to servants. #Demonetization #SacrificesOneHasToMake","FALSE","0",NA,"2016-11-23 16:03:04","FALSE",NA,"801456038255828992",NA,"Twitter for iPhone","salilravindran","0","FALSE","FALSE" +"778","778","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 16:03:01","FALSE",NA,"801456027371642880",NA,"Twitter Web Client","56perumal","21","TRUE","FALSE" +"779","779","@MVenkaiahNaidu sir +Just saw ur speech on #Demonetization in RS. Awesome!! U r cutest politician in Indian history. I support Demonetization","FALSE","0","MVenkaiahNaidu","2016-11-23 16:02:59","FALSE",NA,"801456019293339648","1669854782","Twitter for Android","niraj_cruise","0","FALSE","FALSE" +"780","780","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 16:02:28","FALSE",NA,"801455889173446656",NA,"Twitter for iPhone","Raghavrathi15","45","TRUE","FALSE" +"781","781","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-23 16:02:19","FALSE",NA,"801455849184989184",NA,"Twitter for Android","vikrantgautam56","1868","TRUE","FALSE" +"782","782","RT @gauravonnet: Political parties voicing their views on #Demonetization. Why is industry silent?@ficci_india @followassocham #Demonetizat�","FALSE","0",NA,"2016-11-23 16:02:18","FALSE",NA,"801455843568799744",NA,"Twitter for Android","gauravonnet","1","TRUE","FALSE" +"783","783","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 16:02:04","FALSE",NA,"801455784743747584",NA,"Twitter for iPhone","fuddudakoo","637","TRUE","FALSE" +"784","784","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 16:01:41","FALSE",NA,"801455690908717056",NA,"Twitter for Windows Phone","amol_khiste","19","TRUE","FALSE" +"785","785","#Demonetization a hollow move https://t.co/xyvtXP46Xz","FALSE","0",NA,"2016-11-23 16:01:40","FALSE",NA,"801455687750430720",NA,"Twitter for Android","gauravonnet","0","FALSE","FALSE" +"786","786","What's the takeaway from @narendramodi poll on #demonetization? That 7% of #indian population is #corrupt who think gov's move was bad. ","FALSE","0",NA,"2016-11-23 16:01:39","FALSE",NA,"801455681190514688",NA,"Twitter for Android","thatisuday","0","FALSE","FALSE" +"787","787","RT @newley: Indian online payment firm Paytm says it has added 8 million new users in the two weeks since #demonetization https://t.co/s2XM�","FALSE","0",NA,"2016-11-23 16:01:39","FALSE",NA,"801455680733331456",NA,"Twitter for Android","abhik501","2","TRUE","FALSE" +"788","788","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 16:01:07","FALSE",NA,"801455547308527616",NA,"Twitter for Android","CMPFOIndia","105","TRUE","FALSE" +"789","789","Be the Change you want to see... Sorry pink Mahatma Gandhi, no change!!!#demonetization","FALSE","0",NA,"2016-11-23 16:00:58","FALSE",NA,"801455511086338048",NA,"Twitter for Android","pgstays","0","FALSE","FALSE" +"790","790","People standing in queue must have voted in App. :) +#demonetization","FALSE","0",NA,"2016-11-23 16:00:48","FALSE",NA,"801455466106585088",NA,"Twitter Web Client","RajeevJaiiswal","0","FALSE","FALSE" +"791","791","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 16:00:26","FALSE",NA,"801455373928411136",NA,"Twitter for Android","0b28370da78a482","59","TRUE","FALSE" +"792","792","RBI by letting bonds rally crazily without OMO's to suck out liquidity giving easy exit to FII's at huge profits on a #Demonetization rally","FALSE","13",NA,"2016-11-23 16:00:22","FALSE",NA,"801455360645079040",NA,"Twitter Web Client","sandipsabharwal","10","FALSE","FALSE" +"793","793","RT @BeingRight: 10 days into #demonetization deposited amount~Rs 5L Crore(out of approx Rs 15L Crore demonitized on 8th) +What'll be final f�","FALSE","0",NA,"2016-11-23 16:00:21","FALSE",NA,"801455355070922752",NA,"Twitter for Android","BeingRight","2","TRUE","FALSE" +"794","794","Please share your opinions on #Demonetization scheme and give your frank view and suggestions https://t.co/WNE1s9GFUi","FALSE","0",NA,"2016-11-23 16:00:14","FALSE",NA,"801455326729904128",NA,"Facebook","gopalkagarwal","0","FALSE","FALSE" +"795","795","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:59:53","FALSE",NA,"801455239064715264",NA,"Twitter for Android","AbiChengannur","41","TRUE","FALSE" +"796","796","RT @TruthRoars: @Swamy39 +The Good News: #Demonetization Spurs Behaviour Changes We All Hoped To See https://t.co/dc4bh4esG9 v","FALSE","0",NA,"2016-11-23 15:59:44","FALSE",NA,"801455201181986816",NA,"Twitter for Android","RazorsSpark","1","TRUE","FALSE" +"797","797","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 15:59:33","FALSE",NA,"801455153454817280",NA,"Twitter for Android","sumanchhina","275","TRUE","FALSE" +"798","798","@gauravbh @sambitswaraj @IndiaToday None will dare to hoard 2000 now,in fear of another strike on 2000 note,mark it #DeMonetization","FALSE","1","gauravbh","2016-11-23 15:59:32","FALSE",NA,"801455150145511424","59112159","Twitter for Windows Phone","rajans0208","0","FALSE","FALSE" +"799","799","Glad to see no #atm queues in #bhagalpur. Cash withdrawals in minutes. #NoteBan #demonetization","FALSE","0",NA,"2016-11-23 15:59:25","FALSE",NA,"801455120659660800",NA,"Twitter for iPhone","MrAmarpal","0","FALSE","FALSE" +"800","800","Is Demonetization a Conspiracy ? #demonetization","FALSE","0",NA,"2016-11-23 15:59:15","FALSE",NA,"801455079559569408",NA,"Twitter for Android","khalidbhai","0","FALSE","FALSE" +"801","801","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-23 15:59:13","FALSE",NA,"801455067580633088",NA,"Twitter Web Client","madmanweb","10","TRUE","FALSE" +"802","802","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:59:08","FALSE",NA,"801455047800279040",NA,"Twitter for Android","RajeshTamret","41","TRUE","FALSE" +"803","803","RT @NimmaYash: Yash speaks his mind out on the issue of #demonetization during a discussion in @Pradesh18Kan - Team https://t.co/8YWRpJDQwj","FALSE","0",NA,"2016-11-23 15:59:02","FALSE",NA,"801455022433337344",NA,"Twitter for Android","Nimma_Mahi","63","TRUE","FALSE" +"804","804","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 15:58:59","FALSE",NA,"801455008860540928",NA,"Twitter for Android","sK199209","105","TRUE","FALSE" +"805","805","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:58:46","FALSE",NA,"801454956733530112",NA,"Twitter Web Client","arunesh__deep","66","TRUE","FALSE" +"806","806","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:58:18","FALSE",NA,"801454839985098752",NA,"Twitter for Windows","_its_rahul","59","TRUE","FALSE" +"807","807","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:58:16","FALSE",NA,"801454831516794880",NA,"Twitter for Windows","HonestAndUnique","66","TRUE","FALSE" +"808","808","#IndiaStrikesBack +If Only opposition leaders also taking note of that #Demonetization has hit pak sponspored terror badly","FALSE","2",NA,"2016-11-23 15:58:06","FALSE",NA,"801454786235088896",NA,"Twitter for Android","seemanath123","0","FALSE","FALSE" +"809","809","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:57:57","FALSE",NA,"801454751774691328",NA,"Twitter for Android","AdvRajHC","59","TRUE","FALSE" +"810","810","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 15:57:48","FALSE",NA,"801454711966531584",NA,"Twitter for Windows","carry_on_saurya","7","TRUE","FALSE" +"811","811","New Delhi: Opposition leaders demonstration against #demonetization https://t.co/ly6YMSAslt https://t.co/xCeyH5X5vM","FALSE","0",NA,"2016-11-23 15:57:45","FALSE",NA,"801454700033937408",NA,"SocialNews_agk4444","agk4444","0","FALSE","FALSE" +"812","812","New Delhi: Opposition leaders demonstration against #demonetization https://t.co/eQBuCBq6V1 https://t.co/X0uqqzGwYB","FALSE","0",NA,"2016-11-23 15:57:38","FALSE",NA,"801454671672070144",NA,"SocialNewsXYZ","socialnews_xyz","0","FALSE","FALSE" +"813","813","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 15:57:37","FALSE",NA,"801454666986954752",NA,"Twitter for Android","Just4India","112","TRUE","FALSE" +"814","814","Why is it so difficult for BJP to have a coherent, cogent communication on a critical situation like #demonetization?","FALSE","1","gbkansara","2016-11-23 15:57:37","FALSE","801454223455981568","801454666349322240","107724957","Twitter for Windows","gbkansara","0","FALSE","FALSE" +"815","815","New #Delhi: #Opposition #leaders' #demonstration against #demonetization https://t.co/ly6YMSAslt","FALSE","0",NA,"2016-11-23 15:57:32","FALSE",NA,"801454644560011264",NA,"WordPress.com","agk4444","0","FALSE","FALSE" +"816","816","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:57:30","FALSE",NA,"801454637605863424",NA,"Twitter for Android","DrDevG","66","TRUE","FALSE" +"817","817","New #Delhi: #Opposition #leaders' #demonstration against #demonetization... https://t.co/Sc7zZdxhds","FALSE","0",NA,"2016-11-23 15:57:20","FALSE",NA,"801454597072187392",NA,"Facebook","socialnews_xyz","0","FALSE","FALSE" +"818","818","RT Hemant_80: Did you vote on #Demonetization on Modi survey app? A","FALSE","0",NA,"2016-11-23 15:57:17","FALSE",NA,"801454582861824000",NA,"IFTTT","BudbakChacha","0","FALSE","FALSE" +"819","819","Indians race for money and time.... + +How long, successful and sustainable will be this strategic game of #DeMonetization against Demons?","FALSE","1",NA,"2016-11-23 15:57:10","FALSE",NA,"801454553551904768",NA,"Twitter for iPhone","sarikabaheti","0","FALSE","FALSE" +"820","820","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:57:10","FALSE",NA,"801454551790456832",NA,"Twitter for Android","Yashnkk","59","TRUE","FALSE" +"821","821","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:57:09","FALSE",NA,"801454549953191936",NA,"Twitter Web Client","ModiSupporter2","59","TRUE","FALSE" +"822","822","In Cash Crunch, RBI Chief Urjit Patel 'Missing' +#Demonetization miss fire in arranging new Currency by @RBI + https://t.co/yWvkj4s0aY","FALSE","0",NA,"2016-11-23 15:57:04","FALSE",NA,"801454527580815360",NA,"Twitter for iPad","mallemala12","0","FALSE","FALSE" +"823","823","If Meena Kumari was Tragedy Queen then Narendra Modi is surely Drama King. #Demonetization","FALSE","0",NA,"2016-11-23 15:56:37","FALSE",NA,"801454416914042880",NA,"Twitter for Android","GovernerOfIndia","0","FALSE","FALSE" +"824","824","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:55:52","FALSE",NA,"801454227495088128",NA,"Twitter for Android","prabin1206","59","TRUE","FALSE" +"825","825","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:55:49","FALSE",NA,"801454214387904512",NA,"Twitter for iPhone","mandeep2025","66","TRUE","FALSE" +"826","826","#Demonetization 21K Crore Deposited In #JanDhanAccount Most From Bengal, Karnataka. The reason for protests? - NDTV https://t.co/u65wQYS5zO","FALSE","0",NA,"2016-11-23 15:55:49","FALSE",NA,"801454212420804608",NA,"Twitter for Android","deeepakkher","1","FALSE","FALSE" +"827","827","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:55:40","FALSE",NA,"801454174911295488",NA,"Twitter for Android","KeshavKarn11","59","TRUE","FALSE" +"828","828","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 15:55:36","FALSE",NA,"801454159719383040",NA,"Twitter for Android","prakashbjp_","270","TRUE","FALSE" +"829","829","Political parties voicing their views on #Demonetization. Why is industry silent?@ficci_india @followassocham #DemonetizationNoEffect","FALSE","0",NA,"2016-11-23 15:55:26","FALSE",NA,"801454115985309696",NA,"Twitter for Android","gauravonnet","1","FALSE","FALSE" +"830","830","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:55:08","FALSE",NA,"801454043495211008",NA,"Mobile Web (M2)","AAPKA_RK","66","TRUE","FALSE" +"831","831","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 15:54:16","FALSE",NA,"801453824372129792",NA,"Twitter Web Client","iSirArnab","9","TRUE","FALSE" +"832","832","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 15:53:11","FALSE",NA,"801453551675289600",NA,"Twitter for Android","rahul124816","112","TRUE","FALSE" +"833","833","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 15:52:39","FALSE",NA,"801453415486210048",NA,"TweetCaster for Android","SSRK15","520","TRUE","FALSE" +"834","834","Listening to Zaka Jacob berating and trying to prove #demonetization is working. Ha! Laughable attempt.","FALSE","0",NA,"2016-11-23 15:52:25","FALSE",NA,"801453357990674432",NA,"Twitter for Android","arnav_d","0","FALSE","FALSE" +"835","835","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:52:20","FALSE",NA,"801453337065361408",NA,"Twitter for Android","jalalguha","41","TRUE","FALSE" +"836","836","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:52:14","FALSE",NA,"801453312880955392",NA,"Twitter for Android","mannadeb171","637","TRUE","FALSE" +"837","837","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:51:58","FALSE",NA,"801453245868580864",NA,"Mobile Web (M5)","srinjoygupta011","637","TRUE","FALSE" +"838","838","RT @TheOfficialSBI: As of today, 33000 thousand ATMs are functioning. - SBI Chairman, Smt. Arundhati Bhattacharya. #Demonetization","FALSE","0",NA,"2016-11-23 15:51:39","FALSE",NA,"801453166839508992",NA,"Twitter for iPhone","bharat2004","406","TRUE","FALSE" +"839","839","#Modi and #BJP ties with the underworld and Mafia exposed. +#Demonetization #Demonetisation https://t.co/AqJ0npFTIP","FALSE","0",NA,"2016-11-23 15:51:35","FALSE",NA,"801453150062444544",NA,"Google","mgkaka01","0","FALSE","FALSE" +"840","840","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:51:35","FALSE",NA,"801453148430700544",NA,"Twitter for Android","LodhAmar","66","TRUE","FALSE" +"841","841","After #demonetization even #beggars have become #smart follow @Dattaamit11Amit #travelblogger� https://t.co/B2DQG5YOyB","FALSE","0",NA,"2016-11-23 15:51:29","FALSE",NA,"801453122669445120",NA,"Put your button on any page! ","Dattaamit11Amit","0","FALSE","FALSE" +"842","842","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 15:51:19","FALSE",NA,"801453081556725760",NA,"Mobile Web (M5)","mrhindian","520","TRUE","FALSE" +"843","843","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 15:51:09","FALSE",NA,"801453039877926912",NA,"Twitter for Android","TwitTwats18","30","TRUE","FALSE" +"844","844","RT @sush091979: Look how TOI is misleading people & spreading false statement against #demonetization !! +Media and #oppositionXposed https:�","FALSE","0",NA,"2016-11-23 15:51:01","FALSE",NA,"801453004121632768",NA,"Twitter for Android","krishvm","203","TRUE","FALSE" +"845","845","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:50:41","FALSE",NA,"801452922403860480",NA,"Twitter for Windows","Keertysharma","21","TRUE","FALSE" +"846","846","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:50:30","FALSE",NA,"801452875616382976",NA,"Twitter for Android","archtomy","41","TRUE","FALSE" +"847","847","I guess this is the only guaranteed way to get cash these days! #demonetization #cash #ATM #Bengaluru https://t.co/m232xLLDgw","FALSE","0",NA,"2016-11-23 15:50:23","FALSE",NA,"801452845845200896",NA,"Twitter Web Client","KamnaDutt","0","FALSE","FALSE" +"848","848","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-23 15:50:15","FALSE",NA,"801452811326136320",NA,"Twitter for Android","silverlightgal","10","TRUE","FALSE" +"849","849","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:50:12","FALSE",NA,"801452798818865152",NA,"Twitter for Android","gopugoswami","59","TRUE","FALSE" +"850","850","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:50:08","FALSE",NA,"801452784746983424",NA,"Twitter for Android","mahendra3","41","TRUE","FALSE" +"851","851","Sir +People are still unaware of you dream India. +Kindly make them knew your vision @ #Demonetization","FALSE","0",NA,"2016-11-23 15:50:06","FALSE",NA,"801452775678869504",NA,"Mobile Web (M2)","NiteshSurana7","0","FALSE","FALSE" +"852","852","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:49:54","FALSE",NA,"801452726345342976",NA,"Twitter for Android","mgmnair","66","TRUE","FALSE" +"853","853","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-23 15:49:39","FALSE",NA,"801452663061680128",NA,"Twitter for Android","tanmya786t","237","TRUE","FALSE" +"854","854","RT @madhuhalkani: #arvindkejriwal #MamataBanerjee It is natural that the person who cries who looses most. + +#Demonetization","FALSE","0",NA,"2016-11-23 15:48:51","FALSE",NA,"801452460711653376",NA,"Twitter for Android","madhuhalkani","1","TRUE","FALSE" +"855","855","PUBLIC RESPONSE TO #SURGICALSTRIKE against #BLACKMONEY by @narendramodi +#Demonetization #Remonetization� https://t.co/hFMqvi7uTu","FALSE","0",NA,"2016-11-23 15:48:23","TRUE",NA,"801452343870918656",NA,"Twitter for Android","youdle","0","FALSE","FALSE" +"856","856","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:48:11","FALSE",NA,"801452293224706048",NA,"Twitter for Android","anunayiitb","21","TRUE","FALSE" +"857","857","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:48:00","FALSE",NA,"801452244910546944",NA,"Twitter for Android","rBalla_","66","TRUE","FALSE" +"858","858","Hitler finds out about #Demonetization . Read the subtitles. +https://t.co/lCungWPlyw","FALSE","0",NA,"2016-11-23 15:47:45","FALSE",NA,"801452185368350720",NA,"Twitter for Android","SilentBlah","0","FALSE","FALSE" +"859","859","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:47:40","FALSE",NA,"801452161833910272",NA,"Twitter for Android","bohravishal07","9","TRUE","FALSE" +"860","860","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:47:23","FALSE",NA,"801452093466877952",NA,"Twitter for Android","BhandariAdit","45","TRUE","FALSE" +"861","861","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:47:09","FALSE",NA,"801452031013634048",NA,"Twitter for Android","TasneemDeshmukh","66","TRUE","FALSE" +"862","862","RT @HPCL: HPCL GMO-SZ team assisting people at Chennai during #Demonetization (1/2) https://t.co/5JhrISUE8x","FALSE","0",NA,"2016-11-23 15:46:47","FALSE",NA,"801451941595410432",NA,"Twitter for Android","ShabbirAzam","1","TRUE","FALSE" +"863","863","#Demonetization Fallout � Future Cars Will Be Fitted With Digital Identity Tags https://t.co/pfETKd7jqD #autonews","FALSE","0",NA,"2016-11-23 15:46:38","FALSE",NA,"801451901287993344",NA,"Drivespark","drivespark","0","FALSE","FALSE" +"864","864","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:46:26","FALSE",NA,"801451852600459264",NA,"Twitter Web Client","HMOULI","59","TRUE","FALSE" +"865","865","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:46:22","FALSE",NA,"801451836070719488",NA,"Twitter for Android","Rashu4Change","66","TRUE","FALSE" +"866","866","#arvindkejriwal #MamataBanerjee It is natural that the person who cries who looses most. + +#Demonetization","FALSE","0",NA,"2016-11-23 15:46:17","FALSE",NA,"801451812767182848",NA,"Twitter for Android","madhuhalkani","1","FALSE","FALSE" +"867","867","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:46:04","FALSE",NA,"801451760149622784",NA,"Twitter for iPad","sush091979","59","TRUE","FALSE" +"868","868","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 15:45:52","FALSE",NA,"801451707964063744",NA,"Twitter for Windows Phone","soni200411","43","TRUE","FALSE" +"869","869","I'm from Rajasthan. Why no Camel and Daal-Baati ? #Demonetization https://t.co/fKEGxv1zJP","FALSE","1",NA,"2016-11-23 15:45:48","FALSE",NA,"801451694441672704",NA,"Twitter for iPhone","Love_4_India","0","FALSE","FALSE" +"870","870","RT @bi_india: .@airtelindia takes a bite of the governemnt big #demonetization pie, becomes first #paymentbank to go live + +https://t.co/gZv�","FALSE","0",NA,"2016-11-23 15:45:28","FALSE",NA,"801451610878554112",NA,"Twitter for iPhone","mojovaibho","2","TRUE","FALSE" +"871","871","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:45:21","FALSE",NA,"801451579509506048",NA,"Twitter for Android","Rohtakite","41","TRUE","FALSE" +"872","872","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:45:17","FALSE",NA,"801451561138487296",NA,"Twitter for Android","sanjay_ramteke_","66","TRUE","FALSE" +"873","873","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:44:48","FALSE",NA,"801451440673734656",NA,"Twitter for Android","ProudIndian66","66","TRUE","FALSE" +"874","874","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 15:44:41","FALSE",NA,"801451409858117632",NA,"Twitter for Android","dksmumbai","18","TRUE","FALSE" +"875","875","RT @pGurus1: #Demonetization Should India embrace e-Wallets? What is an e-Wallet? https://t.co/WFc02r8RaJ @surnell @MrsGandhi @upma23 @DrS�","FALSE","0",NA,"2016-11-23 15:44:11","FALSE",NA,"801451284058415104",NA,"Twitter for Android","VarshaThacker","9","TRUE","FALSE" +"876","876","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:44:06","FALSE",NA,"801451264949166080",NA,"Twitter Web Client","shobhitjiet","45","TRUE","FALSE" +"877","877","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-23 15:44:04","FALSE",NA,"801451255243472896",NA,"Twitter for Android","VarshaThacker","29","TRUE","FALSE" +"878","878","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 15:44:02","FALSE",NA,"801451248591507456",NA,"Twitter Web Client","Krishnam_2016","30","TRUE","FALSE" +"879","879","@sambitswaraj this channel @IndiaToday never does a balance debate by calling same no. Of pro/opposite spokesmen,anti BJP #DeMonetization","FALSE","1","sambitswaraj","2016-11-23 15:43:49","FALSE","801442689329741824","801451195130789888","1368737382","Twitter for Windows Phone","rajans0208","0","FALSE","FALSE" +"880","880","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 15:43:39","FALSE",NA,"801451151740715008",NA,"Twitter for Android","VarshaThacker","30","TRUE","FALSE" +"881","881","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:43:33","FALSE",NA,"801451128743399424",NA,"Twitter for Android","outthinker83","21","TRUE","FALSE" +"882","882","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:43:30","FALSE",NA,"801451112612016128",NA,"Twitter for Android","VarshaThacker","19","TRUE","FALSE" +"883","883","Results of Modi's survey on his promotional app r as expected. This's not #PMOpinionPoll Modi just wanted to test� https://t.co/73rpm3Yt5V","FALSE","0",NA,"2016-11-23 15:43:25","TRUE",NA,"801451095117570048",NA,"Twitter Web Client","GhayleNilesh","0","FALSE","FALSE" +"884","884","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 15:43:01","FALSE",NA,"801450992944365568",NA,"Twitter for iPhone","niroj_panda","16","TRUE","FALSE" +"885","885","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:42:42","FALSE",NA,"801450912711442432",NA,"Twitter for iPad","NalinDesai1","21","TRUE","FALSE" +"886","886","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:42:15","FALSE",NA,"801450799197028352",NA,"Twitter for Android","outthinker83","45","TRUE","FALSE" +"887","887","RT @sukanyaiyer2: #DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change but Mam�","FALSE","0",NA,"2016-11-23 15:41:44","FALSE",NA,"801450670897434624",NA,"Twitter for iPhone","rakeshcoelho","5","TRUE","FALSE" +"888","888","RT @DrGPradhan: No Flag Large Enough + +What do u mean @RanaAyyub ? Seems ur bundles are raddi now or a message? + +#demonetization https://t.c�","FALSE","0",NA,"2016-11-23 15:40:43","FALSE",NA,"801450415200071680",NA,"Twitter for iPhone","rrr23saini","317","TRUE","FALSE" +"889","889","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:40:42","FALSE",NA,"801450410443554816",NA,"Twitter for Android","skywalker8901","45","TRUE","FALSE" +"890","890","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:40:19","FALSE",NA,"801450310958841856",NA,"Twitter for Windows Phone","rajans0208","9","TRUE","FALSE" +"891","891","RT @RoflGandhi_: No issues with #demonetization, my maid's son exchanged money in just 15 mins, that too when she doesn't have a son and I�","FALSE","0",NA,"2016-11-23 15:40:14","FALSE",NA,"801450291522633728",NA,"Twitter for iPhone","rrr23saini","1010","TRUE","FALSE" +"892","892","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 15:40:00","FALSE",NA,"801450233825591296",NA,"Twitter for Windows Phone","sagarnaik4458","12","TRUE","FALSE" +"893","893","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:39:59","FALSE",NA,"801450227223777280",NA,"Twitter for Android","MohanJhaAAP","66","TRUE","FALSE" +"894","894","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-23 15:39:58","FALSE",NA,"801450225185353728",NA,"Twitter for Android","manoj_k90","897","TRUE","FALSE" +"895","895","RT @TarekFatah: ~ @ArvindKejriwal loses his temper at BBC reporter who questions AAP ldr's link between suicides & #demonetization. https:�","FALSE","0",NA,"2016-11-23 15:39:36","FALSE",NA,"801450132642365440",NA,"Twitter for iPhone","rrr23saini","305","TRUE","FALSE" +"896","896","RT @bhaiyyajispeaks: RT if you support #Demonetization and Favorite if you are against it!","FALSE","0",NA,"2016-11-23 15:39:06","FALSE",NA,"801450007798890496",NA,"Twitter for iPhone","rrr23saini","894","TRUE","FALSE" +"897","897","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:38:40","FALSE",NA,"801449898939817984",NA,"Twitter for Android","DonMufflerMan","66","TRUE","FALSE" +"898","898",".airtelindia takes a bite of the governemnt big #demonetization pie, becomes first #paymentbank to go live� https://t.co/rPoECLnwtM","FALSE","0",NA,"2016-11-23 15:38:40","FALSE",NA,"801449896549171200",NA,"IFTTT","perry_sharon_","0","FALSE","FALSE" +"899","899","RT @Hemant_80: Did you vote on #Demonetization on Modi survey app?","FALSE","0",NA,"2016-11-23 15:38:11","FALSE",NA,"801449775669227520",NA,"Twitter for iPhone","hallagullaboy","66","TRUE","FALSE" +"900","900","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 15:37:43","FALSE",NA,"801449659600224256",NA,"Twitter for Android","iarunmani","9","TRUE","FALSE" +"901","901","Please read this thread. It might be possible � #Demonetization https://t.co/Gy6fqAY4hu","FALSE","0",NA,"2016-11-23 15:37:38","FALSE",NA,"801449637433356288",NA,"Twitter for iPhone","Love_4_India","0","FALSE","FALSE" +"902","902","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:37:35","FALSE",NA,"801449625504935936",NA,"Twitter for Android","RightArmOver_","45","TRUE","FALSE" +"903","903","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:37:34","FALSE",NA,"801449622786949120",NA,"Twitter for Windows Phone","pankajchandak","19","TRUE","FALSE" +"904","904","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:37:33","FALSE",NA,"801449615836860416",NA,"Twitter for Android","sbajpai2806","19","TRUE","FALSE" +"905","905","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:37:21","FALSE",NA,"801449564477603840",NA,"Twitter for iPad","FastNewsDelhi","41","TRUE","FALSE" +"906","906","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:37:13","FALSE",NA,"801449533909520384",NA,"Twitter for iPhone","ramusha1983","41","TRUE","FALSE" +"907","907","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:37:05","FALSE",NA,"801449500061503488",NA,"Twitter for Android","prashantdeokar","41","TRUE","FALSE" +"908","908","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:36:59","FALSE",NA,"801449474124120064",NA,"Twitter for Android","srisriyash1","19","TRUE","FALSE" +"909","909","RT @Demo_Kaisi: There is pain. There is suffering - Inflicted by #demonetization. +Time to show gratitude, empathy; not to be dismissive.� +I�","FALSE","0",NA,"2016-11-23 15:36:36","FALSE",NA,"801449376837091328",NA,"Twitter for Android","dkg6507","1","TRUE","FALSE" +"910","910","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:36:24","FALSE",NA,"801449328296366080",NA,"Twitter for Android","BansaNirmal","41","TRUE","FALSE" +"911","911","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:36:02","FALSE",NA,"801449235518365696",NA,"Twitter for Android","sobandevarajan","21","TRUE","FALSE" +"912","912","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 15:36:01","FALSE",NA,"801449232678944768",NA,"Twitter for Android","shekharrathore","19","TRUE","FALSE" +"913","913","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 15:35:49","FALSE",NA,"801449181428609024",NA,"Twitter for Android","GaneshSharnagat","954","TRUE","FALSE" +"914","914","#Demonetization: Teen commits suicide in India after failing to withdraw cash for exam fees. + +#NoCash #IndiaSuffers +https://t.co/waOGIZja0v","FALSE","0",NA,"2016-11-23 15:35:48","FALSE",NA,"801449175124623360",NA,"Twitter for Android","rakeshgadde","0","FALSE","FALSE" +"915","915","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 15:35:20","FALSE",NA,"801449057138933760",NA,"Twitter for Android","shivenduks","36","TRUE","FALSE" +"916","916","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:34:57","FALSE",NA,"801448963681513472",NA,"Twitter for Android","hanamantaasangi","45","TRUE","FALSE" +"917","917","RT @MohanRamadurai: They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberately�","FALSE","0",NA,"2016-11-23 15:34:50","FALSE",NA,"801448935013294080",NA,"Twitter Web Client","venatarajan","5","TRUE","FALSE" +"918","918","It's neither Mr. Modi nor public who made #demonetization hot, thanks to few hands full of Netas who made it grand success. #IndiaWithModi","FALSE","0",NA,"2016-11-23 15:34:39","FALSE",NA,"801448887877779456",NA,"Twitter for Android","yadavrs999","0","FALSE","FALSE" +"919","919","Almost 95% positive towards #demonetization... + C vote and PM App...","FALSE","0",NA,"2016-11-23 15:34:11","FALSE",NA,"801448768805732352",NA,"Twitter for Android","Mallesh2genius","0","FALSE","FALSE" +"920","920","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:34:10","FALSE",NA,"801448765521592320",NA,"Twitter for Android","SamWit_Wicky","19","TRUE","FALSE" +"921","921","The objective of #Demonetization will not be achieved unless government monitors and probes deposits made into Jan Dhan accounts.","FALSE","0",NA,"2016-11-23 15:34:02","FALSE",NA,"801448732847808512",NA,"Twitter for iPhone","BadAssButtman","0","FALSE","FALSE" +"922","922","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:33:53","FALSE",NA,"801448693391994880",NA,"Twitter for Android","naik_raish","45","TRUE","FALSE" +"923","923","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 15:33:51","FALSE",NA,"801448685355704320",NA,"Twitter for Android","manoj_k90","275","TRUE","FALSE" +"924","924","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 15:33:39","FALSE",NA,"801448635082752000",NA,"Twitter for Android","manoj_k90","270","TRUE","FALSE" +"925","925","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:33:27","FALSE",NA,"801448586928095232",NA,"Twitter for Android","RaghuramanMenon","19","TRUE","FALSE" +"926","926","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:33:14","FALSE",NA,"801448528652300288",NA,"Twitter for Android","Olgort","19","TRUE","FALSE" +"927","927","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:33:00","FALSE",NA,"801448471337181184",NA,"Twitter Web Client","not_that_techie","45","TRUE","FALSE" +"928","928","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:32:48","FALSE",NA,"801448422599311360",NA,"Mobile Web (M5)","RockingMulga","45","TRUE","FALSE" +"929","929","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:32:43","FALSE",NA,"801448402026434560",NA,"Twitter for Android","cccphunter40001","41","TRUE","FALSE" +"930","930","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:32:38","FALSE",NA,"801448380849410048",NA,"Twitter for iPhone","ranchor10","9","TRUE","FALSE" +"931","931","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:32:32","FALSE",NA,"801448354123169792",NA,"Twitter Web Client","bsr3012","41","TRUE","FALSE" +"932","932","Terrorists use Bitcoin, demonetisation won't impact them: Digvijaya + +#Bitcoin, #Demonetization, #India,... https://t.co/qgS31BznKC","FALSE","0",NA,"2016-11-23 15:32:21","FALSE",NA,"801448308573110272",NA,"Facebook","NetiCinema","0","FALSE","FALSE" +"933","933","RT @mocreighton: Waiting in line is only one way poor people will be hurt by #Demonetization. To know full impact we need to answers to man�","FALSE","0",NA,"2016-11-23 15:32:15","FALSE",NA,"801448283587493888",NA,"Twitter for Android","NoSylviaPlath","1","TRUE","FALSE" +"934","934","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:32:09","FALSE",NA,"801448257540919296",NA,"Twitter for iPhone","tnmukundan","19","TRUE","FALSE" +"935","935","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:31:59","FALSE",NA,"801448217426751488",NA,"Twitter for Android","RightWingDoctor","21","TRUE","FALSE" +"936","936","RT @pGurus1: #Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t�","FALSE","0",NA,"2016-11-23 15:31:53","FALSE",NA,"801448192290136064",NA,"Twitter Web Client","VinayakH2016","19","TRUE","FALSE" +"937","937","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:31:48","FALSE",NA,"801448170571993088",NA,"Twitter for Android","manoj_k90","637","TRUE","FALSE" +"938","938","15th days & main headlines still on #Demonetization. Other serious issues inc. the Pak army crossfire being neglected. Not good for country.","FALSE","0",NA,"2016-11-23 15:31:46","FALSE",NA,"801448161378181120",NA,"Twitter for Android","jos_varun","0","FALSE","FALSE" +"939","939","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 15:31:33","FALSE",NA,"801448107888156672",NA,"Twitter for Android","manoj_k90","191","TRUE","FALSE" +"940","940","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:31:09","FALSE",NA,"801448005219946496",NA,"Mobile Web (M5)","prashantt_21","637","TRUE","FALSE" +"941","941","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 15:31:02","FALSE",NA,"801447975876575232",NA,"Twitter for Android","avinash_mailme","120","TRUE","FALSE" +"942","942","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:30:56","FALSE",NA,"801447951864209408",NA,"Twitter for Android","harshadspatel9","637","TRUE","FALSE" +"943","943","Did you vote on #Demonetization on Modi survey app?","FALSE","22",NA,"2016-11-23 15:30:53","FALSE",NA,"801447940032229376",NA,"Twitter for Android","Hemant_80","66","FALSE","FALSE" +"944","944","@11AshokaRoad @sadhavi Unfortunately for Pessimists like ""BJP Insider"" #Demonetization is becoming Success .","FALSE","0","11AshokaRoad","2016-11-23 15:30:41","FALSE","801027728044503040","801447889897750528","2878094030","Twitter Web Client","nkura52","0","FALSE","FALSE" +"945","945","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 15:30:39","FALSE",NA,"801447879973838848",NA,"Twitter for Android","DesiHerald","217","TRUE","FALSE" +"946","946","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:30:17","FALSE",NA,"801447789842591744",NA,"Twitter for iPad","v_vr","637","TRUE","FALSE" +"947","947","#Demonetization move of Modi; Who is supporting it, who is opposing it and why? A complete coverage of all parties - https://t.co/y9HdyeM9wv","FALSE","22",NA,"2016-11-23 15:30:17","FALSE",NA,"801447786172583936",NA,"Hootsuite","pGurus1","19","FALSE","FALSE" +"948","948","#demonetization is Vishwasghaat/BreachOfTrust/Cheating, where the words of RBI governor on a 500/1000 note now worth rubbish.","FALSE","0",NA,"2016-11-23 15:30:09","FALSE",NA,"801447753536577536",NA,"Twitter for Android","ZeHarpreet","0","FALSE","FALSE" +"949","949","RT @MohanRamadurai: They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberately�","FALSE","0",NA,"2016-11-23 15:30:04","FALSE",NA,"801447733026439168",NA,"Twitter for Android","Chanakya26","5","TRUE","FALSE" +"950","950","RT @blogadda: Here's a round-up of what the #bloggers blogged about #demonetization. Read it in Buzzing Blogosphere below- +https://t.co/k3�","FALSE","0",NA,"2016-11-23 15:30:04","FALSE",NA,"801447732502069248",NA,"InteractWithBrands1","myscribblings","1","TRUE","FALSE" +"951","951","Here's a round-up of what the #bloggers blogged about #demonetization. Read it in Buzzing Blogosphere below- +https://t.co/k3A4oV64cW","FALSE","0",NA,"2016-11-23 15:30:02","FALSE",NA,"801447725958955008",NA,"TweetDeck","blogadda","1","FALSE","FALSE" +"952","952","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:30:01","FALSE",NA,"801447720296714240",NA,"Twitter for Android","kapoorashok25","59","TRUE","FALSE" +"953","953","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:30:00","FALSE",NA,"801447717260185600",NA,"Twitter for Android","d889e9b8440f4db","9","TRUE","FALSE" +"954","954","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:29:45","FALSE",NA,"801447655729569792",NA,"Twitter for Android","rohitagarwal86","21","TRUE","FALSE" +"955","955","After pushing people into a new sport of chasing ATMs & Banks they chose to play a different sport #demonetization https://t.co/SPmD1lNLf8","FALSE","0",NA,"2016-11-23 15:29:44","FALSE",NA,"801447650314698752",NA,"Twitter for iPhone","dominickerala","0","FALSE","FALSE" +"956","956","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:29:33","FALSE",NA,"801447604940849152",NA,"Twitter for Android","iOmkumar","45","TRUE","FALSE" +"957","957","RT @ZERCHapp: Zerch | Blog: How we leveraged the power of location-aware techn... https://t.co/OqxUcLzY3e #Demonetization #IndiaFightsBlack�","FALSE","0",NA,"2016-11-23 15:29:33","FALSE",NA,"801447602562551808",NA,"Twitter for iPhone","deepak_mvs","1","TRUE","FALSE" +"958","958","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:29:19","FALSE",NA,"801447543020220416",NA,"Twitter for Windows","patriotbharati","21","TRUE","FALSE" +"959","959","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:28:44","FALSE",NA,"801447396983062528",NA,"Twitter for Android","AtishhR","59","TRUE","FALSE" +"960","960","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:28:35","FALSE",NA,"801447358311624704",NA,"Twitter for Android","ashakantasharma","21","TRUE","FALSE" +"961","961","RT @Jal_Kukdi: Pathetic journalism � when media thought you can get STDs from ATMs. Another attempt to malign #Demonetization +https://t.co/�","FALSE","0",NA,"2016-11-23 15:28:27","FALSE",NA,"801447328229928960",NA,"Twitter for iPhone","bharat2004","79","TRUE","FALSE" +"962","962","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:28:18","FALSE",NA,"801447287150870528",NA,"Twitter for iPhone","_natasha_999","59","TRUE","FALSE" +"963","963","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-23 15:27:42","FALSE",NA,"801447136470528000",NA,"Twitter for iPhone","bharat2004","305","TRUE","FALSE" +"964","964","Do you think Narendra Modi's #Demonetization will serve its intended purpose ? https://t.co/SePbGzeB6S","FALSE","0",NA,"2016-11-23 15:27:39","FALSE",NA,"801447126253400064",NA,"Facebook","IndianNerve","0","FALSE","FALSE" +"965","965","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-23 15:27:17","FALSE",NA,"801447032770527232",NA,"Twitter for iPhone","bharat2004","260","TRUE","FALSE" +"966","966","RT @kanimozhi: Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi bandwagon ti�","FALSE","0",NA,"2016-11-23 15:27:17","FALSE",NA,"801447032388915200",NA,"Twitter for Android","VidyaranyaKs","41","TRUE","FALSE" +"967","967","Indirect way of losing job, due to #demonetization :-) https://t.co/iYEsDI0JI8","FALSE","0",NA,"2016-11-23 15:27:17","FALSE",NA,"801447032208527360",NA,"Twitter Web Client","rags_asgi","0","FALSE","FALSE" +"968","968","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 15:27:16","FALSE",NA,"801447028270080000",NA,"Twitter for iPhone","ManishSahgal","9","TRUE","FALSE" +"969","969","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:26:43","FALSE",NA,"801446891410124800",NA,"Twitter for Android","chikchirp","21","TRUE","FALSE" +"970","970","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 15:26:39","FALSE",NA,"801446875220033536",NA,"Twitter for Android","jagdishmitra00","275","TRUE","FALSE" +"971","971",".@airtelindia takes a bite of the governemnt big #demonetization pie, becomes first #paymentbank to go live� https://t.co/p8u04348Vp","FALSE","0",NA,"2016-11-23 15:26:25","TRUE",NA,"801446813345595392",NA,"Twitter Web Client","bi_india","2","FALSE","FALSE" +"972","972","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:26:22","FALSE",NA,"801446801119342592",NA,"Twitter for iPhone","pushpee_26","21","TRUE","FALSE" +"973","973","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:25:49","FALSE",NA,"801446664376557568",NA,"Twitter for Android","indu1685","637","TRUE","FALSE" +"974","974","Ts is exactly what Pappu & opposition has done to themselves by opposing #Demonetization Now none can stop Modi ban� https://t.co/w8UQ81U7Zd","FALSE","52",NA,"2016-11-23 15:25:48","TRUE",NA,"801446659716694016",NA,"Twitter Web Client","kanimozhi","41","FALSE","FALSE" +"975","975","RT @centerofright: Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/�","FALSE","0",NA,"2016-11-23 15:25:43","FALSE",NA,"801446638212378624",NA,"Twitter for Android","Manish23mishra","21","TRUE","FALSE" +"976","976","Waiting in line is only one way poor people will be hurt by #Demonetization. To know full impact we need to answers to many questions: 2/","FALSE","1","mocreighton","2016-11-23 15:25:39","FALSE","801446448327901184","801446621921689600","48819107","Twitter Web Client","mocreighton","1","FALSE","FALSE" +"977","977","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 15:24:59","FALSE",NA,"801446456204738560",NA,"Twitter Web Client","cmpdil","105","TRUE","FALSE" +"978","978","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:24:39","FALSE",NA,"801446370972299264",NA,"Twitter for Android","ramanpran","45","TRUE","FALSE" +"979","979","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 15:24:39","FALSE",NA,"801446370515238912",NA,"Twitter for Android","sabnis_atmaram","24","TRUE","FALSE" +"980","980","MamataOfficial After #Demonetization max amount was deposited in #JanDhanAccount in WB. What is the matter? How u brought so much prosperity","FALSE","0",NA,"2016-11-23 15:24:36","FALSE",NA,"801446358326489088",NA,"Twitter for Android","arvind_69","1","FALSE","FALSE" +"981","981","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 15:24:26","FALSE",NA,"801446315787886592",NA,"Twitter for iPad","zakighaswala","45","TRUE","FALSE" +"982","982","RT @digitindia: #PM asks for opinion on #demonetization via official #NarendraModi app +https://t.co/mjaSbJ2Dp1 https://t.co/0izCEQsmld","FALSE","0",NA,"2016-11-23 15:24:21","FALSE",NA,"801446293725999104",NA,"Twitter for Android","sididude","2","TRUE","FALSE" +"983","983","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:23:45","FALSE",NA,"801446143582294016",NA,"Twitter for Android","sainath_kits","45","TRUE","FALSE" +"984","984","Interesting results from @narendramodi APP poll on #DeMonetization - It is still open , Please participate https://t.co/PYA98e10AY","FALSE","15",NA,"2016-11-23 15:23:36","FALSE",NA,"801446105443495936",NA,"Twitter for iPhone","centerofright","21","FALSE","FALSE" +"985","985","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 15:22:56","FALSE",NA,"801445937897828352",NA,"Twitter for Android","cpimlliberation","45","TRUE","FALSE" +"986","986","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:22:45","FALSE",NA,"801445892758839296",NA,"Twitter for Android","thrills_cheap","45","TRUE","FALSE" +"987","987","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:22:40","FALSE",NA,"801445869631324160",NA,"Twitter for Android","RealBombayite","637","TRUE","FALSE" +"988","988","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:22:24","FALSE",NA,"801445804493783040",NA,"Twitter for Android","shailes03924141","59","TRUE","FALSE" +"989","989","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:22:07","FALSE",NA,"801445731068280832",NA,"Twitter for Android","_Manish_Pal","59","TRUE","FALSE" +"990","990","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:21:51","FALSE",NA,"801445666140536832",NA,"Twitter for Android","DebDip00","59","TRUE","FALSE" +"991","991","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:21:03","FALSE",NA,"801445464855875584",NA,"Twitter for Android","vishnu321751","9","TRUE","FALSE" +"992","992","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:20:23","FALSE",NA,"801445297163374592",NA,"Twitter for Android","hitler_baba","45","TRUE","FALSE" +"993","993","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 15:20:17","FALSE",NA,"801445271586697216",NA,"Mobile Web (M2)","aryavaani404","19","TRUE","FALSE" +"994","994","RT @sukanyaiyer2: #DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change but Mam�","FALSE","0",NA,"2016-11-23 15:19:46","FALSE",NA,"801445141219311616",NA,"Twitter for Android","arunk5feb","5","TRUE","FALSE" +"995","995","RT @sukanyaiyer2: #DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change but Mam�","FALSE","0",NA,"2016-11-23 15:19:23","FALSE",NA,"801445045173895168",NA,"Twitter for Android","BJP_ITCELL_Maha","5","TRUE","FALSE" +"996","996","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:18:53","FALSE",NA,"801444920728768512",NA,"Twitter for Android","saahilrathi21","45","TRUE","FALSE" +"997","997","Bet she has a hand in this! :) ;)#DeMonetisation #demonetization https://t.co/Dx1PNR0QoR","FALSE","0",NA,"2016-11-23 15:18:53","FALSE",NA,"801444919353085952",NA,"TweetDeck","MensRightsFF","2","FALSE","FALSE" +"998","998","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 15:18:49","FALSE",NA,"801444900696797184",NA,"Twitter for iPhone","GopalSachdeva1","331","TRUE","FALSE" +"999","999","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:18:28","FALSE",NA,"801444813811814400",NA,"Twitter for Android","NotRajnikant","45","TRUE","FALSE" +"1000","1000","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:18:17","FALSE",NA,"801444769855479808",NA,"Twitter for Android","Intolrance2016","59","TRUE","FALSE" +"1001","1001","@GovernerOfIndia Mug of water from ocean is representative of the ocean. #demonetization .","FALSE","0","GovernerOfIndia","2016-11-23 15:18:03","FALSE","801443031467470848","801444709516226560","2517023024","Twitter for Android","arvind_69","0","FALSE","FALSE" +"1002","1002","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:18:00","FALSE",NA,"801444698221084672",NA,"Twitter for Android","ISHWARLALSAHU4","9","TRUE","FALSE" +"1003","1003","RT @sukanyaiyer2: #DeMonetization AAP protests by marching Against Govts move over DeMonetization & he is also detained as he Tried 2 March�","FALSE","0",NA,"2016-11-23 15:17:48","FALSE",NA,"801444648468316160",NA,"Twitter for Android","PKotekar","2","TRUE","FALSE" +"1004","1004","We are with you prime minister sir in fact whole country is with you.jai hind #Demonetization","FALSE","0",NA,"2016-11-23 15:17:39","FALSE",NA,"801444606940508160",NA,"Twitter for Android","anandmukhia","0","FALSE","FALSE" +"1005","1005","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 15:17:36","FALSE",NA,"801444597075300352",NA,"Twitter for iPhone","Optimist_Chic","30","TRUE","FALSE" +"1006","1006","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:17:18","FALSE",NA,"801444520281812992",NA,"Twitter for Android","AAOLion","59","TRUE","FALSE" +"1007","1007","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:16:46","FALSE",NA,"801444386118610944",NA,"Twitter for Android","RigvedN","637","TRUE","FALSE" +"1008","1008","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 15:16:46","FALSE",NA,"801444385879506944",NA,"Twitter for Windows Phone","subh851","112","TRUE","FALSE" +"1009","1009","RT @pinaki_dasgupta: Interesting!!! But not a surprise I guess! Need to check data in retrospection i guess! #Demonetization #BlackMoney ht�","FALSE","0",NA,"2016-11-23 15:16:01","FALSE",NA,"801444197349748736",NA,"Twitter for Android","twit2abhi","1","TRUE","FALSE" +"1010","1010","#cashlessindia effect of #demonetization this is indeed a smart move !!! https://t.co/sE629z8jQ8","FALSE","0",NA,"2016-11-23 15:15:14","FALSE",NA,"801444000301535232",NA,"Instagram","shane_shafi","0","FALSE","FALSE" +"1011","1011","When Airtel deducts ur Rs.30 u go mad at them! + +Kejri & Mamta has lost thousands of crores and u want then to keep calm? +#Demonetization","FALSE","5",NA,"2016-11-23 15:14:33","FALSE",NA,"801443830239268864",NA,"Twitter Web Client","gandhirashmi81","1","FALSE","FALSE" +"1012","1012","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 15:14:30","FALSE",NA,"801443814309138432",NA,"Twitter for Android","ind_52","275","TRUE","FALSE" +"1013","1013","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:14:20","FALSE",NA,"801443774958186496",NA,"Twitter for Android","SansGhee","637","TRUE","FALSE" +"1014","1014","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:14:04","FALSE",NA,"801443705617924096",NA,"Twitter for iPhone","CoffeePenCamera","45","TRUE","FALSE" +"1015","1015","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:13:59","FALSE",NA,"801443686773039104",NA,"Twitter for Android","AdvancedMaushi","45","TRUE","FALSE" +"1016","1016","I wonder why any politician not making any noise against #Demonetization in southern India!","FALSE","0",NA,"2016-11-23 15:13:30","FALSE",NA,"801443564718682112",NA,"Twitter for Android","basavarajubv","0","FALSE","FALSE" +"1017","1017","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 15:12:57","FALSE",NA,"801443426302562304",NA,"Mobile Web (M5)","kunal_vaidya","7","TRUE","FALSE" +"1018","1018","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:12:11","FALSE",NA,"801443231275749376",NA,"Twitter Web Client","KejuBlackmailer","45","TRUE","FALSE" +"1019","1019","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:11:58","FALSE",NA,"801443178763034624",NA,"Twitter for Android","NZSuresh","59","TRUE","FALSE" +"1020","1020","RT @ItzCash: @suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.c�","FALSE","0",NA,"2016-11-23 15:11:57","FALSE",NA,"801443175147696128",NA,"Twitter for Android","iMrChandan","5","TRUE","FALSE" +"1021","1021","RT @Meena_ETVnews: Today's #DeshKiBaat Debate Panelist on #Demonetization +Watch tonight @9:30pm +All Etv Hindi Channels. https://t.co/umYsL�","FALSE","0",NA,"2016-11-23 15:11:54","FALSE",NA,"801443163097268224",NA,"Twitter for Android","suri515","2","TRUE","FALSE" +"1022","1022","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 15:11:44","FALSE",NA,"801443119413731328",NA,"Twitter for Android","drzasiddiqui","120","TRUE","FALSE" +"1023","1023","RT @sambitswaraj: On @IndiaToday at 9pm #DeMonetization","FALSE","0",NA,"2016-11-23 15:11:43","FALSE",NA,"801443116293246976",NA,"Mobile Web (M5)","MAYURKBARAI5","9","TRUE","FALSE" +"1024","1024","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:11:40","FALSE",NA,"801443102963605504",NA,"Twitter for Android","Tigervaishnav","45","TRUE","FALSE" +"1025","1025","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:11:26","FALSE",NA,"801443045350772736",NA,"Twitter for Android","bhubana_nanda","45","TRUE","FALSE" +"1026","1026","5,00,000 people supported Modi Ji's idea. It's like taking a mug out of ocean of 130 billion. #Demonetization","FALSE","0",NA,"2016-11-23 15:11:23","FALSE",NA,"801443031467470848",NA,"Twitter for Android","GovernerOfIndia","0","FALSE","FALSE" +"1027","1027","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:10:47","FALSE",NA,"801442879566557184",NA,"Twitter Web Client","harrygoswami95","45","TRUE","FALSE" +"1028","1028","RT @MaheshJagga: After #Demonetization, Centre to bring in a Mental Bankruptcy bill in Parliament: Sources +#__ https://t.co/5dcRET�","FALSE","0",NA,"2016-11-23 15:10:23","FALSE",NA,"801442777938673664",NA,"Twitter for Android","avinash_mailme","5","TRUE","FALSE" +"1029","1029","Open message of #Indian #Child to Prime Minister #Modi +@NarendraModi #Demonetization #Demonetisation https://t.co/Xkf8IJNoUC","FALSE","0",NA,"2016-11-23 15:10:18","FALSE",NA,"801442759274012672",NA,"Google","mgkaka01","0","FALSE","FALSE" +"1030","1030","On @IndiaToday at 9pm #DeMonetization","FALSE","90",NA,"2016-11-23 15:10:01","FALSE",NA,"801442689329741824",NA,"Twitter for iPhone","sambitswaraj","9","FALSE","FALSE" +"1031","1031","I have also conducted one survey on ""My Son"" App wherein my family have to vote for me. I got 95% in a sample size of 2. #Demonetization","FALSE","0",NA,"2016-11-23 15:09:54","FALSE",NA,"801442659088764928",NA,"Twitter for Android","GovernerOfIndia","0","FALSE","FALSE" +"1032","1032","RT @MohanRamadurai: They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberately�","FALSE","0",NA,"2016-11-23 15:09:50","FALSE",NA,"801442640273117184",NA,"Twitter Web Client","royprateek2010","5","TRUE","FALSE" +"1033","1033","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:09:49","FALSE",NA,"801442635315453952",NA,"Twitter for Android","singh_dharam","637","TRUE","FALSE" +"1034","1034","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:09:34","FALSE",NA,"801442572681940992",NA,"Twitter for Android","Champ_Nikk","45","TRUE","FALSE" +"1035","1035","RT @dna: Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious https://t.co/yqe4ZrMEMz htt�","FALSE","0",NA,"2016-11-23 15:09:27","FALSE",NA,"801442543552622592",NA,"Twitter for Android","NeerajDhaked","2","TRUE","FALSE" +"1036","1036","Lets not support this 'Bharath Bandh' called by anti nationals. +#Demonetization #iSupportModi https://t.co/USXj2Q1g5y","FALSE","3",NA,"2016-11-23 15:09:12","FALSE",NA,"801442482085122048",NA,"Facebook","suryabdal","0","FALSE","FALSE" +"1037","1037","@quizderek @MamataOfficial stop ur childsh acts.Indians supprt modi 4 #demonetization . u may b havin blak money dats y opposng policy.","FALSE","0","quizderek","2016-11-23 15:08:51","FALSE","801264483704242176","801442393060995072","120965579","Twitter for Android","adv_paresh90","0","FALSE","FALSE" +"1038","1038","@ChandrusWeb true they're helping #demonetization","FALSE","0","ChandrusWeb","2016-11-23 15:08:28","FALSE","801442102756282368","801442298546376704","14048734","Twitter for Android","NoSylviaPlath","0","FALSE","FALSE" +"1039","1039","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 15:08:21","FALSE",NA,"801442267038908416",NA,"Twitter for Android","RAHULKANDWAR","132","TRUE","FALSE" +"1040","1040","RT @MaheshJagga: After #Demonetization, Centre to bring in a Mental Bankruptcy bill in Parliament: Sources +#__ https://t.co/5dcRET�","FALSE","0",NA,"2016-11-23 15:08:17","FALSE",NA,"801442249527717888",NA,"Twitter for Android","InnovativeHindu","5","TRUE","FALSE" +"1041","1041","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:08:12","FALSE",NA,"801442228795117568",NA,"Twitter for Android","bhawana_pal","59","TRUE","FALSE" +"1042","1042","RT @MaheshJagga: After #Demonetization, Centre to bring in a Mental Bankruptcy bill in Parliament: Sources +#__ https://t.co/5dcRET�","FALSE","0",NA,"2016-11-23 15:08:11","FALSE",NA,"801442225607602176",NA,"Twitter for Android","criminalsi66","5","TRUE","FALSE" +"1043","1043","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:08:04","FALSE",NA,"801442196498976768",NA,"Twitter for Windows Phone","vanshnarayan","45","TRUE","FALSE" +"1044","1044","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 15:08:01","FALSE",NA,"801442183748472832",NA,"Twitter for iPhone","seemaa_bhatia","637","TRUE","FALSE" +"1045","1045","Over 93% support #demonetization , PM Modi thanks people for 'historic participation'. +@narendramodi ji ki jay ho! https://t.co/Wv8er6wDw3","FALSE","0",NA,"2016-11-23 15:07:50","FALSE",NA,"801442137619374080",NA,"Twitter Web Client","Hasib_Tubelight","0","FALSE","FALSE" +"1046","1046","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:07:43","FALSE",NA,"801442107894284288",NA,"Twitter for Android","IamGauravkake","45","TRUE","FALSE" +"1047","1047","#RakhiSawant Support #demonetization of #Currency By #PMModi + +VIDEOhttps://t.co/n7kvc1wsCy + +#Rs500andRs1000� https://t.co/QppW7g17So","FALSE","3",NA,"2016-11-23 15:06:50","TRUE",NA,"801441888133730304",NA,"Twitter Web Client","Bollywood_Stuff","1","FALSE","FALSE" +"1048","1048","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 15:06:28","FALSE",NA,"801441793996832768",NA,"Mobile Web (M5)","lava_agarwal","30","TRUE","FALSE" +"1049","1049","MODIG harming his popularity reputation by working under directions of FM who hell bent on destruction of MODIG in full by #demonetization","FALSE","0",NA,"2016-11-23 15:06:02","FALSE",NA,"801441684659863552",NA,"Twitter Web Client","dabangghindu","0","FALSE","FALSE" +"1050","1050","Trump - Polls are rigged! +Modi - I know..hence I make my own! +Prepare for some jaw dropping one-upmanship in next few years +#Demonetization","FALSE","0",NA,"2016-11-23 15:05:29","FALSE",NA,"801441546654494720",NA,"Twitter for Android","ayushrai89","0","FALSE","FALSE" +"1051","1051","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-23 15:05:21","FALSE",NA,"801441515058786304",NA,"Twitter for Android","maharajkoul","10","TRUE","FALSE" +"1052","1052","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 15:05:19","FALSE",NA,"801441505336496128",NA,"Twitter for Android","kiisaan","275","TRUE","FALSE" +"1053","1053","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:04:52","FALSE",NA,"801441390282608640",NA,"Twitter for iPhone","upma62","59","TRUE","FALSE" +"1054","1054","#Demonetization +All colors agree in darkness.-Francis Bacon https://t.co/YNc2EXvuzc","FALSE","0",NA,"2016-11-23 15:04:51","FALSE",NA,"801441387770060800",NA,"Twitter for Android","navalrampandit","0","FALSE","FALSE" +"1055","1055","RT @MaheshJagga: After #Demonetization, Centre to bring in a Mental Bankruptcy bill in Parliament: Sources +#__ https://t.co/5dcRET�","FALSE","0",NA,"2016-11-23 15:04:39","FALSE",NA,"801441337879003136",NA,"Twitter for Android","UtpalKSharma","5","TRUE","FALSE" +"1056","1056","Now most ladies will have to change their bra sizes from 34B to 38D to accommodate 100 Rs. Notes... :-p ;-) :D +#Demonetization","FALSE","0",NA,"2016-11-23 15:04:28","FALSE",NA,"801441290596601856",NA,"Facebook","developeranish","0","FALSE","FALSE" +"1057","1057","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 15:04:15","FALSE",NA,"801441237408489472",NA,"Twitter for Android","jkg59","43","TRUE","FALSE" +"1058","1058","RT @BWBusinessworld: A Round Table on ""Long & Short Term Impact of #Demonetization on Indian Economy & GDP"" organized by @BWBusinessworld @�","FALSE","0",NA,"2016-11-23 15:04:05","FALSE",NA,"801441193246625792",NA,"Twitter for iPhone","anuragbatrayo","1","TRUE","FALSE" +"1059","1059","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:04:01","FALSE",NA,"801441177891315712",NA,"Twitter for Android","deepakrwagh2002","59","TRUE","FALSE" +"1060","1060","RT @BWBusinessworld: ""Tax Compliance is a big issue"" - @surjitbhalla at the Round Table on ""Long & Short Term Impact of #Demonetization on�","FALSE","0",NA,"2016-11-23 15:04:01","FALSE",NA,"801441177576669184",NA,"Twitter for iPhone","anuragbatrayo","1","TRUE","FALSE" +"1061","1061","RT @c_assisi: On #demonetization, I know nothing. My confession on @livemint & @MintOnSunday #SocialMedia #EchoChamber #India https://t.co/�","FALSE","0",NA,"2016-11-23 15:03:48","FALSE",NA,"801441124267147264",NA,"Twitter for Android","Rajadappa","21","TRUE","FALSE" +"1062","1062","#BreakingNews #Demonetization +Dear friends, +IRRESPONSIBLE Mamatha Banerjee is planing for BHARATH BANDH on... https://t.co/bBqbVv4Qzg","FALSE","0",NA,"2016-11-23 15:03:46","FALSE",NA,"801441116709122048",NA,"Facebook","INDCitizens","0","FALSE","FALSE" +"1063","1063","Not fair at all seems #Demonetization wave have claimed the rest https://t.co/LTte1l2Png","FALSE","1",NA,"2016-11-23 15:03:26","FALSE",NA,"801441031925497856",NA,"Twitter for Android","polysmind","0","FALSE","FALSE" +"1064","1064","After #Demonetization, Centre to bring in a Mental Bankruptcy bill in Parliament: Sources +#__ https://t.co/5dcRETXmwb","FALSE","5",NA,"2016-11-23 15:03:21","FALSE",NA,"801441010244947968",NA,"Twitter Web Client","MaheshJagga","5","FALSE","FALSE" +"1065","1065","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:02:19","FALSE",NA,"801440750294605824",NA,"Twitter for Android","wicked_asr","45","TRUE","FALSE" +"1066","1066","RT @cohelporg: RT if you support #Demonetization and Favorite if you are against it! #BlackMoney","FALSE","0",NA,"2016-11-23 15:02:01","FALSE",NA,"801440676160409600",NA,"Twitter for iPhone","cohelporg","1","TRUE","FALSE" +"1067","1067","RT @sukanyaiyer2: #DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change but Mam�","FALSE","0",NA,"2016-11-23 15:01:57","FALSE",NA,"801440658573533184",NA,"Twitter Web Client","bharativamsi","5","TRUE","FALSE" +"1068","1068","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 15:01:57","FALSE",NA,"801440657638387712",NA,"Twitter for Android","AshutoshSinha00","10","TRUE","FALSE" +"1069","1069","RT @Atheist_Krishna: The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","0",NA,"2016-11-23 15:01:19","FALSE",NA,"801440496983818240",NA,"Twitter for Windows","UmadeviUmeein","45","TRUE","FALSE" +"1070","1070","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 15:01:01","FALSE",NA,"801440422153199616",NA,"Twitter for Android","harshkkapoor","59","TRUE","FALSE" +"1071","1071","#Demonetization � How does it impact the common man? +Read our views here - https://t.co/kFCVgGUcmd https://t.co/n5CjxRgCzr","FALSE","1",NA,"2016-11-23 15:00:34","FALSE",NA,"801440308554846208",NA,"Hootsuite","FTIIndia","1","FALSE","FALSE" +"1072","1072","RT @chichupedathaa: Your sister and her husband when ur father gives u all his assets..#demonetization https://t.co/QOqiWG4hKy","FALSE","0",NA,"2016-11-23 15:00:33","FALSE",NA,"801440306507890688",NA,"Twitter Web Client","i_m_starboy","17","TRUE","FALSE" +"1073","1073","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 15:00:25","FALSE",NA,"801440271854665728",NA,"Twitter for iPhone","sachidanandj","270","TRUE","FALSE" +"1074","1074","RT @coomarashish: Watching @yrdeshmukh sir in a debate with @manakgupta on News24 on #Demonetization..","FALSE","0",NA,"2016-11-23 14:59:57","FALSE",NA,"801440154770554880",NA,"Twitter for Android","kailashkaushik8","1","TRUE","FALSE" +"1075","1075","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 14:59:38","FALSE",NA,"801440073615032320",NA,"Mobile Web (M5)","diganta28","45","TRUE","FALSE" +"1076","1076","The effect of #Demonetization !! +. https://t.co/A8of7zh2f5","FALSE","82",NA,"2016-11-23 14:59:16","FALSE",NA,"801439981700980736",NA,"TweetDeck","Atheist_Krishna","45","FALSE","FALSE" +"1077","1077","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:59:08","FALSE",NA,"801439948528238592",NA,"Twitter for Android","Pradeep_singla","59","TRUE","FALSE" +"1078","1078","I think the real beneficiary of #Demonetization in India is #PayTM, it solved the problem of sellers and buyers. many ppl near me use @Paytm","FALSE","0",NA,"2016-11-23 14:59:06","FALSE",NA,"801439941439930368",NA,"Twitter Web Client","TheFatalCEO","0","FALSE","FALSE" +"1079","1079","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:59:01","FALSE",NA,"801439919394594816",NA,"Twitter for Android","agrwal_akhil","59","TRUE","FALSE" +"1080","1080","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:58:36","FALSE",NA,"801439815614939136",NA,"Twitter for Android","smita_muk","637","TRUE","FALSE" +"1081","1081","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:58:35","FALSE",NA,"801439809436663808",NA,"Twitter for Android","rawatpankaj","120","TRUE","FALSE" +"1082","1082","Reddy�s lavish wedding earns him IT notice, now Congress leader hosts similar wedding https://t.co/zYmrlzOFxM� https://t.co/6f3Tw0RiLF","FALSE","0",NA,"2016-11-23 14:58:13","TRUE",NA,"801439719405928448",NA,"dlvr.it","PagalAnna","0","FALSE","FALSE" +"1083","1083","@ajaymaken @DelhiPCC sorry bro but we support #demonetization","FALSE","0","ajaymaken","2016-11-23 14:58:09","FALSE","801380741980585984","801439699382321152","59983585","Mobile Web (M5)","Vjkamath","0","FALSE","FALSE" +"1084","1084","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 14:58:08","FALSE",NA,"801439695624400896",NA,"Twitter for iPhone","RachnaJatav","14","TRUE","FALSE" +"1085","1085","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:58:06","FALSE",NA,"801439688003227648",NA,"Twitter for Android","_LetKarmaDoIt4U","59","TRUE","FALSE" +"1086","1086","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:58:02","FALSE",NA,"801439671771275264",NA,"Twitter for iPhone","sapnamodgil","59","TRUE","FALSE" +"1087","1087","There is pain. There is suffering - Inflicted by #demonetization. +Time to show gratitude, empathy; not to be dismissive.� +I salute public.","FALSE","1",NA,"2016-11-23 14:57:54","FALSE",NA,"801439639127015424",NA,"Twitter for Android","Demo_Kaisi","1","FALSE","FALSE" +"1088","1088","RT @vimuktaatma: Think, slaves...think. #Demonetization https://t.co/CNw0HrUH1p","FALSE","0",NA,"2016-11-23 14:57:44","FALSE",NA,"801439596852760576",NA,"Twitter Web Client","marcrward","2","TRUE","FALSE" +"1089","1089","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 14:57:38","FALSE",NA,"801439570936135680",NA,"Twitter for Android","ChoudhuryAkmal","45","TRUE","FALSE" +"1090","1090","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 14:57:37","FALSE",NA,"801439566431420416",NA,"Twitter for Android","Bsharma7","43","TRUE","FALSE" +"1091","1091","Atlast!!! What I was waiting for. Rats r out when confronted truth that Co-op banks not exempted. @PMOIndia� https://t.co/sYRJtPIv5P","FALSE","0",NA,"2016-11-23 14:57:33","TRUE",NA,"801439550987993088",NA,"Twitter for Android","digital_sri","0","FALSE","FALSE" +"1092","1092","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:57:33","FALSE",NA,"801439550505558016",NA,"Twitter Web Client","gopal2315","637","TRUE","FALSE" +"1093","1093","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:57:04","FALSE",NA,"801439430804381696",NA,"Twitter for iPhone","devyanidilli","59","TRUE","FALSE" +"1094","1094","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:56:49","FALSE",NA,"801439365545283584",NA,"Twitter for Windows Phone","Chandann98","59","TRUE","FALSE" +"1095","1095","RT @satishacharya: Reddy Wedding! @mail_today cartoon #demonetization #ReddyWedding https://t.co/u7gLNrq31F","FALSE","0",NA,"2016-11-23 14:56:13","FALSE",NA,"801439216819380224",NA,"Twitter Web Client","crdeepu","120","TRUE","FALSE" +"1096","1096","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 14:55:58","FALSE",NA,"801439150809423872",NA,"Twitter for Android","navaidhamid","45","TRUE","FALSE" +"1097","1097","All crooks protesting #Demonetization #BlackMoney https://t.co/lppXdKMni9","FALSE","0",NA,"2016-11-23 14:55:25","FALSE",NA,"801439013051564032",NA,"Twitter Web Client","kapilchourasia","0","FALSE","FALSE" +"1098","1098","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:55:05","FALSE",NA,"801438929886986240",NA,"Twitter for Android","TheChanakyan","637","TRUE","FALSE" +"1099","1099","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 14:54:56","FALSE",NA,"801438890330443776",NA,"Twitter for Windows Phone","kmkdinesh","7","TRUE","FALSE" +"1100","1100","RT @vimuktaatma: Think, slaves...think. #Demonetization https://t.co/CNw0HrUH1p","FALSE","0",NA,"2016-11-23 14:54:33","FALSE",NA,"801438796277379072",NA,"Twitter for iPhone","ganeshchetan","2","TRUE","FALSE" +"1101","1101","What I want to see is investigative journalism, governance of money trail after 50 day #DeMonetization is over & where #India failed as well","FALSE","0",NA,"2016-11-23 14:54:10","FALSE",NA,"801438699682725888",NA,"Twitter Web Client","Nagarick","0","FALSE","FALSE" +"1102","1102","""America has the #technology to go cashless, but nobody trusts it enough..."" #demonetization� https://t.co/u6YFqLMC50","FALSE","1",NA,"2016-11-23 14:54:03","TRUE",NA,"801438669470986240",NA,"Adobe� Social","CSCMyWorkStyle","0","FALSE","FALSE" +"1103","1103","OPPOSITE PARTY JITNE TAKAT #demonetization ko rok ne me lag rhi he itni takat help me kar dte to use achha hota.","FALSE","0",NA,"2016-11-23 14:53:57","FALSE",NA,"801438643470536704",NA,"Twitter for Android","bhrugu039","0","FALSE","FALSE" +"1104","1104","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:53:48","FALSE",NA,"801438608033009664",NA,"Twitter for Android","sana_jaweria","120","TRUE","FALSE" +"1105","1105","So what's the problem if offline cash is getting online, it is now traceable & taxable and this is all about� https://t.co/2ulsEBX2Lj","FALSE","0",NA,"2016-11-23 14:53:38","TRUE",NA,"801438566278713344",NA,"Twitter for Android","yadavrs999","0","FALSE","FALSE" +"1106","1106","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 14:53:32","FALSE",NA,"801438538973659136",NA,"Twitter Web Client","freetohumanity","45","TRUE","FALSE" +"1107","1107","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:53:24","FALSE",NA,"801438507872849920",NA,"Twitter for Android","DeshNeeti","59","TRUE","FALSE" +"1108","1108","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:53:23","FALSE",NA,"801438499748585472",NA,"Twitter for Android","PandeyRajrsh","59","TRUE","FALSE" +"1109","1109","RT @MohanRamadurai: They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberately�","FALSE","0",NA,"2016-11-23 14:53:14","FALSE",NA,"801438465082720256",NA,"Mobile Web (M5)","aspchart","5","TRUE","FALSE" +"1110","1110","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:53:09","FALSE",NA,"801438444119412736",NA,"Twitter for iPhone","moin2_k","120","TRUE","FALSE" +"1111","1111","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:52:56","FALSE",NA,"801438389824143360",NA,"Twitter for Android","taraspalmaan","59","TRUE","FALSE" +"1112","1112","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:52:41","FALSE",NA,"801438327039606784",NA,"Twitter for Android","shubh88888","59","TRUE","FALSE" +"1113","1113","Think, slaves...think. #Demonetization https://t.co/CNw0HrUH1p","FALSE","0","vimuktaatma","2016-11-23 14:52:40","FALSE","801427088569868288","801438323134738432","3345234918","Twitter for Android","vimuktaatma","2","FALSE","FALSE" +"1114","1114","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:52:31","FALSE",NA,"801438285004505088",NA,"Twitter for Android","vanligmannn","120","TRUE","FALSE" +"1115","1115","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:52:26","FALSE",NA,"801438263491719168",NA,"Twitter for Android","Valprajj","30","TRUE","FALSE" +"1116","1116","RT @MaayaaSarabhai: It's KARMA + #BlackMoney #demonetization #EkSacchaKadam #NoRollBackOfDeMonetization https://t.co/SVZf84bLkh","FALSE","0",NA,"2016-11-23 14:52:16","FALSE",NA,"801438220785512448",NA,"Twitter for Android","kattu_ak","6","TRUE","FALSE" +"1117","1117","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 14:52:13","FALSE",NA,"801438206281613312",NA,"Twitter for Android","AkshyChdry","9","TRUE","FALSE" +"1118","1118","When life gives 500 or 1000 reasons to struggle, show the world that you have 2000 reasons to SMILE !!! #demonetization","FALSE","0",NA,"2016-11-23 14:52:01","FALSE",NA,"801438157753286656",NA,"Twitter for Android","ankurnow","0","FALSE","FALSE" +"1119","1119","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:51:56","FALSE",NA,"801438135448014848",NA,"Twitter for Android","thamidisetty","59","TRUE","FALSE" +"1120","1120","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:51:37","FALSE",NA,"801438057735987200",NA,"Twitter for Android","Indiaaakash","59","TRUE","FALSE" +"1121","1121","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-23 14:51:20","FALSE",NA,"801437986227359744",NA,"Twitter for Android","_MohdRiyaz","44","TRUE","FALSE" +"1122","1122","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:49:56","FALSE",NA,"801437632441892864",NA,"Twitter for Android","navneetthakur99","637","TRUE","FALSE" +"1123","1123","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 14:49:52","FALSE",NA,"801437618084818944",NA,"Twitter for Android","VidyaranyaKs","7","TRUE","FALSE" +"1124","1124","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:49:38","FALSE",NA,"801437557238202368",NA,"Twitter for Android","me_sourish","59","TRUE","FALSE" +"1125","1125","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:49:33","FALSE",NA,"801437535121657856",NA,"Twitter for Android","KameahwarYadav","112","TRUE","FALSE" +"1126","1126","RT @harshkkapoor: #DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmoney +@na�","FALSE","0",NA,"2016-11-23 14:48:35","FALSE",NA,"801437293311574016",NA,"Twitter for Android","Mishrarishi1997","59","TRUE","FALSE" +"1127","1127","RT @MohanRamadurai: They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberately�","FALSE","0",NA,"2016-11-23 14:48:29","FALSE",NA,"801437269064196096",NA,"Twitter Web Client","anilkohli54","5","TRUE","FALSE" +"1128","1128","#DeMonetization survey results after 24 hours +5Lacs opinions +Amazing response& Commitment in fight against Blackmon� https://t.co/aEI4oU9HM6","FALSE","32",NA,"2016-11-23 14:48:03","TRUE",NA,"801437160805011456",NA,"Twitter for Android","harshkkapoor","59","FALSE","FALSE" +"1129","1129","RT @saxenask352: 95% sacrificing to cleanse 5%. Benefits of #Demonetization should reach the common man in same ratio","FALSE","0",NA,"2016-11-23 14:47:52","FALSE",NA,"801437115422646272",NA,"Twitter for Android","vmohan53","1","TRUE","FALSE" +"1130","1130","Who put ""demon"" in #Demonetization","FALSE","1",NA,"2016-11-23 14:47:31","FALSE",NA,"801437026767646720",NA,"Mobile Web (M5)","Aatishein","0","FALSE","FALSE" +"1131","1131","RT @CREDAINational: Dear @PMOIndia, CREDAI supports your #Demonetization drive, & we are geared up for a smoother transition towards a tran�","FALSE","0",NA,"2016-11-23 14:46:43","FALSE",NA,"801436825176788992",NA,"Twitter for Android","Scorpian_Aa","4","TRUE","FALSE" +"1132","1132","RT @Dhakad_VSL: Thanks for support.. + #YouthWithBJP +#___ +#demonetization https://t.co/qEksSRg4dZ","FALSE","0",NA,"2016-11-23 14:46:28","FALSE",NA,"801436761117192192",NA,"Twitter for Android","atlantesindia","6","TRUE","FALSE" +"1133","1133","RT @rachitmathur5: @ArvindKejriwal deserves a tight slap on his face #demonetization #BlackMoney #KejriPappuDidiTypes #___�","FALSE","0",NA,"2016-11-23 14:46:11","FALSE",NA,"801436690363478016",NA,"Twitter for Android","atlantesindia","2","TRUE","FALSE" +"1134","1134","That why @MamataOfficial is leading agitation against #demonetization. @sardanarohit @msisodia @_YogendraYadav� https://t.co/tI02CAWnlC","FALSE","0",NA,"2016-11-23 14:45:57","TRUE",NA,"801436632305975296",NA,"Twitter for Android","makeperceptions","0","FALSE","FALSE" +"1135","1135","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:45:27","FALSE",NA,"801436505298247680",NA,"Twitter for Android","aazaadparinda","120","TRUE","FALSE" +"1136","1136","#Survey gives overwhelming support to #demonetization. One question should hv been added that whom did you vote in the 2014 #Loksabha el.","FALSE","0",NA,"2016-11-23 14:45:08","FALSE",NA,"801436424537047040",NA,"Twitter for Android","birdinfo","0","FALSE","FALSE" +"1137","1137","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:44:52","FALSE",NA,"801436360288501760",NA,"Twitter for Android","grey_glint","637","TRUE","FALSE" +"1138","1138","#Demonetization :The villagers apparently are caught in intriguing wrath from both the Army and militants https://t.co/61abf0kAuY","FALSE","0",NA,"2016-11-23 14:44:41","FALSE",NA,"801436313065058304",NA,"Facebook","easterntoday","0","FALSE","FALSE" +"1139","1139","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 14:44:15","FALSE",NA,"801436204440784896",NA,"Twitter for iPhone","girish_bapat","22","TRUE","FALSE" +"1140","1140","RT @AnchliaAnil: 2day #namovolunteers had meeting with @malviyamit over #demonetization, decided 2 expose opposition by +#___�","FALSE","0",NA,"2016-11-23 14:43:49","FALSE",NA,"801436093220417536",NA,"Twitter for Android","Rajkumar1964Raj","6","TRUE","FALSE" +"1141","1141","RT @DikshitSmita: The only credible death #demonetization has caused seems to be of @ArvindKejriwal's political career :D https://t.co/CwgM�","FALSE","0",NA,"2016-11-23 14:43:44","FALSE",NA,"801436074044260352",NA,"Twitter for iPhone","Fittey_muh","3","TRUE","FALSE" +"1142","1142","RT @SharmaKhemchand: 2day #namovolunteers had meeting with @malviyamit ji over #demonetization, decided 2 expose opposition by +#__�","FALSE","0",NA,"2016-11-23 14:43:23","FALSE",NA,"801435983577088000",NA,"Twitter for Android","atlantesindia","27","TRUE","FALSE" +"1143","1143","Incase you were wondering, this is what went isnide Vijay Shekhar Sharma's Paytm a day after #demonetization... https://t.co/83hUyE0UVa","FALSE","0",NA,"2016-11-23 14:43:15","FALSE",NA,"801435951763488768",NA,"Facebook","lonelyhardik","0","FALSE","FALSE" +"1144","1144","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 14:42:57","FALSE",NA,"801435878191022080",NA,"Twitter for iPhone","girish_bapat","18","TRUE","FALSE" +"1145","1145","RT @amishra77: Fate of #demonetization debate in Rajya Sabha is the most stark proof of the opposition's propaganda against govt's move hav�","FALSE","0",NA,"2016-11-23 14:42:37","FALSE",NA,"801435791201275904",NA,"Twitter for iPhone","manish26s","17","TRUE","FALSE" +"1146","1146","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 14:41:56","FALSE",NA,"801435618760945664",NA,"Mobile Web (M5)","MarathaBaan","23","TRUE","FALSE" +"1147","1147","@ShashiTharoor effect of #DeMonetization...liberal educated mask slowly peeling off...too big a shock...starts showing his sadakchap thinkng","FALSE","0","ShashiTharoor","2016-11-23 14:41:42","FALSE","801026669137907712","801435563601457152","24705126","Twitter for Android","Maniniaf","0","FALSE","FALSE" +"1148","1148","RT @AnchliaAnil: 2day #namovolunteers had meeting with @malviyamit over #demonetization, decided 2 expose opposition by +#___�","FALSE","0",NA,"2016-11-23 14:41:37","FALSE",NA,"801435539320639488",NA,"Twitter for Android","atlantesindia","6","TRUE","FALSE" +"1149","1149","RT @myvotetoday: 85% support #demonetization + +Is this more likely now or if #SupremeCourt has another midnight hearing to stay +execution o�","FALSE","0",NA,"2016-11-23 14:41:24","FALSE",NA,"801435484908126208",NA,"Mobile Web (M5)","MarathaBaan","8","TRUE","FALSE" +"1150","1150","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:41:05","FALSE",NA,"801435407883845632",NA,"Twitter for iPhone","AnumulaChaitra","30","TRUE","FALSE" +"1151","1151","RT @shashidigital: #Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","0",NA,"2016-11-23 14:41:00","FALSE",NA,"801435385905627136",NA,"Twitter for iPhone","tiwari_mukesh","5","TRUE","FALSE" +"1152","1152","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:40:48","FALSE",NA,"801435334105907200",NA,"Twitter for Android","abstraktnull","120","TRUE","FALSE" +"1153","1153","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:40:47","FALSE",NA,"801435330444263424",NA,"Twitter for iPad","agranpapilot3","637","TRUE","FALSE" +"1154","1154","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 14:40:35","FALSE",NA,"801435280930734080",NA,"Mobile Web (M5)","MarathaBaan","53","TRUE","FALSE" +"1155","1155","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:40:34","FALSE",NA,"801435275792556032",NA,"Twitter for Android","PrabalDave","10","TRUE","FALSE" +"1156","1156","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:40:34","FALSE",NA,"801435274974818304",NA,"Twitter for Android","me_sourish","112","TRUE","FALSE" +"1157","1157","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:40:24","FALSE",NA,"801435234151469056",NA,"Twitter for Android","anuuragjain","30","TRUE","FALSE" +"1158","1158","RT @shaggyno1: @ArvindKejriwal go get a life! You & all other black money holders are exposed by #demonetization #___ #oppos�","FALSE","0",NA,"2016-11-23 14:39:50","FALSE",NA,"801435091092140032",NA,"Twitter for Android","atlantesindia","3","TRUE","FALSE" +"1159","1159","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:39:48","FALSE",NA,"801435081529262080",NA,"Twitter for Android","n2r3ndr2","270","TRUE","FALSE" +"1160","1160","""Issey kehte hai jale pe namak chidakna"" +@PMOIndia busy thanking frm 3 days but not bothered + @OfficeOfRG� https://t.co/sPRzqAjVQs","FALSE","0",NA,"2016-11-23 14:39:34","TRUE",NA,"801435026701357056",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"1161","1161","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:39:29","FALSE",NA,"801435003578032128",NA,"Twitter for Android","dinkarabajipati","270","TRUE","FALSE" +"1162","1162","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 14:39:26","FALSE",NA,"801434992454664192",NA,"Twitter for Android","arunram","8","TRUE","FALSE" +"1163","1163","The most difficult condition to deal with is #medical emergency with no #cash, card or #insurance. Get� https://t.co/rwxEW6Bc1q","FALSE","0",NA,"2016-11-23 14:39:00","TRUE",NA,"801434880487944192",NA,"Buffer","mybajajcapital","0","FALSE","FALSE" +"1164","1164","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-23 14:39:00","FALSE",NA,"801434880118845440",NA,"Twitter for Android","PDrsudhakar","10","TRUE","FALSE" +"1165","1165","RT @myvotetoday: Well saidat #IEC2016 on how #WeThePeople accepted #demonetization PEACEFULLY @arunjaitley @anandmahindra +Did U watc�","FALSE","0",NA,"2016-11-23 14:38:52","FALSE",NA,"801434848527314944",NA,"Mobile Web (M5)","MarathaBaan","8","TRUE","FALSE" +"1166","1166","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:38:47","FALSE",NA,"801434828482744320",NA,"Mobile Web (M2)","akhandABVP","270","TRUE","FALSE" +"1167","1167","RT @Dipankar_cpiml: The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hards�","FALSE","0",NA,"2016-11-23 14:38:39","FALSE",NA,"801434793065988096",NA,"Twitter for Android","dipsticktest","45","TRUE","FALSE" +"1168","1168","RT @sukanyaiyer2: #DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change but Mam�","FALSE","0",NA,"2016-11-23 14:38:35","FALSE",NA,"801434777916243968",NA,"Twitter for Android","PKotekar","5","TRUE","FALSE" +"1169","1169","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:38:21","FALSE",NA,"801434718877011968",NA,"Twitter Web Client","sanjaybansal20","637","TRUE","FALSE" +"1170","1170","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 14:38:17","FALSE",NA,"801434701185634304",NA,"Twitter for Android","jaggu916","12","TRUE","FALSE" +"1171","1171","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:38:08","FALSE",NA,"801434662577065984",NA,"Twitter for Android","Bsharma7","270","TRUE","FALSE" +"1172","1172","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:37:57","FALSE",NA,"801434615957229568",NA,"Twitter for Android","theashok1949","270","TRUE","FALSE" +"1173","1173","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 14:37:50","FALSE",NA,"801434589612818432",NA,"Twitter for iPhone","geetasurendra11","27","TRUE","FALSE" +"1174","1174","#Demonetization may lead to home loan rates falling below 7% within the next six months to a year. Read more� https://t.co/W8XAWMyiT6","FALSE","0",NA,"2016-11-23 14:37:19","TRUE",NA,"801434456456196096",NA,"Twitter Web Client","PacificaIndia","0","FALSE","FALSE" +"1175","1175","Bandh politics started! not sure how the Bandh will help the people who are (supposedly) facing issues due to #demonetization !!","FALSE","0",NA,"2016-11-23 14:37:14","FALSE",NA,"801434437204357120",NA,"Twitter for Android","miltanchaudhury","0","FALSE","FALSE" +"1176","1176","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:37:01","FALSE",NA,"801434382309425152",NA,"Twitter for Android","DynastyCrooks","637","TRUE","FALSE" +"1177","1177","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:36:59","FALSE",NA,"801434372809244672",NA,"Twitter Web Client","gauravpramanik","10","TRUE","FALSE" +"1178","1178","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:36:50","FALSE",NA,"801434337681911808",NA,"Twitter for Windows Phone","natasha_2o1o","120","TRUE","FALSE" +"1179","1179","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:36:46","FALSE",NA,"801434321848385536",NA,"Twitter for iPhone","JoshiRakesh2004","30","TRUE","FALSE" +"1180","1180","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 14:36:34","FALSE",NA,"801434269654450176",NA,"Twitter for Android","PradeepSehrawat","12","TRUE","FALSE" +"1181","1181","RT @SethShruti: Will #demonetization nab the perpetrators of #BlackMoney?","FALSE","0",NA,"2016-11-23 14:36:25","FALSE",NA,"801434231046017024",NA,"Twitter for Android","Singandhupe","46","TRUE","FALSE" +"1182","1182","Poore din family wale job, ghar bache bhul bank aur post office k chakkar lagao + raat ATM wah #demonetization� https://t.co/7Uy1VpOaOC","FALSE","1",NA,"2016-11-23 14:36:17","TRUE",NA,"801434198330507264",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"1183","1183","#Boycott_Bharat_Bandh i request @narendramodi to address nation to boycott strike called by the oppositions on #Demonetization","FALSE","0",NA,"2016-11-23 14:36:16","FALSE",NA,"801434193724985344",NA,"Twitter for Android","nivashegde","0","FALSE","FALSE" +"1184","1184",".@narendramodi Indeed, sir! + +ICYMI, replugging my review here. +#demonetisation +#demonetization + +https://t.co/HEPp7B3FiW","FALSE","2","narendramodi","2016-11-23 14:36:03","FALSE","801412548721446912","801434139169681408","18839785","Twitter for Mac","finiterecursion","0","FALSE","FALSE" +"1185","1185","The Modi app on #DeMonetization proves once again that the govt is totally indifferent to the mounting misery and hardship of the people.","FALSE","36",NA,"2016-11-23 14:35:46","FALSE",NA,"801434066792763392",NA,"Twitter for Android","Dipankar_cpiml","45","FALSE","FALSE" +"1186","1186","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 14:35:18","FALSE",NA,"801433949427744768",NA,"Twitter Web Client","omniajay","12","TRUE","FALSE" +"1187","1187","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 14:35:17","FALSE",NA,"801433946953289728",NA,"Twitter for Android","n2r3ndr2","12","TRUE","FALSE" +"1188","1188","Separatists;Naxalites;Tertorists; Mafias;Black Money hoarders;ISI Agents& DALAL politicians r only opposing� https://t.co/swLJs067PX","FALSE","0",NA,"2016-11-23 14:34:35","TRUE",NA,"801433770217902080",NA,"Twitter for iPhone","SWADESHRMOHANTY","0","FALSE","FALSE" +"1189","1189","RT @IndiaToday: Since #demonetization drive began, donations to temples across the nation have increased. #cashchaos +https://t.co/4tL99llq�","FALSE","0",NA,"2016-11-23 14:34:24","FALSE",NA,"801433722994053120",NA,"Twitter for Android","herewithanand","23","TRUE","FALSE" +"1190","1190","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:33:47","FALSE",NA,"801433570375938048",NA,"Twitter for Android","GDarshanG","637","TRUE","FALSE" +"1191","1191","RT @Rupalijee: Over 90% of respondents feel govt's move to tackle #black money is above four-star rating. #demonetization #survey via TOI @�","FALSE","0",NA,"2016-11-23 14:33:31","FALSE",NA,"801433501148975104",NA,"Twitter for iPhone","grumpeoldman","1","TRUE","FALSE" +"1192","1192","RT @MSA_IND: #Startups owned #demonetization but could we see a #FinTech fall? +https://t.co/V3HB1vEbOa +Sign up for #ThinkNext2016 +https://t�","FALSE","0",NA,"2016-11-23 14:33:26","FALSE",NA,"801433479481204736",NA,"Twitter for iPhone","vinaymathews","1","TRUE","FALSE" +"1193","1193","I'm not particularly against #demonetization, but those survey results the Prime Minister shared are such b.s! Heights of fudging polls! ","FALSE","0",NA,"2016-11-23 14:33:21","FALSE",NA,"801433458241216512",NA,"Twitter for iPhone","undertecher","0","FALSE","FALSE" +"1194","1194","""Jan Dhan"" #Gujarat #Congress announces series of #agitation programme against #demonetization @navgujaratsamay","FALSE","0",NA,"2016-11-23 14:32:51","FALSE",NA,"801433334119206912",NA,"Twitter Web Client","manishrNGS","0","FALSE","FALSE" +"1195","1195","RT @pratap_bose: This is the most beautiful post I have seen in these last few turbulent days @devduttmyth #demonetization #CorruptionCle�","FALSE","0",NA,"2016-11-23 14:32:36","FALSE",NA,"801433270919405568",NA,"Twitter Web Client","AmlenduC","125","TRUE","FALSE" +"1196","1196","5L till now. 4.65L from India . 90%+ Gives To #Demonetization +Huge sample size. https://t.co/G3ioQTYPCi","FALSE","0",NA,"2016-11-23 14:32:21","FALSE",NA,"801433208952791040",NA,"Twitter for Android","bnbharath","0","FALSE","FALSE" +"1197","1197","From a customer care point of view, the railway housekeeping & sanitation feedback form is far superior than the Modi app on #DeMonetization","FALSE","62",NA,"2016-11-23 14:31:55","FALSE",NA,"801433101574340608",NA,"Twitter for Android","Dipankar_cpiml","57","FALSE","FALSE" +"1198","1198","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:31:37","FALSE",NA,"801433025531682816",NA,"Twitter for Android","raa_kesh","637","TRUE","FALSE" +"1199","1199","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-23 14:31:08","FALSE",NA,"801432901153865728",NA,"Twitter for iPhone","manoramash","10","TRUE","FALSE" +"1200","1200","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:30:59","FALSE",NA,"801432864457797632",NA,"Tweetbot for iS","thegeekyninja","10","TRUE","FALSE" +"1201","1201","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:30:47","FALSE",NA,"801432813941600256",NA,"Twitter for Android","IndifferentPoet","10","TRUE","FALSE" +"1202","1202","What is the impact of #Demonetization on various sectors like Real Estate, Consumption, Banks. +Read our views here� https://t.co/Wkw2n74Xzg","FALSE","1",NA,"2016-11-23 14:30:19","TRUE",NA,"801432698657140736",NA,"Hootsuite","FTIIndia","1","FALSE","FALSE" +"1203","1203","RT @TheOfficialSBI: As of today, 33000 thousand ATMs are functioning. - SBI Chairman, Smt. Arundhati Bhattacharya. #Demonetization","FALSE","0",NA,"2016-11-23 14:30:02","FALSE",NA,"801432625294381056",NA,"Twitter for Android","shanu_sahota","406","TRUE","FALSE" +"1204","1204","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:29:47","FALSE",NA,"801432562006491136",NA,"TweetDeck","lordoftheshibs","10","TRUE","FALSE" +"1205","1205","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:29:30","FALSE",NA,"801432490204282880",NA,"Twitter for Android","drmalikkalam","120","TRUE","FALSE" +"1206","1206","RT @raveeshbhalla: I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the survey is�","FALSE","0",NA,"2016-11-23 14:29:18","FALSE",NA,"801432441307004928",NA,"Twitter for Android","nixxin","10","TRUE","FALSE" +"1207","1207","I reserve the right to seriously judge anyone who uses these stats to justify #demonetization knowing how the surve� https://t.co/qtEzMNcXoA","FALSE","3",NA,"2016-11-23 14:28:21","TRUE",NA,"801432202026237952",NA,"Twitter for Android","raveeshbhalla","10","FALSE","FALSE" +"1208","1208","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 14:27:59","FALSE",NA,"801432108166037504",NA,"Twitter for Windows Phone","soni200411","12","TRUE","FALSE" +"1209","1209","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:27:52","FALSE",NA,"801432080387219456",NA,"Twitter Web Client","A31X64Vijay","30","TRUE","FALSE" +"1210","1210","RT @Meena_ETVnews: Today's #DeshKiBaat Debate Panelist on #Demonetization +Watch tonight @9:30pm +All Etv Hindi Channels. https://t.co/umYsL�","FALSE","0",NA,"2016-11-23 14:27:51","FALSE",NA,"801432076276809728",NA,"Twitter for iPhone","AshokPareek2000","2","TRUE","FALSE" +"1211","1211","RT @Demo_Kaisi: There is pain. There is suffering - Inflicted by #demonetization. Undoubtedly. The poorest are hit hardest - The... https:/�","FALSE","0",NA,"2016-11-23 14:27:10","FALSE",NA,"801431903337267200",NA,"Twitter for Android","cooldivay","1","TRUE","FALSE" +"1212","1212","Today's #DeshKiBaat Debate Panelist on #Demonetization +Watch tonight @9:30pm +All Etv Hindi Channels. https://t.co/umYsLI7Yhl","FALSE","6",NA,"2016-11-23 14:27:01","FALSE",NA,"801431866960023552",NA,"Twitter Web Client","Meena_ETVnews","2","FALSE","FALSE" +"1213","1213","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:26:50","FALSE",NA,"801431819153309696",NA,"Twitter for iPhone","mavesan5","120","TRUE","FALSE" +"1214","1214","RT @rssurjewala: Modiji's #Demonetization. Farmers in acute distress-No buyer for produce & no money for Rabi sowing.Anyone listening? http�","FALSE","0",NA,"2016-11-23 14:26:22","FALSE",NA,"801431704304898048",NA,"Twitter for Android","jaijaicongress","367","TRUE","FALSE" +"1215","1215","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:26:08","FALSE",NA,"801431645769310208",NA,"Twitter for iPhone","AashishMisra","637","TRUE","FALSE" +"1216","1216","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:25:03","FALSE",NA,"801431371906326528",NA,"Twitter for Android","abhishek_fgiet","120","TRUE","FALSE" +"1217","1217","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 14:24:56","FALSE",NA,"801431343909326848",NA,"Twitter for Android","drmalikkalam","23","TRUE","FALSE" +"1218","1218","@washingtonpost #trump shd learn from the stupid experiment of #demonetization done in India.. Tackles black money, terror & counterfeit.","FALSE","0","washingtonpost","2016-11-23 14:24:24","FALSE","801262261700542464","801431209041477632","2467791","Twitter for Windows Phone","npandey25","0","FALSE","FALSE" +"1219","1219","We promise the #MinisterMenu is worth every saved 100 rupee. Don't let the #demonetization bring you down. https://t.co/hqOUgtk68V","FALSE","0",NA,"2016-11-23 14:24:22","FALSE",NA,"801431198446788608",NA,"Twitter for iPhone","YesMinisterDEL","0","FALSE","FALSE" +"1220","1220","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 14:23:28","FALSE",NA,"801430974068236288",NA,"Twitter Web Client","prembhatt0286","217","TRUE","FALSE" +"1221","1221","RT @dna: Tweet to @dna #DNARumourBuster with any questions you may have about #demonetization and we'll give you the real news. +#KnowMore h�","FALSE","0",NA,"2016-11-23 14:23:15","FALSE",NA,"801430919387156480",NA,"Twitter for iPhone","anagabrielaledo","25","TRUE","FALSE" +"1222","1222","@NewsX @PMOIndia @BJP4India Don't portray wrong pic @JhaSanjay ji. Pl support #demonetization. It's good for poor.The student was Vcoward","FALSE","0","JhaSanjay","2016-11-23 14:22:57","FALSE","801372482246676480","801430842308497408","50943008","Twitter for Android","Devendr62901380","0","FALSE","FALSE" +"1223","1223","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:22:48","FALSE",NA,"801430803548807168",NA,"Twitter for Android","Srinivasan703","275","TRUE","FALSE" +"1224","1224","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:22:26","FALSE",NA,"801430713354436608",NA,"Twitter for Android","0807ankit","30","TRUE","FALSE" +"1225","1225","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:22:26","FALSE",NA,"801430711601364992",NA,"Twitter for Android","BalliaticBabu","637","TRUE","FALSE" +"1226","1226","Over 90% of respondents feel govt's move to tackle #black money is above four-star rating. #demonetization #survey via TOI @narendramodi","FALSE","0",NA,"2016-11-23 14:22:25","FALSE",NA,"801430706760990720",NA,"Twitter for iPhone","Rupalijee","1","FALSE","FALSE" +"1227","1227","@PTI_News Why oppns r running from pillar to post against #demonetization.It beyond imanization. Now NOTEBADI SE BHARATBANDI TAK.","FALSE","0","PTI_News","2016-11-23 14:21:37","FALSE",NA,"801430508315869184","245687754","Twitter Web Client","Shyam74654Singh","0","FALSE","FALSE" +"1228","1228","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 14:21:31","FALSE",NA,"801430481577250816",NA,"Twitter Web Client","9447653359","191","TRUE","FALSE" +"1229","1229","RT @hemster: Aam Aadmi supports #Demonetization +And supports @narendramodi https://t.co/uq9gOigp3S","FALSE","0",NA,"2016-11-23 14:21:21","FALSE",NA,"801430438883430400",NA,"Twitter Web Client","ONLYSANJEEVJHA","1","TRUE","FALSE" +"1230","1230","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:20:55","FALSE",NA,"801430331979165696",NA,"Twitter for Android","cerebration12","30","TRUE","FALSE" +"1231","1231","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 14:20:55","FALSE",NA,"801430330662129664",NA,"Twitter for Android","rgvasanth","217","TRUE","FALSE" +"1232","1232","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 14:20:51","FALSE",NA,"801430313738137600",NA,"Twitter for Android","ssmalakar","217","TRUE","FALSE" +"1233","1233","https://t.co/w4R04t0ir3 shame on @CMofKarnataka @parameshwar +#Demonetization","FALSE","0",NA,"2016-11-23 14:20:16","FALSE",NA,"801430166870355968",NA,"Twitter for Android","sagrmba","0","FALSE","FALSE" +"1234","1234","Live updates: Modi's App survey result shows over 93% people support #demonetization move https://t.co/Ngf6j55rqf","FALSE","0",NA,"2016-11-23 14:20:15","FALSE",NA,"801430162793492480",NA,"Twitter for iPhone","GauJ","0","FALSE","FALSE" +"1235","1235","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 14:19:47","FALSE",NA,"801430045084569600",NA,"Twitter for Android","engpks","191","TRUE","FALSE" +"1236","1236","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:19:23","FALSE",NA,"801429947017400320",NA,"Twitter for Android","makrandpathak","275","TRUE","FALSE" +"1237","1237","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 14:19:14","FALSE",NA,"801429909532856320",NA,"Twitter for Android","manoj_k90","217","TRUE","FALSE" +"1238","1238","RT @SV99999: #Demonetization + +9 New Steps to Help Citizens Fight the Cash Crunch + +https://t.co/HFrbK2Lim9","FALSE","0",NA,"2016-11-23 14:19:11","FALSE",NA,"801429894005592064",NA,"Twitter Web Client","ramramji10008","1","TRUE","FALSE" +"1239","1239","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 14:19:09","FALSE",NA,"801429887185784832",NA,"Twitter for Android","yatendra1314","9","TRUE","FALSE" +"1240","1240","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 14:19:06","FALSE",NA,"801429872891396096",NA,"Twitter for Android","sagwhiz","191","TRUE","FALSE" +"1241","1241","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 14:19:05","FALSE",NA,"801429872040099840",NA,"Twitter for Android","kanimozhi","191","TRUE","FALSE" +"1242","1242","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 14:18:57","FALSE",NA,"801429834962530304",NA,"Twitter for Android","kanimozhi","217","TRUE","FALSE" +"1243","1243","#Demonetization + +9 New Steps to Help Citizens Fight the Cash Crunch + +https://t.co/HFrbK2Lim9","FALSE","3",NA,"2016-11-23 14:18:55","FALSE",NA,"801429828603785216",NA,"Twitter Web Client","SV99999","1","FALSE","FALSE" +"1244","1244","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 14:18:34","FALSE",NA,"801429740506779648",NA,"Twitter for Android","SimaabHashmi","8","TRUE","FALSE" +"1245","1245","I'm struggling with no cash i have to pay for the hotel in cash and they don't accept dollars @narendramodi #Demonetization #india #tourist","FALSE","0","idkimjojo","2016-11-23 14:18:22","FALSE","801428825376555008","801429691148091392","2943993426","Twitter for iPhone","idkimjojo","0","FALSE","FALSE" +"1246","1246","Aam Aadmi supports #Demonetization +And supports @narendramodi https://t.co/uq9gOigp3S","FALSE","0",NA,"2016-11-23 14:18:19","FALSE",NA,"801429676652539904",NA,"TweetDeck","hemster","1","FALSE","FALSE" +"1247","1247","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 14:17:59","FALSE",NA,"801429592154243072",NA,"Twitter for Android","devn29","105","TRUE","FALSE" +"1248","1248","@quizderek sir, u r a respectd prsn, but wid ths move against #demonetization pepl r qustning ur intntn!hope u r nt involved in sarda scam","FALSE","1","quizderek","2016-11-23 14:17:30","FALSE","801264483704242176","801429470074707968","120965579","Twitter for Windows Phone","souvikdharawb","0","FALSE","FALSE" +"1249","1249","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 14:17:19","FALSE",NA,"801429424499544064",NA,"Twitter for Android","advocatearun82","105","TRUE","FALSE" +"1250","1250","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:17:17","FALSE",NA,"801429415200583680",NA,"Twitter for Windows","ChweeneyTodd","30","TRUE","FALSE" +"1251","1251","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 14:17:10","FALSE",NA,"801429389305085952",NA,"Twitter for Android","kanimozhi","105","TRUE","FALSE" +"1252","1252","India has spoken again..@AamAadmiParty @INCIndia @AITCofficial how many times will u learn a lesson?� https://t.co/Em9hsb4wCH","FALSE","0",NA,"2016-11-23 14:17:05","TRUE",NA,"801429368291459072",NA,"Twitter for Android","Pillai_Sunil","0","FALSE","FALSE" +"1253","1253","Lower interest rate will ultimately lead to more buyers because of #LowerEMI. #HappyHomes #Demonetization https://t.co/A6LmfiVsXB","FALSE","2",NA,"2016-11-23 14:16:45","FALSE",NA,"801429283759472640",NA,"Twitter Web Client","Tata_ValueHomes","1","FALSE","FALSE" +"1254","1254","#DeMonetization PMModi had exposed TMC & it's Chief Mamta Di with reg corruption in WB, that Bengal Didn't change b� https://t.co/BL4HCG0GVS","FALSE","5","sukanyaiyer2","2016-11-23 14:16:39","TRUE","798106810234191872","801429257008259072","4111561574","Twitter for Android","sukanyaiyer2","5","FALSE","FALSE" +"1255","1255","RT @IRS_India: So are you in support of the #demonetization or not? +Well, according to public opinion majority of the Indians sure are! +#Ma�","FALSE","0",NA,"2016-11-23 14:16:24","FALSE",NA,"801429196027346944",NA,"Pom July AI","PomBuzz","2","TRUE","FALSE" +"1256","1256","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:16:07","FALSE",NA,"801429125424644096",NA,"Twitter for Android","AsterixdeGaulle","30","TRUE","FALSE" +"1257","1257","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-23 14:15:13","FALSE",NA,"801428896394551296",NA,"Twitter Web Client","mgmnair","25","TRUE","FALSE" +"1258","1258","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 14:15:02","FALSE",NA,"801428851431710720",NA,"Twitter for Android","ramabav","18","TRUE","FALSE" +"1259","1259","RT @iarunmani: Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate i�","FALSE","0",NA,"2016-11-23 14:14:52","FALSE",NA,"801428808926658560",NA,"Twitter for Android","AnilSingh2810","9","TRUE","FALSE" +"1260","1260","RT @jairajp: One cartoon that explains everything that�s happening in #DeMonetization� Missed Target; Bad Execution; Severe Collateral Dama�","FALSE","0",NA,"2016-11-23 14:14:51","FALSE",NA,"801428803553611776",NA,"Twitter Web Client","mgmnair","5","TRUE","FALSE" +"1261","1261","RT @bishnoikuldeep: Govt hasn't exempted essential items like food, milk, public transport but exempted petrol&flights from #demonetization�","FALSE","0",NA,"2016-11-23 14:14:28","FALSE",NA,"801428707047079936",NA,"Twitter for Windows Phone","baldevkhokhar1","340","TRUE","FALSE" +"1262","1262","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/5Rgxh7EAB6","FALSE","1",NA,"2016-11-23 14:14:24","TRUE",NA,"801428691976785920",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1263","1263","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:14:14","FALSE",NA,"801428649001877504",NA,"Twitter for Android","bengaleebabu","112","TRUE","FALSE" +"1264","1264","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:14:01","FALSE",NA,"801428593372958720",NA,"Twitter for Android","Chandan_tndn","30","TRUE","FALSE" +"1265","1265","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 14:13:57","FALSE",NA,"801428577203920896",NA,"Twitter for Android","cerebration12","7","TRUE","FALSE" +"1266","1266","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:13:30","FALSE",NA,"801428462846218240",NA,"Twitter for iPhone","dhar2250","637","TRUE","FALSE" +"1267","1267","#Demonetization @RBI @narendramodi Bank officials can make monetization a failure. Stop the fraud and corruption going on in banks.","FALSE","0",NA,"2016-11-23 14:13:13","FALSE",NA,"801428392105181184",NA,"Twitter for Android","747alok","0","FALSE","FALSE" +"1268","1268","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:12:42","FALSE",NA,"801428261842591744",NA,"Twitter for iPhone","RealWorld_View","275","TRUE","FALSE" +"1269","1269","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:12:41","FALSE",NA,"801428258566737920",NA,"Twitter for iPhone","PrasannaDa","275","TRUE","FALSE" +"1270","1270","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 14:12:34","FALSE",NA,"801428229806432256",NA,"Twitter Web Client","FRENZIRAJ","7","TRUE","FALSE" +"1271","1271","@narendramodi @AmitShah Akali Dal is joining opposition party against #Demonetization but BJP is continuing with there coalition government.","FALSE","0","narendramodi","2016-11-23 14:12:33","FALSE",NA,"801428227210113024","18839785","Twitter for Android","SUSHANTBERI","0","FALSE","FALSE" +"1272","1272","Is that why someone from there is among the most vocal opponents of #Demonetization ? No wonder ! https://t.co/iUlZvzbJ5s","FALSE","1",NA,"2016-11-23 14:12:18","FALSE",NA,"801428163293114368",NA,"Twitter for Android","MohanRamadurai","0","FALSE","FALSE" +"1273","1273","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 14:11:49","FALSE",NA,"801428040018378752",NA,"Twitter for Windows Phone","subh851","14","TRUE","FALSE" +"1274","1274","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:11:26","FALSE",NA,"801427943419301888",NA,"Twitter for Android","NZSuresh","112","TRUE","FALSE" +"1275","1275","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:11:15","FALSE",NA,"801427898439782400",NA,"Twitter for Android","SamKhan999","120","TRUE","FALSE" +"1276","1276","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:11:14","FALSE",NA,"801427896388689920",NA,"Twitter for iPhone","RealWorld_View","112","TRUE","FALSE" +"1277","1277","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 14:11:14","FALSE",NA,"801427895583440896",NA,"Twitter for Android","manindr99110040","14","TRUE","FALSE" +"1278","1278","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:10:57","FALSE",NA,"801427822694699008",NA,"Twitter for Android","870f4906f95f4d8","30","TRUE","FALSE" +"1279","1279","#SC issued notice on transfer and stay petitions filed by centre to transfer all matters relating to #demonetization to one court. No Stay.","FALSE","0",NA,"2016-11-23 14:10:46","FALSE",NA,"801427776305664000",NA,"Twitter Web Client","Parichaylegal","0","FALSE","FALSE" +"1280","1280","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:10:23","FALSE",NA,"801427681925439488",NA,"Twitter for Android","OldSunil","275","TRUE","FALSE" +"1281","1281","93% support govt on #demonetization move. Parties, pls take note. Your voters support this move. At least now, conduct parliament business","FALSE","0",NA,"2016-11-23 14:10:22","FALSE",NA,"801427678393810944",NA,"Twitter for iPhone","nitshenoy","0","FALSE","FALSE" +"1282","1282","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 14:10:18","FALSE",NA,"801427659171340288",NA,"Twitter for Android","OldSunil","112","TRUE","FALSE" +"1283","1283","Indian PM @narendramodi lambasted critics of the #demonetization drive by saying they want #corruption #Bribery to continue. A great leader!","FALSE","0",NA,"2016-11-23 14:10:18","FALSE",NA,"801427657762086912",NA,"Twitter for Windows","Thinkedge","0","FALSE","FALSE" +"1284","1284","RT @coomarashish: C-Voter on #Demonetization: +Only 22% happy with implementation, when asked to mark the same, 66% says 'Good'. +@manakgupta�","FALSE","0",NA,"2016-11-23 14:10:07","FALSE",NA,"801427615265542144",NA,"Twitter for Windows Phone","subh851","1","TRUE","FALSE" +"1285","1285","@awasthis @5pm @News18India #Demonetization The way they are creating scenario/ Now BharatBandh this shall reduce image of opposition","FALSE","0","awasthis","2016-11-23 14:09:49","FALSE","801364929739706368","801427536869605376","71815077","Twitter Web Client","DrBMSharma","0","FALSE","FALSE" +"1286","1286","RT @dna: Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious https://t.co/yqe4ZrMEMz htt�","FALSE","0",NA,"2016-11-23 14:09:29","FALSE",NA,"801427453855993856",NA,"Twitter for Android","SameerChimmala1","2","TRUE","FALSE" +"1287","1287","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:09:24","FALSE",NA,"801427432746037248",NA,"Twitter for iPhone","NagrathRob","637","TRUE","FALSE" +"1288","1288","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:09:20","FALSE",NA,"801427415859798016",NA,"Twitter for Android","DUdawant","30","TRUE","FALSE" +"1289","1289","RT @yugaparivartan: Irony of our times. Jholachap economists who like giving 100Rs in NREGA opposing #Demonetization, while the free-market�","FALSE","0",NA,"2016-11-23 14:09:03","FALSE",NA,"801427343558508544",NA,"Twitter for Android","devn29","1","TRUE","FALSE" +"1290","1290","@awasthis @5pm @News18India #Demonetization : Opposition should go to constituencies help people have patience so it improves their image.","FALSE","0","awasthis","2016-11-23 14:09:00","FALSE","801364929739706368","801427334192513024","71815077","Twitter Web Client","DrBMSharma","0","FALSE","FALSE" +"1291","1291","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-23 14:08:56","FALSE",NA,"801427316391833600",NA,"Twitter for Android","deepaksam5","421","TRUE","FALSE" +"1292","1292","Left is going to file a petition in SC against govts decision on #demonetization . My que is why the hell don't you debate in parliament?","FALSE","6",NA,"2016-11-23 14:08:54","FALSE",NA,"801427309097947136",NA,"Twitter for Android","iarunmani","9","FALSE","FALSE" +"1293","1293","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 14:08:46","FALSE",NA,"801427272183885824",NA,"Twitter for Android","OldSunil","44","TRUE","FALSE" +"1294","1294","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/HbOZ0wN7cP","FALSE","0",NA,"2016-11-23 14:08:39","TRUE",NA,"801427244283367424",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1295","1295","RT @jankibaat1: From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi @PMOIndia #nam�","FALSE","0",NA,"2016-11-23 14:08:17","FALSE",NA,"801427152830808064",NA,"Mobile Web (M2)","Anilkum31759662","1","TRUE","FALSE" +"1296","1296","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:08:03","FALSE",NA,"801427091950403584",NA,"Twitter for Android","2023ajith","120","TRUE","FALSE" +"1297","1297","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 14:07:50","FALSE",NA,"801427037001056256",NA,"Twitter for Android","buntyrisky","12","TRUE","FALSE" +"1298","1298","EXCLUSIVE: Inside vijayshekhar's Paytm, the first 24 hours after #demonetization + +https://t.co/IdMgdpx0sz","FALSE","0",NA,"2016-11-23 14:07:06","FALSE",NA,"801426854834016256",NA,"IFTTT","perry_sharon_","0","FALSE","FALSE" +"1299","1299","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:06:47","FALSE",NA,"801426776467640320",NA,"Mobile Web (M5)","GaaAgrawal","30","TRUE","FALSE" +"1300","1300","Irony of our times. Jholachap economists who like giving 100Rs in NREGA opposing #Demonetization, while the free-marketists applauding!","FALSE","1",NA,"2016-11-23 14:06:27","FALSE",NA,"801426689414856704",NA,"Twitter Web Client","yugaparivartan","1","FALSE","FALSE" +"1301","1301","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:06:25","FALSE",NA,"801426683844706304",NA,"Twitter for iPhone","centreofleft","120","TRUE","FALSE" +"1302","1302","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 14:06:21","FALSE",NA,"801426664521502720",NA,"Twitter for iPhone","tweet_srt","33","TRUE","FALSE" +"1303","1303","They are all protesting against #Demonetization But how many of them have been so vocal about Corruption? Deliberat� https://t.co/N2HX5UQW0r","FALSE","3",NA,"2016-11-23 14:05:57","TRUE",NA,"801426565607264256",NA,"Twitter for Android","MohanRamadurai","5","FALSE","FALSE" +"1304","1304","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:05:57","FALSE",NA,"801426565523472384",NA,"Twitter for Android","savla_mittal","637","TRUE","FALSE" +"1305","1305","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 14:05:42","FALSE",NA,"801426503800070144",NA,"Twitter for Android","NiteShRajwade19","71","TRUE","FALSE" +"1306","1306","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:05:28","FALSE",NA,"801426441262899200",NA,"Twitter for Android","Hindu_Roar","30","TRUE","FALSE" +"1307","1307","#ndtv cooperate with the govt their decision of #demonetization is correct... Pls spread positive news about it...#jaihind","FALSE","0",NA,"2016-11-23 14:05:18","FALSE",NA,"801426401429749760",NA,"Mobile Web (M2)","AMITPANDEY0508","0","FALSE","FALSE" +"1308","1308","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:05:15","FALSE",NA,"801426388678938624",NA,"Twitter for Android","j1g4r333","637","TRUE","FALSE" +"1309","1309","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:05:07","FALSE",NA,"801426355590205440",NA,"Twitter for Android","dk12bm","30","TRUE","FALSE" +"1310","1310","How many parties opposing #demonetization on d basis of inconvenience 2 poor has on record helped poor 2 come out of prob?@MamataOfficial","FALSE","0",NA,"2016-11-23 14:04:53","FALSE",NA,"801426295494090752",NA,"Twitter Web Client","shreesha8","0","FALSE","FALSE" +"1311","1311","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:04:43","FALSE",NA,"801426255702683648",NA,"Mobile Web (M5)","kv_divakarkv","120","TRUE","FALSE" +"1312","1312","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 14:04:41","FALSE",NA,"801426247234396160",NA,"Twitter for Android","chessvasu","23","TRUE","FALSE" +"1313","1313","RT @nipfp_org_in: Read latest NIPFP blogpost titled ""#Demonetization: Cure and Care"", by Dr. Pinaki Chakraborty. +@pinakicha +https://t.co/L�","FALSE","0",NA,"2016-11-23 14:04:30","FALSE",NA,"801426198492368896",NA,"Mobile Web (M5)","lekhachakrabor1","1","TRUE","FALSE" +"1314","1314","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 14:04:03","FALSE",NA,"801426087087476736",NA,"Twitter for Android","seetharamakota1","18","TRUE","FALSE" +"1315","1315","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 14:03:52","FALSE",NA,"801426042468507648",NA,"Mobile Web (M5)","deepakpadki","22","TRUE","FALSE" +"1316","1316","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 14:03:41","FALSE",NA,"801425993697067008",NA,"Twitter for iPhone","raviohere","762","TRUE","FALSE" +"1317","1317","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 14:03:26","FALSE",NA,"801425931172769792",NA,"Twitter for Android","UnSubtleDesi","30","TRUE","FALSE" +"1318","1318","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 14:03:21","FALSE",NA,"801425910587150336",NA,"Twitter for Android","sp141_nith","275","TRUE","FALSE" +"1319","1319","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/MYD5ogLY4X","FALSE","1",NA,"2016-11-23 14:03:11","TRUE",NA,"801425868715212800",NA,"Twitter Web Client","jankibaat1","1","FALSE","FALSE" +"1320","1320","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:03:09","FALSE",NA,"801425861677383680",NA,"Twitter for Android","imrajthaker","270","TRUE","FALSE" +"1321","1321","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:03:07","FALSE",NA,"801425853531897856",NA,"Twitter for Android","GmaTarunkumar","637","TRUE","FALSE" +"1322","1322","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 14:03:03","FALSE",NA,"801425835622285312",NA,"Twitter for Android","Deepak00754","9","TRUE","FALSE" +"1323","1323","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 14:02:51","FALSE",NA,"801425785814777856",NA,"Twitter for iPhone","vadiinna","637","TRUE","FALSE" +"1324","1324","RT @bi_india: EXCLUSIVE: Inside @vijayshekhar's @Paytm, the first 24 hours after #demonetization + +https://t.co/2uJCMujeO8","FALSE","0",NA,"2016-11-23 14:02:51","FALSE",NA,"801425782631321600",NA,"Twitter Web Client","p_mulchandani","1","TRUE","FALSE" +"1325","1325","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 14:02:46","FALSE",NA,"801425765363544064",NA,"Twitter for iPhone","PyarSeMario","120","TRUE","FALSE" +"1326","1326","@Manjunaath people who think that #BJP will pay for the #demonetization are shortsighted","FALSE","0","Manjunaath","2016-11-23 14:02:45","FALSE","801403570843226112","801425759336173568","40935245","Fenix for Android","saisu","0","FALSE","FALSE" +"1327","1327","EXCLUSIVE: Inside @vijayshekhar's @Paytm, the first 24 hours after #demonetization + +https://t.co/2uJCMujeO8","FALSE","0",NA,"2016-11-23 14:02:22","FALSE",NA,"801425663349714944",NA,"Put your button on any page! ","bi_india","1","FALSE","FALSE" +"1328","1328","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 14:02:17","FALSE",NA,"801425641677557760",NA,"Twitter for Android","sbalyan","18","TRUE","FALSE" +"1329","1329","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 14:02:07","FALSE",NA,"801425600434970624",NA,"Twitter for Android","KasimRazvi2","762","TRUE","FALSE" +"1330","1330","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:01:30","FALSE",NA,"801425445669343232",NA,"Twitter for Android","HigherEd_India","270","TRUE","FALSE" +"1331","1331","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 14:01:17","FALSE",NA,"801425388773707776",NA,"Twitter for Android","AryaYatharth","12","TRUE","FALSE" +"1332","1332","@maitreesh on #demonetization ""ironically, this reform may even increase the stock of black money""...https://t.co/gHdkL2epAT @roadscholarz","FALSE","0","roadscholarz","2016-11-23 14:00:55","FALSE","797772605138702336","801425296897384448","254225460","Twitter Web Client","roadscholarz","0","FALSE","FALSE" +"1333","1333","RT @PtAmitSharma: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 14:00:35","FALSE",NA,"801425213124739072",NA,"Twitter for Android","harshalu","2","TRUE","FALSE" +"1334","1334","@suryanavin MD ItzCash , was live on ET talking about the impact of #Demonetization towards digitization in India. +https://t.co/B0rYYBkL2J","FALSE","3","SuryaNavin","2016-11-23 14:00:17","FALSE",NA,"801425139699052544","141885743","Twitter Web Client","ItzCash","5","FALSE","FALSE" +"1335","1335","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 14:00:12","FALSE",NA,"801425118903693312",NA,"Twitter for Android","Manu_Sakunia","270","TRUE","FALSE" +"1336","1336","Currency Ban: Rs21000 Cr Deposited in Jan Dhan Yojana A/c; Max frm West Bengal. Crazy stats #DeMonetization impact. https://t.co/uQ3BqfOAQi","FALSE","0",NA,"2016-11-23 14:00:06","FALSE",NA,"801425093859516416",NA,"TweetDeck","schaurasiya","0","FALSE","FALSE" +"1337","1337","86% of Indians from both rural & urban areas support #demonetization, feel it was worth the inconvenience https://t.co/60BAUHAnnV #india","FALSE","3",NA,"2016-11-23 14:00:06","FALSE",NA,"801425092194377728",NA,"Twitter Ads","LocalPressCo","1","FALSE","FALSE" +"1338","1338","RT @smita_muk: BREAKING NEWS +PMapps result amnounced! +90% Indians support #demonetization + +@narendramodi Zindabad!","FALSE","0",NA,"2016-11-23 13:59:54","FALSE",NA,"801425042831618048",NA,"Twitter for Android","BengalSanat","3","TRUE","FALSE" +"1339","1339","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:59:25","FALSE",NA,"801424919540146176",NA,"Twitter Web Client","springsreddy","14","TRUE","FALSE" +"1340","1340","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:59:24","FALSE",NA,"801424917551935488",NA,"Twitter for Android","Sir_Kattappa","112","TRUE","FALSE" +"1341","1341","Inside #Paytm the first 24 hours after #demonetization : https://t.co/EKWEnQFPIO #banking https://t.co/8q2dQxZiTn","FALSE","0",NA,"2016-11-23 13:58:17","FALSE",NA,"801424637179478016",NA,"Twitter Web Client","krunalvvyas","0","FALSE","FALSE" +"1342","1342","Why #demonetization would not stop graft +https://t.co/y1VfBxpMgf","FALSE","0",NA,"2016-11-23 13:58:09","FALSE",NA,"801424601830014976",NA,"Twitter for Windows","BeingAnish","0","FALSE","FALSE" +"1343","1343","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 13:57:33","FALSE",NA,"801424451258687488",NA,"Twitter for Android","gulshanzaadu","16","TRUE","FALSE" +"1344","1344","RT @CREDAINational: Dear @PMOIndia, CREDAI supports your #Demonetization drive, & we are geared up for a smoother transition towards a tran�","FALSE","0",NA,"2016-11-23 13:57:26","FALSE",NA,"801424421449711616",NA,"Twitter for Android","RSBHAT","4","TRUE","FALSE" +"1345","1345","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:57:12","FALSE",NA,"801424363400531968",NA,"Twitter for Android","strategy_indica","270","TRUE","FALSE" +"1346","1346","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 13:56:26","FALSE",NA,"801424171251154944",NA,"Twitter for Android","gulshanzaadu","23","TRUE","FALSE" +"1347","1347","RT @dnaAfterHrs: Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious https://t.co/oRYBrW�","FALSE","0",NA,"2016-11-23 13:56:11","FALSE",NA,"801424108227440640",NA,"Twitter for Android","dimplesingh00","4","TRUE","FALSE" +"1348","1348","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:56:08","FALSE",NA,"801424096382816256",NA,"Twitter for Android","DSGiri","275","TRUE","FALSE" +"1349","1349","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:55:50","FALSE",NA,"801424017508941824",NA,"Twitter for Android","TanvirA42152280","120","TRUE","FALSE" +"1350","1350","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:55:20","FALSE",NA,"801423892652773376",NA,"Twitter for Android","timane","270","TRUE","FALSE" +"1351","1351","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:55:19","FALSE",NA,"801423887435173888",NA,"Twitter for Android","DSGiri","270","TRUE","FALSE" +"1352","1352","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 13:54:45","FALSE",NA,"801423747152420864",NA,"Twitter for Android","Ramesh673S","18","TRUE","FALSE" +"1353","1353","RT @myvotetoday: 85% support #demonetization + +Is this more likely now or if #SupremeCourt has another midnight hearing to stay +execution o�","FALSE","0",NA,"2016-11-23 13:54:34","FALSE",NA,"801423699312332800",NA,"Twitter for Android","gulshanzaadu","8","TRUE","FALSE" +"1354","1354","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 13:54:31","FALSE",NA,"801423688893493248",NA,"Twitter for Android","girishalva","18","TRUE","FALSE" +"1355","1355","There is pain. There is suffering - Inflicted by #demonetization. Undoubtedly. The poorest are hit hardest - The... https://t.co/hM1bckZ9JA","FALSE","0",NA,"2016-11-23 13:54:29","FALSE",NA,"801423678890184704",NA,"Facebook","Demo_Kaisi","1","FALSE","FALSE" +"1356","1356","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/ZSaVPtNVnc","FALSE","0",NA,"2016-11-23 13:54:21","TRUE",NA,"801423646442913792",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1357","1357","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 13:54:17","FALSE",NA,"801423628696850432",NA,"Twitter for Android","BPCUran","18","TRUE","FALSE" +"1358","1358","@KashmirLobby so hw cm stone pelting stopped after #Demonetization. If they dn't care 4 bullets or pellets why do they care so much 4 money?","FALSE","0","KashmirLobby","2016-11-23 13:54:12","FALSE","801321022309941248","801423608404971520","1696190059","Twitter for Android","meenarita","0","FALSE","FALSE" +"1359","1359","RT @manishaBJP: #PareshRawal take on 500 and 1000 #note #demonetization +#Proud #Bankofficials #IndianRupee #Fight #Corruption #AccheDin #�","FALSE","0",NA,"2016-11-23 13:53:33","FALSE",NA,"801423446345453568",NA,"Twitter for iPhone","SSSSIDDDD","1","TRUE","FALSE" +"1360","1360","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:53:20","FALSE",NA,"801423388040425472",NA,"Twitter for Android","DSGiri","14","TRUE","FALSE" +"1361","1361","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:52:56","FALSE",NA,"801423289440579584",NA,"Twitter for Android","UnmeshDave1","637","TRUE","FALSE" +"1362","1362","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:52:47","FALSE",NA,"801423250026860544",NA,"Mobile Web (M5)","paulosev","120","TRUE","FALSE" +"1363","1363","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 13:52:37","FALSE",NA,"801423207614005248",NA,"Twitter for Android","DSGiri","30","TRUE","FALSE" +"1364","1364","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:52:29","FALSE",NA,"801423175183638528",NA,"Twitter for Android","veenapatel_26","270","TRUE","FALSE" +"1365","1365","How will inflation and interest rates react to #Demonetization? +Read our views here - https://t.co/kFCVgHbNdL https://t.co/MpDhS6GUGW","FALSE","0",NA,"2016-11-23 13:52:26","FALSE",NA,"801423162185420800",NA,"Twitter Web Client","FTIIndia","1","FALSE","FALSE" +"1366","1366","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:52:19","FALSE",NA,"801423133731229696",NA,"Twitter for Android","Suhana41","14","TRUE","FALSE" +"1367","1367","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:52:14","FALSE",NA,"801423113627930624",NA,"Twitter for Android","Nonstp_Nonsense","120","TRUE","FALSE" +"1368","1368","@kunfaaya @TarekFatah or is he f***ed by modi and gone mad after #demonetization","FALSE","0","kunfaaya","2016-11-23 13:51:57","FALSE","801419662667972608","801423040068231168","1516231519","Twitter for Android","nitinurpal","0","FALSE","FALSE" +"1369","1369","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:51:47","FALSE",NA,"801422998527942656",NA,"Twitter for Android","kundanpathakk","112","TRUE","FALSE" +"1370","1370","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:51:11","FALSE",NA,"801422849147883520",NA,"Twitter for Android","sumiitsharma","637","TRUE","FALSE" +"1371","1371","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:50:47","FALSE",NA,"801422749310840832",NA,"Twitter for Android","NoUlluBanaveeng","637","TRUE","FALSE" +"1372","1372","Many things to @narendramodi ji for #Demonetization. We are with u","FALSE","0",NA,"2016-11-23 13:50:12","FALSE",NA,"801422599557255168",NA,"Twitter for Windows Phone","himanshuerarora","0","FALSE","FALSE" +"1373","1373","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 13:50:10","FALSE",NA,"801422591948832768",NA,"Twitter for Android","veerasiva_reddy","33","TRUE","FALSE" +"1374","1374","@narendramodi ur decision was ri8 on #Demonetization but implementation on ground level is not executed well people r suffered","FALSE","1","narendramodi","2016-11-23 13:49:36","FALSE",NA,"801422452190367744","18839785","Twitter for Windows Phone","RameshkAcharya","0","FALSE","FALSE" +"1375","1375","India just made a big mistake with its currency ban https://t.co/9sEkhTMPPi #DeMonetization #LarrySummers #Perspective #India","FALSE","3",NA,"2016-11-23 13:48:50","FALSE",NA,"801422256454799360",NA,"Twitter Web Client","jmathewgeorge","0","FALSE","FALSE" +"1376","1376","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:48:47","FALSE",NA,"801422243498704896",NA,"Twitter for Android","libran1304","14","TRUE","FALSE" +"1377","1377","None of the opposition is holding protest against Ceasefire Violation,the Mutilation, only #demonetization bcoz they care for there money","FALSE","0",NA,"2016-11-23 13:48:30","FALSE",NA,"801422171360743424",NA,"Twitter Web Client","mystiquethinker","0","FALSE","FALSE" +"1378","1378","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 13:48:10","FALSE",NA,"801422091580911616",NA,"Twitter for Android","Suhana41","44","TRUE","FALSE" +"1379","1379","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:48:07","FALSE",NA,"801422077924413440",NA,"Twitter for iPhone","diwakarkhetan","14","TRUE","FALSE" +"1380","1380","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-23 13:48:02","FALSE",NA,"801422054696230912",NA,"Twitter for Android","Ash_Ventura","1042","TRUE","FALSE" +"1381","1381","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:47:52","FALSE",NA,"801422012224704512",NA,"Twitter for Android","Ash_Ventura","637","TRUE","FALSE" +"1382","1382","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 13:47:38","FALSE",NA,"801421956973096960",NA,"Twitter for Android","Suhana41","49","TRUE","FALSE" +"1383","1383","RT @AnandM25_TNIE: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 13:47:26","FALSE",NA,"801421906024939520",NA,"Twitter for Android","Suhana41","16","TRUE","FALSE" +"1384","1384","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 13:47:15","FALSE",NA,"801421858897694720",NA,"Twitter for Android","Suhana41","36","TRUE","FALSE" +"1385","1385","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:46:59","FALSE",NA,"801421790178201600",NA,"Twitter for Android","Suhana41","270","TRUE","FALSE" +"1386","1386","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:46:32","FALSE",NA,"801421678735540224",NA,"Twitter for Android","Suhana41","112","TRUE","FALSE" +"1387","1387","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:46:30","FALSE",NA,"801421668321136640",NA,"Twitter Web Client","vin_indiain","14","TRUE","FALSE" +"1388","1388","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:46:28","FALSE",NA,"801421662709129216",NA,"Twitter Web Client","ashutosh614","275","TRUE","FALSE" +"1389","1389","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 13:46:27","FALSE",NA,"801421656832942080",NA,"Twitter for iPhone","upma23","30","TRUE","FALSE" +"1390","1390","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:46:14","FALSE",NA,"801421604743880704",NA,"Twitter for Android","Suhana41","275","TRUE","FALSE" +"1391","1391","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:46:14","FALSE",NA,"801421602793590784",NA,"Twitter for Android","mayurpatel1661","14","TRUE","FALSE" +"1392","1392","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:46:09","FALSE",NA,"801421583986266112",NA,"Twitter for Android","naveen_maanju","275","TRUE","FALSE" +"1393","1393","Most of us will just prefer to follow the road. +Even though the opposition suggests we follow the signs!� https://t.co/bo1r2PyhWM","FALSE","0",NA,"2016-11-23 13:46:08","TRUE",NA,"801421576453443584",NA,"Buffer","ranjivk59","0","FALSE","FALSE" +"1394","1394","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:45:57","FALSE",NA,"801421532962562048",NA,"Twitter Web Client","MMTAL1243","14","TRUE","FALSE" +"1395","1395","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:45:56","FALSE",NA,"801421529191878656",NA,"Twitter for Android","Suhana41","637","TRUE","FALSE" +"1396","1396","70+ people dead because of #Demonetization - Sources. + +Which is that Source?","FALSE","0",NA,"2016-11-23 13:45:46","FALSE",NA,"801421485957124096",NA,"Facebook","mahesh9964","0","FALSE","FALSE" +"1397","1397","RT @JaiPoswal1995: 92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg�","FALSE","0",NA,"2016-11-23 13:45:30","FALSE",NA,"801421416478318592",NA,"Twitter for Android","HinduRajyam","14","TRUE","FALSE" +"1398","1398","RT @smita_muk: BREAKING NEWS +PMapps result amnounced! +90% Indians support #demonetization + +@narendramodi Zindabad!","FALSE","0",NA,"2016-11-23 13:45:09","FALSE",NA,"801421328754429952",NA,"Twitter for Android","nusr100","3","TRUE","FALSE" +"1399","1399","RT @shashidigital: #Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","0",NA,"2016-11-23 13:44:59","FALSE",NA,"801421286970822656",NA,"Twitter Web Client","rsrirams","5","TRUE","FALSE" +"1400","1400","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:44:38","FALSE",NA,"801421198731149312",NA,"Twitter for Windows Phone","Shubhammarian","120","TRUE","FALSE" +"1401","1401","RT @sandipsabharwal: Make #Demonetization successful dont pay cash to +Your doctor +Advisor +Lawyer +Designer,interior decorator etc +&more imp�","FALSE","0",NA,"2016-11-23 13:44:25","FALSE",NA,"801421147426406400",NA,"Twitter for Android","dhruvbhim","29","TRUE","FALSE" +"1402","1402","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 13:44:25","FALSE",NA,"801421146797342720",NA,"Twitter for Android","vkn2904","30","TRUE","FALSE" +"1403","1403","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 13:44:25","FALSE",NA,"801421145648066560",NA,"Twitter for iPhone","Hibadnan","520","TRUE","FALSE" +"1404","1404","RT @CREDAINational: Dear @PMOIndia, CREDAI supports your #Demonetization drive, & we are geared up for a smoother transition towards a tran�","FALSE","0",NA,"2016-11-23 13:44:24","FALSE",NA,"801421139767607296",NA,"Twitter for iPhone","kalpesh250679","4","TRUE","FALSE" +"1405","1405","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:44:21","FALSE",NA,"801421131047538688",NA,"Twitter for Android","its19anand","275","TRUE","FALSE" +"1406","1406","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 13:44:13","FALSE",NA,"801421095685369856",NA,"Twitter for iPhone","dsrana159","47","TRUE","FALSE" +"1407","1407","RT @Suparna_Singh: Among most-read now: @MalikAshok on why PM Modi was placed well to move for #demonetization https://t.co/AdqIY1zbUm","FALSE","0",NA,"2016-11-23 13:44:05","FALSE",NA,"8.01421063339e+17",NA,"Twitter for iPhone","Bindaas_jhakaas","23","TRUE","FALSE" +"1408","1408","C-Voter on #Demonetization: +Only 22% happy with implementation, when asked to mark the same, 66% says 'Good'. +@manakgupta @yrdeshmukh","FALSE","1","coomarashish","2016-11-23 13:43:57","FALSE","801419740073717760","801421027343376384","2523550260","Mobile Web (M2)","coomarashish","1","FALSE","FALSE" +"1409","1409","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:43:51","FALSE",NA,"801421001976225792",NA,"Twitter for Android","nilleo007","270","TRUE","FALSE" +"1410","1410","92% people support @narendramodi's #Demonetization on #Modi App & insist decision should not be back +https://t.co/2lelg33VkD +@HinduRajyam","FALSE","16",NA,"2016-11-23 13:43:16","FALSE",NA,"801420857918648320",NA,"Twitter for Android","JaiPoswal1995","14","FALSE","FALSE" +"1411","1411","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 13:43:15","FALSE",NA,"801420851174404096",NA,"Twitter for Android","dhruvbhim","12","TRUE","FALSE" +"1412","1412","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:43:15","FALSE",NA,"801420850805125120",NA,"Twitter Web Client","anupblr","270","TRUE","FALSE" +"1413","1413","RT @News_Pictures1: #Delhi: #SamajwadiParty's Jaya Bachchan joins #TMC protest at Jantar Mantar over #demonetization issue https://t.co/p5D�","FALSE","0",NA,"2016-11-23 13:43:08","FALSE",NA,"801420823516966912",NA,"Twitter for Android","Suhana41","1","TRUE","FALSE" +"1414","1414","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:42:49","FALSE",NA,"801420743099744256",NA,"Twitter for iPhone","benchandra7","637","TRUE","FALSE" +"1415","1415","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 13:42:40","FALSE",NA,"801420705220804608",NA,"Twitter for iPhone","sgirimadasu","33","TRUE","FALSE" +"1416","1416","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:42:27","FALSE",NA,"801420649797480448",NA,"Twitter for Android","Sintoossingh","270","TRUE","FALSE" +"1417","1417","BREAKING NEWS +PMapps result amnounced! +90% Indians support #demonetization + +@narendramodi Zindabad!","FALSE","4",NA,"2016-11-23 13:42:26","FALSE",NA,"801420647993774080",NA,"Twitter for Android","smita_muk","3","FALSE","FALSE" +"1418","1418","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:42:19","FALSE",NA,"801420618637934592",NA,"Twitter for iPhone","YaDangayach","637","TRUE","FALSE" +"1419","1419","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:42:17","FALSE",NA,"801420607384616960",NA,"Twitter for Android","glavanyag","120","TRUE","FALSE" +"1420","1420","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:41:55","FALSE",NA,"801420517622378496",NA,"Twitter for Android","snigdhadev92","637","TRUE","FALSE" +"1421","1421","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:41:41","FALSE",NA,"801420458063036416",NA,"Mobile Web (M5)","nachikethass","120","TRUE","FALSE" +"1422","1422","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:41:23","FALSE",NA,"801420381965860864",NA,"Twitter for Android","NoMoFa","275","TRUE","FALSE" +"1423","1423","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:41:22","FALSE",NA,"801420379273170944",NA,"Twitter Web Client","InnovativeHindu","270","TRUE","FALSE" +"1424","1424","RT @asiannewsindia: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/3pfMqU�","FALSE","0",NA,"2016-11-23 13:41:12","FALSE",NA,"801420338173132800",NA,"Twitter for Android","Suhana41","1","TRUE","FALSE" +"1425","1425","RT @pGurus1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnS�","FALSE","0",NA,"2016-11-23 13:41:11","FALSE",NA,"801420333248966656",NA,"Twitter Web Client","biswajeetdash","30","TRUE","FALSE" +"1426","1426","Before the Bypolls, this will decide #Demonetization of Modi ! +After the results, Bypolls has nothing to do with... https://t.co/VUhCt21bry","FALSE","0",NA,"2016-11-23 13:41:11","FALSE",NA,"801420331793707008",NA,"Facebook","ShrikantShrik","0","FALSE","FALSE" +"1427","1427","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 13:41:00","FALSE",NA,"801420286142939136",NA,"Twitter for Android","ParthPa07241800","47","TRUE","FALSE" +"1428","1428","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:40:51","FALSE",NA,"801420247043448832",NA,"Twitter for Android","amaravatimonk","637","TRUE","FALSE" +"1429","1429","RT @PtAmitSharma: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:40:46","FALSE",NA,"801420228173434880",NA,"Twitter for Android","quest_illusion","2","TRUE","FALSE" +"1430","1430","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:40:33","FALSE",NA,"801420174624624640",NA,"Twitter for Android","Imfakhir","120","TRUE","FALSE" +"1431","1431","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 13:40:33","FALSE",NA,"801420171374043136",NA,"Twitter for Android","Ck54C","520","TRUE","FALSE" +"1432","1432","RT @KaranArora: Impact of #Demonetization on payments at supermarkets and hyper-markets owned by Future Retail. https://t.co/etjYaILgmM","FALSE","0",NA,"2016-11-23 13:40:31","FALSE",NA,"801420163916722176",NA,"Twitter for iPhone","chinmaytrivedi","1","TRUE","FALSE" +"1433","1433","I really don't understand why #NarendraModi making announcements at meetings and functions. Not at the parliament house. #Demonetization","FALSE","0",NA,"2016-11-23 13:40:19","FALSE",NA,"801420115229061120",NA,"Twitter for Android","sugashwar","0","FALSE","FALSE" +"1434","1434","@ggiittiikkaa first explain why Dumb Bhakt logic failed ... that #demonetization didn't stop terrorism ??","FALSE","0","Tolerant_Bhakt","2016-11-23 13:40:18","FALSE","801418941583110144","801420108908216320","775581928015540224","Twitter for iPhone","Tolerant_Bhakt","0","FALSE","FALSE" +"1435","1435","#Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/P6HkkDVa3b @upma23 @UnSubtleDesi","FALSE","21",NA,"2016-11-23 13:40:15","FALSE",NA,"801420095646027776",NA,"Hootsuite","pGurus1","30","FALSE","FALSE" +"1436","1436","India�s �parallel� economy under attack with #demonetization +Know more: https://t.co/2W8EJlnd93 +#currency #liquidity https://t.co/iaX4MMZV2R","FALSE","0",NA,"2016-11-23 13:40:00","FALSE",NA,"801420036397264896",NA,"HubSpot","Aranca_IR","0","FALSE","FALSE" +"1437","1437","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 13:39:53","FALSE",NA,"801420006646890496",NA,"Twitter for Android","jeejaprash","18","TRUE","FALSE" +"1438","1438","RT @Retributions: Can the government gain a major windfall from #demonetization ? ( short answer: no one knows---not even RBI) https://t.co�","FALSE","0",NA,"2016-11-23 13:39:46","FALSE",NA,"801419977672818688",NA,"Twitter for iPhone","Bindaas_jhakaas","4","TRUE","FALSE" +"1439","1439","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 13:39:36","FALSE",NA,"801419933137727488",NA,"Mobile Web (M5)","oshail","12","TRUE","FALSE" +"1440","1440","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:39:26","FALSE",NA,"801419893471989760",NA,"Twitter for Android","rainaaditya","637","TRUE","FALSE" +"1441","1441","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 13:39:13","FALSE",NA,"801419835364118528",NA,"Twitter for Windows Phone","subh851","123","TRUE","FALSE" +"1442","1442","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:39:06","FALSE",NA,"801419808327798784",NA,"Twitter Web Client","das_yadav","275","TRUE","FALSE" +"1443","1443","Dear Sir (@akhileshyadav) our program for providing daily meals to all our workers in UP is a testimony that we sup� https://t.co/wP1gEZBeQ2","FALSE","1","CREDAINational","2016-11-23 13:39:03","TRUE","801417536277356544","801419793282670592","551706549","Twitter Web Client","CREDAINational","0","FALSE","FALSE" +"1444","1444","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:38:47","FALSE",NA,"801419726090096640",NA,"Twitter for Android","TomendraSD","637","TRUE","FALSE" +"1445","1445","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:38:25","FALSE",NA,"801419636721864704",NA,"Twitter for Android","imalok30","270","TRUE","FALSE" +"1446","1446","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:37:58","FALSE",NA,"801419522154659840",NA,"Twitter for Android","techie_aman","637","TRUE","FALSE" +"1447","1447","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:37:32","FALSE",NA,"801419412720844800",NA,"Twitter for Android","deepakrwagh2002","275","TRUE","FALSE" +"1448","1448","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:37:05","FALSE",NA,"801419298992332800",NA,"Twitter for Android","itsabdiofficial","120","TRUE","FALSE" +"1449","1449","I doubt v can evr be a Developed Nation with such Political Class. All #VishalDhanWale hv gathered for #VishalJanSabha agnst #Demonetization","FALSE","1",NA,"2016-11-23 13:37:00","FALSE",NA,"801419280956985344",NA,"Twitter Web Client","RahulRN_27","2","FALSE","FALSE" +"1450","1450","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:36:59","FALSE",NA,"801419275403542528",NA,"Twitter for iPhone","proudindian1972","112","TRUE","FALSE" +"1451","1451","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 13:36:53","FALSE",NA,"801419251559071744",NA,"Twitter for Android","SowmenMitter","16","TRUE","FALSE" +"1452","1452","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:35:58","FALSE",NA,"801419021048565760",NA,"Twitter for Android","jignesh_butani","637","TRUE","FALSE" +"1453","1453","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 13:35:29","FALSE",NA,"801418896687382528",NA,"Twitter for Android","9845439969Karan","123","TRUE","FALSE" +"1454","1454","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 13:35:14","FALSE",NA,"801418833927938048",NA,"Twitter for iPhone","vinirish","123","TRUE","FALSE" +"1455","1455","RT @_WomanInAttic: I can see this #demonetization plan failing, with new guidelines being thrown at us every other day. Can you?","FALSE","0",NA,"2016-11-23 13:35:07","FALSE",NA,"801418805759115264",NA,"Twitter for Android","_WomanInAttic","1","TRUE","FALSE" +"1456","1456","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:35:05","FALSE",NA,"801418796896501760",NA,"Twitter for Android","SusantaKar3","112","TRUE","FALSE" +"1457","1457","Watching @yrdeshmukh sir in a debate with @manakgupta on News24 on #Demonetization..","FALSE","0",NA,"2016-11-23 13:35:01","FALSE",NA,"801418780836401152",NA,"Mobile Web (M2)","coomarashish","1","FALSE","FALSE" +"1458","1458","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:34:53","FALSE",NA,"801418744928956416",NA,"Twitter for iPhone","SickulerHaunter","637","TRUE","FALSE" +"1459","1459","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:34:51","FALSE",NA,"801418739287814144",NA,"Mobile Web (M5)","RanaAyyub","120","TRUE","FALSE" +"1460","1460","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:34:38","FALSE",NA,"801418682886852608",NA,"Twitter for Android","BansaNirmal","112","TRUE","FALSE" +"1461","1461","If you find him, please remind him that he is our new RBI Governor. + +#Demonetization #RBIGov #UrjitPatel","FALSE","0",NA,"2016-11-23 13:34:36","FALSE",NA,"801418675903348736",NA,"Twitter for Android","praveeNkumarpkk","0","FALSE","FALSE" +"1462","1462","RT @tweetmods: So Jaya Bachchan joins Mamata in her protest while hubby and bahu public lauded Modi's #demonetization move. Ha!","FALSE","0",NA,"2016-11-23 13:34:28","FALSE",NA,"801418640356560896",NA,"Twitter for Android","Suhana41","1","TRUE","FALSE" +"1463","1463","RT @shashidigital: #Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","0",NA,"2016-11-23 13:33:46","FALSE",NA,"801418463658901504",NA,"Twitter for iPhone","Vyomnaut","5","TRUE","FALSE" +"1464","1464","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:33:42","FALSE",NA,"801418447762505728",NA,"Twitter for iPhone","jangidvikash","275","TRUE","FALSE" +"1465","1465","#Paytm launches app-based POS to bring more merchants on-board +https://t.co/6k8PhdrKCr +#MobileApp #Demonetization #CIOL","FALSE","0",NA,"2016-11-23 13:33:32","FALSE",NA,"801418407136600064",NA,"SocialOomph","CIOL_NEWS","0","FALSE","FALSE" +"1466","1466","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:33:25","FALSE",NA,"801418378246176768",NA,"Twitter for Android","DeepaliJd","270","TRUE","FALSE" +"1467","1467","@srivatsayb @gsurya thre's no connection whatsoever betn Note ban n War,war wid Pak is already on,#Demonetization is extra pain Modi gave us","FALSE","1","srivatsayb","2016-11-23 13:33:17","FALSE","801403030797107200","801418345652174848","45261768","Twitter Web Client","ncamd","0","FALSE","FALSE" +"1468","1468","RT @shashidigital: #Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","0",NA,"2016-11-23 13:33:12","FALSE",NA,"801418322004807680",NA,"Twitter for iPhone","Anjuherself","5","TRUE","FALSE" +"1469","1469","RT @shashidigital: #Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","0",NA,"2016-11-23 13:32:40","FALSE",NA,"801418186851659776",NA,"Mobile Web (M5)","rx676","5","TRUE","FALSE" +"1470","1470","RT @BhairaviAshar: and #Demonetization + +I share my views, based in values that I hold dear. Old-fashioned? So be it. :) + +https://t�","FALSE","0",NA,"2016-11-23 13:32:20","FALSE",NA,"801418104635060224",NA,"Twitter Web Client","IntegralUnity","7","TRUE","FALSE" +"1471","1471","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 13:31:52","FALSE",NA,"801417988641390592",NA,"Twitter for Android","GirishSharma32","9","TRUE","FALSE" +"1472","1472","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:31:49","FALSE",NA,"801417973240123392",NA,"Twitter for Android","frnd4all","270","TRUE","FALSE" +"1473","1473","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:31:35","FALSE",NA,"801417917782839296",NA,"Twitter for iPad","Kumbha","637","TRUE","FALSE" +"1474","1474","#Demonetization public sentiment holding up as first deadline nears https://t.co/lklWbQMDV4","FALSE","5",NA,"2016-11-23 13:31:28","FALSE",NA,"801417888636616704",NA,"Twitter for Android","shashidigital","5","FALSE","FALSE" +"1475","1475","#DeModitisation_March It is reported that many INC leaders post #Demonetization have been reporting to Cardiologists .Any Inference ?","FALSE","0",NA,"2016-11-23 13:31:08","FALSE",NA,"801417803676815360",NA,"Twitter Web Client","True_mind777","0","FALSE","FALSE" +"1476","1476","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:30:31","FALSE",NA,"801417649183825920",NA,"Twitter for Android","neelamrr1974","637","TRUE","FALSE" +"1477","1477","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 13:30:14","FALSE",NA,"801417576488181760",NA,"Twitter for Android","YashodanandanS","520","TRUE","FALSE" +"1478","1478","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 13:29:18","FALSE",NA,"801417341187653632",NA,"Twitter for Android","frostdeeds","7","TRUE","FALSE" +"1479","1479","our economy is going to catapult itself to the higher orbit with confidence, might, power n glory. #demonetization @narendramodi @BJPLive","FALSE","0",NA,"2016-11-23 13:29:02","FALSE",NA,"801417273982390272",NA,"Twitter for Android","Avinashsethigrd","0","FALSE","FALSE" +"1480","1480","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:28:48","FALSE",NA,"801417213647486976",NA,"Twitter for iPhone","rtk_mahajan","637","TRUE","FALSE" +"1481","1481","So this is basically those who have the Narendra Modi App? Why are you shocked? #demonetization https://t.co/sawbHMXmgt","FALSE","0",NA,"2016-11-23 13:28:45","FALSE",NA,"801417204088438784",NA,"Twitter for iPhone","The_Purple_Weed","0","FALSE","FALSE" +"1482","1482","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:28:24","FALSE",NA,"801417116842856448",NA,"Twitter for Android","sampadscales","112","TRUE","FALSE" +"1483","1483","#Demonetization: The Ultimate Weapon against Black economy https://t.co/Nc9IiMDrKX via IndiaFactsOrg","FALSE","0",NA,"2016-11-23 13:28:24","FALSE",NA,"801417113625837568",NA,"IFTTT","ShashankTweeps","0","FALSE","FALSE" +"1484","1484","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 13:28:17","FALSE",NA,"801417086287380480",NA,"Twitter for Android","InnovativeHindu","7","TRUE","FALSE" +"1485","1485","RT @vimuktaatma: And then there's this... +https://t.co/rSvWd5hrFt +So, if you really think that this #Demonetization move has struck at fake�","FALSE","0",NA,"2016-11-23 13:27:04","FALSE",NA,"801416778962194432",NA,"Twitter Web Client","vinaleekha1","13","TRUE","FALSE" +"1486","1486","Govt. to hold parleys with oppn to break deadlock over #demonetization https://t.co/uBGIgk3BuS","FALSE","0",NA,"2016-11-23 13:27:00","FALSE",NA,"801416761568395264",NA,"Twitter Web Client","unmeshgujarathi","0","FALSE","FALSE" +"1487","1487","Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious� https://t.co/6kEyanHge5","FALSE","5",NA,"2016-11-23 13:26:59","TRUE",NA,"801416759144132608",NA,"Twitter Web Client","dnaAfterHrs","4","FALSE","FALSE" +"1488","1488","Ekjactly RR wud have made noise on this blunder mistake..you are mistaken #BJP wanted him back but he gracefully le� https://t.co/ITGySNVfhK","FALSE","1",NA,"2016-11-23 13:26:54","TRUE",NA,"801416738227294208",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"1489","1489","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 13:26:39","FALSE",NA,"801416672934404096",NA,"Twitter for Android","mvnair212","7","TRUE","FALSE" +"1490","1490","Watch: Somebody made a spoof video on #demonetization with #AeDilHaiMushkil trailer and it's hilarious� https://t.co/hcdTC4pyW1","FALSE","11",NA,"2016-11-23 13:26:38","TRUE",NA,"801416670434603008",NA,"Twitter Web Client","dna","2","FALSE","FALSE" +"1491","1491","#Demonetization: The Ultimate Weapon against Black economy https://t.co/mLqCJKgUXu via IndiaFactsOrg","FALSE","0",NA,"2016-11-23 13:26:32","FALSE",NA,"801416645029883904",NA,"IFTTT","thehotbharatiya","0","FALSE","FALSE" +"1492","1492","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:26:23","FALSE",NA,"801416608984027136",NA,"Twitter for iPhone","devyanidilli","112","TRUE","FALSE" +"1493","1493","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:26:23","FALSE",NA,"801416606026973184",NA,"Twitter for Android","diwakarr85","270","TRUE","FALSE" +"1494","1494","RT @pratap_bose: This is the most beautiful post I have seen in these last few turbulent days @devduttmyth #demonetization #CorruptionCle�","FALSE","0",NA,"2016-11-23 13:26:14","FALSE",NA,"801416570983645184",NA,"Twitter for Android","Indian_Liars","125","TRUE","FALSE" +"1495","1495","Yes ! If pink note can change to grey due to turbo-electric effect, I don't think it's difficult to solve these wit� https://t.co/FBcWQtkvRO","FALSE","1",NA,"2016-11-23 13:26:13","TRUE",NA,"801416564390043648",NA,"Mobile Web (M5)","JoelVinayKumar","0","FALSE","FALSE" +"1496","1496","RT @IndiaFactsOrg: #Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","0",NA,"2016-11-23 13:26:11","FALSE",NA,"801416558144724992",NA,"Twitter for Android","malathik1129","7","TRUE","FALSE" +"1497","1497","RT @pratap_bose: This is the most beautiful post I have seen in these last few turbulent days @devduttmyth #demonetization #CorruptionCle�","FALSE","0",NA,"2016-11-23 13:26:10","FALSE",NA,"801416553824600064",NA,"Twitter for Android","goutamsahoo1983","125","TRUE","FALSE" +"1498","1498","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:26:03","FALSE",NA,"801416523923525632",NA,"Twitter for Android","kumarbambam","637","TRUE","FALSE" +"1499","1499","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 13:25:51","FALSE",NA,"801416473495281664",NA,"Twitter for Android","kailashkaushik8","16","TRUE","FALSE" +"1500","1500","RT @pratap_bose: This is the most beautiful post I have seen in these last few turbulent days @devduttmyth #demonetization #CorruptionCle�","FALSE","0",NA,"2016-11-23 13:25:24","FALSE",NA,"801416360366641152",NA,"Twitter Web Client","mgrg7","125","TRUE","FALSE" +"1501","1501","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:25:13","FALSE",NA,"801416314522836992",NA,"Twitter for Windows Phone","mishtee2","275","TRUE","FALSE" +"1502","1502","#Demonetization: The Ultimate Weapon against Black economy https://t.co/fWvEuH2De6 via @IndiaFactsOrg","FALSE","6",NA,"2016-11-23 13:25:00","FALSE",NA,"801416260831494144",NA,"TweetDeck","IndiaFactsOrg","7","FALSE","FALSE" +"1503","1503","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:24:59","FALSE",NA,"801416254837981184",NA,"Twitter for iPhone","pppsandeep","637","TRUE","FALSE" +"1504","1504","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 13:24:53","FALSE",NA,"801416228942348288",NA,"Twitter for Android","SonaChele1","36","TRUE","FALSE" +"1505","1505","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:24:52","FALSE",NA,"801416226627059712",NA,"Twitter for Android","csuriyakumar","270","TRUE","FALSE" +"1506","1506","Forget AQI of Delhi. I wonder what's the BQI (Brain Quality Index) of Mr. #ArvindKejriwal! #VishalJanSabha� https://t.co/53bbcu88ym","FALSE","1",NA,"2016-11-23 13:24:23","TRUE",NA,"801416104996380672",NA,"Twitter Web Client","RahulRN_27","0","FALSE","FALSE" +"1507","1507","@Sharmistha_GK By raising ques. on #demonetization you r raising ques. on ur father who lauded this step by Modi Ji #DeModitisation_March","FALSE","0","Sharmistha_GK","2016-11-23 13:24:19","FALSE","801383065549316096","801416089187926016","2938972718","Twitter for Android","SUSHANTBERI","0","FALSE","FALSE" +"1508","1508","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:24:09","FALSE",NA,"801416045332463616",NA,"Twitter for Android","rammohanbajpai","270","TRUE","FALSE" +"1509","1509","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:23:55","FALSE",NA,"801415987836944384",NA,"Twitter for Android","kumarbambam","112","TRUE","FALSE" +"1510","1510","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:22:42","FALSE",NA,"801415680805507072",NA,"Twitter for Android","DebuDRed","270","TRUE","FALSE" +"1511","1511","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:22:16","FALSE",NA,"801415572927827968",NA,"Twitter Web Client","JayHinduRastram","637","TRUE","FALSE" +"1512","1512","RT @CREDAINational: Dear @PMOIndia, CREDAI supports your #Demonetization drive, & we are geared up for a smoother transition towards a tran�","FALSE","0",NA,"2016-11-23 13:22:03","FALSE",NA,"801415515210027008",NA,"Twitter for iPhone","manishanataraj","4","TRUE","FALSE" +"1513","1513","(Mashable) #Demonetization: #Teen commits suicide in India after failing to withdraw cash.. https://t.co/5AoYZ33Shv https://t.co/CmObPaQ2u8","FALSE","0",NA,"2016-11-23 13:22:00","FALSE",NA,"801415502648086528",NA,"Java to Twitter","inusanewscom","0","FALSE","FALSE" +"1514","1514","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:21:59","FALSE",NA,"801415502233038848",NA,"Twitter for Android","Kamaalsharma","637","TRUE","FALSE" +"1515","1515","Dear @PMOIndia, CREDAI supports your #Demonetization drive, & we are geared up for a smoother transition towards a� https://t.co/qgOhfYD81t","FALSE","5",NA,"2016-11-23 13:21:46","TRUE",NA,"801415443810394112",NA,"Twitter Web Client","CREDAINational","4","FALSE","FALSE" +"1516","1516","#NortheastIndia #Demonetization, the dreaded 'D' word has made its presence felt widely in not only the... https://t.co/BI9xf431QZ","FALSE","0",NA,"2016-11-23 13:21:45","FALSE",NA,"801415440115372032",NA,"Facebook","shwetarajkanwar","0","FALSE","FALSE" +"1517","1517","700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. +#DeModitisation_March +#Demonetization","FALSE","7",NA,"2016-11-23 13:21:21","FALSE",NA,"801415340811059200",NA,"Twitter for Android","GehlawatSid","4","FALSE","FALSE" +"1518","1518","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:21:04","FALSE",NA,"801415268425728000",NA,"Twitter for Android","Abhitweetzz","637","TRUE","FALSE" +"1519","1519","RT @ZestMoney: Day in the Life of Cashless Man #DigitalIndia #GoCashless #Demonetization #Startup @JainSaurabh85 +https://t.co/2CZyK5UqHA","FALSE","0",NA,"2016-11-23 13:20:47","FALSE",NA,"801415198271643648",NA,"Twitter for Android","JainSaurabh85","1","TRUE","FALSE" +"1520","1520","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:20:00","FALSE",NA,"801415000585711616",NA,"Twitter for Android","SickularLibtard","270","TRUE","FALSE" +"1521","1521","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 13:19:59","FALSE",NA,"801414997297471488",NA,"Twitter for Android","navaidhamid","23","TRUE","FALSE" +"1522","1522","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:19:32","FALSE",NA,"801414881916420096",NA,"Twitter for Android","Truth_Viewer","112","TRUE","FALSE" +"1523","1523","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:19:07","FALSE",NA,"801414779269156864",NA,"Twitter for Android","rajgrad","637","TRUE","FALSE" +"1524","1524","#demonetization has hit at large-scale retrenchment of laboureres & other daily wagers + @arunjaitley @PMOIndia� https://t.co/zgGGgMmmIM","FALSE","0",NA,"2016-11-23 13:18:58","TRUE",NA,"801414742413811712",NA,"TweetCaster for Android","iamsmithaa","1","FALSE","FALSE" +"1525","1525","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:18:43","FALSE",NA,"801414680132481024",NA,"Twitter for Android","nilleo007","637","TRUE","FALSE" +"1526","1526","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 13:18:42","FALSE",NA,"801414675975913472",NA,"Twitter for Android","NazarethNirmal","71","TRUE","FALSE" +"1527","1527","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:18:24","FALSE",NA,"801414599023083520",NA,"Twitter for Android","rajendrakul200","270","TRUE","FALSE" +"1528","1528","Bharat Band has been called on 28th November by combined opposition parties to highlight the plight of common man due to #demonetization .","FALSE","0",NA,"2016-11-23 13:16:58","FALSE",NA,"801414239457984512",NA,"Twitter for Android","MadhupGarg","0","FALSE","FALSE" +"1529","1529","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 13:16:21","FALSE",NA,"801414081915723776",NA,"Twitter for Android","NChorau","12","TRUE","FALSE" +"1530","1530","#demonetization over 5lakh voted in just two days. People of India with #isupportPM that's why all the fuss.. https://t.co/ZSkCzjcCe2","FALSE","0",NA,"2016-11-23 13:15:59","FALSE",NA,"801413988621885440",NA,"Twitter for iPhone","tejaspatel_dr","0","FALSE","FALSE" +"1531","1531",".@UNESCO #India Mamata Banerjee to Lead Protests Against #Demonetization https://t.co/Dkpq12tPHp","FALSE","0",NA,"2016-11-23 13:15:52","FALSE",NA,"801413960633155584",NA,"Twitter Web Client","rrthakur","0","FALSE","FALSE" +"1532","1532","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:15:26","FALSE",NA,"801413853707980800",NA,"Twitter for iPhone","kanchandwivedi3","12","TRUE","FALSE" +"1533","1533","Huge support for PM @narendramodi �s #demonetization Move Across the Nation + +80-86% people back demonetization: C-� https://t.co/mZODg8gsVG","FALSE","1",NA,"2016-11-23 13:15:01","TRUE",NA,"801413746815954944",NA,"Twitter for Android","bbgarg7","0","FALSE","FALSE" +"1534","1534","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 13:14:18","FALSE",NA,"801413564913373184",NA,"Twitter for Android","Jassing86358638","18","TRUE","FALSE" +"1535","1535","RT @RKRadhakrishn: #Chakrapani's #Datacard gives the numbers on #Demonetization and how the #Digital transformation is a pipe dream https:�","FALSE","0",NA,"2016-11-23 13:14:12","FALSE",NA,"801413540707848192",NA,"Nicochan33","Nicochan33","1","TRUE","FALSE" +"1536","1536","Massive number of Indians support #demonetization https://t.co/XpBFnS2EPL","FALSE","0",NA,"2016-11-23 13:13:53","FALSE",NA,"801413461095817216",NA,"Twitter Web Client","yogi_arwind","1","FALSE","FALSE" +"1537","1537","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:13:52","FALSE",NA,"801413455567851520",NA,"Twitter for Android","NithinGtX","637","TRUE","FALSE" +"1538","1538","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:13:31","FALSE",NA,"801413370620481536",NA,"Twitter for Windows","ShanuAhluwalia","120","TRUE","FALSE" +"1539","1539","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 13:13:09","FALSE",NA,"801413276366082048",NA,"Twitter for iPhone","hallagullaboy","120","TRUE","FALSE" +"1540","1540","#Demonetization show that @BJP4India is incompetent to lead India. A bunch of unprofessional with lack of experience & education.","FALSE","0",NA,"2016-11-23 13:12:17","FALSE",NA,"801413059055128576",NA,"Twitter for Android","bablumetro","0","FALSE","FALSE" +"1541","1541","So are you in support of the #demonetization or not? +Well, according to public opinion majority of the Indians sure� https://t.co/wxnTyvniR7","FALSE","1",NA,"2016-11-23 13:12:12","TRUE",NA,"801413038603517952",NA,"Twitter for iPhone","IRS_India","2","FALSE","FALSE" +"1542","1542","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:12:05","FALSE",NA,"801413008601837568",NA,"Twitter for Android","vijayendraraou","637","TRUE","FALSE" +"1543","1543","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:12:03","FALSE",NA,"801412999697330176",NA,"Twitter for Android","dipak73327","270","TRUE","FALSE" +"1544","1544","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:12:02","FALSE",NA,"801412998044622848",NA,"Twitter for iPhone","grabsiva","12","TRUE","FALSE" +"1545","1545","Wow! #Demonetization Survey Response: 5 Lakh citizens in little over 24 hrs! +Participate now!� https://t.co/SzO6Yw3fSx","FALSE","0",NA,"2016-11-23 13:11:52","TRUE",NA,"801412952645480448",NA,"Twitter for Android","Savitri4Ever","1","FALSE","FALSE" +"1546","1546","RT @harshkkapoor: #Transformational #DeMonetization brings out Entrepreneural Abilities to fore +#DigitalIndia +#CashlessSociety https://t.c�","FALSE","0",NA,"2016-11-23 13:11:46","FALSE",NA,"801412929014796288",NA,"Twitter for iPhone","Gravim71","72","TRUE","FALSE" +"1547","1547","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 13:11:41","FALSE",NA,"801412910014611456",NA,"Twitter Web Client","RamMandirBanega","105","TRUE","FALSE" +"1548","1548","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:11:41","FALSE",NA,"801412907883970560",NA,"Twitter for Android","dipak73327","275","TRUE","FALSE" +"1549","1549","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:11:41","FALSE",NA,"801412906462150656",NA,"Twitter Web Client","gandhirashmi81","112","TRUE","FALSE" +"1550","1550","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 13:11:31","FALSE",NA,"801412867878621184",NA,"Twitter for Android","sudhiritu","112","TRUE","FALSE" +"1551","1551","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 13:11:08","FALSE",NA,"801412770541412352",NA,"Twitter for Android","KantaDhal","132","TRUE","FALSE" +"1552","1552","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:10:59","FALSE",NA,"801412734072012800",NA,"Twitter for Android","SubashVanga","637","TRUE","FALSE" +"1553","1553","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:10:53","FALSE",NA,"801412708817989632",NA,"Twitter for Android","vkrastogi2012","270","TRUE","FALSE" +"1554","1554","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:10:48","FALSE",NA,"801412687951368192",NA,"Twitter for Android","paddy1kool","637","TRUE","FALSE" +"1555","1555","Oppositions call for #BharatBandh on #November28th against the #demonetization @ https://t.co/eUBD49z6jW +// share it \\","FALSE","0",NA,"2016-11-23 13:10:25","FALSE",NA,"801412591285248000",NA,"Twitter Web Client","alllatestnews4u","0","FALSE","FALSE" +"1556","1556","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:10:11","FALSE",NA,"801412529511485440",NA,"Twitter for Android","sanjujaiswal80","637","TRUE","FALSE" +"1557","1557","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:09:46","FALSE",NA,"801412424100216832",NA,"Twitter Web Client","Phaantoms","275","TRUE","FALSE" +"1558","1558","RT @vimuktaatma: The next issue is fake currency. And this is one area where #Demonetization indeed does work wonders. (46/n)","FALSE","0",NA,"2016-11-23 13:09:42","FALSE",NA,"801412408522608640",NA,"Twitter Web Client","vinaleekha1","4","TRUE","FALSE" +"1559","1559","Oppositions call for #BharatBandh on #November28th against the #Governement decision of #demonetization +@� https://t.co/m3J9lydn7L","FALSE","0",NA,"2016-11-23 13:09:40","TRUE",NA,"801412398754107392",NA,"Twitter Web Client","alllatestnews4u","0","FALSE","FALSE" +"1560","1560","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 13:09:34","FALSE",NA,"801412375240798208",NA,"Twitter for iPhone","DewasiSatpal","71","TRUE","FALSE" +"1561","1561","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:09:34","FALSE",NA,"801412374850781184",NA,"Mobile Web (M5)","JAGDISHGUPTA5","12","TRUE","FALSE" +"1562","1562","""Tax Compliance is a big issue"" - @surjitbhalla at the Round Table on ""Long & Short Term Impact of #Demonetization� https://t.co/BTbRQrou29","FALSE","1",NA,"2016-11-23 13:09:19","TRUE",NA,"801412312301064192",NA,"Twitter for Android","BWBusinessworld","1","FALSE","FALSE" +"1563","1563","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:09:09","FALSE",NA,"801412272379678720",NA,"Twitter for Android","RestlessPUNdit","637","TRUE","FALSE" +"1564","1564","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:08:37","FALSE",NA,"801412135796482048",NA,"Twitter for Android","jhavikas302","12","TRUE","FALSE" +"1565","1565","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:07:48","FALSE",NA,"801411930040713216",NA,"Twitter for iPhone","sunilvish12","12","TRUE","FALSE" +"1566","1566","#Demonetization in #India could actually mean less #imports of #sunfloweroil in India","FALSE","0",NA,"2016-11-23 13:07:40","FALSE",NA,"801411899376082944",NA,"Twitter Web Client","athenatradewind","0","FALSE","FALSE" +"1567","1567","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:06:55","FALSE",NA,"801411708044636160",NA,"Twitter for Android","sandeep21031983","637","TRUE","FALSE" +"1568","1568","As prime minister asks Jan Jan Ki Baat on #Demonetization +Citizens speak and write on @jankibaat1 +#citizensvoice + +https://t.co/711DaPqjai","FALSE","4",NA,"2016-11-23 13:06:54","FALSE",NA,"801411705272090624",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1569","1569","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:06:36","FALSE",NA,"801411630290661376",NA,"Twitter for Android","smitparikh93","275","TRUE","FALSE" +"1570","1570","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 13:06:30","FALSE",NA,"801411604080312320",NA,"Peregrine","YSjagan_chiru","7","TRUE","FALSE" +"1571","1571","The great van robbery: Driver flees with over Rs 1 cr ATM cash in Bengaluru #BankRobbery behind #Demonetization https://t.co/VLlNVeX6PT","FALSE","0",NA,"2016-11-23 13:06:23","FALSE",NA,"801411572903989248",NA,"Twitter Web Client","Currency_crisis","0","FALSE","FALSE" +"1572","1572","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 13:06:05","FALSE",NA,"801411500229480448",NA,"Twitter for Android","sanjivsinha73","270","TRUE","FALSE" +"1573","1573","@sardanarohit @BeingReva No wonder @MamataOfficial is The Most disturbed by #Demonetization drive.","FALSE","0","sardanarohit","2016-11-23 13:05:37","FALSE","801367072471138304","801411380641296384","111944435","Twitter for Android","farshwan_sumit","0","FALSE","FALSE" +"1574","1574","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 13:04:59","FALSE",NA,"801411220603629568",NA,"Twitter Web Client","nivins84","520","TRUE","FALSE" +"1575","1575","RT @giniromet: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to�","FALSE","0",NA,"2016-11-23 13:04:44","FALSE",NA,"801411159597400064",NA,"Twitter for Android","Yogi210875","5","TRUE","FALSE" +"1576","1576","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:04:42","FALSE",NA,"801411151846252544",NA,"Twitter for Android","AmitabhPoddar1","637","TRUE","FALSE" +"1577","1577","Fai Gang + Some new members developed due to #DeMonetization. :) @Sanjay_Dixit @tufailelif","FALSE","2","Sanjay_Dixit","2016-11-23 13:04:33","FALSE","801404637458862080","801411115066474496","101779040","Twitter for Android","Sangachhwadham","0","FALSE","FALSE" +"1578","1578","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:04:00","FALSE",NA,"801410973995106304",NA,"Twitter for Android","qtpdtb","637","TRUE","FALSE" +"1579","1579","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:03:53","FALSE",NA,"801410943485739008",NA,"Twitter for iPhone","vkdeals2006","637","TRUE","FALSE" +"1580","1580","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:03:41","FALSE",NA,"801410893921669120",NA,"Twitter for iPhone","Bienpensant","637","TRUE","FALSE" +"1581","1581","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:02:41","FALSE",NA,"801410644503166976",NA,"Twitter for Android","SupriyaSehgal_3","637","TRUE","FALSE" +"1582","1582","RT @DikshitSmita: The only credible death #demonetization has caused seems to be of @ArvindKejriwal's political career :D https://t.co/CwgM�","FALSE","0",NA,"2016-11-23 13:02:40","FALSE",NA,"801410637997883392",NA,"Twitter for iPhone","arvindnayak1","3","TRUE","FALSE" +"1583","1583","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 13:02:34","FALSE",NA,"801410614962753536",NA,"Peregrine","YSjagan_chiru","11","TRUE","FALSE" +"1584","1584","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 13:02:21","FALSE",NA,"801410561271414784",NA,"Twitter for Android","TruthAwakes","275","TRUE","FALSE" +"1585","1585","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:02:20","FALSE",NA,"801410556594769920",NA,"Twitter for Android","mrtrivedi79","12","TRUE","FALSE" +"1586","1586","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 13:02:02","FALSE",NA,"801410478073413632",NA,"Twitter Web Client","IyerSpeaks","12","TRUE","FALSE" +"1587","1587","A Round Table on ""Long & Short Term Impact of #Demonetization on Indian Economy & GDP"" organized by� https://t.co/adF1qN2nPJ","FALSE","1",NA,"2016-11-23 13:02:01","TRUE",NA,"801410473786679296",NA,"Twitter for Android","BWBusinessworld","1","FALSE","FALSE" +"1588","1588","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:01:52","FALSE",NA,"801410437728256000",NA,"Twitter for Android","MrVVIPAK","637","TRUE","FALSE" +"1589","1589","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:01:20","FALSE",NA,"801410304399675392",NA,"Twitter for Android","vickysmackdown","637","TRUE","FALSE" +"1590","1590","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 13:00:32","FALSE",NA,"801410102741843968",NA,"Twitter for iPhone","patelpharm","12","TRUE","FALSE" +"1591","1591","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:00:22","FALSE",NA,"801410060337328128",NA,"Twitter for Android","PallaviSingh88","637","TRUE","FALSE" +"1592","1592","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 13:00:21","FALSE",NA,"801410054519820288",NA,"Mobile Web (M5)","BardhmanLYC","132","TRUE","FALSE" +"1593","1593","The March against #demonetization clearly shows, who all are most affected, where the most #blackmoney lies..","FALSE","0",NA,"2016-11-23 13:00:08","FALSE",NA,"801410001252159488",NA,"Twitter for Android","BindasBolshy","0","FALSE","FALSE" +"1594","1594","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 13:00:04","FALSE",NA,"801409985972408320",NA,"Twitter Web Client","rasita","637","TRUE","FALSE" +"1595","1595","Wholesale shops, Hotels, malls are all empty & they are losing their daily business #demonetization #currencyban @publictvnews @prajavani","FALSE","0",NA,"2016-11-23 12:59:49","FALSE",NA,"801409920650219520",NA,"TweetDeck","_gagana_1","0","FALSE","FALSE" +"1596","1596","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:59:22","FALSE",NA,"801409808314138624",NA,"Twitter for Android","causticdesi","637","TRUE","FALSE" +"1597","1597","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 12:59:21","FALSE",NA,"801409804925157376",NA,"Twitter for Android","aplaxman","18","TRUE","FALSE" +"1598","1598","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:59:10","FALSE",NA,"801409759052263424",NA,"Twitter for Android","abdullah_0mar","637","TRUE","FALSE" +"1599","1599","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 12:58:53","FALSE",NA,"801409684930367488",NA,"Twitter for Android","frostdeeds","11","TRUE","FALSE" +"1600","1600","I think he means the poor people sitting in Antilia. + +#Demonetization https://t.co/tWrdvtYRaC","FALSE","0",NA,"2016-11-23 12:58:35","FALSE",NA,"801409612410826752",NA,"Twitter Web Client","T2Page394","0","FALSE","FALSE" +"1601","1601","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 12:58:22","FALSE",NA,"801409554982400000",NA,"Twitter for Android","frostdeeds","33","TRUE","FALSE" +"1602","1602","RT @BWBusinessworld: Attend the round table session on effect of #Demonetization today @Hotel_MET @BWBusinessworld @anuragbatrayo https://t�","FALSE","0",NA,"2016-11-23 12:58:18","FALSE",NA,"801409539002146816",NA,"Twitter for Android","ThiyagSankaran","2","TRUE","FALSE" +"1603","1603","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 12:58:09","FALSE",NA,"801409504109674496",NA,"Twitter for Android","AvijitC39882444","112","TRUE","FALSE" +"1604","1604","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:57:30","FALSE",NA,"801409339424534528",NA,"Twitter for Windows","UmadeviUmeein","637","TRUE","FALSE" +"1605","1605","RT @BWBusinessworld: A Round Table on ""Long & Short Term Impact of #Demonetization on Indian Economy & GDP"" organized by @BWBusinessworld @�","FALSE","0",NA,"2016-11-23 12:57:23","FALSE",NA,"801409311461109760",NA,"Twitter for Android","ThiyagSankaran","2","TRUE","FALSE" +"1606","1606","@ndtv @MamataOfficial :U must see your future ma'am. #Demonetization hs exposed u & Arjind ji completely. Feeling shame 2 say 1nc I admird u","FALSE","0","ndtv","2016-11-23 12:57:02","FALSE","801393629877047296","801409221824827392","37034483","Twitter for Android","Saurabh_rms","0","FALSE","FALSE" +"1607","1607","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:57:01","FALSE",NA,"801409215428378624",NA,"Twitter for Android","rahul124816","637","TRUE","FALSE" +"1608","1608","PM is in dream land of cashless economy - ATMs in big IT companies are also not spared from long serpentine queues for cash #demonetization","FALSE","1",NA,"2016-11-23 12:56:54","FALSE",NA,"801409189264273408",NA,"Twitter for iPhone","DinahAshiho","2","FALSE","FALSE" +"1609","1609","RT @BindasBolshy: All the opposition which is protesting against #demonetization, should be asked to protest at LOC , let's see how many ga�","FALSE","0",NA,"2016-11-23 12:56:39","FALSE",NA,"801409125569568768",NA,"Twitter for Android","gsramum","1","TRUE","FALSE" +"1610","1610","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 12:56:22","FALSE",NA,"801409053817786368",NA,"Twitter for Android","gsramum","12","TRUE","FALSE" +"1611","1611","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:55:55","FALSE",NA,"801408939468296192",NA,"Twitter Web Client","Thenirajpandey","275","TRUE","FALSE" +"1612","1612","Street vendors are facing so much difficulties to sell. Boz their is lack of small denomination in the city #demonetization #currencyban","FALSE","0",NA,"2016-11-23 12:55:12","FALSE",NA,"801408758022737920",NA,"TweetDeck","kanika_shetty1","0","FALSE","FALSE" +"1613","1613","RT @DikshitSmita: The only credible death #demonetization has caused seems to be of @ArvindKejriwal's political career :D https://t.co/CwgM�","FALSE","0",NA,"2016-11-23 12:55:06","FALSE",NA,"801408735608307712",NA,"Twitter Web Client","HMOULI","3","TRUE","FALSE" +"1614","1614","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 12:55:04","FALSE",NA,"801408727714701312",NA,"Twitter for Android","shravankapoor1","32","TRUE","FALSE" +"1615","1615","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:55:04","FALSE",NA,"801408727374929920",NA,"Twitter for Android","rose_k01","637","TRUE","FALSE" +"1616","1616","RT @saaxenanurag: 700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","0",NA,"2016-11-23 12:54:56","FALSE",NA,"801408694617600000",NA,"Twitter for Android","amishrtrivedi","12","TRUE","FALSE" +"1617","1617","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 12:54:45","FALSE",NA,"801408645410029568",NA,"Twitter for Android","ParthPa07241800","49","TRUE","FALSE" +"1618","1618","So petrol pumps debunking old 500 notes as 'fake' and refusing! We had got them from bank atm #Demonetization","FALSE","1",NA,"2016-11-23 12:54:09","FALSE",NA,"801408497283760128",NA,"Twitter for iPhone","RituAR","0","FALSE","FALSE" +"1619","1619","700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","7",NA,"2016-11-23 12:54:03","FALSE",NA,"801408469270044672",NA,"Twitter for Android","saaxenanurag","12","FALSE","FALSE" +"1620","1620","The only credible death #demonetization has caused seems to be of @ArvindKejriwal's political career :D https://t.co/CwgMNeBZ6f","FALSE","2",NA,"2016-11-23 12:53:39","FALSE",NA,"801408371316297728",NA,"Twitter Web Client","DikshitSmita","3","FALSE","FALSE" +"1621","1621","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 12:53:27","FALSE",NA,"801408318619009024",NA,"Twitter for iPhone","trueindian1978","36","TRUE","FALSE" +"1622","1622","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 12:52:58","FALSE",NA,"801408199979048960",NA,"Twitter for iPhone","_10compassion","11","TRUE","FALSE" +"1623","1623","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 12:52:45","FALSE",NA,"801408143733485568",NA,"Twitter for iPhone","PMADAPALLI","22","TRUE","FALSE" +"1624","1624","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:52:44","FALSE",NA,"801408137647431680",NA,"Twitter for Android","prabhak47974192","270","TRUE","FALSE" +"1625","1625","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:52:42","FALSE",NA,"801408132962336768",NA,"Twitter for Android","ModiBhakht","275","TRUE","FALSE" +"1626","1626","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:52:20","FALSE",NA,"801408037416112128",NA,"Twitter for iPhone","trueindian1978","637","TRUE","FALSE" +"1627","1627","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 12:52:04","FALSE",NA,"801407970382737408",NA,"Twitter for Android","Indian197400","12","TRUE","FALSE" +"1628","1628","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:51:57","FALSE",NA,"801407944189353984",NA,"Twitter for Android","ModiBhakht","270","TRUE","FALSE" +"1629","1629","#Modi wants your money. Not your opinion. #Demonetization proves it.","FALSE","0",NA,"2016-11-23 12:51:17","FALSE",NA,"801407775037276160",NA,"Twitter for Windows Phone","karunasanghvi","0","FALSE","FALSE" +"1630","1630","All the opposition which is protesting against #demonetization, should be asked to protest at LOC , let's see how many gathers, bloody swine","FALSE","1",NA,"2016-11-23 12:51:11","FALSE",NA,"801407750013997056",NA,"Twitter for Android","BindasBolshy","1","FALSE","FALSE" +"1631","1631","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:50:18","FALSE",NA,"801407526956912640",NA,"Twitter for Android","patnaikt","637","TRUE","FALSE" +"1632","1632","RT @JanLokPaal: Goes another @narendramodi claimed benefit of #Demonetization after Terrorists ensuring their supplies now Fakes too https:�","FALSE","0",NA,"2016-11-23 12:50:14","FALSE",NA,"801407508082409472",NA,"Twitter for Android","RNels1201","3","TRUE","FALSE" +"1633","1633","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:50:09","FALSE",NA,"801407490634039296",NA,"Twitter for Android","6d91f0b718ad479","520","TRUE","FALSE" +"1634","1634","@CNNnews18 For person with Chit Fund #ShardaChitFund knowledge in mind, it is difficult to explain how #Demonetization helps.","FALSE","0","CNNnews18","2016-11-23 12:49:39","FALSE","801405618720423936","801407365299871744","6509832","Twitter Web Client","DesaizOfficial","0","FALSE","FALSE" +"1635","1635","Have patience !. #demonetization will take time .It is really a tough decision and will have lot of consequences !","FALSE","1",NA,"2016-11-23 12:49:02","FALSE",NA,"801407207514533888",NA,"TweetDeck","HinduIDF","0","FALSE","FALSE" +"1636","1636","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:48:51","FALSE",NA,"801407163130220544",NA,"Twitter for Android","pksingh7391","270","TRUE","FALSE" +"1637","1637","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:48:29","FALSE",NA,"801407071467937792",NA,"Twitter Web Client","kr_upadhyaya","270","TRUE","FALSE" +"1638","1638","@c_sirisha Yes Madam. Chakravarthy Anna's Speech on #Demonetization is available in YouTube. U can Watch","FALSE","0","c_sirisha","2016-11-23 12:48:23","FALSE",NA,"801407042955202560","3305864754","Twitter for Android","abhilash18j","0","FALSE","FALSE" +"1639","1639","#BANKING ACTIVITY AFTER #DEMONETIZATION b/w 10 Nov 2016 to 18 Nov 2016. A massive strike on black money. For more u� https://t.co/JtTroWOtqm","FALSE","0",NA,"2016-11-23 12:48:21","TRUE",NA,"801407037066330112",NA,"Hootsuite","banknomics","0","FALSE","FALSE" +"1640","1640","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 12:47:52","FALSE",NA,"801406915930533888",NA,"Twitter for Android","MkMukeshmook","22","TRUE","FALSE" +"1641","1641","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:47:12","FALSE",NA,"801406744706551808",NA,"Twitter for Android","ParthPa07241800","275","TRUE","FALSE" +"1642","1642","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:47:11","FALSE",NA,"801406742517186560",NA,"Twitter for Android","ankeetneurekar","270","TRUE","FALSE" +"1643","1643","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/Uj0JzcJubP","FALSE","4",NA,"2016-11-23 12:47:01","TRUE",NA,"801406699051499520",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1644","1644","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 12:46:27","FALSE",NA,"801406558412210176",NA,"Twitter for Android","TgSatish","12","TRUE","FALSE" +"1645","1645","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:46:21","FALSE",NA,"801406531187212288",NA,"Twitter for Android","ParthPa07241800","270","TRUE","FALSE" +"1646","1646","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 12:45:36","FALSE",NA,"801406344418820096",NA,"Twitter for Android","sha_vajid","331","TRUE","FALSE" +"1647","1647","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:44:47","FALSE",NA,"801406137849393152",NA,"Mobile Web (M5)","Indian_ByChoice","520","TRUE","FALSE" +"1648","1648","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:44:12","FALSE",NA,"801405990427996160",NA,"Twitter for Android","seetharamakota1","270","TRUE","FALSE" +"1649","1649","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:43:43","FALSE",NA,"801405871863529472",NA,"Twitter for Android","Khoslarajat10","637","TRUE","FALSE" +"1650","1650","Is #Demonetization Apply for Urban not for Vallagers , Villagers dnt hv CC/Debit Cards/ #Paytm +#NDTV #BlackMoney +https://t.co/yZHvUoeOGZ","FALSE","1",NA,"2016-11-23 12:43:43","FALSE",NA,"801405868411527168",NA,"Twitter Web Client","pathannishat","0","FALSE","FALSE" +"1651","1651","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:43:00","FALSE",NA,"801405691688873984",NA,"Twitter for Android","InnovativeHindu","637","TRUE","FALSE" +"1652","1652","RT @taxmannindia: #Demonetization: 8 new announcements to incentivize #digitization and help farmers. Read more: https://t.co/RwB523p2JX ht�","FALSE","0",NA,"2016-11-23 12:42:40","FALSE",NA,"801405607395921920",NA,"Twitter for Android","LegalAssistAdv","1","TRUE","FALSE" +"1653","1653","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 12:42:32","FALSE",NA,"801405573077954560",NA,"Twitter Web Client","Tweetmeatayush","71","TRUE","FALSE" +"1654","1654","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:42:31","FALSE",NA,"801405569303248896",NA,"Twitter for Android","abhish001","637","TRUE","FALSE" +"1655","1655","This whole #demonetization issue in India again proves one thing, #Bollywood actors are all for sale at the right price.","FALSE","1",NA,"2016-11-23 12:41:54","FALSE",NA,"801405412528582656",NA,"TweetDeck","dockydockrat","0","FALSE","FALSE" +"1656","1656","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:41:49","FALSE",NA,"801405390608969728",NA,"Twitter Web Client","drrmatthai","275","TRUE","FALSE" +"1657","1657","#demonetization is nothing but IT raid on poors of this country","FALSE","0",NA,"2016-11-23 12:41:36","FALSE",NA,"801405335843897344",NA,"Twitter for Android","raghothamahoba","0","FALSE","FALSE" +"1658","1658","RT @giniromet: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to�","FALSE","0",NA,"2016-11-23 12:41:25","FALSE",NA,"801405289610158080",NA,"Twitter for Android","chandra_bathwal","5","TRUE","FALSE" +"1659","1659","RT @SMedia4: Where @smitharnair tries to obfuscate Anna Hazare's views but he explains #demonetization with a rustic charm https://t.co/F�","FALSE","0",NA,"2016-11-23 12:41:23","FALSE",NA,"8.01405281771e+17",NA,"Twitter for Android","shravankapoor1","28","TRUE","FALSE" +"1660","1660","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-23 12:40:38","FALSE",NA,"801405094625300480",NA,"Twitter Web Client","better_delhincr","10","TRUE","FALSE" +"1661","1661","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:40:26","FALSE",NA,"801405044566425600",NA,"Twitter for iPhone","Upsunson","270","TRUE","FALSE" +"1662","1662","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 12:40:20","FALSE",NA,"801405017328480256",NA,"Twitter for iPhone","chintan20","12","TRUE","FALSE" +"1663","1663","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 12:39:59","FALSE",NA,"801404929550249984",NA,"Twitter Web Client","radhika4_","123","TRUE","FALSE" +"1664","1664","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 12:39:14","FALSE",NA,"801404741330800640",NA,"Twitter for Android","sunbrowneye1984","112","TRUE","FALSE" +"1665","1665","RT @laxman_xy: I love #demonetization yes Thanks Modiji for finishing off the banana republic https://t.co/NMlT15Y5WA","FALSE","0",NA,"2016-11-23 12:38:58","FALSE",NA,"801404673609461760",NA,"Twitter for Android","shravankapoor1","3","TRUE","FALSE" +"1666","1666","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:38:55","FALSE",NA,"801404660275777536",NA,"Twitter for iPad","saavy_m","270","TRUE","FALSE" +"1667","1667","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:38:45","FALSE",NA,"801404622199869440",NA,"Twitter Web Client","jvsk3","520","TRUE","FALSE" +"1668","1668","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:38:42","FALSE",NA,"801404609424216064",NA,"Twitter for iPhone","TheModiTimes","270","TRUE","FALSE" +"1669","1669","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:38:22","FALSE",NA,"801404523658870784",NA,"Twitter Web Client","Savitri4Ever","637","TRUE","FALSE" +"1670","1670","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:37:57","FALSE",NA,"801404418197331968",NA,"Twitter Web Client","bsr3012","637","TRUE","FALSE" +"1671","1671","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:37:37","FALSE",NA,"801404334818742272",NA,"Twitter for Android","Kavita_M57","637","TRUE","FALSE" +"1672","1672","@NitishKumar #Thanks Sir, to support our #PMModi for #demonetization #blackMoneycleanup","FALSE","1","NitishKumar","2016-11-23 12:37:21","FALSE",NA,"801404269823823872","143409075","Twitter for Windows","Keertysharma","0","FALSE","FALSE" +"1673","1673","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 12:36:03","FALSE",NA,"801403939295891456",NA,"Twitter for Android","sanjida_iqbal","71","TRUE","FALSE" +"1674","1674","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:36:01","FALSE",NA,"801403931322503168",NA,"Twitter Web Client","sushila_dn","275","TRUE","FALSE" +"1675","1675","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:35:35","FALSE",NA,"801403823403069440",NA,"Twitter for iPad","NarayanannairPv","520","TRUE","FALSE" +"1676","1676","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:35:29","FALSE",NA,"801403799566811136",NA,"Twitter for Android","GiriShankavaram","637","TRUE","FALSE" +"1677","1677","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:35:05","FALSE",NA,"801403697754423296",NA,"Twitter for Android","preeti3515","270","TRUE","FALSE" +"1678","1678","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:34:51","FALSE",NA,"801403639667523584",NA,"Twitter for Android","ShivaKap","275","TRUE","FALSE" +"1679","1679","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 12:34:50","FALSE",NA,"801403636488122368",NA,"Twitter for Android","murthy_sowjanya","13","TRUE","FALSE" +"1680","1680","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 12:34:10","FALSE",NA,"801403464836255744",NA,"Twitter for Android","srireddyysrcp","7","TRUE","FALSE" +"1681","1681","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 12:33:57","FALSE",NA,"801403411476271104",NA,"Twitter for Android","srireddyysrcp","11","TRUE","FALSE" +"1682","1682","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 12:33:52","FALSE",NA,"801403391784022016",NA,"Twitter for Android","srireddyysrcp","33","TRUE","FALSE" +"1683","1683","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 12:33:47","FALSE",NA,"801403370032332800",NA,"Twitter for iPhone","ksmkkbookscom","16","TRUE","FALSE" +"1684","1684","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:32:59","FALSE",NA,"801403170358337536",NA,"Twitter for Android","sanjujaiswal80","270","TRUE","FALSE" +"1685","1685","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:32:41","FALSE",NA,"801403092151439360",NA,"Twitter for Android","vikramwkarve","275","TRUE","FALSE" +"1686","1686","RT @BWBusinessworld: A Round Table on ""Long & Short Term Impact of #Demonetization on Indian Economy & GDP"" organized by @BWBusinessworld @�","FALSE","0",NA,"2016-11-23 12:32:38","FALSE",NA,"801403079740403712",NA,"Twitter for iPhone","anuragbatrayo","2","TRUE","FALSE" +"1687","1687","RT @BWBusinessworld: Attend the round table session on effect of #Demonetization today @Hotel_MET @BWBusinessworld @anuragbatrayo https://t�","FALSE","0",NA,"2016-11-23 12:32:29","FALSE",NA,"801403044088848384",NA,"Twitter for iPhone","anuragbatrayo","2","TRUE","FALSE" +"1688","1688","A Round Table on ""Long & Short Term Impact of #Demonetization on Indian Economy & GDP"" organized by� https://t.co/ttez47NRmn","FALSE","2",NA,"2016-11-23 12:32:13","TRUE",NA,"801402974220206080",NA,"Twitter for iPhone","BWBusinessworld","2","FALSE","FALSE" +"1689","1689","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:32:01","FALSE",NA,"801402924932812800",NA,"Twitter for Android","murthy_sowjanya","270","TRUE","FALSE" +"1690","1690","RT @newley: Indian online payment firm Paytm says it has added 8 million new users in the two weeks since #demonetization https://t.co/s2XM�","FALSE","0",NA,"2016-11-23 12:32:00","FALSE",NA,"801402922164625408",NA,"Twitter for Android","igreent","2","TRUE","FALSE" +"1691","1691","Check Out The Top 10 currencies +Read At: https://t.co/ahh8h7a9O0 #Top10 #Interesting #DeModitisation_March� https://t.co/DqxnewDszC","FALSE","1",NA,"2016-11-23 12:31:33","TRUE",NA,"801402809321033728",NA,"Twitter Web Client","anujprajapati11","0","FALSE","FALSE" +"1692","1692","Indian online payment firm Paytm says it has added 8 million new users in the two weeks since #demonetization https://t.co/s2XM2R4LA5","FALSE","0",NA,"2016-11-23 12:31:31","FALSE",NA,"801402800462663680",NA,"Twitter Web Client","newley","2","FALSE","FALSE" +"1693","1693","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:31:15","FALSE",NA,"801402730938068992",NA,"Twitter for Android","sen_sindh","637","TRUE","FALSE" +"1694","1694","Most of #farmers has no bank account they cant go everyday to exchange money leaving their daily wages #demonetization @tv9kannada @ndtv","FALSE","0",NA,"2016-11-23 12:31:05","FALSE",NA,"801402688789303296",NA,"TweetDeck","_Deepika_N","0","FALSE","FALSE" +"1695","1695","#demonetization when its difficult to change rs. 2000 how can we expect @narendramodi to change INDIA .....LOL","FALSE","0",NA,"2016-11-23 12:30:34","FALSE",NA,"801402562331090944",NA,"Twitter Web Client","VamsiVM","0","FALSE","FALSE" +"1696","1696","#Logistics add to delay in replenishing ATMS : https://t.co/BSpBqKCgPH +#demonetization","FALSE","1",NA,"2016-11-23 12:30:31","FALSE",NA,"801402547751780352",NA,"Hootsuite","BVCLogistics","0","FALSE","FALSE" +"1697","1697","Very Important Message for National Unity and safety. +If u agree.. please RT. +#MamtaBanerjee +#OppositionXposed� https://t.co/ep2vCsOFi5","FALSE","16",NA,"2016-11-23 12:30:18","TRUE",NA,"801402492097413120",NA,"Twitter for iPhone","Gitanjali_DS","15","FALSE","FALSE" +"1698","1698","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 12:30:08","FALSE",NA,"801402453342097408",NA,"Twitter for Android","DrDiptiPDas","22","TRUE","FALSE" +"1699","1699","Abhishek Lodha, MD, #LodhaGroup tells us why buyers will stay positive after the #demonetization move @CNBCTV18News https://t.co/WW5d5iTp0u","FALSE","1",NA,"2016-11-23 12:30:02","FALSE",NA,"801402425118691328",NA,"TweetDeck","LODHA","1","FALSE","FALSE" +"1700","1700","Is India�s #demonetization move the final play, or is there more to come? +Know more: https://t.co/PSjUKGDJoM� https://t.co/Fk3AfQym14","FALSE","0",NA,"2016-11-23 12:30:01","TRUE",NA,"801402422291791872",NA,"HubSpot","aranca","0","FALSE","FALSE" +"1701","1701","@mediacrooks @ndtv @TimesNow @IndiaToday All Deshdrohi came together, to fight with our Great #PMModi #blackMoneycleanup #demonetization","FALSE","27","mediacrooks","2016-11-23 12:29:16","FALSE","801386003365662720","801402233803837440","162304163","Twitter for Windows","Keertysharma","24","FALSE","FALSE" +"1702","1702","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:28:58","FALSE",NA,"801402159837216768",NA,"Twitter Web Client","KulkarniYogeshR","637","TRUE","FALSE" +"1703","1703","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:28:33","FALSE",NA,"801402051833970688",NA,"Twitter for Android","68755f3377a8469","637","TRUE","FALSE" +"1704","1704","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:28:27","FALSE",NA,"801402030241759232",NA,"Twitter for Android","deeptiradkar","637","TRUE","FALSE" +"1705","1705","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:28:20","FALSE",NA,"801401999908474880",NA,"Twitter for Android","Sabby186","637","TRUE","FALSE" +"1706","1706","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 12:28:15","FALSE",NA,"801401976407801856",NA,"Twitter for Android","MkMukeshmook","13","TRUE","FALSE" +"1707","1707","RT @TweetZaade: #DeMonetization is just like Push-up Bra, it looks impressive but the reality will be remain same.","FALSE","0",NA,"2016-11-23 12:28:13","FALSE",NA,"801401971265720320",NA,"Twitter for iPhone","manutimsina","8","TRUE","FALSE" +"1708","1708","#Demonetization: Teen commits suicide in India after failing to withdraw cash for exam fees https://t.co/o2HTmTngRV","FALSE","0",NA,"2016-11-23 12:28:12","FALSE",NA,"801401966278672384",NA,"IFTTT","Michael_Vasanth","0","FALSE","FALSE" +"1709","1709","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:27:59","FALSE",NA,"801401909680574464",NA,"Twitter for Android","Upen87510286","637","TRUE","FALSE" +"1710","1710","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 12:26:57","FALSE",NA,"801401652389429248",NA,"Mobile Web (M5)","ashokrodgi","22","TRUE","FALSE" +"1711","1711","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:26:40","FALSE",NA,"801401578917924864",NA,"Twitter for Android","kameshw1214","270","TRUE","FALSE" +"1712","1712","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:26:30","FALSE",NA,"801401536794345472",NA,"Twitter for Android","prasen_bea","275","TRUE","FALSE" +"1713","1713","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:26:09","FALSE",NA,"801401449217343488",NA,"Twitter Web Client","singhalrohtash","270","TRUE","FALSE" +"1714","1714","I find ppl /economists (so called) journalists who are condemning @narendramodi for #demonetization but not a single advice or suggestion","FALSE","0",NA,"2016-11-23 12:25:59","FALSE",NA,"801401405768658944",NA,"Twitter for Android","doctor_csr","1","FALSE","FALSE" +"1715","1715","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:25:45","FALSE",NA,"801401347354619904",NA,"Twitter Web Client","mohanty_sambit","270","TRUE","FALSE" +"1716","1716","RT @uppalj: #Demonetization. Lutyens Media played negative role in PM Modi 's crusade to unearth black money. Evident which side they'd lik�","FALSE","0",NA,"2016-11-23 12:25:40","FALSE",NA,"801401326605201408",NA,"Twitter for Android","YarrowIn","1","TRUE","FALSE" +"1717","1717","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 12:25:23","FALSE",NA,"801401257894129664",NA,"Twitter for Android","RajPath14365532","47","TRUE","FALSE" +"1718","1718","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:25:15","FALSE",NA,"801401224654254080",NA,"Twitter for iPhone","psr1026","637","TRUE","FALSE" +"1719","1719","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:24:47","FALSE",NA,"801401104533626880",NA,"Twitter for iPhone","JoshiRakesh2004","637","TRUE","FALSE" +"1720","1720","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:24:35","FALSE",NA,"801401056693485568",NA,"Twitter for Android","pradeep799","637","TRUE","FALSE" +"1721","1721","An idea can take your life. This must be the slogan of the #Demonetization implemented by Modi. https://t.co/1UeRiCMj7T","FALSE","0",NA,"2016-11-23 12:24:24","FALSE",NA,"801401010803511296",NA,"Twitter for Android","goelmerc","0","FALSE","FALSE" +"1722","1722","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 12:24:09","FALSE",NA,"801400946890801152",NA,"Twitter for Android","jignesh_butani","112","TRUE","FALSE" +"1723","1723","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 12:23:44","FALSE",NA,"801400839881388032",NA,"Twitter for Android","GiriShankavaram","22","TRUE","FALSE" +"1724","1724","RT @jay_ambadi: L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 12:23:04","FALSE",NA,"801400674193969152",NA,"Twitter for Android","sampaul28579","5","TRUE","FALSE" +"1725","1725","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 12:22:19","FALSE",NA,"801400486553354240",NA,"Twitter for Android","ravsd88","36","TRUE","FALSE" +"1726","1726","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:21:59","FALSE",NA,"801400401056714752",NA,"Twitter for Android","HariyaneKaChora","637","TRUE","FALSE" +"1727","1727","After #Rajini & #Kamal #Mohanlal & #AamirKhan comment on #Modi 's #Demonetization move +https://t.co/T1YTGci8EZ� https://t.co/VRh7uxEBcA","FALSE","2",NA,"2016-11-23 12:21:57","TRUE",NA,"801400390411550720",NA,"Twitter Web Client","iflickscinema","0","FALSE","FALSE" +"1728","1728","RT @InfoAboutSunny: And the Oscar goes to ""Mr."" #demonetization https://t.co/GuTynOQnfq","FALSE","0",NA,"2016-11-23 12:21:54","FALSE",NA,"801400378529083392",NA,"Mobile Web (M2)","BindiyaMalhotr3","1","TRUE","FALSE" +"1729","1729","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 12:21:25","FALSE",NA,"801400256898498560",NA,"Twitter for Android","ravsd88","32","TRUE","FALSE" +"1730","1730","@awasthis government cud have reduced by.getting note of same size #askbokil #demonetization https://t.co/6MTwinQg0b","FALSE","1","awasthis","2016-11-23 12:20:56","FALSE",NA,"801400135896834048","71815077","Twitter for Android","vinodthaps","0","FALSE","FALSE" +"1731","1731","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:20:34","FALSE",NA,"801400043836153856",NA,"Twitter for Android","m_salimuniya","520","TRUE","FALSE" +"1732","1732","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 12:19:56","FALSE",NA,"801399886369259520",NA,"Twitter Web Client","chandankmehta1","12","TRUE","FALSE" +"1733","1733","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 12:19:41","FALSE",NA,"801399820216893440",NA,"Twitter for Android","dm80185dinnu","71","TRUE","FALSE" +"1734","1734","Please release more small denomination please stop #2000Notes it is not useful much.No one is ready to exchange #demonetization #ModiMosa2","FALSE","0",NA,"2016-11-23 12:19:34","FALSE",NA,"801399792781783040",NA,"TweetDeck","kusum_16","0","FALSE","FALSE" +"1735","1735","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:19:32","FALSE",NA,"801399785215246336",NA,"Twitter Web Client","CRamanaKumar","520","TRUE","FALSE" +"1736","1736","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:19:27","FALSE",NA,"801399763144871936",NA,"Twitter for Android","s_kumar_05","270","TRUE","FALSE" +"1737","1737","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-23 12:19:15","FALSE",NA,"801399712834125824",NA,"Twitter for iPhone","rahul_karunakar","6","TRUE","FALSE" +"1738","1738","RT @jay_ambadi: L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 12:19:09","FALSE",NA,"801399686133403648",NA,"Twitter Web Client","bala_rabhouse","5","TRUE","FALSE" +"1739","1739","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 12:18:48","FALSE",NA,"801399600565235712",NA,"Twitter Web Client","sunny4AAP","132","TRUE","FALSE" +"1740","1740","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:18:21","FALSE",NA,"801399487587647488",NA,"Twitter for iPhone","nishi_2000","637","TRUE","FALSE" +"1741","1741","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 12:18:18","FALSE",NA,"801399472240488448",NA,"Twitter for Android","KunalChoudhary_","71","TRUE","FALSE" +"1742","1742","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 12:18:14","FALSE",NA,"801399456339898368",NA,"Twitter for Android","RajeshKocharek2","331","TRUE","FALSE" +"1743","1743","From #MannKiBaat to #JanKiBaat on #demonetization. +#Youth on #DEMONETIZATION #janjankibaat @narendramodi @PMOIndia� https://t.co/0beo8sgBGr","FALSE","1",NA,"2016-11-23 12:17:48","TRUE",NA,"801399349741645824",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1744","1744","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:17:47","FALSE",NA,"801399341957009408",NA,"Twitter for Android","ashikdoshi","270","TRUE","FALSE" +"1745","1745","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:17:33","FALSE",NA,"801399286076293120",NA,"Twitter for iPhone","Sauce_ki_botal","637","TRUE","FALSE" +"1746","1746","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:17:12","FALSE",NA,"801399195672387584",NA,"Twitter for Android","gurubrammha","275","TRUE","FALSE" +"1747","1747","No Service charge for online ticket booking! +Read More: https://t.co/PEtbPtl8Se +#demonetization #IRCTC https://t.co/QRlzWvW23n","FALSE","0",NA,"2016-11-23 12:17:03","FALSE",NA,"801399160830164992",NA,"Twitter Web Client","TrainmanIn","0","FALSE","FALSE" +"1748","1748","RT @sandipsabharwal: Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the�","FALSE","0",NA,"2016-11-23 12:16:53","FALSE",NA,"801399115280064512",NA,"Twitter for iPhone","sridharroopa143","12","TRUE","FALSE" +"1749","1749","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:16:48","FALSE",NA,"801399096066117632",NA,"Twitter Web Client","viksbhatt","520","TRUE","FALSE" +"1750","1750","All the congressis are crying like babies because #NarendraModi through his #demonetization have given blow to them #DeModitisation_March","FALSE","0",NA,"2016-11-23 12:16:39","FALSE",NA,"801399059181236224",NA,"Twitter for Android","AjayGrover29","0","FALSE","FALSE" +"1751","1751","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:16:35","FALSE",NA,"801399040982323200",NA,"Twitter Web Client","kannanrajavijay","270","TRUE","FALSE" +"1752","1752","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 12:16:28","FALSE",NA,"801399012607803392",NA,"Twitter for Android","AkhandAryabrat","112","TRUE","FALSE" +"1753","1753","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 12:16:16","FALSE",NA,"801398961621737472",NA,"Twitter for iPhone","sikandarbjp","7","TRUE","FALSE" +"1754","1754","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:16:11","FALSE",NA,"801398943129047040",NA,"Twitter for Android","dev_aparna","637","TRUE","FALSE" +"1755","1755","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 12:16:02","FALSE",NA,"801398904914870272",NA,"Twitter for Android","1karnareddy","18","TRUE","FALSE" +"1756","1756","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:15:56","FALSE",NA,"801398879203704832",NA,"Twitter for Android","kasana_sahab","637","TRUE","FALSE" +"1757","1757","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:15:02","FALSE",NA,"801398651033681920",NA,"Twitter for Android","Deva_sharma88","637","TRUE","FALSE" +"1758","1758","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:15:00","FALSE",NA,"801398643659968512",NA,"Twitter Web Client","sir_khujliwal","637","TRUE","FALSE" +"1759","1759","Most people are with you @narendramodi on #Demonetization +Pl run a poll on where citizens face most harassment in the hands of the corrupt","FALSE","39",NA,"2016-11-23 12:14:42","FALSE",NA,"801398568791642112",NA,"Twitter Web Client","sandipsabharwal","12","FALSE","FALSE" +"1760","1760","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:14:13","FALSE",NA,"801398448029306880",NA,"Twitter for Android","Prady_Indian","270","TRUE","FALSE" +"1761","1761","RT @anjanathadhani: Minority institutions are exempt from #Demonetization, How can I-T conduct raids? https://t.co/OHfyrTTPYb","FALSE","0",NA,"2016-11-23 12:14:04","FALSE",NA,"801398406795005952",NA,"Twitter for Android","archtomy","1","TRUE","FALSE" +"1762","1762","RT if you support #Demonetization and Favorite if you are against it! #BlackMoney","FALSE","0",NA,"2016-11-23 12:14:03","FALSE",NA,"801398403024371712",NA,"Twitter for iPhone","cohelporg","1","FALSE","FALSE" +"1763","1763","#corporationbank today announced at 10am to people standing in line since dawn that nobody will get more than 10,000 !WTH ! #demonetization","FALSE","0",NA,"2016-11-23 12:13:54","FALSE",NA,"801398368392003584",NA,"Twitter for Android","reenaabbasi","0","FALSE","FALSE" +"1764","1764","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:13:38","FALSE",NA,"801398300855259136",NA,"Twitter for Android","igayathri9","637","TRUE","FALSE" +"1765","1765","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 12:13:37","FALSE",NA,"801398295461502976",NA,"Mobile Web (M5)","AgrawalGautam15","7","TRUE","FALSE" +"1766","1766","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 12:13:19","FALSE",NA,"801398219473297408",NA,"Twitter for Android","shailendrat","112","TRUE","FALSE" +"1767","1767","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:13:08","FALSE",NA,"801398173981757440",NA,"Twitter for Android","anunayiitb","637","TRUE","FALSE" +"1768","1768","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:12:49","FALSE",NA,"801398092780032000",NA,"Twitter for Android","RakeshB71917365","270","TRUE","FALSE" +"1769","1769","#PM asks for opinion on #demonetization via official #NarendraModi app +https://t.co/v1KQaGfLQd https://t.co/hBspNDQSp6","FALSE","1",NA,"2016-11-23 12:12:29","FALSE",NA,"801398010299252736",NA,"IFTTT","tweetchristo","0","FALSE","FALSE" +"1770","1770","RT @chiraghcherian: So what's the limit, 24k per week @Savings account & 50k per week @Current account? #Demonetization","FALSE","0",NA,"2016-11-23 12:12:23","FALSE",NA,"801397984281837568",NA,"Twitter Web Client","ramanbala7","1","TRUE","FALSE" +"1771","1771","RT @digitindia: #PM asks for opinion on #demonetization via official #NarendraModi app +https://t.co/mjaSbJ2Dp1 https://t.co/0izCEQsmld","FALSE","0",NA,"2016-11-23 12:12:21","FALSE",NA,"801397976186748928",NA,"InteractWithBrands1","myscribblings","2","TRUE","FALSE" +"1772","1772","#PM asks for opinion on #demonetization via official #NarendraModi app +https://t.co/mjaSbJ2Dp1 https://t.co/0izCEQsmld","FALSE","3",NA,"2016-11-23 12:12:19","FALSE",NA,"801397969723342848",NA,"Twitter Web Client","digitindia","2","FALSE","FALSE" +"1773","1773","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 12:12:18","FALSE",NA,"801397962349780992",NA,"Twitter for Android","ragusmg","7","TRUE","FALSE" +"1774","1774","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:11:46","FALSE",NA,"801397830115934208",NA,"Twitter for iPhone","chauhan_avdesh","270","TRUE","FALSE" +"1775","1775","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 12:11:26","FALSE",NA,"801397743759437824",NA,"Twitter for Android","AbeerChawake","331","TRUE","FALSE" +"1776","1776","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:11:17","FALSE",NA,"801397708883800064",NA,"Twitter for Android","ehansari","520","TRUE","FALSE" +"1777","1777","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 12:11:12","FALSE",NA,"801397687811719168",NA,"Twitter for Android","mayank143d","8","TRUE","FALSE" +"1778","1778","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 12:11:07","FALSE",NA,"801397666420621312",NA,"Twitter for iPhone","cohelporg","88","TRUE","FALSE" +"1779","1779","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 12:11:06","FALSE",NA,"801397661907570688",NA,"Twitter for Android","AbeerChawake","954","TRUE","FALSE" +"1780","1780","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 12:11:02","FALSE",NA,"801397644845162496",NA,"Twitter for iPhone","ramusha1983","36","TRUE","FALSE" +"1781","1781","Attend the round table session on effect of #Demonetization today @Hotel_MET @BWBusinessworld @anuragbatrayo https://t.co/Ig3wYw6QGI","FALSE","2",NA,"2016-11-23 12:11:02","FALSE",NA,"801397643507220480",NA,"Twitter Web Client","BWBusinessworld","2","FALSE","FALSE" +"1782","1782","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-23 12:10:39","FALSE",NA,"801397549781237760",NA,"Twitter for Android","ekalavya07","237","TRUE","FALSE" +"1783","1783","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:10:36","FALSE",NA,"801397535646617600",NA,"Twitter for iPhone","pmjp123","637","TRUE","FALSE" +"1784","1784","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:10:19","FALSE",NA,"801397465735798784",NA,"Twitter for Android","ekalavya07","520","TRUE","FALSE" +"1785","1785","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:10:13","FALSE",NA,"801397439609458688",NA,"Twitter for Android","delhi_kapil","520","TRUE","FALSE" +"1786","1786","So Jaya Bachchan joins Mamata in her protest while hubby and bahu public lauded Modi's #demonetization move. Ha!","FALSE","1",NA,"2016-11-23 12:09:47","FALSE",NA,"801397330117296128",NA,"Twitter for Android","tweetmods","1","FALSE","FALSE" +"1787","1787","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:09:43","FALSE",NA,"801397312237006848",NA,"Twitter for Android","dilipsinhabda","637","TRUE","FALSE" +"1788","1788","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:09:40","FALSE",NA,"801397301423915008",NA,"Mobile Web (M2)","pbshur","637","TRUE","FALSE" +"1789","1789","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 12:09:36","FALSE",NA,"801397282553942016",NA,"Twitter for Android","Bharath42210807","33","TRUE","FALSE" +"1790","1790","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 12:09:06","FALSE",NA,"801397158926684160",NA,"Twitter Web Client","PetroleumMin","7","TRUE","FALSE" +"1791","1791","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 12:09:02","FALSE",NA,"801397140304101376",NA,"Twitter for Android","Odishaswamy","18","TRUE","FALSE" +"1792","1792","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:08:40","FALSE",NA,"801397048100519936",NA,"Twitter Web Client","amitdelhi85","270","TRUE","FALSE" +"1793","1793","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 12:08:39","FALSE",NA,"801397046234193920",NA,"Twitter for Android","Abhishe65412970","12","TRUE","FALSE" +"1794","1794","#RakhiSawant Appreciates PM #NarendraModi over #Demonetization +https://t.co/l7V9uiliNN","FALSE","1",NA,"2016-11-23 12:08:28","FALSE",NA,"801396999249530880",NA,"Twitter Web Client","Mango_News","0","FALSE","FALSE" +"1795","1795","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 12:08:26","FALSE",NA,"801396989279629312",NA,"Twitter for Android","Djjpn","520","TRUE","FALSE" +"1796","1796","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:08:05","FALSE",NA,"801396903736918016",NA,"Twitter for Android","akash082","637","TRUE","FALSE" +"1797","1797","Round Table on Impact of #Demonetization on Indian Economy & GDP organized @BWBusinessworld @Hotel_MET @PMOIndia� https://t.co/8XeSYIoSRG","FALSE","0",NA,"2016-11-23 12:08:02","TRUE",NA,"801396890881269760",NA,"Twitter Web Client","BWBusinessworld","0","FALSE","FALSE" +"1798","1798","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:07:54","FALSE",NA,"801396854688743424",NA,"Twitter for Android","nitin_ps","637","TRUE","FALSE" +"1799","1799","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:07:41","FALSE",NA,"801396800074592256",NA,"Twitter for Android","nanduperfint","275","TRUE","FALSE" +"1800","1800","#Demonetization will not affect any upcoming election that BJP faces in coming days & People & as party we are confident of PM Move: V Naidu","FALSE","0",NA,"2016-11-23 12:07:31","FALSE",NA,"801396760476151808",NA,"Twitter for Android","SteveNews1","0","FALSE","FALSE" +"1801","1801","RT @NilimDutta: This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via�","FALSE","0",NA,"2016-11-23 12:06:50","FALSE",NA,"801396588371288064",NA,"Twitter for Android","rathorroyal","5","TRUE","FALSE" +"1802","1802","At last Jagan responds on the Demonetization issue +https://t.co/5dsGBOZNLG +#ysjaganmohanreddy #Demonetization� https://t.co/p21hSMpaKU","FALSE","0",NA,"2016-11-23 12:06:19","TRUE",NA,"801396456133251072",NA,"Twitter Web Client","chinnureddy417","0","FALSE","FALSE" +"1803","1803","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 12:06:09","FALSE",NA,"801396416522223616",NA,"Twitter Web Client","dspruthvi","12","TRUE","FALSE" +"1804","1804","We cannot change the reality of #demonetization , but we can change how we deal with it. Talk to us to deal with st� https://t.co/QgVThBuNpP","FALSE","4",NA,"2016-11-23 12:06:07","TRUE",NA,"801396409266270208",NA,"Buffer","TypeaThought","1","FALSE","FALSE" +"1805","1805","Impact of #Demonetization on payments at supermarkets and hyper-markets owned by Future Retail. https://t.co/etjYaILgmM","FALSE","0",NA,"2016-11-23 12:06:04","FALSE",NA,"801396394602831872",NA,"Tweetbot for iS","KaranArora","1","FALSE","FALSE" +"1806","1806","#Mobile #payment wallet #apps see tremendous growth in users and transactions #demonetization via @TheNextSiValley https://t.co/xQQdvGO73j","FALSE","1",NA,"2016-11-23 12:06:02","FALSE",NA,"801396385446817792",NA,"Buffer","Qualitrix360","0","FALSE","FALSE" +"1807","1807","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:06:00","FALSE",NA,"801396377939021824",NA,"Twitter for Android","sudlimbu","275","TRUE","FALSE" +"1808","1808","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:05:52","FALSE",NA,"801396343939874816",NA,"Twitter for iPhone","ksinamdar","637","TRUE","FALSE" +"1809","1809","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:05:42","FALSE",NA,"801396303523495936",NA,"Twitter for Android","BeingSachinDg","275","TRUE","FALSE" +"1810","1810","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 12:05:39","FALSE",NA,"801396288474533888",NA,"Mobile Web (M5)","PaxBrutalis","7","TRUE","FALSE" +"1811","1811","RT @SundayTweeter: Perfect #Demonetization message, mind blowing end #MustWatch +RT plz @muglikar_ https://t.co/usss66TQT8","FALSE","0",NA,"2016-11-23 12:05:08","FALSE",NA,"801396159810011136",NA,"Twitter for iPhone","sh98","50","TRUE","FALSE" +"1812","1812","If #Demonetization was hit , BJP would have put a hoardings all across the country . +@ArvindKejriwal +@DrKumarVishwas","FALSE","0",NA,"2016-11-23 12:04:14","FALSE",NA,"801395934202470400",NA,"Twitter for Android","aapakhi","0","FALSE","FALSE" +"1813","1813","So what's the limit, 24k per week @Savings account & 50k per week @Current account? #Demonetization","FALSE","1",NA,"2016-11-23 12:04:06","FALSE",NA,"801395899259764736",NA,"Twitter Web Client","chiraghcherian","1","FALSE","FALSE" +"1814","1814","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 12:04:01","FALSE",NA,"801395880007897088",NA,"Twitter for Android","GuruSunadholi","7","TRUE","FALSE" +"1815","1815","RT @manaseit: #RajThackeray welcomes #Demonetization but asks some real relevant questions to the govt on mismanagement and for the trouble�","FALSE","0",NA,"2016-11-23 12:03:53","FALSE",NA,"801395844066836480",NA,"Twitter for Android","JatharVijay","16","TRUE","FALSE" +"1816","1816","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:03:45","FALSE",NA,"801395814241304576",NA,"Twitter for Android","subsharma007","270","TRUE","FALSE" +"1817","1817","RT @dpurkayastha: Following #Demonetization of Rs500/1K notes and launch of Rs2K notes... https://t.co/oH96iTuvsk � https://t.co/xKfcZcdiaa","FALSE","0",NA,"2016-11-23 12:03:33","FALSE",NA,"801395763787894784",NA,"Twitter Web Client","dpurkayastha","2","TRUE","FALSE" +"1818","1818","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 12:03:07","FALSE",NA,"801395651648987136",NA,"Twitter for Android","sanjaymshra","270","TRUE","FALSE" +"1819","1819","RT @bonddheeru: So it has been more than 10 days since demonetization announcement, what are the potential benefits of the #demonetization�","FALSE","0",NA,"2016-11-23 12:02:41","FALSE",NA,"801395542349594624",NA,"Twitter Web Client","bonddheeru","1","TRUE","FALSE" +"1820","1820","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:02:39","FALSE",NA,"801395535408033792",NA,"Twitter for Android","ritusaksham","275","TRUE","FALSE" +"1821","1821","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 12:02:32","FALSE",NA,"801395506840739840",NA,"Twitter for iPad","CorruptPunjab","637","TRUE","FALSE" +"1822","1822","So it has been more than 10 days since demonetization announcement, what are the potential benefits of the� https://t.co/ruUtdPzzm3","FALSE","0",NA,"2016-11-23 12:02:06","TRUE",NA,"801395398229168128",NA,"Twitter Web Client","bonddheeru","1","FALSE","FALSE" +"1823","1823","Why should we ""Never Vote For BJP"" , they just launched a Apple watch app for #Demonetization issues. Its high tech +https://t.co/UtMC9o1fG6","FALSE","0",NA,"2016-11-23 12:01:14","FALSE",NA,"801395179710124032",NA,"Twitter Web Client","FarziNews","0","FALSE","FALSE" +"1824","1824","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 12:01:04","FALSE",NA,"801395135288344576",NA,"Twitter for Android","Viloovan","275","TRUE","FALSE" +"1825","1825","#Demonetization whenever you come back from an ATM, everyone at home gives you the Gabbar Singh look and asks you� https://t.co/CnACgnAnF8","FALSE","0",NA,"2016-11-23 12:00:52","TRUE",NA,"801395085187289088",NA,"Twitter for iPhone","mansoor05026046","0","FALSE","FALSE" +"1826","1826","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 12:00:30","FALSE",NA,"801394993919193088",NA,"Twitter for Android","sbalyan","14","TRUE","FALSE" +"1827","1827","RT @NilimDutta: This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via�","FALSE","0",NA,"2016-11-23 12:00:01","FALSE",NA,"801394872863203328",NA,"Twitter Web Client","sdsanddunes","5","TRUE","FALSE" +"1828","1828","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 11:59:35","FALSE",NA,"801394764151042048",NA,"Twitter Web Client","BJP_ITCELL_Maha","12","TRUE","FALSE" +"1829","1829","FreeCharge to on-board one million merchants in next 12 months #Demonetization --> #Digital India --> #Clean India https://t.co/NbNDMrTmtP","FALSE","2",NA,"2016-11-23 11:59:29","FALSE",NA,"801394738242863104",NA,"Twitter for iPhone","MobileChamps","0","FALSE","FALSE" +"1830","1830","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 11:59:23","FALSE",NA,"801394714519998464",NA,"Twitter for Android","vishal_ramanuj_","12","TRUE","FALSE" +"1831","1831","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:59:11","FALSE",NA,"801394662120398848",NA,"Twitter for iPhone","SANDEEPCOL","637","TRUE","FALSE" +"1832","1832","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 11:59:03","FALSE",NA,"801394627731329024",NA,"Twitter for Android","India272","12","TRUE","FALSE" +"1833","1833","RT @NilimDutta: This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via�","FALSE","0",NA,"2016-11-23 11:58:48","FALSE",NA,"801394567232819200",NA,"RoundTeam","W_E_F3","5","TRUE","FALSE" +"1834","1834","Read latest NIPFP blogpost titled ""#Demonetization: Cure and Care"", by Dr. Pinaki Chakraborty. +@pinakicha +https://t.co/LZ6b4ZiW9D","FALSE","1",NA,"2016-11-23 11:58:31","FALSE",NA,"801394495187128320",NA,"Twitter Web Client","nipfp_org_in","1","FALSE","FALSE" +"1835","1835","HPCL Mangalore RO team assisting people during #Demonetization https://t.co/nhI4Mm5n07","FALSE","5",NA,"2016-11-23 11:58:14","FALSE",NA,"801394424072675328",NA,"TweetDeck","HPCL","0","FALSE","FALSE" +"1836","1836","Bank & Atm queue is not reducing but money is reducing. Solve the problem soon #demonetization #ModiMosa2 @tv9kannada @suvarnanewstv","FALSE","0",NA,"2016-11-23 11:57:41","FALSE",NA,"801394285283143680",NA,"TweetDeck","_Rajeshk_","0","FALSE","FALSE" +"1837","1837","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 11:57:28","FALSE",NA,"801394231864594432",NA,"Twitter for Android","govindnaga","7","TRUE","FALSE" +"1838","1838","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:57:23","FALSE",NA,"801394210175877120",NA,"Twitter for iPhone","nehal_raval","270","TRUE","FALSE" +"1839","1839","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:57:18","FALSE",NA,"801394188487041024",NA,"Twitter for Android","deepchilwal","637","TRUE","FALSE" +"1840","1840","RT @NilimDutta: This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via�","FALSE","0",NA,"2016-11-23 11:56:36","FALSE",NA,"801394013869740032",NA,"Twitter for Android","Lostmytongue","5","TRUE","FALSE" +"1841","1841","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:56:28","FALSE",NA,"801393979317047296",NA,"Twitter for Android","dushyantkagarwa","637","TRUE","FALSE" +"1842","1842","Minority institutions are exempt from #Demonetization, How can I-T conduct raids? https://t.co/OHfyrTTPYb","FALSE","0",NA,"2016-11-23 11:56:27","FALSE",NA,"801393976632672256",NA,"Twitter for Android","anjanathadhani","1","FALSE","FALSE" +"1843","1843","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:56:14","FALSE",NA,"801393919057661952",NA,"Twitter Web Client","kushbansal","275","TRUE","FALSE" +"1844","1844","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 11:56:03","FALSE",NA,"801393874606428160",NA,"Twitter for Android","RameshwarAryaG","12","TRUE","FALSE" +"1845","1845","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:55:52","FALSE",NA,"801393828791865344",NA,"Twitter for iPhone","lks196512","275","TRUE","FALSE" +"1846","1846","RT @NilimDutta: This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via�","FALSE","0",NA,"2016-11-23 11:55:48","FALSE",NA,"801393811653947392",NA,"Twitter for iPad","zakighaswala","5","TRUE","FALSE" +"1847","1847","Useless things right now Rs. 500, Rs. 1000 & Rs. 2000... No one is ready to accept it #demonetization #IMwithModi","FALSE","0",NA,"2016-11-23 11:55:47","FALSE",NA,"801393806398681088",NA,"Twitter for Android","iamrevenkar","0","FALSE","FALSE" +"1848","1848","RT @anilkohli54: . PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","0",NA,"2016-11-23 11:55:47","FALSE",NA,"801393806239092736",NA,"Twitter for Android","sbalyan","5","TRUE","FALSE" +"1849","1849","RT @NilimDutta: You know @narendramodi, claim of patriotism may not be enough to dig yourself out of the #DeMonetization hole you have put�","FALSE","0",NA,"2016-11-23 11:55:43","FALSE",NA,"801393788669333504",NA,"Twitter for Android","ShaikShafi","2","TRUE","FALSE" +"1850","1850","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:55:37","FALSE",NA,"801393765210619904",NA,"Twitter Web Client","DipendraDipzo","275","TRUE","FALSE" +"1851","1851","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:55:23","FALSE",NA,"801393708042100736",NA,"Twitter Web Client","priyabr54880988","71","TRUE","FALSE" +"1852","1852","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:55:22","FALSE",NA,"801393702782390272",NA,"Twitter Web Client","meenuji2","331","TRUE","FALSE" +"1853","1853","RT @asraghunath: What's d fuss about? We stood in longer Q in #Demonetization Part-I. +Why should you've issues with Q during Part-II? +No su�","FALSE","0",NA,"2016-11-23 11:55:21","FALSE",NA,"801393698684751872",NA,"Twitter for Android","SouravA88384237","216","TRUE","FALSE" +"1854","1854","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 11:55:21","FALSE",NA,"801393696986071040",NA,"Twitter for Android","kochar1976","7","TRUE","FALSE" +"1855","1855","HPCL GMO-SZ team assisting people at Chennai during #Demonetization (2/2) https://t.co/JJYEnSTSBU","FALSE","4",NA,"2016-11-23 11:54:37","FALSE",NA,"801393514068094976",NA,"TweetDeck","HPCL","0","FALSE","FALSE" +"1856","1856","#demonetization just about takes care of chori ka paisa... now we have to stop the chori of Babus, Politicians, Govt Employees & Judges","FALSE","0",NA,"2016-11-23 11:54:26","FALSE",NA,"801393466735374336",NA,"Twitter Web Client","sjpatil","0","FALSE","FALSE" +"1857","1857","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:54:22","FALSE",NA,"801393451623288832",NA,"Twitter Web Client","DilawarIT","331","TRUE","FALSE" +"1858","1858","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:54:15","FALSE",NA,"801393419897683968",NA,"Twitter for iPhone","RohitGanguli108","637","TRUE","FALSE" +"1859","1859","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:54:10","FALSE",NA,"801393400754929664",NA,"Twitter for Android","Puttarajksk","275","TRUE","FALSE" +"1860","1860","From #MannKiBaat to #JanKiBaat on #demonetization. +#Citizens on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/8R8zR9a47Z","FALSE","0",NA,"2016-11-23 11:54:03","TRUE",NA,"801393372464193536",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"1861","1861","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:53:57","FALSE",NA,"801393346736336896",NA,"Twitter Web Client","desiVoltaire","7","TRUE","FALSE" +"1862","1862","@PMOIndia @narendramodi @RBI Dear Sir, Please do not rollback the #Demonetization !Come whatever may. We will not bend to stupidity of oppn","FALSE","0","PMOIndia","2016-11-23 11:53:52","FALSE",NA,"801393325110624256","471741741","Twitter for Android","akshaynadgir","0","FALSE","FALSE" +"1863","1863","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:53:40","FALSE",NA,"801393274917388288",NA,"Twitter for Android","rajs51","637","TRUE","FALSE" +"1864","1864","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:53:38","FALSE",NA,"801393264230182912",NA,"Twitter for Android","trulyajays","275","TRUE","FALSE" +"1865","1865","#farmers are finding so much trouble to buy farming seeds boz few seed sellers r not ready to accept old notes #demonetization #currencyban","FALSE","0",NA,"2016-11-23 11:53:24","FALSE",NA,"801393208198459392",NA,"TweetDeck","_Rani_sudha","0","FALSE","FALSE" +"1866","1866","RT @YSRCParty: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dx�","FALSE","0",NA,"2016-11-23 11:53:15","FALSE",NA,"801393169090760704",NA,"Twitter Web Client","Vincy7M_","7","TRUE","FALSE" +"1867","1867","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 11:53:12","FALSE",NA,"801393155396382720",NA,"Twitter Web Client","Vincy7M_","11","TRUE","FALSE" +"1868","1868","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 11:53:07","FALSE",NA,"801393137990012928",NA,"Twitter Web Client","Vincy7M_","33","TRUE","FALSE" +"1869","1869","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 11:53:00","FALSE",NA,"801393108168704000",NA,"Twitter for Android","Textilemail","7","TRUE","FALSE" +"1870","1870","HPCL GMO-SZ team assisting people at Chennai during #Demonetization (1/2) https://t.co/5JhrISUE8x","FALSE","4",NA,"2016-11-23 11:52:49","FALSE",NA,"801393059338469376",NA,"TweetDeck","HPCL","1","FALSE","FALSE" +"1871","1871","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:52:48","FALSE",NA,"801393054947168256",NA,"Twitter for Android","virk_prabjot","331","TRUE","FALSE" +"1872","1872","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-23 11:52:20","FALSE",NA,"801392939263893504",NA,"Twitter for Android","smitatulsankar","14","TRUE","FALSE" +"1873","1873","RT @IndiaFirst_2019: Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Building�","FALSE","0",NA,"2016-11-23 11:51:53","FALSE",NA,"801392827196313600",NA,"Twitter Web Client","ParagDr","12","TRUE","FALSE" +"1874","1874","RT @JLLIndia: #Demonetization's Impact On the #India #Retail sector - Re-Tales by Pankaj Renjhen | ET Retail https://t.co/aVcYTIhdtH","FALSE","0",NA,"2016-11-23 11:51:43","FALSE",NA,"801392785358135296",NA,"Twitter for Android","arunkumardivu","2","TRUE","FALSE" +"1875","1875","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:51:43","FALSE",NA,"801392782615056384",NA,"Twitter for Android","madskak","275","TRUE","FALSE" +"1876","1876","#Demonetization.don't know if true till see in news, crackdown on people exchanging money 20-30%. Must be having crs beyond imagination. .","FALSE","0",NA,"2016-11-23 11:51:19","FALSE",NA,"801392684762071040",NA,"IFTTT","giveawayskoot","0","FALSE","FALSE" +"1877","1877","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:50:58","FALSE",NA,"801392596270587904",NA,"Twitter for Android","sandeep21031983","22","TRUE","FALSE" +"1878","1878","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:50:50","FALSE",NA,"801392561126445056",NA,"Twitter for iPhone","sunIndi83","270","TRUE","FALSE" +"1879","1879","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:50:30","FALSE",NA,"801392479182299136",NA,"Twitter Web Client","cgbalajird","7","TRUE","FALSE" +"1880","1880","This cuts through the bullshit into critical legal issues regarding #DeMonetization. +#MustRead https://t.co/RSw78cIUaZ via @LegallyIndia","FALSE","2",NA,"2016-11-23 11:50:28","FALSE",NA,"801392469396967424",NA,"Twitter Web Client","NilimDutta","5","FALSE","FALSE" +"1881","1881","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 11:50:21","FALSE",NA,"801392438795530240",NA,"Twitter for Android","iampradheep9999","33","TRUE","FALSE" +"1882","1882","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:50:16","FALSE",NA,"801392418876751872",NA,"Twitter for Android","dharmendra_sonu","275","TRUE","FALSE" +"1883","1883","RT @HPCL: HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","0",NA,"2016-11-23 11:50:06","FALSE",NA,"801392379148300288",NA,"Twitter for Android","ShabbirAzam","7","TRUE","FALSE" +"1884","1884","RT @YSRCPFriends: Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co�","FALSE","0",NA,"2016-11-23 11:50:04","FALSE",NA,"801392370415636480",NA,"Twitter Web Client","Mallika00853159","1","TRUE","FALSE" +"1885","1885","RUMOUR: #Mohanlal Invested 3300 Crores Overseas Foreseeing #NoteBan? +#Lalettan #Demonetization #Mollywood +https://t.co/VeFcVQWAYQ @Filmibeat","FALSE","0",NA,"2016-11-23 11:50:04","FALSE",NA,"801392367441887232",NA,"Twitter Web Client","akhila_menon","0","FALSE","FALSE" +"1886","1886","#Demonetization.don't know if true till see in news, crackdown on people exchanging money @20-30%. Must be having crs beyond imagination. .","FALSE","0",NA,"2016-11-23 11:49:43","FALSE",NA,"801392278623244288",NA,"Twitter for Android","d2dental","0","FALSE","FALSE" +"1887","1887","Have You Shared Your Views on #Demonetization to #PMModi Take Part in Survey on #NMApp & Be A Part of Nation Build� https://t.co/sslkKkEBp9","FALSE","13",NA,"2016-11-23 11:49:22","TRUE",NA,"801392191398514688",NA,"Twitter Web Client","IndiaFirst_2019","12","FALSE","FALSE" +"1888","1888","Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/Z1UQzh1smO #YSRcp","FALSE","2",NA,"2016-11-23 11:49:19","FALSE",NA,"801392181399482368",NA,"IFTTT","YSRCPFriends","1","FALSE","FALSE" +"1889","1889","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:49:16","FALSE",NA,"801392165796581376",NA,"Twitter for iPhone","PaulStansilas","71","TRUE","FALSE" +"1890","1890","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:49:14","FALSE",NA,"801392158632574976",NA,"Twitter for Windows","drhareeshkrishn","71","TRUE","FALSE" +"1891","1891","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:49:08","FALSE",NA,"801392135568179200",NA,"Twitter Web Client","Abhifour","22","TRUE","FALSE" +"1892","1892","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:49:01","FALSE",NA,"801392105486577664",NA,"Twitter for Android","amar129438","71","TRUE","FALSE" +"1893","1893","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:48:49","FALSE",NA,"801392055624704000",NA,"Twitter for Android","DrJadav","331","TRUE","FALSE" +"1894","1894","At this point, where should #PayTM focus its marketing? #demonetization","FALSE","0",NA,"2016-11-23 11:48:31","FALSE",NA,"801391978063630336",NA,"Twitter for iPhone","ferishferry","0","FALSE","FALSE" +"1895","1895","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:48:24","FALSE",NA,"801391947776565248",NA,"Twitter for iPad","b_richardn","71","TRUE","FALSE" +"1896","1896","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:48:15","FALSE",NA,"801391911026049024",NA,"Twitter for iPhone","TS_SinghDeo","71","TRUE","FALSE" +"1897","1897","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:47:26","FALSE",NA,"801391703890530304",NA,"Twitter for Android","Shivam_INC","71","TRUE","FALSE" +"1898","1898","HPCL Bangalore RO Helping Banks with #Demonetization Drive https://t.co/lKvkYuCd1K","FALSE","19",NA,"2016-11-23 11:47:08","FALSE",NA,"801391631442145280",NA,"TweetDeck","HPCL","7","FALSE","FALSE" +"1899","1899","RT @iYashwant: Very informative thread on #Demonetization. +Must Read https://t.co/ugZ7YMIzwD","FALSE","0",NA,"2016-11-23 11:46:46","FALSE",NA,"801391536667643904",NA,"Twitter Web Client","kumarkm53","1","TRUE","FALSE" +"1900","1900","RT @tech2eets: Indian PC market is expected to be ""sluggish"" because of #demonetization, says IDC. https://t.co/S4xmwoqeSM https://t.co/pu9�","FALSE","0",NA,"2016-11-23 11:46:44","FALSE",NA,"801391530602823680",NA,"Twitter for Android","ratedsrk","3","TRUE","FALSE" +"1901","1901","Rare sight corrupt queue up to confess their crime before Bapu the original sinner who inflicted Nehru on India� https://t.co/gi0HJZwqjX","FALSE","109",NA,"2016-11-23 11:46:24","TRUE",NA,"801391447010217984",NA,"Twitter for iPhone","anilkohli54","134","FALSE","FALSE" +"1902","1902","RT @MinhazMerchant: Is #demonetization a gamechanging eco reform that'll hit terror funding, fake notes & black economy?","FALSE","0",NA,"2016-11-23 11:46:19","FALSE",NA,"801391423572606976",NA,"Twitter for Android","vevck","321","TRUE","FALSE" +"1903","1903","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:46:15","FALSE",NA,"801391407135014912",NA,"Twitter for Android","NChorau","275","TRUE","FALSE" +"1904","1904","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 11:46:09","FALSE",NA,"801391381520359424",NA,"Twitter for Android","Ishaqueali241","954","TRUE","FALSE" +"1905","1905","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:45:59","FALSE",NA,"801391340483293184",NA,"Twitter for Android","akhillodha","7","TRUE","FALSE" +"1906","1906","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 11:45:52","FALSE",NA,"801391310443782144",NA,"Twitter Web Client","sanju19821","9","TRUE","FALSE" +"1907","1907","RT @YSRCPFriends: Days before #Demonetization announcement, ncbn sold his Heritage shares,clearly evident that he had prior knowledg� �","FALSE","0",NA,"2016-11-23 11:45:50","FALSE",NA,"801391301543403520",NA,"Twitter Web Client","Mallika00853159","1","TRUE","FALSE" +"1908","1908","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 11:45:40","FALSE",NA,"801391263165476864",NA,"Twitter Web Client","Mallika00853159","11","TRUE","FALSE" +"1909","1909","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:45:19","FALSE",NA,"801391172627271680",NA,"Twitter for Android","NischelBaxi","7","TRUE","FALSE" +"1910","1910","Chandrababu first said that Narendra Modi had implemented #Demonetization, taking his advice. Upon seeing... https://t.co/dxclXO3Ary","FALSE","13",NA,"2016-11-23 11:45:05","FALSE",NA,"801391112799678464",NA,"Facebook","YSRCParty","7","FALSE","FALSE" +"1911","1911","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 11:44:57","FALSE",NA,"801391080637726720",NA,"Twitter Web Client","babajibaala","32","TRUE","FALSE" +"1912","1912","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 11:44:50","FALSE",NA,"801391051009179648",NA,"Twitter Web Client","babajibaala","9","TRUE","FALSE" +"1913","1913","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 11:44:47","FALSE",NA,"801391040271761408",NA,"Twitter Web Client","Mallika00853159","33","TRUE","FALSE" +"1914","1914","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 11:44:45","FALSE",NA,"801391030926835712",NA,"Twitter Web Client","babajibaala","8","TRUE","FALSE" +"1915","1915","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:44:40","FALSE",NA,"801391010664222720",NA,"Twitter Web Client","babajibaala","33","TRUE","FALSE" +"1916","1916","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 11:44:34","FALSE",NA,"801390985351569408",NA,"Twitter Web Client","babajibaala","19","TRUE","FALSE" +"1917","1917","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:44:30","FALSE",NA,"801390968477982720",NA,"Twitter for Android","Sachindetane4u","637","TRUE","FALSE" +"1918","1918","RT @vifindia: Lalit Joshi | After #Demonetization, Good Governance from Babudom is required for Transforming India +https://t.co/BTHGf5vQrg�","FALSE","0",NA,"2016-11-23 11:44:28","FALSE",NA,"801390958369652736",NA,"Twitter for Android","raghuchethan","5","TRUE","FALSE" +"1919","1919","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 11:44:27","FALSE",NA,"801390955597205504",NA,"Twitter Web Client","babajibaala","15","TRUE","FALSE" +"1920","1920","RT @NilimDutta: You know @narendramodi, claim of patriotism may not be enough to dig yourself out of the #DeMonetization hole you have put�","FALSE","0",NA,"2016-11-23 11:44:26","FALSE",NA,"801390948995371008",NA,"Twitter for iPhone","kunalsahay","2","TRUE","FALSE" +"1921","1921","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-23 11:44:22","FALSE",NA,"801390935040872448",NA,"Twitter for Android","raghuchethan","29","TRUE","FALSE" +"1922","1922","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 11:44:22","FALSE",NA,"801390934873124864",NA,"Twitter Web Client","babajibaala","16","TRUE","FALSE" +"1923","1923","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 11:44:17","FALSE",NA,"801390913645744128",NA,"Twitter Web Client","babajibaala","14","TRUE","FALSE" +"1924","1924","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 11:44:11","FALSE",NA,"801390888391831552",NA,"Twitter Web Client","babajibaala","20","TRUE","FALSE" +"1925","1925","Still 40% of atms are out of order or cashless. We public are facing so much of trouble #demonetization @btvnewslive @suvarnanewstv","FALSE","0",NA,"2016-11-23 11:44:07","FALSE",NA,"801390872277286912",NA,"TweetDeck","kanika_shetty1","0","FALSE","FALSE" +"1926","1926","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:44:07","FALSE",NA,"801390871379742720",NA,"Mobile Web (M5)","kick_paki_out","637","TRUE","FALSE" +"1927","1927","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 11:44:06","FALSE",NA,"801390868728922112",NA,"Twitter Web Client","babajibaala","15","TRUE","FALSE" +"1928","1928","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 11:44:02","FALSE",NA,"801390850974453760",NA,"Twitter Web Client","babajibaala","18","TRUE","FALSE" +"1929","1929","You know @narendramodi, claim of patriotism may not be enough to dig yourself out of the #DeMonetization hole you have put yourself in.","FALSE","5",NA,"2016-11-23 11:43:59","FALSE",NA,"801390837401694208",NA,"Twitter Web Client","NilimDutta","2","FALSE","FALSE" +"1930","1930","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 11:43:56","FALSE",NA,"801390823501766656",NA,"Twitter Web Client","babajibaala","13","TRUE","FALSE" +"1931","1931","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 11:43:51","FALSE",NA,"801390803222302720",NA,"Twitter Web Client","babajibaala","15","TRUE","FALSE" +"1932","1932","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 11:43:46","FALSE",NA,"801390783093870592",NA,"Twitter Web Client","babajibaala","36","TRUE","FALSE" +"1933","1933","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:43:39","FALSE",NA,"801390753758883840",NA,"Twitter Web Client","mahesha_p","275","TRUE","FALSE" +"1934","1934","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:43:34","FALSE",NA,"801390734058274816",NA,"Twitter for Android","DebDip00","112","TRUE","FALSE" +"1935","1935","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:43:09","FALSE",NA,"801390629435494400",NA,"Twitter for Android","AKohli03","7","TRUE","FALSE" +"1936","1936","@Rohinisgh_ET Why is the tv media not showing the truth that people are accusing Modi's #DeMonetization in real life","FALSE","0","Rohinisgh_ET","2016-11-23 11:42:52","FALSE","801104853673996288","801390555523477504","267861878","Twitter for Android","NiyatiR8855","0","FALSE","FALSE" +"1937","1937","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:42:42","FALSE",NA,"801390512745742336",NA,"Mobile Web (M5)","R_2008","275","TRUE","FALSE" +"1938","1938","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:42:36","FALSE",NA,"801390488322310144",NA,"Twitter for Android","TruthAwakes","22","TRUE","FALSE" +"1939","1939","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:42:20","FALSE",NA,"801390422790639616",NA,"Twitter for Android","maulikm79","270","TRUE","FALSE" +"1940","1940","#Demonetization's Impact On the #India #Retail sector - Re-Tales by Pankaj Renjhen | ET Retail https://t.co/aVcYTIhdtH","FALSE","1",NA,"2016-11-23 11:42:11","FALSE",NA,"801390385801019392",NA,"Twitter Web Client","JLLIndia","2","FALSE","FALSE" +"1941","1941","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:42:05","FALSE",NA,"801390360496783360",NA,"Twitter for Android","SoorajjKrishna","18","TRUE","FALSE" +"1942","1942","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:41:20","FALSE",NA,"801390170532679680",NA,"Twitter for Android","cramas_ramasamy","275","TRUE","FALSE" +"1943","1943","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:40:50","FALSE",NA,"801390044686716928",NA,"Twitter for Android","TolerantDesii","112","TRUE","FALSE" +"1944","1944","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:40:48","FALSE",NA,"801390038562926592",NA,"Twitter for Android","pruthvidarshan5","275","TRUE","FALSE" +"1945","1945","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 11:40:46","FALSE",NA,"801390028978987008",NA,"Twitter for iPhone","shailendra1212","7","TRUE","FALSE" +"1946","1946","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 11:40:22","FALSE",NA,"801389925979406336",NA,"Twitter for iPhone","taruns_","33","TRUE","FALSE" +"1947","1947","A fruit vendor from Kolkata supports the #Demonetization move by #NarendraModi @narendramodi @BJP4India https://t.co/7enIN2ywtq @rsprasad","FALSE","0",NA,"2016-11-23 11:39:46","FALSE",NA,"801389778474151936",NA,"Twitter Web Client","bhavesh2385","0","FALSE","FALSE" +"1948","1948","RT @NimmaYash: Yash speaks his mind out on the issue of #demonetization during a discussion in @Pradesh18Kan - Team https://t.co/8YWRpJDQwj","FALSE","0",NA,"2016-11-23 11:39:41","FALSE",NA,"801389756579876864",NA,"Twitter for Android","Yash_Devote","63","TRUE","FALSE" +"1949","1949","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:39:32","FALSE",NA,"801389716771901440",NA,"Twitter for iPhone","nyra186646811","112","TRUE","FALSE" +"1950","1950","#PareshRawal take on 500 and 1000 #note #demonetization +#Proud #Bankofficials #IndianRupee #Fight #Corruption� https://t.co/S237rolTiW","FALSE","3",NA,"2016-11-23 11:39:17","TRUE",NA,"801389653727256576",NA,"Twitter for Android","manishaBJP","1","FALSE","FALSE" +"1951","1951","A fruit vendor from Kolkata supports the #Demonetization move by #NarendraModi @narendramodi @BJP4India https://t.co/GQstR94scO @bjpbengal","FALSE","0",NA,"2016-11-23 11:39:08","FALSE",NA,"801389616922116096",NA,"Twitter Web Client","bhavesh2385","0","FALSE","FALSE" +"1952","1952","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 11:38:46","FALSE",NA,"801389524806868992",NA,"Twitter for Android","palliravi","16","TRUE","FALSE" +"1953","1953","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:38:45","FALSE",NA,"801389520100814848",NA,"Twitter Web Client","Vsrikanth85","57","TRUE","FALSE" +"1954","1954","Jan Dhan accs crditd wid 21K Crs aftr #demonetization, n mor intrestng fact is dat d hiest amt of mny's bn deposted frm so-cld POOR state WB","FALSE","0",NA,"2016-11-23 11:38:33","FALSE",NA,"801389469572153344",NA,"Twitter for Android","KalburgiB","0","FALSE","FALSE" +"1955","1955","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:38:17","FALSE",NA,"801389405004931072",NA,"Twitter Web Client","kuunnik88","275","TRUE","FALSE" +"1956","1956","Watch today's debate on opposition stopping proceedings in parliament due to #Demonetization only on TV9 Marathi to� https://t.co/qfb6CPeRfs","FALSE","0",NA,"2016-11-23 11:38:03","TRUE",NA,"801389343902461952",NA,"Twitter Web Client","sable_amar","0","FALSE","FALSE" +"1957","1957","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:37:51","FALSE",NA,"801389294581641216",NA,"Twitter for Android","SukhiiM","57","TRUE","FALSE" +"1958","1958","RT @aolschools: Bank Mangers & staff, happy to receive handmade cards for their hard work in #demonetization from @aolschools students.@Sri�","FALSE","0",NA,"2016-11-23 11:37:50","FALSE",NA,"801389288290222080",NA,"Twitter for Android","NirmalaAhuja1","38","TRUE","FALSE" +"1959","1959","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:37:39","FALSE",NA,"801389244581314560",NA,"Twitter for iPhone","YaDangayach","22","TRUE","FALSE" +"1960","1960","RT @chandreshd: Yesterday's right answer May not be today's right answer. #Demonetizationeffect #demonetization #BlackMoney #DeMonetisation","FALSE","0",NA,"2016-11-23 11:37:18","FALSE",NA,"801389156790374400",NA,"Twitter for Windows","pixiedixie721","1","TRUE","FALSE" +"1961","1961","Godwin's law Modi-fied for the #demonetization https://t.co/vBlxteoDNK check out our live blog as well https://t.co/fB8NEQJSJw","FALSE","1",NA,"2016-11-23 11:37:17","FALSE",NA,"801389150314242048",NA,"Twitter Web Client","KJshashi","0","FALSE","FALSE" +"1962","1962","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:36:39","FALSE",NA,"801388993602461696",NA,"Twitter for Android","smitachd","637","TRUE","FALSE" +"1963","1963","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:36:22","FALSE",NA,"801388921611436032",NA,"Twitter for iPhone","buntybhan","112","TRUE","FALSE" +"1964","1964","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:36:21","FALSE",NA,"801388916964257792",NA,"Twitter for Android","HonestWordsOnly","22","TRUE","FALSE" +"1965","1965","RT @anilkohli54: It's Game Set & Match to PM Modi #Demonetization","FALSE","0",NA,"2016-11-23 11:36:17","FALSE",NA,"801388900275003392",NA,"Twitter for Android","saravananmss","7","TRUE","FALSE" +"1966","1966","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:36:13","FALSE",NA,"801388881358659584",NA,"Twitter for Android","SnatanSupremacy","637","TRUE","FALSE" +"1967","1967","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:36:00","FALSE",NA,"801388827474612224",NA,"Twitter for Windows Phone","aparnaupadhaya","275","TRUE","FALSE" +"1968","1968","It's Game Set & Match to PM Modi #Demonetization","FALSE","10",NA,"2016-11-23 11:35:30","FALSE",NA,"801388701465001984",NA,"Twitter for iPhone","anilkohli54","7","FALSE","FALSE" +"1969","1969","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:34:39","FALSE",NA,"801388489589882880",NA,"Twitter for Android","sooriks","270","TRUE","FALSE" +"1970","1970","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 11:34:29","FALSE",NA,"801388447726333952",NA,"Twitter for iPhone","sundarraajann","13","TRUE","FALSE" +"1971","1971","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:34:24","FALSE",NA,"801388426079571968",NA,"Twitter for BlackBerry","provanjan999","112","TRUE","FALSE" +"1972","1972","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:34:20","FALSE",NA,"801388409390403584",NA,"Twitter Web Client","VEEKAYES","112","TRUE","FALSE" +"1973","1973","@SriSri Sri Ravi Shankar supports #demonetization, hails PM @narendramodi https://t.co/g7aCrsYBQL","FALSE","0","SriSri","2016-11-23 11:34:12","FALSE",NA,"801388374934175744","61126132","Twitter for Android","rajeshjha_bjp","0","FALSE","FALSE" +"1974","1974","@OfficeOfRG @ArvindKejriwal etc, Indians can see through hypocrisy. Don't b blind in opposing you are embarrassing yourself. #Demonetization","FALSE","0","OfficeOfRG","2016-11-23 11:34:09","FALSE",NA,"801388364645560320","3171712086","Twitter Web Client","rahulchoudhary","0","FALSE","FALSE" +"1975","1975","This isn't as awful as the #demonetization woes I hear from field partners in villages but I see a pattern here. 4/n","FALSE","1","storygheek","2016-11-23 11:34:07","FALSE","801387809592340480","801388355787235328","57677983","Twitter Web Client","storygheek","0","FALSE","FALSE" +"1976","1976","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:33:56","FALSE",NA,"801388309586972672",NA,"Twitter for Android","newsanti","112","TRUE","FALSE" +"1977","1977","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:33:55","FALSE",NA,"801388302339293184",NA,"Twitter for Android","OutOfOfficeRG","22","TRUE","FALSE" +"1978","1978","Most funny & ironic statement since the first day of #DeMonetization https://t.co/CklCgpQAkF","FALSE","0",NA,"2016-11-23 11:33:47","FALSE",NA,"801388271955628032",NA,"Twitter Web Client","InternetHinduz","0","FALSE","FALSE" +"1979","1979","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 11:33:27","FALSE",NA,"801388184865161216",NA,"Twitter for Android","SumitSharma_91","16","TRUE","FALSE" +"1980","1980","Very informative thread on #Demonetization. +Must Read https://t.co/ugZ7YMIzwD","FALSE","0",NA,"2016-11-23 11:33:13","FALSE",NA,"801388126543351808",NA,"Twitter for Android","iYashwant","1","FALSE","FALSE" +"1981","1981","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 11:32:56","FALSE",NA,"801388055579881472",NA,"Twitter Web Client","pamelag2000","7","TRUE","FALSE" +"1982","1982","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:32:47","FALSE",NA,"801388019248812032",NA,"Twitter for Android","KainPradeep","270","TRUE","FALSE" +"1983","1983","RT @anilkohli54: Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","0",NA,"2016-11-23 11:32:46","FALSE",NA,"801388017034362880",NA,"Twitter for iPhone","PriyaPippi","7","TRUE","FALSE" +"1984","1984","#823 People still scrounge the streets in search of money. #demonetization https://t.co/zPaXkLXkbM","FALSE","0",NA,"2016-11-23 11:32:38","FALSE",NA,"801387980187467776",NA,"Twitter Web Client","jayrsamal","0","FALSE","FALSE" +"1985","1985","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:32:30","FALSE",NA,"801387947350048768",NA,"Twitter for iPhone","MLMANDOWARA","270","TRUE","FALSE" +"1986","1986","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:32:14","FALSE",NA,"801387882262859776",NA,"Twitter for Android","ravianand_gaur","71","TRUE","FALSE" +"1987","1987","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:32:08","FALSE",NA,"801387856929271808",NA,"Twitter for iPad","Vivaan_D","637","TRUE","FALSE" +"1988","1988","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:32:02","FALSE",NA,"801387830819885056",NA,"Twitter for Android","dipualone","112","TRUE","FALSE" +"1989","1989","#PMO #DEMONETIZATION #SaveThePeople +The innocent poor common people of India are victims of harassment by the... https://t.co/mjVSLOj7ix","FALSE","0",NA,"2016-11-23 11:31:42","FALSE",NA,"801387745126055936",NA,"Facebook","SaeedFalahi","0","FALSE","FALSE" +"1990","1990","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:31:35","FALSE",NA,"801387715958697984",NA,"Twitter for Android","Adilalam45U","331","TRUE","FALSE" +"1991","1991","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:31:33","FALSE",NA,"801387708996169728",NA,"Twitter for Android","vjnam","18","TRUE","FALSE" +"1992","1992","Absolutely hilarious corrupt protesting in the name of poor against. #Demonetization","FALSE","5",NA,"2016-11-23 11:31:00","FALSE",NA,"801387569174847488",NA,"Twitter for iPhone","anilkohli54","7","FALSE","FALSE" +"1993","1993","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:30:58","FALSE",NA,"801387561423933440",NA,"Twitter for iPhone","SashiSimhan","71","TRUE","FALSE" +"1994","1994","Where are all the rich people in the line? If that what you're wondering too. https://t.co/TmJiNetvLn #Humor� https://t.co/30zjgvAhRQ","FALSE","2",NA,"2016-11-23 11:30:42","TRUE",NA,"801387493853724672",NA,"Hootsuite","MapsofIndia","2","FALSE","FALSE" +"1995","1995","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 11:30:29","FALSE",NA,"801387438581149696",NA,"Twitter for iPhone","Sbmvv2000","7","TRUE","FALSE" +"1996","1996","Excellent @AnanthKumar_BJP +An equanimous @narendramodi watching all out efforts to undermine #demonetization in THE� https://t.co/D6HZ44ZJp9","FALSE","0",NA,"2016-11-23 11:30:20","TRUE",NA,"801387403613089792",NA,"Twitter Web Client","TSM979","0","FALSE","FALSE" +"1997","1997","Time to go cashless! #Demonetization - #TRAI slashes USSD-based mobile banking charges https://t.co/K1xugZr7vm","FALSE","0",NA,"2016-11-23 11:30:15","FALSE",NA,"801387379563040768",NA,"Hootsuite","datareign","0","FALSE","FALSE" +"1998","1998","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 11:30:04","FALSE",NA,"801387336424525824",NA,"Twitter Web Client","dhruvang_kp","105","TRUE","FALSE" +"1999","1999","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:29:46","FALSE",NA,"801387258745999360",NA,"Twitter Web Client","ShankerPutra","112","TRUE","FALSE" +"2000","2000","Day:6 +@HPCL @TheOfficialSBI @UPPTA1 @AshutoshJindalS @flytoak @NotThatPilot @PetroleumMin @ArunThejacks +CHHOTA ATM� https://t.co/aYRx1U31c3","FALSE","3",NA,"2016-11-23 11:29:29","TRUE",NA,"801387187191316480",NA,"Twitter for Android","cavikasdixit","0","FALSE","FALSE" +"2001","2001","Yet another loss of life, a student suicide due to Modi's lunatic #demonetization policy https://t.co/rxTojwRbaL","FALSE","0",NA,"2016-11-23 11:29:18","FALSE",NA,"801387140701679616",NA,"Twitter for Android","trivediuvaca","0","FALSE","FALSE" +"2002","2002","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:29:17","FALSE",NA,"801387138411413504",NA,"Twitter for Android","HinduRajyam","112","TRUE","FALSE" +"2003","2003","Yesterday's right answer May not be today's right answer. #Demonetizationeffect #demonetization #BlackMoney #DeMonetisation","FALSE","0",NA,"2016-11-23 11:28:46","FALSE",NA,"801387010023899136",NA,"Twitter for iPhone","chandreshd","1","FALSE","FALSE" +"2004","2004","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:28:39","FALSE",NA,"801386977878745088",NA,"Twitter for Android","tjain2016","33","TRUE","FALSE" +"2005","2005","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:28:27","FALSE",NA,"801386927270334464",NA,"Twitter for Android","JatyanVijay","331","TRUE","FALSE" +"2006","2006","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:28:11","FALSE",NA,"801386859645452288",NA,"Twitter for Android","Inshal07","71","TRUE","FALSE" +"2007","2007","Ashi Ji @AshiQuotes you hit nail on the head with this tweet + +#DeMonetizationSavesLife #BenefitsOfDemonitization #DeMonetization","FALSE","4","AshiQuotes","2016-11-23 11:28:09","FALSE","801377806634643456","801386854649995264","861103902","Twitter Web Client","kapil_kausik","2","FALSE","FALSE" +"2008","2008","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:28:02","FALSE",NA,"801386823939489792",NA,"Twitter for Android","avax83","275","TRUE","FALSE" +"2009","2009","Haven't been to an atm even once since #demonetization. Left with Rs 150 cash. One of the lucky few tho, who can shift to Paytm effortlessly","FALSE","0",NA,"2016-11-23 11:27:51","FALSE",NA,"801386776422072320",NA,"Twitter for Android","Raalhi","0","FALSE","FALSE" +"2010","2010","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:27:49","FALSE",NA,"801386768616615936",NA,"Twitter for Android","vishal_ramanuj_","275","TRUE","FALSE" +"2011","2011","RT @rishibagree: More than 700 Fish Vendors across Kolkata have started using e-wallets. +Before #demonetization this number was zero .. Thi�","FALSE","0",NA,"2016-11-23 11:27:47","FALSE",NA,"801386761645674496",NA,"Twitter for Android","rajesh_kumar06","947","TRUE","FALSE" +"2012","2012","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 11:27:45","FALSE",NA,"801386751260434432",NA,"Twitter for Android","VirkarRaviraj","10","TRUE","FALSE" +"2013","2013","Why opposition is against the #demonetization move? Read Prashant's opinion about the issue. https://t.co/CQBaRQNXlH","FALSE","0",NA,"2016-11-23 11:27:26","FALSE",NA,"801386672780963840",NA,"Facebook","ZeadingOfficial","0","FALSE","FALSE" +"2014","2014","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:27:01","FALSE",NA,"801386569798021120",NA,"Twitter Web Client","India272","275","TRUE","FALSE" +"2015","2015","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:26:33","FALSE",NA,"801386452336578560",NA,"Twitter for Windows","guptadrak","270","TRUE","FALSE" +"2016","2016","#Demonetization: 8 new announcements to incentivize #digitization and help farmers. Read more:� https://t.co/gUs2JtKxTJ","FALSE","2",NA,"2016-11-23 11:26:23","TRUE",NA,"801386407868579840",NA,"Twitter Web Client","taxmannindia","1","FALSE","FALSE" +"2017","2017","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:25:56","FALSE",NA,"801386295885004800",NA,"Twitter for iPhone","kiranshettyk","270","TRUE","FALSE" +"2018","2018","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:25:55","FALSE",NA,"801386292558831616",NA,"Twitter for iPhone","agoyr","22","TRUE","FALSE" +"2019","2019","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:25:48","FALSE",NA,"801386261533622272",NA,"Twitter for iPhone","PantG4","270","TRUE","FALSE" +"2020","2020","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:25:17","FALSE",NA,"801386130306375680",NA,"Twitter for Android","MukeshN94487885","270","TRUE","FALSE" +"2021","2021","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:25:11","FALSE",NA,"801386106218512384",NA,"Twitter for iPhone","thinkinghashtag","270","TRUE","FALSE" +"2022","2022","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:25:07","FALSE",NA,"801386090124849152",NA,"Twitter for Android","JustAshees","270","TRUE","FALSE" +"2023","2023","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:24:54","FALSE",NA,"801386036056047616",NA,"Twitter Web Client","India272","270","TRUE","FALSE" +"2024","2024","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:24:51","FALSE",NA,"801386023502671872",NA,"Twitter for Android","MauhakamRana","270","TRUE","FALSE" +"2025","2025","Arvind Kejriwal with People of Punjab discussing problems of #Demonetization + +What do you think ? https://t.co/gCLBqyRnbG","FALSE","0",NA,"2016-11-23 11:24:50","FALSE",NA,"801386017777254400",NA,"Facebook","zailetblog","0","FALSE","FALSE" +"2026","2026","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 11:24:46","FALSE",NA,"801386002979889152",NA,"Twitter for Android","jignesh_butani","47","TRUE","FALSE" +"2027","2027","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:24:41","FALSE",NA,"801385979852386304",NA,"Twitter Web Client","amohit17","57","TRUE","FALSE" +"2028","2028","RT @DrGPradhan: No Flag Large Enough + +What do u mean @RanaAyyub ? Seems ur bundles are raddi now or a message? + +#demonetization https://t.c�","FALSE","0",NA,"2016-11-23 11:24:41","FALSE",NA,"801385979739156480",NA,"Twitter for Android","TalatiPulin","317","TRUE","FALSE" +"2029","2029","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 11:24:39","FALSE",NA,"801385971694465024",NA,"Twitter for Android","USMANAH51877972","11","TRUE","FALSE" +"2030","2030","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:24:32","FALSE",NA,"801385941449310208",NA,"Twitter for iPhone","cher_khan","275","TRUE","FALSE" +"2031","2031","After #Demonetization looks like its time for the Indian Trusts Act, 1882 +to have a facelift !!! ??","FALSE","0",NA,"2016-11-23 11:24:02","FALSE",NA,"801385815347601408",NA,"Twitter for Windows","_kartikshah","0","FALSE","FALSE" +"2032","2032","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 11:23:50","FALSE",NA,"801385766240841728",NA,"Twitter for Android","JeeneBhiDoYaaro","23","TRUE","FALSE" +"2033","2033","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:23:50","FALSE",NA,"801385765339009024",NA,"Twitter for Android","be_anurag","22","TRUE","FALSE" +"2034","2034","RT @johnstanly: Wow #demonetization popularity keeps rising among the poor https://t.co/QM3KOEoPgy","FALSE","0",NA,"2016-11-23 11:23:18","FALSE",NA,"801385631947464704",NA,"Twitter for Android","navmikrishna","2","TRUE","FALSE" +"2035","2035","By not attending Parliament after #Demonetization Prime Minister is not setting a good precedent ..afterall he is... https://t.co/NYtueLtqRJ","FALSE","0",NA,"2016-11-23 11:23:17","FALSE",NA,"801385628361428992",NA,"Facebook","vgirionline","0","FALSE","FALSE" +"2036","2036","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:22:52","FALSE",NA,"801385523302387712",NA,"Twitter for Windows","BansaNirmal","270","TRUE","FALSE" +"2037","2037","RT @ShefVaidya: #DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.c�","FALSE","0",NA,"2016-11-23 11:22:23","FALSE",NA,"801385403660046336",NA,"Twitter for iPhone","LutyenWalaBanda","22","TRUE","FALSE" +"2038","2038","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:22:12","FALSE",NA,"801385356239192064",NA,"Twitter for Android","RakeshS21611298","270","TRUE","FALSE" +"2039","2039","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:21:57","FALSE",NA,"801385294306025472",NA,"Twitter Web Client","animesh1804","57","TRUE","FALSE" +"2040","2040","#DeMonetization is certainly hurting Lord @ArvindKejriwal, Behen Bagwati, @OfficeOfRG and @MamtaOfficiaI a LOT! https://t.co/sc3jC4th5J","FALSE","34",NA,"2016-11-23 11:21:48","FALSE",NA,"801385255688994816",NA,"Twitter Web Client","ShefVaidya","22","FALSE","FALSE" +"2041","2041","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:21:40","FALSE",NA,"801385219802574848",NA,"Twitter for Android","iamindia108","270","TRUE","FALSE" +"2042","2042","RT @johnstanly: Wow #demonetization popularity keeps rising among the poor https://t.co/QM3KOEoPgy","FALSE","0",NA,"2016-11-23 11:21:38","FALSE",NA,"801385212055678976",NA,"Twitter for Android","CKChaitu","2","TRUE","FALSE" +"2043","2043","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:21:16","FALSE",NA,"801385122884911104",NA,"Twitter for Android","HonestWordsOnly","18","TRUE","FALSE" +"2044","2044","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:21:08","FALSE",NA,"801385088537620480",NA,"Twitter for Android","VedicPurush","57","TRUE","FALSE" +"2045","2045","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:20:43","FALSE",NA,"801384982698725376",NA,"Twitter for Android","Viloovan","112","TRUE","FALSE" +"2046","2046","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 11:20:42","FALSE",NA,"801384977279528960",NA,"Twitter for Android","netaighosal","10","TRUE","FALSE" +"2047","2047","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:20:37","FALSE",NA,"801384957197352960",NA,"Twitter for iPhone","jigu106","637","TRUE","FALSE" +"2048","2048","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:20:36","FALSE",NA,"801384954080829440",NA,"Mobile Web (M5)","calmgalin","57","TRUE","FALSE" +"2049","2049","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:20:20","FALSE",NA,"801384884254031872",NA,"Mobile Web (M5)","calmgalin","71","TRUE","FALSE" +"2050","2050","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:20:18","FALSE",NA,"801384879342714880",NA,"Twitter for Android","vaswaniravi","18","TRUE","FALSE" +"2051","2051","CITIZENS SUD HV SAY IN JUDGE APPOINTMENTS -After cleaning TOP ministry & #DeMonetization,time to sanitize� https://t.co/obeB8olMu9","FALSE","0",NA,"2016-11-23 11:20:08","TRUE",NA,"801384834933334016",NA,"Twitter Web Client","ShivKanodia","0","FALSE","FALSE" +"2052","2052","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 11:20:00","FALSE",NA,"801384802641477632",NA,"Twitter for Android","Bharath42210807","11","TRUE","FALSE" +"2053","2053","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:19:55","FALSE",NA,"801384780520652800",NA,"Twitter for Android","prashan20943955","33","TRUE","FALSE" +"2054","2054","Slowly, but surely, more and more people in real life, and on Twitter, are beginning to oppose #demonetization. #Observation","FALSE","0",NA,"2016-11-23 11:19:32","FALSE",NA,"801384683116212224",NA,"Twitter Web Client","neobluepanther","0","FALSE","FALSE" +"2055","2055","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:19:24","FALSE",NA,"801384649851162624",NA,"Twitter for iPhone","shinyvr","637","TRUE","FALSE" +"2056","2056","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:19:00","FALSE",NA,"801384550026743808",NA,"Twitter for Android","Prashan39213671","637","TRUE","FALSE" +"2057","2057","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:18:51","FALSE",NA,"801384512513044480",NA,"Twitter for Android","InnovativeHindu","33","TRUE","FALSE" +"2058","2058","From #MannKiBaat to #JanKiBaat on #demonetization. +Washerman Sonu on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/P67Cr9d4rT","FALSE","1",NA,"2016-11-23 11:18:50","TRUE",NA,"801384507836248064",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"2059","2059","We are not against #demonetization, but just against the way they implemented it: Amar Singh https://t.co/IBxUelFAa1","FALSE","0",NA,"2016-11-23 11:18:49","FALSE",NA,"801384504929591296",NA,"Twitter Web Client","News_Pictures1","0","FALSE","FALSE" +"2060","2060","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:18:49","FALSE",NA,"801384504006819840",NA,"Twitter for Android","nshuklain","270","TRUE","FALSE" +"2061","2061","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:18:01","FALSE",NA,"801384304194392064",NA,"Twitter for iPhone","Kochar4Himanshu","331","TRUE","FALSE" +"2062","2062","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:17:47","FALSE",NA,"801384243502845952",NA,"Twitter for iPhone","RajivSarawagi","275","TRUE","FALSE" +"2063","2063","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:17:23","FALSE",NA,"801384144332800000",NA,"Twitter for iPhone","PREYADEVI5","18","TRUE","FALSE" +"2064","2064","Now Jaya Bachchan joins Mamata at Jantar Mantar! Did she forget Panama Papers? Son & daughter in law support, she opposes #DeMonetization","FALSE","0",NA,"2016-11-23 11:17:09","FALSE",NA,"801384086208180224",NA,"Twitter for Android","MightyTroll4","1","FALSE","FALSE" +"2065","2065","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:16:54","FALSE",NA,"801384022135992320",NA,"Twitter for Android","Ggaurav1122","112","TRUE","FALSE" +"2066","2066","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:16:41","FALSE",NA,"801383965957308416",NA,"Twitter for iPhone","RajivSarawagi","270","TRUE","FALSE" +"2067","2067","@SigmundQuadros @TheGhostRider31 Only till 24th November midnight... as of now. #demonetization","FALSE","1","SigmundQuadros","2016-11-23 11:16:15","FALSE","801371604089503744","801383859426181120","243560822","Twitter Web Client","VamyAnkit","0","FALSE","FALSE" +"2068","2068","@11AshokaRoad ROFL! If #demonetization fails it means the Govt has taken a revenue hit. Then where do we have the money for war? War = Money","FALSE","0","11AshokaRoad","2016-11-23 11:16:14","FALSE","801027728044503040","801383853814231040","2878094030","Twitter for Android","muralidg","0","FALSE","FALSE" +"2069","2069","RT @anilkohli54: @BJP4INDIA you can stop commenting on #demonetization it's done & dusted People have accepted & supported this action.","FALSE","0",NA,"2016-11-23 11:16:09","FALSE",NA,"801383833144672256",NA,"Twitter for Android","arunmcops","3","TRUE","FALSE" +"2070","2070","80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort & remaining 20% include corrupt politicians!","FALSE","0",NA,"2016-11-23 11:15:32","FALSE",NA,"801383677460500480",NA,"Twitter for iPhone","SampathRedDevil","0","FALSE","FALSE" +"2071","2071","With ATM lines being long, the new way a guy says he loves a girl should be 'Love you to ATM and back'. #Demonetization #kthanxbye","FALSE","0",NA,"2016-11-23 11:15:10","FALSE",NA,"801383585445838848",NA,"Twitter Web Client","tHefUnkYdORy","0","FALSE","FALSE" +"2072","2072","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:15:00","FALSE",NA,"801383542819266560",NA,"Twitter for Android","DrSKTyagi_MCM","637","TRUE","FALSE" +"2073","2073","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:14:58","FALSE",NA,"801383534015422464",NA,"Twitter Web Client","trustonlal1","18","TRUE","FALSE" +"2074","2074","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:14:53","FALSE",NA,"801383516550242304",NA,"Twitter for Android","a09ea2180ded422","637","TRUE","FALSE" +"2075","2075","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:14:53","FALSE",NA,"801383515535409152",NA,"Twitter for Android","rajeetsinha","18","TRUE","FALSE" +"2076","2076","RT @dhume: .@lhsummers raises serious questions about India's #demonetization. https://t.co/HaCWgfslx5 https://t.co/QQlE1m8RaG","FALSE","0",NA,"2016-11-23 11:14:50","FALSE",NA,"801383501245333504",NA,"Mobile Web (M5)","itz_anto95","18","TRUE","FALSE" +"2077","2077","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:14:37","FALSE",NA,"801383449340694528",NA,"Twitter Web Client","Pushyamitr","18","TRUE","FALSE" +"2078","2078","RT @anilkohli54: @BJP4INDIA you can stop commenting on #demonetization it's done & dusted People have accepted & supported this action.","FALSE","0",NA,"2016-11-23 11:14:18","FALSE",NA,"801383365639344128",NA,"Twitter for iPhone","Upsunson","3","TRUE","FALSE" +"2079","2079","RT @ShefVaidya: A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t�","FALSE","0",NA,"2016-11-23 11:13:56","FALSE",NA,"801383273825849344",NA,"Twitter for Android","TulsyanHarsh","18","TRUE","FALSE" +"2080","2080","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 11:13:41","FALSE",NA,"801383211033104384",NA,"Twitter for Android","MonaNag3","12","TRUE","FALSE" +"2081","2081","A whopping 80% of people surveyed say the inconvenience caused by #DeMonetization is worth the effort as per a... https://t.co/KPzgALD0Bm","FALSE","33",NA,"2016-11-23 11:13:01","FALSE",NA,"801383044611502080",NA,"Facebook","ShefVaidya","18","FALSE","FALSE" +"2082","2082","@IndiaPostOffice reaching out To Hospital Wards to facilitate patients for exchange of Old bank Notes after� https://t.co/hvIua3Elg0","FALSE","1","IndiaPostOffice","2016-11-23 11:12:25","TRUE",NA,"801382894375571456","2579558348","Twitter Web Client","kkyadava","0","FALSE","FALSE" +"2083","2083","https://t.co/lNZwDM3DVN +How @ArvindKejriwal is trapped after #Demonetization","FALSE","0",NA,"2016-11-23 11:12:21","FALSE",NA,"801382875085967360",NA,"Twitter Web Client","StreetBuzzApp","0","FALSE","FALSE" +"2084","2084","RatanSharda55: RT ModiBharosa: Huge support for PM narendramodi �s #demonetization Move Across the Nation +80-86% � https://t.co/8BMAupx8ws","FALSE","0",NA,"2016-11-23 11:12:19","FALSE",NA,"801382867867758592",NA,"IFTTT","VidyutMShah","0","FALSE","FALSE" +"2085","2085","RT @vaidus: Never vote for BJP is trending. So, let's poll. + +After #demonetization & #currencyban will you vote BJP? Do you support PM @na�","FALSE","0",NA,"2016-11-23 11:12:11","FALSE",NA,"801382835982462976",NA,"Twitter for Android","Jeet_eSolutions","1","TRUE","FALSE" +"2086","2086","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:12:09","FALSE",NA,"801382825190490112",NA,"Twitter for Windows Phone","VinnaySir","270","TRUE","FALSE" +"2087","2087","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:11:12","FALSE",NA,"801382586949869568",NA,"Twitter Web Client","beatrixkiddo_ps","637","TRUE","FALSE" +"2088","2088","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 11:10:49","FALSE",NA,"801382491655286784",NA,"Twitter for Android","iDilsay","16","TRUE","FALSE" +"2089","2089","#Demonetization benefits are being passed on. https://t.co/93mpJXY3tk","FALSE","0",NA,"2016-11-23 11:10:46","FALSE",NA,"801382478548242432",NA,"Twitter for Android","vjshankar","0","FALSE","FALSE" +"2090","2090","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 11:10:42","FALSE",NA,"801382463591354368",NA,"Twitter for iPhone","nirajsame","7","TRUE","FALSE" +"2091","2091","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 11:10:33","FALSE",NA,"801382423917252608",NA,"Twitter for Android","kash_1857","53","TRUE","FALSE" +"2092","2092","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:10:31","FALSE",NA,"801382414937272320",NA,"Twitter for Android","Prashan39213671","33","TRUE","FALSE" +"2093","2093","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 11:10:24","FALSE",NA,"801382384247734272",NA,"Twitter for Android","sudhirreddy920","11","TRUE","FALSE" +"2094","2094","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:09:53","FALSE",NA,"801382255545425920",NA,"Twitter for iPhone","brij78in","637","TRUE","FALSE" +"2095","2095","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:09:40","FALSE",NA,"801382203716272128",NA,"Twitter for iPhone","vinuthab","33","TRUE","FALSE" +"2096","2096","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:09:19","FALSE",NA,"801382112876081152",NA,"Twitter Web Client","NiveshAgg","270","TRUE","FALSE" +"2097","2097","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:09:06","FALSE",NA,"801382060288045056",NA,"Twitter for Android","HJ91","33","TRUE","FALSE" +"2098","2098","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:09:01","FALSE",NA,"801382039589179392",NA,"Twitter for Android","ajay97781","270","TRUE","FALSE" +"2099","2099","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 11:08:38","FALSE",NA,"801381941085806592",NA,"Twitter for Android","Mohamme93502502","11","TRUE","FALSE" +"2100","2100","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:08:32","FALSE",NA,"801381918168248320",NA,"Twitter for Android","RatanSharda55","270","TRUE","FALSE" +"2101","2101","After two weeks since Nov 8, It is too late to rollback #demonetization. Interests of the people will be best served if this goes smoothly.","FALSE","0",NA,"2016-11-23 11:08:31","FALSE",NA,"801381911822147584",NA,"Twitter Web Client","msxna83","0","FALSE","FALSE" +"2102","2102","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:07:44","FALSE",NA,"801381717143654400",NA,"Twitter for Android","vaswaniravi","33","TRUE","FALSE" +"2103","2103","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:07:42","FALSE",NA,"801381707270135808",NA,"Twitter for Android","atulrao1","637","TRUE","FALSE" +"2104","2104","@ncbn knew about #demonetization, says @ysjagan +https://t.co/quXlqif4mk","FALSE","0","ncbn","2016-11-23 11:07:25","FALSE",NA,"801381636428468224","85221650","Hootsuite","thehansindiaweb","0","FALSE","FALSE" +"2105","2105","RT @RoflGandhi_: No issues with #demonetization, my maid's son exchanged money in just 15 mins, that too when she doesn't have a son and I�","FALSE","0",NA,"2016-11-23 11:06:53","FALSE",NA,"801381500369313792",NA,"Twitter for Android","FirdausAli19","1010","TRUE","FALSE" +"2106","2106","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 11:06:32","FALSE",NA,"801381411831894016",NA,"Twitter for Android","ShaikShafi","11","TRUE","FALSE" +"2107","2107","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 11:06:29","FALSE",NA,"801381401421643776",NA,"Twitter for Android","aslucs","71","TRUE","FALSE" +"2108","2108","RT @econofpak: #India #demonetization +Gujarat: Man ends life over fund shortage ahead of daughter�s wedding https://t.co/5oxq5U9snn","FALSE","0",NA,"2016-11-23 11:06:25","FALSE",NA,"801381383990026240",NA,"Twitter Web Client","irfantariq","1","TRUE","FALSE" +"2109","2109","How brands are now trying to take advantage of the #demonetization move https://t.co/dHDTt5pd8j writes @C0llinFurtado","FALSE","3",NA,"2016-11-23 11:06:00","FALSE",NA,"801381280579391488",NA,"TweetDeck","dna","0","FALSE","FALSE" +"2110","2110","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:05:50","FALSE",NA,"801381238585995264",NA,"Twitter for Android","shona150ngp","637","TRUE","FALSE" +"2111","2111","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 11:05:13","FALSE",NA,"801381080896917504",NA,"Twitter for Android","Rkyadav666","331","TRUE","FALSE" +"2112","2112","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 11:05:09","FALSE",NA,"801381062945275904",NA,"Twitter for Android","kamrupexpress","57","TRUE","FALSE" +"2113","2113","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 11:05:02","FALSE",NA,"801381037708189696",NA,"Twitter for Android","0yogen","637","TRUE","FALSE" +"2114","2114","Why is Service Guarantee Act not being implemented which would reduce corruption and help common ppl? #Demonetization","FALSE","0",NA,"2016-11-23 11:04:49","FALSE",NA,"801380982175698944",NA,"Twitter Web Client","atta_siva","0","FALSE","FALSE" +"2115","2115","RT @YSRCParty: YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://�","FALSE","0",NA,"2016-11-23 11:04:48","FALSE",NA,"801380975196282880",NA,"Twitter Web Client","ManviRdy","11","TRUE","FALSE" +"2116","2116","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:04:28","FALSE",NA,"801380893566767104",NA,"Twitter for Android","KakaVishalji","112","TRUE","FALSE" +"2117","2117","YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp �","FALSE","0",NA,"2016-11-23 11:04:16","FALSE",NA,"801380841054158848",NA,"IFTTT","YSRCPFriends","0","FALSE","FALSE" +"2118","2118","A well written article. +#DeMonetization +Demonetisation: Are the poor really suffering? https://t.co/SOa1rtsEgX","FALSE","0",NA,"2016-11-23 11:04:12","FALSE",NA,"801380826969608192",NA,"Twitter Web Client","Tweets_CS","0","FALSE","FALSE" +"2119","2119","#India #demonetization +Gujarat: Man ends life over fund shortage ahead of daughter�s wedding https://t.co/5oxq5U9snn","FALSE","0","econofpak","2016-11-23 11:04:10","FALSE","801379536801857536","801380819172474880","1108445816","Twitter Web Client","econofpak","1","FALSE","FALSE" +"2120","2120","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 11:04:07","FALSE",NA,"801380805566042112",NA,"Twitter for Android","AnjaniAries","33","TRUE","FALSE" +"2121","2121","One wonders if #MamtaBanerjee's proposed national anti-#demonetization tour will benefit WB, a state that she is charged to protect & serve.","FALSE","0",NA,"2016-11-23 11:03:49","FALSE",NA,"801380728554430464",NA,"Twitter Web Client","msxna83","0","FALSE","FALSE" +"2122","2122","Clear Failure of Govt in handling demonetization. Should have been dealt a lot better. #Demonetization","FALSE","0",NA,"2016-11-23 11:03:45","FALSE",NA,"801380714096771072",NA,"Twitter Web Client","atta_siva","0","FALSE","FALSE" +"2123","2123","RT @avd_kvp: We are just institutionalized. Lets hope the best things come out of #demonetization :)","FALSE","0",NA,"2016-11-23 11:03:08","FALSE",NA,"801380556411912192",NA,"Twitter for Android","SahilKu65334183","1","TRUE","FALSE" +"2124","2124","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:03:07","FALSE",NA,"801380551340920832",NA,"Mobile Web (M2)","anildhar9","33","TRUE","FALSE" +"2125","2125","YSRCP Chief YS Jagan Mohan Reddy's response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://t.co/Tj2Zjfqchi","FALSE","24",NA,"2016-11-23 11:02:55","FALSE",NA,"801380504758910976",NA,"Facebook","YSRCParty","11","FALSE","FALSE" +"2126","2126","RT @RenukaJain6: Respected Supreme Court please check if this can also cause Riots. Kindly check with @ArvindKejriwal + +#demonetization +#S�","FALSE","0",NA,"2016-11-23 11:02:44","FALSE",NA,"801380456939667456",NA,"Twitter for Android","PvkSid","415","TRUE","FALSE" +"2127","2127","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-23 11:02:33","FALSE",NA,"801380408772345856",NA,"Twitter for Android","colvks","40","TRUE","FALSE" +"2128","2128","you need an another proof that #Demonetization is a BIG scam?? https://t.co/eVAwotaPZN","FALSE","0",NA,"2016-11-23 11:02:31","FALSE",NA,"801380401671471104",NA,"Twitter for iPhone","shatweeted","0","FALSE","FALSE" +"2129","2129","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-23 11:02:29","FALSE",NA,"801380392519565312",NA,"Twitter Web Client","Rss_chaddi_waLL","1042","TRUE","FALSE" +"2130","2130","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-23 11:02:20","FALSE",NA,"801380358084141056",NA,"Twitter for iPhone","tomar_vaibhav_s","526","TRUE","FALSE" +"2131","2131","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 11:00:53","FALSE",NA,"801379992827547648",NA,"Mobile Web (M5)","VG2292821","275","TRUE","FALSE" +"2132","2132","Rajya Sabha adjourned over #demonetization +The #RajyaSabha on Wednesday, was adjourned for the day amid� https://t.co/PiEhX54Rv8","FALSE","0",NA,"2016-11-23 11:00:53","TRUE",NA,"801379991845937152",NA,"Twitter Web Client","jbplusnews","0","FALSE","FALSE" +"2133","2133","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:00:52","FALSE",NA,"801379988079517696",NA,"Twitter for iPhone","RaghuAiyar","33","TRUE","FALSE" +"2134","2134","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 11:00:42","FALSE",NA,"801379943187771392",NA,"Twitter for Windows Phone","kamleshrv1","270","TRUE","FALSE" +"2135","2135","We are just institutionalized. Lets hope the best things come out of #demonetization :)","FALSE","1",NA,"2016-11-23 11:00:41","FALSE",NA,"801379940692148224",NA,"Twitter Web Client","avd_kvp","1","FALSE","FALSE" +"2136","2136","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:00:41","FALSE",NA,"801379939756965888",NA,"Twitter Web Client","sri_narsingh","33","TRUE","FALSE" +"2137","2137","@sardanarohit But PM's Tears still flowing ? Two times in 15 days after #Demonetization https://t.co/ctsEuPkxJE","FALSE","0","sardanarohit","2016-11-23 11:00:17","FALSE","801375023936184320","801379841027280896","111944435","Twitter for BlackBerry�","HemantRitu7","0","FALSE","FALSE" +"2138","2138","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 11:00:16","FALSE",NA,"801379834970705920",NA,"Twitter for Android","Harvansh_Batra","112","TRUE","FALSE" +"2139","2139","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 11:00:07","FALSE",NA,"801379799696478208",NA,"Twitter for Android","ankurhathi333","33","TRUE","FALSE" +"2140","2140","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 11:00:05","FALSE",NA,"801379789588172800",NA,"Twitter for Android","vaibhavg10","13","TRUE","FALSE" +"2141","2141","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 11:00:04","FALSE",NA,"801379783909195776",NA,"Twitter for Android","DivyaJoshi5799","11","TRUE","FALSE" +"2142","2142","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:59:58","FALSE",NA,"801379761830457344",NA,"Twitter for Android","SinghAnkt","270","TRUE","FALSE" +"2143","2143","In her speech, #MamtaBanerjee Ji outlined that #demonetization was unnecessary as economy was doing good. Accidental praise for PM #Modi?","FALSE","0",NA,"2016-11-23 10:59:51","FALSE",NA,"801379733199953920",NA,"Twitter Web Client","msxna83","0","FALSE","FALSE" +"2144","2144","�Taking bribe a necessity�: Corrupt UP babu via @htTweets | This is why people saying #demonetization good for India https://t.co/sxFmlhn04v","FALSE","0",NA,"2016-11-23 10:59:37","FALSE",NA,"801379672458031104",NA,"Twitter Web Client","pratyush_ranjan","0","FALSE","FALSE" +"2145","2145","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 10:59:28","FALSE",NA,"801379634356944896",NA,"Twitter Web Client","chandu532","7","TRUE","FALSE" +"2146","2146","NDA Govt Stands With People + Eases #Demonetization Norms https://t.co/x0lEvpEdG9","FALSE","0",NA,"2016-11-23 10:59:13","FALSE",NA,"801379573426319360",NA,"TweetDeck","SjainSonia","0","FALSE","FALSE" +"2147","2147","NDA Govt Stands With People + Eases #Demonetization Norms https://t.co/Uvvg2jp5Fw","FALSE","1",NA,"2016-11-23 10:59:13","FALSE",NA,"801379573380169728",NA,"TweetDeck","RaisinaNews","0","FALSE","FALSE" +"2148","2148","NDA Govt Stands With People + Eases #Demonetization Norms https://t.co/Ow6N2TUsqU","FALSE","0",NA,"2016-11-23 10:59:13","FALSE",NA,"801379573325668352",NA,"TweetDeck","Raisina_Insider","0","FALSE","FALSE" +"2149","2149","NDA Govt Stands With People + Eases #Demonetization Norms https://t.co/G3bj6oV4mD","FALSE","0",NA,"2016-11-23 10:59:13","FALSE",NA,"801379573216604160",NA,"TweetDeck","India_AajKal","0","FALSE","FALSE" +"2150","2150","Rupee sliding to its lowest level ever as $2.7 bn flees Indian markets https://t.co/Dtb9bP5I1c + +BSE Sensex: 29,000� https://t.co/YIvgP4TyTI","FALSE","1",NA,"2016-11-23 10:59:05","TRUE",NA,"801379536801857536",NA,"Twitter Web Client","econofpak","1","FALSE","FALSE" +"2151","2151","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 10:59:03","FALSE",NA,"801379530275430400",NA,"Twitter Web Client","wisernova","7","TRUE","FALSE" +"2152","2152","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:58:47","FALSE",NA,"801379464831602688",NA,"Twitter for Android","desikan78","270","TRUE","FALSE" +"2153","2153","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 10:58:37","FALSE",NA,"801379422603350016",NA,"Twitter for Android","ratichaudhary","7","TRUE","FALSE" +"2154","2154","RT @trivedia1234: Anti corruption crusader clear on #demonetization being True step towards corruption free India notwithstanding @ArvindKe�","FALSE","0",NA,"2016-11-23 10:58:28","FALSE",NA,"801379384338903040",NA,"Twitter for Android","raghump10","1","TRUE","FALSE" +"2155","2155","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 10:58:15","FALSE",NA,"801379326562177024",NA,"Twitter for iPhone","HARIom1354","33","TRUE","FALSE" +"2156","2156","#RightTimeToInvest +While the entire nation is debating about the after effects of '#Demonetization', our founder... https://t.co/hiYenZIDe4","FALSE","1",NA,"2016-11-23 10:58:09","FALSE",NA,"801379301530570752",NA,"Facebook","mayfair_housing","0","FALSE","FALSE" +"2157","2157","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 10:58:04","FALSE",NA,"801379280483655680",NA,"Twitter Web Client","Jorebungley","7","TRUE","FALSE" +"2158","2158","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 10:57:54","FALSE",NA,"801379242030362624",NA,"Twitter for Android","LIYAKAT9910","331","TRUE","FALSE" +"2159","2159","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 10:57:47","FALSE",NA,"801379212674396160",NA,"Twitter for Android","DrShobha","33","TRUE","FALSE" +"2160","2160","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:57:45","FALSE",NA,"801379203698585600",NA,"Twitter for Android","mrityunjay_dr","637","TRUE","FALSE" +"2161","2161","A very senior ex-RBI official told me that the RBI cannot declare a special dividend post #Demonetization unless RBI Act is amended.","FALSE","0",NA,"2016-11-23 10:57:20","FALSE",NA,"801379096529805312",NA,"Twitter Web Client","ashkronos","0","FALSE","FALSE" +"2162","2162","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 10:57:19","FALSE",NA,"801379091794399232",NA,"Twitter for iPhone","vinirish","33","TRUE","FALSE" +"2163","2163","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 10:57:10","FALSE",NA,"801379056465760256",NA,"Twitter for iPhone","vinirish","32","TRUE","FALSE" +"2164","2164","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:56:53","FALSE",NA,"801378984021757952",NA,"Twitter for iPhone","pslosal","275","TRUE","FALSE" +"2165","2165","RT @ArunSFan: Is #Demonetisation only making the poor suffer, rich are still safe? #AfterEffects #Poll #demonetization #VoteNow #Labours #�","FALSE","0",NA,"2016-11-23 10:56:50","FALSE",NA,"801378970449092608",NA,"Twitter for iPhone","muhdpc","32","TRUE","FALSE" +"2166","2166","#Demonetization Reporter to Dr.: wath was the biggest mistake of ur life? +Dr.: 2 years ago..I increased my consultation fees frm 300 to 500","FALSE","0",NA,"2016-11-23 10:56:11","FALSE",NA,"801378807903113216",NA,"Twitter for Android","09636599909","0","FALSE","FALSE" +"2167","2167","RT @steve_hanke: #Demonetization should only be implemented in times of crisis. #India has implemented in a time otherwise and chaos will e�","FALSE","0",NA,"2016-11-23 10:55:56","FALSE",NA,"801378745651253248",NA,"Twitter for Android","DSGiri","17","TRUE","FALSE" +"2168","2168","CM #MamtaBanerjee's Ji's speech on #demonetization was high in rhetoric but lacked substance. She missed a chance to offer practical advice.","FALSE","0",NA,"2016-11-23 10:55:53","FALSE",NA,"801378734473236480",NA,"Twitter Web Client","msxna83","0","FALSE","FALSE" +"2169","2169","What will India's central bank do with 23 billion worthless #banknotes? https://t.co/pjkVe11BI6 #demonetization","FALSE","0",NA,"2016-11-23 10:55:41","FALSE",NA,"801378683068026880",NA,"Twitter Web Client","chatrath19","0","FALSE","FALSE" +"2170","2170","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:55:29","FALSE",NA,"801378632929189888",NA,"Twitter Web Client","SixFaces1","270","TRUE","FALSE" +"2171","2171","RT @anilkohli54: @BJP4INDIA you can stop commenting on #demonetization it's done & dusted People have accepted & supported this action.","FALSE","0",NA,"2016-11-23 10:54:57","FALSE",NA,"801378497436336128",NA,"Twitter for Android","shahsuneel","3","TRUE","FALSE" +"2172","2172","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-23 10:54:25","FALSE",NA,"801378365382893568",NA,"Twitter Web Client","Sr_SachinKumar","59","TRUE","FALSE" +"2173","2173","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 10:54:06","FALSE",NA,"801378284961337344",NA,"Twitter Web Client","SSP79","13","TRUE","FALSE" +"2174","2174","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-23 10:53:30","FALSE",NA,"801378133500829696",NA,"Twitter for iPhone","gamgrg","221","TRUE","FALSE" +"2175","2175","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 10:53:26","FALSE",NA,"801378118430846976",NA,"Twitter for Android","mahyu211","13","TRUE","FALSE" +"2176","2176","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:53:09","FALSE",NA,"801378044405547008",NA,"Twitter for Android","dimple_kaul","637","TRUE","FALSE" +"2177","2177","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:53:01","FALSE",NA,"801378012738383872",NA,"Twitter for Android","AlokKum09692808","637","TRUE","FALSE" +"2178","2178","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:52:41","FALSE",NA,"801377926709006336",NA,"Twitter for Android","ikaveri","637","TRUE","FALSE" +"2179","2179","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:51:35","FALSE",NA,"801377650380066816",NA,"Twitter for Android","PaleSkinWlsdom","18","TRUE","FALSE" +"2180","2180","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:51:34","FALSE",NA,"801377647855071232",NA,"Twitter Web Client","archie229","637","TRUE","FALSE" +"2181","2181","#news #summary: #india's #demonetization drive to help dictate #bjp, #modi's fortunes https://t.co/hTq4NZJBfJ","FALSE","0",NA,"2016-11-23 10:51:31","FALSE",NA,"801377632269041664",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"2182","2182","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 10:50:54","FALSE",NA,"801377480498171904",NA,"Twitter for Windows Phone","drschetankumar","8","TRUE","FALSE" +"2183","2183","@ndtv the whole world appreciating #demonetization. Bt U'll nt Leve ur old hobbit.","FALSE","0","ndtv","2016-11-23 10:50:47","FALSE","801368810246676480","801377450987061248","37034483","Twitter for Android","karthik0495","0","FALSE","FALSE" +"2184","2184","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 10:50:15","FALSE",NA,"801377317092110336",NA,"Twitter for Android","sobandevarajan","33","TRUE","FALSE" +"2185","2185","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:50:06","FALSE",NA,"801377278559068160",NA,"Twitter for iPhone","devanghvyas","270","TRUE","FALSE" +"2186","2186","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:50:01","FALSE",NA,"801377256832540672",NA,"Twitter for Android","SickularLibtard","112","TRUE","FALSE" +"2187","2187","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:49:59","FALSE",NA,"801377247991099392",NA,"Twitter for Android","dharmanish25","270","TRUE","FALSE" +"2188","2188","@BJP4INDIA you can stop commenting on #demonetization it's done & dusted People have accepted & supported this action.","FALSE","2","BJP4India","2016-11-23 10:49:55","FALSE",NA,"801377232769777664","207809313","Twitter Web Client","anilkohli54","3","FALSE","FALSE" +"2189","2189","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:49:55","FALSE",NA,"801377229984800768",NA,"Twitter for Android","shivakumar_rm","270","TRUE","FALSE" +"2190","2190","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 10:49:21","FALSE",NA,"801377087487475712",NA,"Twitter Web Client","ashujoshi27","13","TRUE","FALSE" +"2191","2191","Indirect benefit of #demonetization? +Air in New Delhi turned cleaner? If one goes by time spent on TV News on the topic, it ought to be, Sad","FALSE","0",NA,"2016-11-23 10:49:20","FALSE",NA,"801377082777317376",NA,"Twitter for Android","Aashishbakhle","0","FALSE","FALSE" +"2192","2192","YSRCP Chief YS Jagan Mohan Reddy response to a media friend's question +#Demonetization #YSJagan #Ysrcp #NCBN #Tdp https://t.co/UmWqJbJ3IL�","FALSE","0",NA,"2016-11-23 10:49:08","FALSE",NA,"801377034731712512",NA,"IFTTT","YSRCPFriends","0","FALSE","FALSE" +"2193","2193","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:49:04","FALSE",NA,"801377015530188800",NA,"Twitter for Android","ashishpatilraut","270","TRUE","FALSE" +"2194","2194","RT @bsindia: Where gory warnings fail, cash crunch prevails: Cigarette sales down 40% after #Demonetization https://t.co/xr6OVBYzrD @shamee�","FALSE","0",NA,"2016-11-23 10:48:50","FALSE",NA,"801376957975920640",NA,"Twitter Web Client","tripathyajay","4","TRUE","FALSE" +"2195","2195","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:48:41","FALSE",NA,"801376919845339136",NA,"Twitter Web Client","Ruchir78","637","TRUE","FALSE" +"2196","2196","WATCH: This video of Hitler reacting to Modi's #demonetization move is hilarious! https://t.co/VVSoQS38ud via @IndianExpress","FALSE","0",NA,"2016-11-23 10:48:34","FALSE",NA,"801376890804195328",NA,"SocialOomph","gregyeshua","0","FALSE","FALSE" +"2197","2197","RT @steve_hanke: #Demonetization should only be implemented in times of crisis. #India has implemented in a time otherwise and chaos will e�","FALSE","0",NA,"2016-11-23 10:48:25","FALSE",NA,"801376851931213824",NA,"Twitter Web Client","DerSchuler","17","TRUE","FALSE" +"2198","2198","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:48:23","FALSE",NA,"801376846533324800",NA,"Twitter for Android","AMLEDYAK902","18","TRUE","FALSE" +"2199","2199","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:48:14","FALSE",NA,"801376807656292352",NA,"Twitter for Android","943c39bb70b245e","270","TRUE","FALSE" +"2200","2200","From #MannKiBaat to #jankibaat on #demonetization. +Auto drivers on #DEMONETIZATION #janjankibaat @narendramodi� https://t.co/rXJ12hvH47","FALSE","1",NA,"2016-11-23 10:48:08","TRUE",NA,"801376781496250368",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"2201","2201","@ndtv really shamefull moment. Y u showing double standard against #demonetization. U'll pay fr it in upcoming elections..","FALSE","1","ndtv","2016-11-23 10:48:01","FALSE","801368810246676480","801376751817519104","37034483","Twitter for Android","karthik0495","0","FALSE","FALSE" +"2202","2202","Never vote for BJP is trending. So, let's poll. + +After #demonetization & #currencyban will you vote BJP? Do you support PM @narendramodi?","FALSE","1",NA,"2016-11-23 10:47:54","FALSE",NA,"801376724663603200",NA,"Twitter Web Client","vaidus","1","FALSE","FALSE" +"2203","2203","If #Demonetization was a hit, BJP would have put Hoardings across India agree?","FALSE","0",NA,"2016-11-23 10:47:23","FALSE",NA,"801376592513495040",NA,"Twitter for Android","friendlykishan","0","FALSE","FALSE" +"2204","2204","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:47:21","FALSE",NA,"801376586918305792",NA,"Twitter for Android","AAOLion","112","TRUE","FALSE" +"2205","2205","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 10:46:53","FALSE",NA,"801376467171020800",NA,"Twitter for Android","1karnareddy","13","TRUE","FALSE" +"2206","2206","Due action must be taken against the politicians, journalists and judges who portrayed #Demonetization as Crisis just as false terror alerts","FALSE","0","terti_io","2016-11-23 10:46:36","FALSE","801371631834628096","801376396513660928","158300200","Twitter Web Client","terti_io","0","FALSE","FALSE" +"2207","2207","RT @ShefVaidya: Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.c�","FALSE","0",NA,"2016-11-23 10:46:20","FALSE",NA,"801376328922501120",NA,"Twitter for Android","shenoy70","13","TRUE","FALSE" +"2208","2208","Was speaking to my neighbourhood chemist today about #DeMonetization. This is what he had to say, + +'Yes, our... https://t.co/7YMzclQ9PU","FALSE","28",NA,"2016-11-23 10:45:57","FALSE",NA,"801376231484690432",NA,"Facebook","ShefVaidya","13","FALSE","FALSE" +"2209","2209","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:45:56","FALSE",NA,"801376231090454528",NA,"Twitter for Android","IndiaBaapofpak","112","TRUE","FALSE" +"2210","2210","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:45:42","FALSE",NA,"801376169694232576",NA,"Twitter for Android","balamy","637","TRUE","FALSE" +"2211","2211","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:45:35","FALSE",NA,"801376139490885632",NA,"Twitter for Android","Cyn0230","18","TRUE","FALSE" +"2212","2212","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:45:20","FALSE",NA,"801376077327126528",NA,"Twitter for Android","AtulLadniya","637","TRUE","FALSE" +"2213","2213","@PMOIndia +#Demonetization +Parallel economy @ black money +Current rate of conversion 70%-30%, 65%-35%, 64%-40%.re generating black money.","FALSE","0","PMOIndia","2016-11-23 10:45:13","FALSE",NA,"801376048495624192","471741741","Twitter for Android","gauravmehta03","0","FALSE","FALSE" +"2214","2214","A 360 degree looks at one of the most unprecedented events of our time. #Demonetization https://t.co/XPEJqwEBtO","FALSE","0",NA,"2016-11-23 10:45:11","FALSE",NA,"801376040467726336",NA,"Put your button on any page! ","KarvyFinapolis","0","FALSE","FALSE" +"2215","2215","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 10:45:06","FALSE",NA,"801376020666445824",NA,"Twitter for Android","ShrutiAhuja14","8","TRUE","FALSE" +"2216","2216","RT @NimmaYash: Yash speaks his mind out on the issue of #demonetization during a discussion in @Pradesh18Kan - Team https://t.co/8YWRpJDQwj","FALSE","0",NA,"2016-11-23 10:45:04","FALSE",NA,"801376012969844736",NA,"Twitter for Android","Yashbalaga","63","TRUE","FALSE" +"2217","2217","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:45:03","FALSE",NA,"801376007907262464",NA,"Twitter for Android","tshirtswala","112","TRUE","FALSE" +"2218","2218","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:44:45","FALSE",NA,"801375931180978176",NA,"Twitter for Android","goggabachchan","637","TRUE","FALSE" +"2219","2219","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:43:58","FALSE",NA,"801375734749102080",NA,"Twitter for Android","943c39bb70b245e","275","TRUE","FALSE" +"2220","2220","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 10:43:44","FALSE",NA,"801375674984382464",NA,"Twitter for iPhone","manutkl","23","TRUE","FALSE" +"2221","2221","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:43:36","FALSE",NA,"801375643195805696",NA,"Twitter for Android","praveenbp21aug","270","TRUE","FALSE" +"2222","2222","RT @giniromet: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to�","FALSE","0",NA,"2016-11-23 10:42:54","FALSE",NA,"801375464648572928",NA,"Twitter for iPhone","AyamAtmaBrahm","5","TRUE","FALSE" +"2223","2223","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:42:46","FALSE",NA,"801375431274336256",NA,"Twitter for Android","payel_das_","112","TRUE","FALSE" +"2224","2224","@ANI_news if govt informed well before implementing the #demonetization opposition party's & black holders wr happy..","FALSE","0","ANI_news","2016-11-23 10:42:13","FALSE","801374539481419776","801375293877481472","355989081","Twitter for Android","karthik0495","0","FALSE","FALSE" +"2225","2225","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:41:42","FALSE",NA,"801375164059394048",NA,"Twitter for Android","PRASHANTSOAM","270","TRUE","FALSE" +"2226","2226","#Demonetization it had lost its credibility when Pak was attached right..? https://t.co/t8I1bwRW21","FALSE","0",NA,"2016-11-23 10:41:21","FALSE",NA,"801375076608135168",NA,"Twitter for Android","Nagesh051","0","FALSE","FALSE" +"2227","2227","Tata has always supported the moves that helped people. Now @RNTata2000 supports #demonetization move by the government. +#Tata4India","FALSE","0",NA,"2016-11-23 10:40:39","FALSE",NA,"801374900581711872",NA,"Twitter Web Client","caesar_on20","0","FALSE","FALSE" +"2228","2228","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:40:20","FALSE",NA,"801374817752530944",NA,"Twitter Web Client","YashKVerm","637","TRUE","FALSE" +"2229","2229","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 10:40:07","FALSE",NA,"801374764031848448",NA,"Twitter for iPhone","sidharth_menon","49","TRUE","FALSE" +"2230","2230","@ArvindKejriwal @MamataOfficial @office0ffRG @SitaramYechury Congrats you are getting international support in your fight #demonetization","FALSE","0","suhaagjk","2016-11-23 10:39:58","FALSE","801373937133203456","801374725725306880","96913336","Twitter Web Client","suhaagjk","0","FALSE","FALSE" +"2231","2231","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 10:39:32","FALSE",NA,"801374618879545344",NA,"Twitter for Android","prakpuro","10","TRUE","FALSE" +"2232","2232","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:38:47","FALSE",NA,"801374429347389440",NA,"Twitter for Android","nirbhaisingh07","112","TRUE","FALSE" +"2233","2233","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:38:34","FALSE",NA,"801374376046182400",NA,"Twitter for Android","harish202us","10","TRUE","FALSE" +"2234","2234","Black to White Money Transfer Hilarious call https://t.co/W0nZShK4UK via @YouTube + +#Demonetization #BlackMoney","FALSE","0",NA,"2016-11-23 10:38:23","FALSE",NA,"801374327690199040",NA,"Twitter Web Client","AniruddhRJ","0","FALSE","FALSE" +"2235","2235","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:37:36","FALSE",NA,"801374130830311424",NA,"Twitter Web Client","jsaditya","275","TRUE","FALSE" +"2236","2236","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 10:37:17","FALSE",NA,"801374053852450816",NA,"Twitter for Android","rebornICA","47","TRUE","FALSE" +"2237","2237","#Startups owned #demonetization but could we see a #FinTech fall? +https://t.co/V3HB1vEbOa +Sign up for� https://t.co/lZMP5PA9Ei","FALSE","2",NA,"2016-11-23 10:37:13","TRUE",NA,"801374033308622848",NA,"Twitter Web Client","MSA_IND","1","FALSE","FALSE" +"2238","2238","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:36:43","FALSE",NA,"801373909471920128",NA,"Twitter for Android","yogesh0607","637","TRUE","FALSE" +"2239","2239","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 10:36:43","FALSE",NA,"801373908259598336",NA,"Twitter for Android","deepaksam5","19","TRUE","FALSE" +"2240","2240","When our country's economy was moving at a steady rate, govt brought in #demonetization that really shuffled our co� https://t.co/QXMVZu71Z8","FALSE","0",NA,"2016-11-23 10:36:39","TRUE",NA,"801373894082850816",NA,"Twitter Web Client","News_Pictures1","0","FALSE","FALSE" +"2241","2241","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 10:36:39","FALSE",NA,"801373892287889408",NA,"Twitter for Android","praveenbp21aug","105","TRUE","FALSE" +"2242","2242","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:35:46","FALSE",NA,"801373670887264256",NA,"Twitter for Android","praveenbp21aug","637","TRUE","FALSE" +"2243","2243","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:35:37","FALSE",NA,"801373630659633152",NA,"Twitter Web Client","InformdCitizen","219","TRUE","FALSE" +"2244","2244","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 10:35:27","FALSE",NA,"801373590256025600",NA,"Twitter for Android","deeptiyvd","7","TRUE","FALSE" +"2245","2245","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:34:51","FALSE",NA,"801373440028577792",NA,"Twitter Web Client","mailsskumar","270","TRUE","FALSE" +"2246","2246","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 10:34:41","FALSE",NA,"801373396927803392",NA,"Twitter Web Client","surajbhan02","88","TRUE","FALSE" +"2247","2247","RT @airnewsalerts: Central team visits #Telangana to assess situation in context of #demonetization.","FALSE","0",NA,"2016-11-23 10:34:26","FALSE",NA,"801373333459714048",NA,"Twitter for Android","deeptiyvd","4","TRUE","FALSE" +"2248","2248","RT @BSLMF: Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Marke�","FALSE","0",NA,"2016-11-23 10:34:08","FALSE",NA,"801373260055277568",NA,"Twitter for Android","_DrCool_","7","TRUE","FALSE" +"2249","2249","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:33:09","FALSE",NA,"801373012888985600",NA,"Twitter Web Client","jsaditya","270","TRUE","FALSE" +"2250","2250","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 10:33:02","FALSE",NA,"801372982677377024",NA,"Twitter Web Client","shabda","38","TRUE","FALSE" +"2251","2251","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:32:50","FALSE",NA,"801372934367416320",NA,"Twitter for Android","smita_muk","112","TRUE","FALSE" +"2252","2252","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:32:35","FALSE",NA,"801372869376647168",NA,"Twitter for iPhone","delhiite_ggn","24","TRUE","FALSE" +"2253","2253","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:32:24","FALSE",NA,"801372821263941632",NA,"Twitter for iPhone","NnnnRam","637","TRUE","FALSE" +"2254","2254","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:32:03","FALSE",NA,"801372736928915456",NA,"Twitter Web Client","neelnabh","270","TRUE","FALSE" +"2255","2255","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 10:31:47","FALSE",NA,"801372668691779584",NA,"Twitter for Android","coffeetime112","16","TRUE","FALSE" +"2256","2256","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:31:44","FALSE",NA,"801372654275964928",NA,"Twitter for Android","4_everabhi","275","TRUE","FALSE" +"2257","2257","700 Crores rupees of cash found in 3 medical colleges. Clearing the massive rot in medical admissions. + +#Demonetization","FALSE","3",NA,"2016-11-23 10:31:33","FALSE",NA,"801372610013622272",NA,"Facebook","PtAmitSharma","2","FALSE","FALSE" +"2258","2258","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:30:54","FALSE",NA,"801372443914997760",NA,"Twitter for Android","NeerajSadiya","270","TRUE","FALSE" +"2259","2259","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 10:30:52","FALSE",NA,"801372436105084928",NA,"Twitter for Android","ashu_njr","120","TRUE","FALSE" +"2260","2260","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:30:34","FALSE",NA,"801372361932967936",NA,"Twitter for Android","PawanJRai","112","TRUE","FALSE" +"2261","2261","News: #Demonetization windfall: Civic agencies record 268% increase in tax collection, via @htTweets #India https://t.co/FCw7mFfIy3","FALSE","0",NA,"2016-11-23 10:30:28","FALSE",NA,"801372338017148928",NA,"Hootsuite","SAVoices","0","FALSE","FALSE" +"2262","2262","RT @myvotetoday: Day 6 of #wintersession & no constructive #debate on #DeMonetization. + +Only noise, chaos & disruptions by obstructionist #�","FALSE","0",NA,"2016-11-23 10:30:21","FALSE",NA,"801372307923075072",NA,"Twitter for Android","Ravi995376","4","TRUE","FALSE" +"2263","2263","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 10:29:59","FALSE",NA,"801372214633385984",NA,"Twitter for Android","narendravarma49","7","TRUE","FALSE" +"2264","2264","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 10:29:46","FALSE",NA,"801372160547766272",NA,"Twitter for Android","BJha123","18","TRUE","FALSE" +"2265","2265","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:29:20","FALSE",NA,"801372053211377664",NA,"Twitter for iPhone","mohantydelhi","10","TRUE","FALSE" +"2266","2266","RT @saaxenanurag: The visionary political leader #ChandrababuNaidu leading support eco-system for an efficient running of #DeMonetization h�","FALSE","0",NA,"2016-11-23 10:29:15","FALSE",NA,"801372030025211904",NA,"Twitter for iPhone","sanjaysaxena007","2","TRUE","FALSE" +"2267","2267","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:29:11","FALSE",NA,"801372015781232640",NA,"Twitter for Windows Phone","ZaalimAnna","219","TRUE","FALSE" +"2268","2268","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:29:10","FALSE",NA,"801372007879364608",NA,"Twitter for Android","sachinparadkar","112","TRUE","FALSE" +"2269","2269","Opposition is crying for in both the houses for the people. Survey results are almost 85% people take things differ� https://t.co/b2SfipEDUR","FALSE","0",NA,"2016-11-23 10:29:02","TRUE",NA,"801371978053496832",NA,"Twitter Web Client","ckarunkumar","0","FALSE","FALSE" +"2270","2270","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:28:45","FALSE",NA,"801371905781415936",NA,"Twitter Web Client","prembaweja55","270","TRUE","FALSE" +"2271","2271","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:28:26","FALSE",NA,"801371824932220928",NA,"Twitter for Android","ashutosh_akm","270","TRUE","FALSE" +"2272","2272","When people panic stampedes happen and people die.This 'stampede' was not caused by #Demonetization but by hoarders and liars.","FALSE","0",NA,"2016-11-23 10:27:40","FALSE",NA,"801371631834628096",NA,"Twitter Web Client","terti_io","0","FALSE","FALSE" +"2273","2273","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 10:27:33","FALSE",NA,"801371604156452864",NA,"Twitter for Android","rvidhya19","42","TRUE","FALSE" +"2274","2274","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:26:54","FALSE",NA,"801371439731355648",NA,"Twitter for Android","atlantesindia","10","TRUE","FALSE" +"2275","2275","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:26:05","FALSE",NA,"801371234550222848",NA,"Twitter Web Client","dhruvbhim","270","TRUE","FALSE" +"2276","2276","RT @IYC: Is Indian Railways still unaware about #demonetization ??? + +Will @sureshpprabhu @manojsinhabjp take note of it + +CC @narendramodi @�","FALSE","0",NA,"2016-11-23 10:26:05","FALSE",NA,"801371234281947136",NA,"Twitter for Android","niharcongress","165","TRUE","FALSE" +"2277","2277","These corrupt leaders were never united against all Corruption but now they are united against #Demonetization -... https://t.co/DVLXMSJE63","FALSE","0",NA,"2016-11-23 10:26:03","FALSE",NA,"801371223867461632",NA,"Facebook","Bharatawashi","0","FALSE","FALSE" +"2278","2278","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:25:57","FALSE",NA,"801371200047955968",NA,"Twitter for Android","BabluYa54983447","270","TRUE","FALSE" +"2279","2279","RT @radha__rk: With #demonetization, India has a new VERB = ""@Paytm"" Karo @vijayshekhar @startupindia @rvaidya2000 @sourabhs +Welcome to #C�","FALSE","0",NA,"2016-11-23 10:25:57","FALSE",NA,"801371199385149440",NA,"Twitter Web Client","TiEBangalore","4","TRUE","FALSE" +"2280","2280","PM @narendramodi urged the people to participate in a survey on his official app! #Demonetization + +https://t.co/DcBSTPDcUn","FALSE","0",NA,"2016-11-23 10:25:07","FALSE",NA,"801370990693453824",NA,"Hootsuite","TechRadarIndia","0","FALSE","FALSE" +"2281","2281","Anti corruption crusader clear on #demonetization being True step towards corruption free India notwithstanding� https://t.co/DqMh3VZR7t","FALSE","0",NA,"2016-11-23 10:25:06","TRUE",NA,"801370986117353472",NA,"Twitter Web Client","trivedia1234","1","FALSE","FALSE" +"2282","2282","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 10:25:02","FALSE",NA,"801370970917216256",NA,"Twitter for Android","GuzzlersInc","10","TRUE","FALSE" +"2283","2283","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:24:13","FALSE",NA,"801370764180004864",NA,"Twitter Web Client","RANJAN999","270","TRUE","FALSE" +"2284","2284","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:23:55","FALSE",NA,"801370689664126976",NA,"Twitter for Android","sujitchandran","270","TRUE","FALSE" +"2285","2285","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:23:33","FALSE",NA,"801370596076584960",NA,"Twitter Web Client","viru15","275","TRUE","FALSE" +"2286","2286","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:23:01","FALSE",NA,"801370460831252480",NA,"Twitter Web Client","guru9899","219","TRUE","FALSE" +"2287","2287","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:22:51","FALSE",NA,"801370419177648128",NA,"Twitter Web Client","mgnayak5","10","TRUE","FALSE" +"2288","2288","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-23 10:22:48","FALSE",NA,"801370408289234944",NA,"Twitter for Android","hariontweet","897","TRUE","FALSE" +"2289","2289","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:22:38","FALSE",NA,"801370364282605568",NA,"Twitter for Android","MaverickKhush","637","TRUE","FALSE" +"2290","2290","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:22:29","FALSE",NA,"801370325879558144",NA,"Twitter for Android","hariontweet","275","TRUE","FALSE" +"2291","2291","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-23 10:22:27","FALSE",NA,"801370318774206464",NA,"Twitter for Android","Rgowda108","305","TRUE","FALSE" +"2292","2292","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:22:03","FALSE",NA,"801370220426362880",NA,"Twitter for Android","ushmaish","637","TRUE","FALSE" +"2293","2293","RT @AmmU_MaanU: 31/Along with #demonetization, Govt #must enhance personal #incometax to 40% for those earning above 40Lakhs,50% for 70L+,6�","FALSE","0",NA,"2016-11-23 10:22:03","FALSE",NA,"801370216487862272",NA,"Mobile Web (M5)","AmmU_MaanU","1","TRUE","FALSE" +"2294","2294","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 10:22:01","FALSE",NA,"801370211731419136",NA,"Twitter for Android","ravindramenkurk","47","TRUE","FALSE" +"2295","2295","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:21:39","FALSE",NA,"801370119918284800",NA,"Mobile Web (M5)","gohanvsrohan","219","TRUE","FALSE" +"2296","2296","RT @myvotetoday: Day 6 of #wintersession & no constructive #debate on #DeMonetization. + +Only noise, chaos & disruptions by obstructionist #�","FALSE","0",NA,"2016-11-23 10:21:33","FALSE",NA,"801370093208932352",NA,"Twitter Web Client","MaverickLG","4","TRUE","FALSE" +"2297","2297","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:21:27","FALSE",NA,"801370067212636160",NA,"Twitter Web Client","RaghuramanMenon","10","TRUE","FALSE" +"2298","2298","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 10:21:26","FALSE",NA,"801370062229819392",NA,"Twitter Web Client","dhruvbhim","123","TRUE","FALSE" +"2299","2299","Do Read This +Outsider's take on #DeMonetization + +https://t.co/vnAaF6f8ac via @timesofindia","FALSE","0",NA,"2016-11-23 10:21:02","FALSE",NA,"801369963630039040",NA,"Twitter Web Client","surryakant","0","FALSE","FALSE" +"2300","2300","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:20:57","FALSE",NA,"801369940842450944",NA,"Twitter for Android","jyotishankarjha","219","TRUE","FALSE" +"2301","2301","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:20:52","FALSE",NA,"801369919367561216",NA,"Twitter for Android","34a5912609794c8","275","TRUE","FALSE" +"2302","2302","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:20:38","FALSE",NA,"801369861901479936",NA,"Twitter for Android","meet_1229","275","TRUE","FALSE" +"2303","2303","RT @bsindia: Where gory warnings fail, cash crunch prevails: Cigarette sales down 40% after #Demonetization https://t.co/xr6OVBYzrD @shamee�","FALSE","0",NA,"2016-11-23 10:20:22","FALSE",NA,"801369794633232384",NA,"Twitter Web Client","ashmitroy","4","TRUE","FALSE" +"2304","2304","I support @narendramodi for his incredible decision of #Demonetization no matter what the other opposition parties say people are happy","FALSE","0",NA,"2016-11-23 10:20:17","FALSE",NA,"801369772327923712",NA,"Mobile Web (M2)","shamik014","0","FALSE","FALSE" +"2305","2305","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:20:14","FALSE",NA,"801369761984614400",NA,"Twitter for iPhone","NIIWHSA","270","TRUE","FALSE" +"2306","2306","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 10:20:06","FALSE",NA,"801369725888393216",NA,"Twitter for iPhone","TikuChand","1057","TRUE","FALSE" +"2307","2307","#Demonetization may lead to home loan rates falling below 7% within the next six months to a year. Read more... https://t.co/s5nqj0Mev7","FALSE","0",NA,"2016-11-23 10:20:04","FALSE",NA,"801369719118786560",NA,"Facebook","PacificaIndia","0","FALSE","FALSE" +"2308","2308","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:19:32","FALSE",NA,"801369583567388672",NA,"Twitter for Android","881977Raju","270","TRUE","FALSE" +"2309","2309","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 10:19:28","FALSE",NA,"801369569386438656",NA,"Twitter for iPhone","RangitaNandy","8","TRUE","FALSE" +"2310","2310","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:19:20","FALSE",NA,"801369533835603968",NA,"Twitter Web Client","eccentricraj","112","TRUE","FALSE" +"2311","2311","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:19:06","FALSE",NA,"801369475559858176",NA,"Twitter for Android","Firoze_","219","TRUE","FALSE" +"2312","2312","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:18:48","FALSE",NA,"801369400028827648",NA,"Twitter for Android","cramas_ramasamy","112","TRUE","FALSE" +"2313","2313","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:45","FALSE",NA,"801369389119455232",NA,"Twitter for Android","benseiwyn","18","TRUE","FALSE" +"2314","2314","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:44","FALSE",NA,"801369384023367680",NA,"Twitter for Android","ltsHaziq_","18","TRUE","FALSE" +"2315","2315","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:30","FALSE",NA,"801369324829245440",NA,"Twitter for Android","marltabonettx","18","TRUE","FALSE" +"2316","2316","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 10:18:22","FALSE",NA,"801369293338382336",NA,"Twitter for iPhone","manish_manisja","7","TRUE","FALSE" +"2317","2317","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:18:14","FALSE",NA,"801369257892265984",NA,"Twitter Web Client","monsun14","219","TRUE","FALSE" +"2318","2318","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:18:14","FALSE",NA,"801369256038465536",NA,"Twitter for Android","tvssarma","270","TRUE","FALSE" +"2319","2319","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:18:12","FALSE",NA,"801369247616221184",NA,"Twitter for Android","kkdhyd24","112","TRUE","FALSE" +"2320","2320","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:09","FALSE",NA,"801369238527209472",NA,"Twitter for Android","Reemaotalibi","18","TRUE","FALSE" +"2321","2321","RT @jay_ambadi: L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 10:18:03","FALSE",NA,"801369213998866432",NA,"Twitter for iPhone","gsurya","5","TRUE","FALSE" +"2322","2322","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:03","FALSE",NA,"801369209880068096",NA,"Twitter for Android","jamescn0rman","18","TRUE","FALSE" +"2323","2323","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:18:01","FALSE",NA,"801369204322697216",NA,"Twitter for Android","_SH5UN3","18","TRUE","FALSE" +"2324","2324","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:17:49","FALSE",NA,"801369154150420480",NA,"Twitter for Android","PrasadDShetty","275","TRUE","FALSE" +"2325","2325","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:17:48","FALSE",NA,"801369150912397312",NA,"Twitter for Android","Prasanna_Speaks","270","TRUE","FALSE" +"2326","2326","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:47","FALSE",NA,"801369145044533248",NA,"Twitter for Android","j0shuadunaj","18","TRUE","FALSE" +"2327","2327","RT @kapsology: More than 5,00,000 Indians to lose job in next 6 months due to badly planned #demonetization by Modi govt.","FALSE","0",NA,"2016-11-23 10:17:46","FALSE",NA,"801369141751980032",NA,"Mobile Web (M5)","CitizensPoV","219","TRUE","FALSE" +"2328","2328","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-23 10:17:43","FALSE",NA,"801369129949294592",NA,"Twitter for iPhone","sharmaanup123","59","TRUE","FALSE" +"2329","2329","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:17:42","FALSE",NA,"801369125771739136",NA,"Twitter for iPhone","pallav42","637","TRUE","FALSE" +"2330","2330","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:41","FALSE",NA,"801369119794794496",NA,"Twitter for Android","JASLlSSY","18","TRUE","FALSE" +"2331","2331","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:37","FALSE",NA,"801369102984081408",NA,"Twitter for Android","M0nerhBm","18","TRUE","FALSE" +"2332","2332","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:33","FALSE",NA,"801369086013874176",NA,"Twitter for Android","jesiynnleee","18","TRUE","FALSE" +"2333","2333","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:30","FALSE",NA,"801369073418375168",NA,"Twitter for Android","Turkl_Alamer","18","TRUE","FALSE" +"2334","2334","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 10:17:23","FALSE",NA,"801369045069074432",NA,"Twitter for Android","anonymouspanjab","8","TRUE","FALSE" +"2335","2335","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:22","FALSE",NA,"801369039780122624",NA,"Twitter for Android","iaylaDGallagher","18","TRUE","FALSE" +"2336","2336","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:17","FALSE",NA,"801369018686959616",NA,"Twitter for Android","HllariousPotato","18","TRUE","FALSE" +"2337","2337","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:15","FALSE",NA,"801369012479426560",NA,"Twitter for Android","alngldan","18","TRUE","FALSE" +"2338","2338","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 10:17:14","FALSE",NA,"801369007525761024",NA,"Twitter for iPhone","TikuChand","471","TRUE","FALSE" +"2339","2339","RT @TheMehulPatel: #Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm�","FALSE","0",NA,"2016-11-23 10:17:14","FALSE",NA,"801369006364102656",NA,"Twitter for Android","hlddlespotter","18","TRUE","FALSE" +"2340","2340","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 10:17:07","FALSE",NA,"801368976240611328",NA,"Twitter for Android","PollingMachine_","8","TRUE","FALSE" +"2341","2341","#Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/WaIamP2WYb +#NaMo +#paytm +#Jio","FALSE","0",NA,"2016-11-23 10:17:07","FALSE",NA,"801368975405883392",NA,"IFTTT","E_commerce4unow","0","FALSE","FALSE" +"2342","2342","RT @AmitDhiman_: #Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #Ind�","FALSE","0",NA,"2016-11-23 10:16:55","FALSE",NA,"801368925132955648",NA,"Twitter for Android","punjab_bolda","8","TRUE","FALSE" +"2343","2343","#Hitler finds out about #demonetization, must watch this video. #Hilarious. Read the subtitles! +https://t.co/rng1gKiUgm +#NaMo +#paytm +#Jio","FALSE","2",NA,"2016-11-23 10:16:48","FALSE",NA,"801368898759262208",NA,"Twitter for iPhone","TheMehulPatel","18","FALSE","FALSE" +"2344","2344","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:16:48","FALSE",NA,"801368897605816320",NA,"Twitter for Android","newsanti","10","TRUE","FALSE" +"2345","2345","RT @jitubhaiyajgd: Have a look at what foreign #media has to say on #demonetization move of PM @narendramodi https://t.co/DL39XQXCyF","FALSE","0",NA,"2016-11-23 10:16:45","FALSE",NA,"801368883152191488",NA,"Twitter for Android","SmilingShivani","3","TRUE","FALSE" +"2346","2346","#Demonetization Now affecting even the dumb rich ...who now have to use public transport https://t.co/8RW0WZat3o","FALSE","1",NA,"2016-11-23 10:16:29","FALSE",NA,"801368817301671936",NA,"Twitter for Android","TalkOrTweets","1","FALSE","FALSE" +"2347","2347","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:16:20","FALSE",NA,"801368780471287808",NA,"Twitter for Android","dushyantkagarwa","270","TRUE","FALSE" +"2348","2348","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:16:14","FALSE",NA,"801368752751316992",NA,"Twitter for iPhone","abcunlimited1","637","TRUE","FALSE" +"2349","2349","RT @jay_ambadi: L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 10:15:32","FALSE",NA,"801368579643998208",NA,"Twitter for Android","JaynulC","5","TRUE","FALSE" +"2350","2350","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:15:14","FALSE",NA,"801368502821130240",NA,"Twitter for Android","DrRakeshkr082","112","TRUE","FALSE" +"2351","2351","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:14:44","FALSE",NA,"801368378438889472",NA,"Twitter for iPhone","VipulPa15910506","10","TRUE","FALSE" +"2352","2352","With 23 billion bank notes discarded from economy, if kept side by side these notes will go from east-west of India. #Demonetization","FALSE","0",NA,"2016-11-23 10:14:41","FALSE",NA,"801368366179090432",NA,"Twitter Web Client","meshrammanish07","0","FALSE","FALSE" +"2353","2353","@48k per #JanDhanAccount, the capacity to transform black money in to clean money is 12 Lacs Crs. This #demonetization is poor in logic.","FALSE","0",NA,"2016-11-23 10:14:30","FALSE",NA,"801368317529378816",NA,"Twitter for Android","birdinfo","0","FALSE","FALSE" +"2354","2354","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:14:28","FALSE",NA,"801368309094645760",NA,"Twitter for Android","Rishi_130","270","TRUE","FALSE" +"2355","2355","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 10:14:27","FALSE",NA,"801368307626627072",NA,"Twitter for Android","MuavizQamar","1158","TRUE","FALSE" +"2356","2356","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:14:26","FALSE",NA,"801368301200936960",NA,"Twitter for Android","Bikuengr","112","TRUE","FALSE" +"2357","2357","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:14:24","FALSE",NA,"801368294406164480",NA,"Twitter for Android","nandini_paul_","112","TRUE","FALSE" +"2358","2358","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:13:58","FALSE",NA,"801368186285334528",NA,"Twitter for Android","abhijeetkum","637","TRUE","FALSE" +"2359","2359","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:13:49","FALSE",NA,"801368146107977728",NA,"Twitter for Android","avinash_mailme","270","TRUE","FALSE" +"2360","2360","#Demonetization is the 2nd word trending after #Intolerance. Thanks Pappu, Kejri, Mamta. #VishalJanSabha #KhulkeDulke #IndiaKaDil","FALSE","16",NA,"2016-11-23 10:13:49","FALSE",NA,"801368144573038592",NA,"Twitter Web Client","AmitDhiman_","8","FALSE","FALSE" +"2361","2361","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-23 10:13:44","FALSE",NA,"801368125258264576",NA,"Twitter for iPhone","dineshbthakur","428","TRUE","FALSE" +"2362","2362","L&T is retrenching 14000 employees. +Hope none of the supporters of #Demonetization are included!","FALSE","0",NA,"2016-11-23 10:13:26","FALSE",NA,"801368050096308224",NA,"Twitter Web Client","jay_ambadi","5","FALSE","FALSE" +"2363","2363","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:13:03","FALSE",NA,"801367952830234624",NA,"Twitter Web Client","YashKVerm","112","TRUE","FALSE" +"2364","2364","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:12:51","FALSE",NA,"801367904163950592",NA,"Twitter Web Client","SUHRUTH2007","112","TRUE","FALSE" +"2365","2365","Has #Demonetization helped the people of this nation? +Here are the results of our #CashMeIfYouCan survey +We would like to thank our respond�","FALSE","0",NA,"2016-11-23 10:12:19","FALSE",NA,"801367769614782464",NA,"IFTTT","angelzxorn","0","FALSE","FALSE" +"2366","2366","Rahul Gandhi says #Demonetization is the biggest scam. + +Coalgate : Lol. +2G spectrum : Lmao. +Commonwealth: ROFL.","FALSE","0",NA,"2016-11-23 10:12:15","FALSE",NA,"801367752648851456",NA,"Twitter for Android","ShettiVarun","0","FALSE","FALSE" +"2367","2367","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 10:12:08","FALSE",NA,"801367722839797760",NA,"Twitter for iPad","kenrawal","10","TRUE","FALSE" +"2368","2368","RT @ZeniaIrani: The rich and the elite lived in homes like these. Good thing #demonetization didn't happen back� https://t.co/mknTlhcUcl","FALSE","0",NA,"2016-11-23 10:11:50","FALSE",NA,"801367647682232320",NA,"Twitter for Android","Forged_Steele","1","TRUE","FALSE" +"2369","2369","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:11:43","FALSE",NA,"801367618645016576",NA,"Twitter for iPhone","manish_manisja","24","TRUE","FALSE" +"2370","2370","Just took this picture ,pigeons ready to board aircrafts at the Kolkata airport,heading to Delhi to protest against� https://t.co/viPbl4W0cf","FALSE","1",NA,"2016-11-23 10:11:25","TRUE",NA,"801367541746716672",NA,"Twitter for iPhone","arroworks","1","FALSE","FALSE" +"2371","2371","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:11:05","FALSE",NA,"801367456874958848",NA,"Twitter for Android","kailashkaushik8","112","TRUE","FALSE" +"2372","2372","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:11:02","FALSE",NA,"801367444120043520",NA,"Twitter for iPhone","with_modi","270","TRUE","FALSE" +"2373","2373","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 10:10:59","FALSE",NA,"801367434305437696",NA,"Twitter for iPhone","hemantdubey31","36","TRUE","FALSE" +"2374","2374","@HuffPostIndia sheer fear ..mongering preposterous journalism ..every survey indicates more than 95% of India has accepted #Demonetization","FALSE","0","HuffPostIndia","2016-11-23 10:10:28","FALSE","801362168755224576","801367301664538624","2707085628","Twitter Web Client","TheNPalSingh","0","FALSE","FALSE" +"2375","2375","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:10:01","FALSE",NA,"801367189685207040",NA,"Twitter for iPhone","MadhabP1","112","TRUE","FALSE" +"2376","2376","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:09:32","FALSE",NA,"801367066695569408",NA,"Twitter for Android","pkgupta_","270","TRUE","FALSE" +"2377","2377","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 10:09:12","FALSE",NA,"801366985984659456",NA,"Twitter for Android","Bikuengr","9","TRUE","FALSE" +"2378","2378","Political parties are the worst hit by #demonetization & now organising protest day. Public appears to be calm & queuing silently at banks.","FALSE","0",NA,"2016-11-23 10:09:12","FALSE",NA,"801366983665127424",NA,"Twitter for Android","birdinfo","0","FALSE","FALSE" +"2379","2379","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:08:54","FALSE",NA,"801366911229591552",NA,"Twitter for Android","madhava61","637","TRUE","FALSE" +"2380","2380","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 10:08:43","FALSE",NA,"801366861627752448",NA,"Twitter for Android","dryogeshgpatel","88","TRUE","FALSE" +"2381","2381","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:08:16","FALSE",NA,"801366750172323840",NA,"Twitter for iPhone","VictoryForNamo","112","TRUE","FALSE" +"2382","2382","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 10:08:05","FALSE",NA,"801366705536544768",NA,"Twitter for Android","nathan_sp21","16","TRUE","FALSE" +"2383","2383","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:08:03","FALSE",NA,"801366693465427968",NA,"Twitter for Android","lokesh_kote","270","TRUE","FALSE" +"2384","2384","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 10:07:50","FALSE",NA,"801366642584420352",NA,"Twitter Web Client","kingslyj","38","TRUE","FALSE" +"2385","2385","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 10:07:24","FALSE",NA,"801366531535880192",NA,"Twitter Web Client","anandology","38","TRUE","FALSE" +"2386","2386","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:07:18","FALSE",NA,"801366505057357824",NA,"Twitter for iPhone","vdshry","270","TRUE","FALSE" +"2387","2387","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 10:07:09","FALSE",NA,"801366470630526976",NA,"Twitter for iPhone","dineshbthakur","1057","TRUE","FALSE" +"2388","2388","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:07:03","FALSE",NA,"801366444143509504",NA,"Twitter for Android","1901Anupam","270","TRUE","FALSE" +"2389","2389","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:06:44","FALSE",NA,"801366365382778880",NA,"Twitter for Android","VidyaranyaKs","270","TRUE","FALSE" +"2390","2390","#demonetization #dmk #humanchains #tamilnadu DMK to hold human chains against demonetization on 24th November https://t.co/iBgygaidYc","FALSE","2",NA,"2016-11-23 10:06:43","FALSE",NA,"801366360144146432",NA,"http://www.nagpurtoday.in","nagpurtoday1","0","FALSE","FALSE" +"2391","2391","@fayedsouza +@AxisBank Bharuch city in 5 min u can do both deposit n withdrawal. #noquee just fuss by politicians #demonetization","FALSE","0","fayedsouza","2016-11-23 10:06:29","FALSE","801364773438947328","801366300039716864","33915298","Twitter for iPhone","tejaspatel_dr","2","FALSE","FALSE" +"2392","2392","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 10:06:05","FALSE",NA,"801366202337689600",NA,"Twitter for Android","Manojalluri123","33","TRUE","FALSE" +"2393","2393","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:05:53","FALSE",NA,"801366150542217216",NA,"Twitter for Android","3a6a51b16534495","24","TRUE","FALSE" +"2394","2394","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:05:41","FALSE",NA,"801366100663484416",NA,"Twitter for Android","navaneethnavami","270","TRUE","FALSE" +"2395","2395","The short-term impact of #demonetization on stock broking & insurance is Negative but positive in the long term.� https://t.co/y0NfGl2WjJ","FALSE","0",NA,"2016-11-23 10:05:23","TRUE",NA,"801366022552977408",NA,"Twitter Web Client","bmawealth","0","FALSE","FALSE" +"2396","2396","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:05:00","FALSE",NA,"801365928437022720",NA,"Twitter for iPhone","itsmeAdii1221","270","TRUE","FALSE" +"2397","2397","@ShirishKunder Says the man who dsnt know the difference between shitting and Film Making +#demonetization #IndiaFightsCorruption","FALSE","0","ShirishKunder","2016-11-23 10:04:06","FALSE","799582879973900288","801365701105741824","60737306","Twitter Web Client","BeingSpidy","0","FALSE","FALSE" +"2398","2398","When the common people are supporting #Demonetization there is absolutely no reason for protest by opposition parties","FALSE","0",NA,"2016-11-23 10:03:52","FALSE",NA,"801365644319096832",NA,"Mobile Web (M2)","shamik014","0","FALSE","FALSE" +"2399","2399","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:03:50","FALSE",NA,"801365634240094208",NA,"Twitter for Android","Sameer470","24","TRUE","FALSE" +"2400","2400","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:03:30","FALSE",NA,"801365551306199040",NA,"Twitter for Android","Nitesh2016yadav","112","TRUE","FALSE" +"2401","2401","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:03:22","FALSE",NA,"801365517663662080",NA,"Twitter Web Client","mintyghost","24","TRUE","FALSE" +"2402","2402","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:03:10","FALSE",NA,"801365465691930624",NA,"Twitter Web Client","hrdksanghavi","270","TRUE","FALSE" +"2403","2403","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 10:03:08","FALSE",NA,"801365460029677568",NA,"Twitter for Android","gops333","24","TRUE","FALSE" +"2404","2404","#Central officials led #KumarAlok arrived #Tripura to #assess the situation on the ground after the #demonetization of #high-value #notes","FALSE","1",NA,"2016-11-23 10:03:07","FALSE",NA,"801365452098273280",NA,"Twitter Web Client","NEIndia_ANI","0","FALSE","FALSE" +"2405","2405","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:02:40","FALSE",NA,"801365339028262912",NA,"Twitter for iPhone","padamkant","270","TRUE","FALSE" +"2406","2406","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-23 10:02:35","FALSE",NA,"801365318002245632",NA,"Twitter for iPhone","dineshbthakur","260","TRUE","FALSE" +"2407","2407","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:02:33","FALSE",NA,"801365312876613632",NA,"Twitter for Android","Captsmita","270","TRUE","FALSE" +"2408","2408","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:02:30","FALSE",NA,"801365300071563264",NA,"Twitter for iPhone","terikahkelunga","112","TRUE","FALSE" +"2409","2409","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:02:21","FALSE",NA,"801365259927908352",NA,"Twitter for Android","KeshavKarn11","112","TRUE","FALSE" +"2410","2410","The rich and the elite lived in homes like these. Good thing #demonetization didn't happen back� https://t.co/mknTlhcUcl","FALSE","1",NA,"2016-11-23 10:02:07","FALSE",NA,"801365201224400896",NA,"Instagram","ZeniaIrani","1","FALSE","FALSE" +"2411","2411","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 10:01:59","FALSE",NA,"801365169070804992",NA,"Twitter for iPhone","skv_india","112","TRUE","FALSE" +"2412","2412","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 10:01:53","FALSE",NA,"801365145498726400",NA,"Twitter for iPad","kvijayb1","637","TRUE","FALSE" +"2413","2413","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 10:01:51","FALSE",NA,"801365133431832576",NA,"Twitter for Android","drrmittal","275","TRUE","FALSE" +"2414","2414","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 10:01:39","FALSE",NA,"801365086627569664",NA,"Twitter for Android","khamandhokla","88","TRUE","FALSE" +"2415","2415","Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/3pfMqUk2LH","FALSE","0",NA,"2016-11-23 10:01:14","FALSE",NA,"801364980784316416",NA,"Twitter for iPhone","asiannewsindia","1","FALSE","FALSE" +"2416","2416","6 lakh+ crore rupees #blackmoney collected so far with #demonetization & #Congress is protesting at #Gandhi statue? They're shaming #Mahatma","FALSE","0",NA,"2016-11-23 10:01:07","FALSE",NA,"801364949465530368",NA,"Twitter for Android","KMariyanka","0","FALSE","FALSE" +"2417","2417","I personally think that @PMO_India's decision for #Demonetization is a great decision...so why these opposition parties are protesting","FALSE","0",NA,"2016-11-23 10:00:09","FALSE",NA,"801364707361902592",NA,"Mobile Web (M2)","shamik014","0","FALSE","FALSE" +"2418","2418","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 10:00:02","FALSE",NA,"801364679427784704",NA,"Twitter Web Client","vaishiten","270","TRUE","FALSE" +"2419","2419","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:59:54","FALSE",NA,"801364642631131136",NA,"Twitter for Android","lals131999","112","TRUE","FALSE" +"2420","2420","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:59:45","FALSE",NA,"801364607931662336",NA,"Twitter for Android","innocentlyloud","112","TRUE","FALSE" +"2421","2421","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:59:44","FALSE",NA,"801364601489260544",NA,"Twitter for Android","sarveshAkaruan","112","TRUE","FALSE" +"2422","2422","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:59:31","FALSE",NA,"801364547164635136",NA,"Twitter for Android","Samikbanerji","112","TRUE","FALSE" +"2423","2423","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:59:25","FALSE",NA,"801364521709432832",NA,"Twitter for iPhone","dineshbthakur","270","TRUE","FALSE" +"2424","2424","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:59:22","FALSE",NA,"801364512142196736",NA,"Twitter for Android","Utkalpatra","88","TRUE","FALSE" +"2425","2425","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:59:18","FALSE",NA,"801364493846663168",NA,"Twitter for Android","uttamknights","270","TRUE","FALSE" +"2426","2426","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 09:59:16","FALSE",NA,"801364484807917568",NA,"Twitter for iPhone","asmon_fredrick","331","TRUE","FALSE" +"2427","2427","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:59:03","FALSE",NA,"801364430722334720",NA,"Twitter for Android","bothra_ajay","112","TRUE","FALSE" +"2428","2428","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:58:47","FALSE",NA,"801364363500290048",NA,"GrabInbox","me_nabhoj","88","TRUE","FALSE" +"2429","2429","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:58:45","FALSE",NA,"801364353165434880",NA,"GrabInbox","juli_1736","88","TRUE","FALSE" +"2430","2430","hope they give away the cash before deposits :P #Demonetization #NoteBandi https://t.co/KBZHvDtF27","FALSE","1",NA,"2016-11-23 09:58:42","FALSE",NA,"801364344336482304",NA,"TweetDeck","rahulrakesh","0","FALSE","FALSE" +"2431","2431","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:58:33","FALSE",NA,"801364305161633792",NA,"Twitter for Android","_Manish_Pal","112","TRUE","FALSE" +"2432","2432","Change is good. #DemonetizatIon +Oh, wait, where the fuck is the CHANGE? +#DeMonetisationDisaster #Demonetizationeffect","FALSE","0",NA,"2016-11-23 09:58:03","FALSE",NA,"801364178527260672",NA,"Twitter Web Client","lafemme__nikita","0","FALSE","FALSE" +"2433","2433","All political leaders who oppose #Demonetization don't suggest any solutions. Why do they want a roll back?","FALSE","0",NA,"2016-11-23 09:57:58","FALSE",NA,"801364158084239360",NA,"Twitter for BlackBerry","ashwinimata","0","FALSE","FALSE" +"2434","2434","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:57:54","FALSE",NA,"801364142514929664",NA,"Twitter for Android","ibhagwa_n","270","TRUE","FALSE" +"2435","2435","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123414044672",NA,"TweetDeck","agarwal_to","88","TRUE","FALSE" +"2436","2436","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123380543488",NA,"TweetDeck","to_roshan","88","TRUE","FALSE" +"2437","2437","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123321778176",NA,"TweetDeck","ravi_mital","88","TRUE","FALSE" +"2438","2438","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123288272896",NA,"TweetDeck","rajgupthato1","88","TRUE","FALSE" +"2439","2439","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123250556928",NA,"TweetDeck","To1Sai","88","TRUE","FALSE" +"2440","2440","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123225391104",NA,"TweetDeck","masthanvallito2","88","TRUE","FALSE" +"2441","2441","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123145662464",NA,"TweetDeck","suryato6","88","TRUE","FALSE" +"2442","2442","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123112062976",NA,"TweetDeck","RavirajaTo","88","TRUE","FALSE" +"2443","2443","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123091173376",NA,"TweetDeck","raheemto1","88","TRUE","FALSE" +"2444","2444","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364123032371200",NA,"TweetDeck","RajaraoTo","88","TRUE","FALSE" +"2445","2445","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364122994638848",NA,"TweetDeck","charli_to","88","TRUE","FALSE" +"2446","2446","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364122969444352",NA,"TweetDeck","hussainto1","88","TRUE","FALSE" +"2447","2447","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364122919194624",NA,"Twitter for iPhone","girish6981","112","TRUE","FALSE" +"2448","2448","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:50","FALSE",NA,"801364122885562368",NA,"TweetDeck","zabha2","88","TRUE","FALSE" +"2449","2449","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:57:41","FALSE",NA,"801364085749190656",NA,"Twitter for Android","prabin1206","112","TRUE","FALSE" +"2450","2450","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:57:34","FALSE",NA,"801364056129105920",NA,"Twitter for Android","shenoy70","112","TRUE","FALSE" +"2451","2451","RT @Gitanjali_DS: Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter�","FALSE","0",NA,"2016-11-23 09:57:32","FALSE",NA,"801364048650584064",NA,"Twitter for Android","BJPAbhi1","10","TRUE","FALSE" +"2452","2452","Whos #Millions turns #raddi or #scrap in few mins r observing #AakroshDin # +#Demonetization #BlackMoney #NoteBandi #NoteBan","FALSE","0",NA,"2016-11-23 09:57:17","FALSE",NA,"801363986335825920",NA,"Twitter for Android","SHYAM_vs_shyam","0","FALSE","FALSE" +"2453","2453","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:12","FALSE",NA,"801363963925630976",NA,"GrabInbox","shukla_sanj","88","TRUE","FALSE" +"2454","2454","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:12","FALSE",NA,"801363962877054976",NA,"GrabInbox","viv_cse","88","TRUE","FALSE" +"2455","2455","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:11","FALSE",NA,"801363960100507648",NA,"GrabInbox","Akas_Day","88","TRUE","FALSE" +"2456","2456","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:11","FALSE",NA,"801363959911710720",NA,"GrabInbox","teluguonetv","88","TRUE","FALSE" +"2457","2457","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:11","FALSE",NA,"801363959907487744",NA,"GrabInbox","guptha_rakesh","88","TRUE","FALSE" +"2458","2458","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:11","FALSE",NA,"801363959886577664",NA,"GrabInbox","realwalaindia","88","TRUE","FALSE" +"2459","2459","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:10","FALSE",NA,"801363958221438976",NA,"GrabInbox","pavan_sadineni","88","TRUE","FALSE" +"2460","2460","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:10","FALSE",NA,"801363957416136704",NA,"GrabInbox","shravanraj11","88","TRUE","FALSE" +"2461","2461","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:10","FALSE",NA,"801363955977482240",NA,"GrabInbox","ravipasupuleti3","88","TRUE","FALSE" +"2462","2462","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:10","FALSE",NA,"801363955344113664",NA,"GrabInbox","RajivNirman","88","TRUE","FALSE" +"2463","2463","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:09","FALSE",NA,"801363953771286528",NA,"GrabInbox","politics_better","88","TRUE","FALSE" +"2464","2464","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:09","FALSE",NA,"801363952391360512",NA,"GrabInbox","teluguactress","88","TRUE","FALSE" +"2465","2465","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:09","FALSE",NA,"801363952341045248",NA,"GrabInbox","crowngroup3","88","TRUE","FALSE" +"2466","2466","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:09","FALSE",NA,"801363951925792768",NA,"GrabInbox","murali_talasila","88","TRUE","FALSE" +"2467","2467","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:08","FALSE",NA,"801363948712894464",NA,"GrabInbox","ramasrivalli","88","TRUE","FALSE" +"2468","2468","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:08","FALSE",NA,"801363947312054272",NA,"GrabInbox","apsacs1","88","TRUE","FALSE" +"2469","2469","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:57:08","FALSE",NA,"801363946531909632",NA,"Twitter for Android","sudhirreddy920","33","TRUE","FALSE" +"2470","2470","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:08","FALSE",NA,"801363946531856384",NA,"GrabInbox","nithinjaiswal4","88","TRUE","FALSE" +"2471","2471","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:07","FALSE",NA,"801363945655336960",NA,"GrabInbox","CongressKajana","88","TRUE","FALSE" +"2472","2472","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:07","FALSE",NA,"801363945227436032",NA,"GrabInbox","Mounika341","88","TRUE","FALSE" +"2473","2473","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:07","FALSE",NA,"801363943985913856",NA,"GrabInbox","Ashis_Pandey1","88","TRUE","FALSE" +"2474","2474","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:07","FALSE",NA,"801363943960756224",NA,"GrabInbox","politicalwings2","88","TRUE","FALSE" +"2475","2475","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:07","FALSE",NA,"801363941892956160",NA,"GrabInbox","balajimuthyala","88","TRUE","FALSE" +"2476","2476","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:06","FALSE",NA,"801363940638937088",NA,"GrabInbox","rasool29326749","88","TRUE","FALSE" +"2477","2477","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:06","FALSE",NA,"801363940219506688",NA,"GrabInbox","karanmalhotra55","88","TRUE","FALSE" +"2478","2478","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:06","FALSE",NA,"801363939162554368",NA,"GrabInbox","ministryinb","88","TRUE","FALSE" +"2479","2479","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:06","FALSE",NA,"801363937669316608",NA,"GrabInbox","sharan35379873","88","TRUE","FALSE" +"2480","2480","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:57:05","FALSE",NA,"801363936595611648",NA,"GrabInbox","RituVarma55","88","TRUE","FALSE" +"2481","2481","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 09:56:29","FALSE",NA,"801363783767785472",NA,"Twitter for Android","zuber2712","24","TRUE","FALSE" +"2482","2482","Huge support for #PM #NarendraModii �s #demonetization Move Across the Nation +80-86% people back demonetization: C� https://t.co/DuhOplevgw","FALSE","13",NA,"2016-11-23 09:56:17","TRUE",NA,"801363734237155328",NA,"Twitter for iPhone","Gitanjali_DS","10","FALSE","FALSE" +"2483","2483","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:55:56","FALSE",NA,"801363645175365632",NA,"Twitter for Android","chandra88266","88","TRUE","FALSE" +"2484","2484","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:55:50","FALSE",NA,"801363620122791936",NA,"Twitter for Android","kpic999","88","TRUE","FALSE" +"2485","2485","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:55:43","FALSE",NA,"801363590557171712",NA,"Twitter for Android","bigsanturi","270","TRUE","FALSE" +"2486","2486","Delhi #High_Court has refused to intervene in #Demonetization debate at a stage when Supreme Court is hearing petitions on the subject.","FALSE","0",NA,"2016-11-23 09:55:40","FALSE",NA,"801363576955043840",NA,"Facebook","siddhantradhu","0","FALSE","FALSE" +"2487","2487","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 09:55:10","FALSE",NA,"801363454351339520",NA,"Twitter Web Client","Virupaksha_hs","6","TRUE","FALSE" +"2488","2488","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:55:06","FALSE",NA,"801363437695733760",NA,"Twitter Web Client","strategicpolicy","88","TRUE","FALSE" +"2489","2489","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 09:54:58","FALSE",NA,"801363401125535744",NA,"Twitter for Windows Phone","mahesharma39","71","TRUE","FALSE" +"2490","2490","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:54:57","FALSE",NA,"801363397388406784",NA,"Twitter for Android","prabhusogala","270","TRUE","FALSE" +"2491","2491","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:51","FALSE",NA,"801363375095742464",NA,"Twitter for Android","DtNaMeH","88","TRUE","FALSE" +"2492","2492","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:54:34","FALSE",NA,"801363304111374336",NA,"Twitter for Android","pareshp94866251","637","TRUE","FALSE" +"2493","2493","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:12","FALSE",NA,"801363210418982912",NA,"GrabInbox","Pratima944","88","TRUE","FALSE" +"2494","2494","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:12","FALSE",NA,"801363208829276160",NA,"GrabInbox","Ambika109","88","TRUE","FALSE" +"2495","2495","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:10","FALSE",NA,"801363200746881024",NA,"GrabInbox","Pratibha364","88","TRUE","FALSE" +"2496","2496","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:10","FALSE",NA,"801363200340004864",NA,"GrabInbox","Sagarika716","88","TRUE","FALSE" +"2497","2497","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:54:09","FALSE",NA,"801363196787433472",NA,"GrabInbox","Babita976","88","TRUE","FALSE" +"2498","2498","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141217185792",NA,"TweetDeck","mitra_1709","88","TRUE","FALSE" +"2499","2499","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141212901376",NA,"TweetDeck","aaditya793","88","TRUE","FALSE" +"2500","2500","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141141602304",NA,"TweetDeck","ibadah8","88","TRUE","FALSE" +"2501","2501","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141137465344",NA,"TweetDeck","abdulali03","88","TRUE","FALSE" +"2502","2502","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141124902912",NA,"TweetDeck","coolsaleh1","88","TRUE","FALSE" +"2503","2503","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141120720896",NA,"TweetDeck","ashok50_ashok","88","TRUE","FALSE" +"2504","2504","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141120716800",NA,"TweetDeck","Kuvam707","88","TRUE","FALSE" +"2505","2505","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141112299520",NA,"TweetDeck","aaditya810","88","TRUE","FALSE" +"2506","2506","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:56","FALSE",NA,"801363141108047872",NA,"TweetDeck","kashyap1190","88","TRUE","FALSE" +"2507","2507","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140348956672",NA,"TweetDeck","yelloji1","88","TRUE","FALSE" +"2508","2508","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140344684544",NA,"TweetDeck","gurdeep2091","88","TRUE","FALSE" +"2509","2509","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140269240320",NA,"TweetDeck","rathod_tr5","88","TRUE","FALSE" +"2510","2510","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140197883904",NA,"TweetDeck","kesar_62","88","TRUE","FALSE" +"2511","2511","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140168548352",NA,"TweetDeck","Tweet_PNB","88","TRUE","FALSE" +"2512","2512","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140147560448",NA,"TweetDeck","koushik412","88","TRUE","FALSE" +"2513","2513","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140143443968",NA,"TweetDeck","aadhiseshu2","88","TRUE","FALSE" +"2514","2514","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140139171840",NA,"TweetDeck","Haricharan1012","88","TRUE","FALSE" +"2515","2515","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140017524736",NA,"TweetDeck","riju_1448","88","TRUE","FALSE" +"2516","2516","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363140004945920",NA,"TweetDeck","aabha110","88","TRUE","FALSE" +"2517","2517","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:55","FALSE",NA,"801363139988176896",NA,"TweetDeck","venkat572","88","TRUE","FALSE" +"2518","2518","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:46","FALSE",NA,"801363101333549056",NA,"Twitter for iPhone","_SaurabhKishore","88","TRUE","FALSE" +"2519","2519","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:53:30","FALSE",NA,"801363035432583168",NA,"Twitter for Android","A_P_75","112","TRUE","FALSE" +"2520","2520","Is hidden clarification on #Demonetization #RBI #NABARD Cooperative Bank funding announcement: +Banks won't accept old notes from #farmers ?","FALSE","2",NA,"2016-11-23 09:53:29","FALSE",NA,"801363028516208640",NA,"Twitter for Android","Ajayvirjakhar","0","FALSE","FALSE" +"2521","2521","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:53:19","FALSE",NA,"801362988892585984",NA,"Twitter Web Client","shivBuddh","88","TRUE","FALSE" +"2522","2522","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:53:09","FALSE",NA,"801362947209646080",NA,"Twitter for Android","rawat_manbir","112","TRUE","FALSE" +"2523","2523","RT @MIB_India: #Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","0",NA,"2016-11-23 09:52:57","FALSE",NA,"801362896651513856",NA,"Twitter for Android","SinghtheIndian","88","TRUE","FALSE" +"2524","2524","#Demonetization: Announcements by @FinMinIndia @DasShaktikanta https://t.co/heTEYUM0ch","FALSE","48",NA,"2016-11-23 09:52:36","FALSE",NA,"801362808101339136",NA,"Twitter Web Client","MIB_India","88","FALSE","FALSE" +"2525","2525","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:52:31","FALSE",NA,"801362787570171904",NA,"Twitter for Android","bobbydeeol","112","TRUE","FALSE" +"2526","2526","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:52:26","FALSE",NA,"801362763515920384",NA,"Twitter for Android","Nikhilshahi2","637","TRUE","FALSE" +"2527","2527","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:52:11","FALSE",NA,"801362703562539008",NA,"Twitter Web Client","atlantesindia","112","TRUE","FALSE" +"2528","2528","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 09:52:08","FALSE",NA,"801362690291761152",NA,"Twitter Web Client","TriptiMalu","47","TRUE","FALSE" +"2529","2529","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:52:06","FALSE",NA,"801362680149921792",NA,"Twitter for Android","prameshjain12","18","TRUE","FALSE" +"2530","2530","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 09:52:02","FALSE",NA,"801362664249327616",NA,"Twitter Web Client","Nazirahmadd10","23","TRUE","FALSE" +"2531","2531","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:51:44","FALSE",NA,"801362587279564800",NA,"Twitter for Android","tankkumaama","637","TRUE","FALSE" +"2532","2532","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 09:51:42","FALSE",NA,"801362581978054656",NA,"Twitter for Android","SPSSM","71","TRUE","FALSE" +"2533","2533","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:51:40","FALSE",NA,"801362571991379968",NA,"Twitter for Android","realDnaldTrummp","112","TRUE","FALSE" +"2534","2534","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:51:36","FALSE",NA,"801362555566485504",NA,"Twitter for iPhone","Rakihasthi","33","TRUE","FALSE" +"2535","2535","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:51:35","FALSE",NA,"801362551544147968",NA,"Twitter Web Client","ManviRdy","33","TRUE","FALSE" +"2536","2536","@firstpost yeah... Who the heck loves smooth n steady... Today's youth are all for 'rock the boat' n rollercoaster rides :p #demonetization","FALSE","0","firstpost","2016-11-23 09:51:29","FALSE","801362051830521856","801362525338079232","256495314","Twitter for Android","pritambisht","0","FALSE","FALSE" +"2537","2537","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:51:08","FALSE",NA,"801362437698109440",NA,"Twitter Web Client","venkat29798313","33","TRUE","FALSE" +"2538","2538","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:51:01","FALSE",NA,"801362407952187392",NA,"Twitter Web Client","The_Equlizer","112","TRUE","FALSE" +"2539","2539","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:50:49","FALSE",NA,"801362360116137984",NA,"Twitter for Android","Nitincs10Rana","270","TRUE","FALSE" +"2540","2540","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:50:34","FALSE",NA,"801362294626222080",NA,"Twitter for Android","aritraroyc","270","TRUE","FALSE" +"2541","2541","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:50:28","FALSE",NA,"801362269317844992",NA,"Twitter Web Client","Vote_4_Sickular","637","TRUE","FALSE" +"2542","2542","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 09:50:14","FALSE",NA,"801362212749213696",NA,"Twitter Web Client","GIRISH6768","71","TRUE","FALSE" +"2543","2543","Another wastage of money & time + just an excuse ...first dont execute later think of survey..timepass govn #BJP� https://t.co/wEbdpJ4ZVT","FALSE","3",NA,"2016-11-23 09:50:10","TRUE",NA,"801362193786748928",NA,"TweetCaster for Android","iamsmithaa","2","FALSE","FALSE" +"2544","2544","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:49:51","FALSE",NA,"801362116766826496",NA,"Twitter Web Client","Aks9009Pa","637","TRUE","FALSE" +"2545","2545","Days before #Demonetization announcement, ncbn sold his Heritage shares,clearly evident that he had prior knowledg� �","FALSE","2",NA,"2016-11-23 09:49:14","FALSE",NA,"801361958763106304",NA,"IFTTT","YSRCPFriends","1","FALSE","FALSE" +"2546","2546","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:48:42","FALSE",NA,"801361824339951616",NA,"Peregrine","YSjagan_chiru","33","TRUE","FALSE" +"2547","2547","RT @YSRCParty: Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledge of the�","FALSE","0",NA,"2016-11-23 09:48:38","FALSE",NA,"801361809164947456",NA,"Twitter for Android","govindnaga","33","TRUE","FALSE" +"2548","2548","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 09:48:35","FALSE",NA,"801361796242276352",NA,"Twitter for Android","patel6786","132","TRUE","FALSE" +"2549","2549","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:48:15","FALSE",NA,"801361713782210560",NA,"Twitter for Windows Phone","kirankrmadan","270","TRUE","FALSE" +"2550","2550","A great write up by a 'Liberal' on #demonetization , an article by Jayamohan. Worth reading https://t.co/1vzFrwWWN7","FALSE","0",NA,"2016-11-23 09:47:59","FALSE",NA,"801361645230583808",NA,"Twitter for iPad","tssrinivasan28","0","FALSE","FALSE" +"2551","2551","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 09:47:48","FALSE",NA,"801361597692317696",NA,"Twitter for Android","anpadh_indian","44","TRUE","FALSE" +"2552","2552","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:47:43","FALSE",NA,"801361576381054976",NA,"Twitter for iPhone","mahinder_sidhu","112","TRUE","FALSE" +"2553","2553","The visionary political leader #ChandrababuNaidu leading support eco-system for an efficient running of� https://t.co/jp9TFpYglf","FALSE","2",NA,"2016-11-23 09:47:42","TRUE",NA,"801361575684767744",NA,"Twitter Web Client","saaxenanurag","2","FALSE","FALSE" +"2554","2554","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:47:39","FALSE",NA,"801361561159864320",NA,"Twitter for Android","bigsanturi","18","TRUE","FALSE" +"2555","2555","RT @TheDarjChron: #Demonetization Reaction #NorthEast: Youth from #Sonada ""@PMOIndia's initiative has restored people's faith in the govern�","FALSE","0",NA,"2016-11-23 09:47:25","FALSE",NA,"801361502502588416",NA,"Twitter for Android","chacha_ninja","27","TRUE","FALSE" +"2556","2556","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:47:23","FALSE",NA,"801361496055959552",NA,"Twitter for Android","Setul","637","TRUE","FALSE" +"2557","2557","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 09:47:22","FALSE",NA,"801361489571545088",NA,"Twitter for Android","sreemurthy59","7","TRUE","FALSE" +"2558","2558","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Kurseong ""Even though I support it, they should have made money available 1st... pu�","FALSE","0",NA,"2016-11-23 09:47:08","FALSE",NA,"801361430616346624",NA,"Twitter for Android","chacha_ninja","37","TRUE","FALSE" +"2559","2559","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Man from #Kurseong ""we are fully supportive of the initiative taken by @narendramodi�","FALSE","0",NA,"2016-11-23 09:47:06","FALSE",NA,"801361422131335168",NA,"Twitter for Android","chacha_ninja","62","TRUE","FALSE" +"2560","2560","RT @TheDarjChron: #Demonetization #NorthEast Reaction: In #Gorkhaland region we did not find anyone who did not support this initiative, pe�","FALSE","0",NA,"2016-11-23 09:47:04","FALSE",NA,"801361413776277504",NA,"Twitter for Android","chacha_ninja","39","TRUE","FALSE" +"2561","2561","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Tourist in #Darjeeling ""government could have introduced smaller currencies, a lot o�","FALSE","0",NA,"2016-11-23 09:47:02","FALSE",NA,"801361404934717440",NA,"Twitter for Android","chacha_ninja","36","TRUE","FALSE" +"2562","2562","RT @TheDarjChron: #Demonetization #NorthEast reaction: Tourist in #Darjeeling ""we can live with short term difficulties, but our country ne�","FALSE","0",NA,"2016-11-23 09:47:00","FALSE",NA,"801361395929542656",NA,"Twitter for Android","chacha_ninja","51","TRUE","FALSE" +"2563","2563","RT @TheDarjChron: #Demonetization #NorthEast : ""they are senior citizens, they are not literate, but they support this initiative I came to�","FALSE","0",NA,"2016-11-23 09:46:58","FALSE",NA,"801361387746394112",NA,"Twitter for Android","chacha_ninja","70","TRUE","FALSE" +"2564","2564","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Senior Citizen ""we are happy...everyone faces some trouble... but we are very happy�","FALSE","0",NA,"2016-11-23 09:46:56","FALSE",NA,"801361380137963520",NA,"Twitter for Android","chacha_ninja","90","TRUE","FALSE" +"2565","2565","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Youth ""@PMOIndia took excellent step 2end terrorism, naxalism, curb black money we s�","FALSE","0",NA,"2016-11-23 09:46:54","FALSE",NA,"801361372508516352",NA,"Twitter for Android","chacha_ninja","71","TRUE","FALSE" +"2566","2566","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Senior citizen #Kalimpong ""its ok, so what if we have to stand in line... this was m�","FALSE","0",NA,"2016-11-23 09:46:52","FALSE",NA,"801361363000053760",NA,"Twitter for Android","chacha_ninja","96","TRUE","FALSE" +"2567","2567","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Senior citizen #Darjeeling ""though we are facing some inconvenience, it is necessary�","FALSE","0",NA,"2016-11-23 09:46:50","FALSE",NA,"801361354670166016",NA,"Twitter for Android","chacha_ninja","157","TRUE","FALSE" +"2568","2568","RT @TheDarjChron: #Demonetization #NorthEast Reaction: Small businessman ""it is our duty to support this initiative.. by standing in line w�","FALSE","0",NA,"2016-11-23 09:46:48","FALSE",NA,"801361345849462784",NA,"Twitter for Android","chacha_ninja","134","TRUE","FALSE" +"2569","2569","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:46:46","FALSE",NA,"801361340266856448",NA,"Twitter for Android","amit_ntcc","637","TRUE","FALSE" +"2570","2570","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:46:43","FALSE",NA,"801361324638867456",NA,"Twitter for iPhone","ipissgold","112","TRUE","FALSE" +"2571","2571","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Darjeeling @HDFC_Bank Manager ""we helped as many tourists as possible, for the sake�","FALSE","0",NA,"2016-11-23 09:46:42","FALSE",NA,"801361323468746752",NA,"Twitter for Android","chacha_ninja","144","TRUE","FALSE" +"2572","2572","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Kurseong a student says, ""this is a historical step taken by @PMO_India, black mone�","FALSE","0",NA,"2016-11-23 09:46:36","FALSE",NA,"801361296470011904",NA,"Twitter for Android","chacha_ninja","142","TRUE","FALSE" +"2573","2573","#demonetization what would be effect on intelligence gathering? Is National security not compromised?","FALSE","0",NA,"2016-11-23 09:46:35","FALSE",NA,"801361291982077952",NA,"Twitter for Android","Rajeshnambiar3","0","FALSE","FALSE" +"2574","2574","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:46:33","FALSE",NA,"801361284608495616",NA,"Twitter for iPhone","sapnamodgil","270","TRUE","FALSE" +"2575","2575","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Kalimpong a driver by profession says ""even though we face difficulties, we support�","FALSE","0",NA,"2016-11-23 09:46:33","FALSE",NA,"801361283828383744",NA,"Twitter for Android","chacha_ninja","104","TRUE","FALSE" +"2576","2576","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Darjeeling small businessman has a message to opposition parties- Help the Govt ins�","FALSE","0",NA,"2016-11-23 09:46:29","FALSE",NA,"801361266866618368",NA,"Twitter for Android","chacha_ninja","550","TRUE","FALSE" +"2577","2577","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 09:46:25","FALSE",NA,"801361250915590144",NA,"Twitter for Android","ManasMallik2025","331","TRUE","FALSE" +"2578","2578","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:46:24","FALSE",NA,"801361246410993664",NA,"Twitter for Android","AnishUsgaonkar","270","TRUE","FALSE" +"2579","2579","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:46:15","FALSE",NA,"801361210151239680",NA,"Twitter Web Client","TheRohanKale","270","TRUE","FALSE" +"2580","2580","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:46:09","FALSE",NA,"801361186050740224",NA,"Twitter for Android","Pankaj_NaMo","270","TRUE","FALSE" +"2581","2581","RT @bsindia: Where gory warnings fail, cash crunch prevails: Cigarette sales down 40% after #Demonetization https://t.co/xr6OVBYzrD @shamee�","FALSE","0",NA,"2016-11-23 09:46:01","FALSE",NA,"801361148822114304",NA,"Twitter for Android","anshulg1611","4","TRUE","FALSE" +"2582","2582","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:45:49","FALSE",NA,"801361100738625536",NA,"Twitter for Android","OMOmmii","275","TRUE","FALSE" +"2583","2583","Days before #Demonetization announcement, @ncbn sold his Heritage shares,clearly evident that he had prior knowledg� https://t.co/HmvmNZMqaY","FALSE","58",NA,"2016-11-23 09:45:32","TRUE",NA,"801361028772663296",NA,"Twitter Web Client","YSRCParty","33","FALSE","FALSE" +"2584","2584","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:45:24","FALSE",NA,"801360995256074240",NA,"Twitter for Android","ssmunshi","270","TRUE","FALSE" +"2585","2585","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:45:16","FALSE",NA,"801360962645327872",NA,"Twitter for Android","krazypri","32","TRUE","FALSE" +"2586","2586","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 09:45:16","FALSE",NA,"801360961324118016",NA,"Twitter for Android","maheshneel","12","TRUE","FALSE" +"2587","2587","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:45:04","FALSE",NA,"801360911231582208",NA,"Twitter for Android","Jaya_jagadeesan","270","TRUE","FALSE" +"2588","2588","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:45:01","FALSE",NA,"801360900292743168",NA,"Twitter for Android","siddromi","270","TRUE","FALSE" +"2589","2589","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:44:40","FALSE",NA,"801360810241048576",NA,"Twitter for Android","jyotsnadevi33","112","TRUE","FALSE" +"2590","2590","Retweeted Modi Bharosa (@ModiBharosa): + +Huge support for PM @narendramodi �s #demonetization Move Across the... https://t.co/KpCnzcWguU","FALSE","0",NA,"2016-11-23 09:44:22","FALSE",NA,"801360733636333568",NA,"Facebook","Srianuragh","0","FALSE","FALSE" +"2591","2591","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:44:20","FALSE",NA,"801360726308900864",NA,"Twitter Web Client","Srianuragh","270","TRUE","FALSE" +"2592","2592","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:44:17","FALSE",NA,"801360715693101056",NA,"Twitter for iPhone","sanjaysaxena007","270","TRUE","FALSE" +"2593","2593","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:44:10","FALSE",NA,"801360684340678656",NA,"Twitter Web Client","DILIPDPUROHIT","270","TRUE","FALSE" +"2594","2594","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:44:01","FALSE",NA,"801360646684155904",NA,"Twitter for iPhone","MaulikPatel_mb","637","TRUE","FALSE" +"2595","2595","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:43:59","FALSE",NA,"801360638803058688",NA,"Twitter for Android","janakigopi","270","TRUE","FALSE" +"2596","2596","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 09:43:50","FALSE",NA,"801360598978232320",NA,"Twitter Web Client","jvsk3","8","TRUE","FALSE" +"2597","2597","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:43:46","FALSE",NA,"801360582645608448",NA,"Twitter for iPhone","Neera_26","637","TRUE","FALSE" +"2598","2598","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:43:32","FALSE",NA,"801360524915130368",NA,"Twitter for Android","HARDIKBHAVSAR10","270","TRUE","FALSE" +"2599","2599","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:43:21","FALSE",NA,"801360480870825984",NA,"Twitter for iPad","FastNewsDelhi","112","TRUE","FALSE" +"2600","2600","After #demonetization every opposition party try to #demoditization but on other side public in full favor of #Remoditization (2019)....,,,","FALSE","0",NA,"2016-11-23 09:43:20","FALSE",NA,"801360473107087360",NA,"Twitter for Android","8140509049","0","FALSE","FALSE" +"2601","2601","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:42:42","FALSE",NA,"801360315720105984",NA,"Twitter Web Client","Srianuragh","112","TRUE","FALSE" +"2602","2602","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 09:42:41","FALSE",NA,"801360313635532800",NA,"Mobile Web (M2)","atyabhai","7","TRUE","FALSE" +"2603","2603","Thnks 2 #demonetization ,else v would ve nevr knwn the lve Didi, RAGA nd others hd in dere heart, Aprt 4rm Blk Money it hs bought love out","FALSE","0",NA,"2016-11-23 09:42:33","FALSE",NA,"801360277719707648",NA,"Twitter for Windows","vipul_im","0","FALSE","FALSE" +"2604","2604","Country is today moving cashless and saying no to black money, can't understand why opposition is against� https://t.co/j6G6EJ6ph8","FALSE","0",NA,"2016-11-23 09:42:20","TRUE",NA,"801360223269257216",NA,"Twitter Web Client","News_Pictures1","0","FALSE","FALSE" +"2605","2605","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:42:07","FALSE",NA,"801360169326219264",NA,"Twitter for Android","Duggi_Bana","270","TRUE","FALSE" +"2606","2606","Sir @narendramodi , pls do not blink on #demonetization now. This is now or never, do or die.....may be even do and die as a last resort.","FALSE","0",NA,"2016-11-23 09:41:58","FALSE",NA,"801360132454182912",NA,"Twitter for Android","sudsmobile","0","FALSE","FALSE" +"2607","2607","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:41:44","FALSE",NA,"801360072446242816",NA,"Twitter for Android","skant707","112","TRUE","FALSE" +"2608","2608","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:52","FALSE",NA,"801359855621652480",NA,"Twitter for Android","Abhijitmrdas","270","TRUE","FALSE" +"2609","2609","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:40:49","FALSE",NA,"801359842464165888",NA,"Twitter for Android","BroadWit","637","TRUE","FALSE" +"2610","2610","RT @cioandleader: Desperate times call for desperate measures? #demonetization #frugalinnovation #jugaad https://t.co/p62ySGFgVk","FALSE","0",NA,"2016-11-23 09:40:28","FALSE",NA,"801359755017068544",NA,"Twitter Web Client","Shubhlime","1","TRUE","FALSE" +"2611","2611","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:24","FALSE",NA,"801359738827112448",NA,"Twitter for iPhone","blissfulls","270","TRUE","FALSE" +"2612","2612","RT ModiBharosa: Huge support for PM narendramodi �s #demonetization Move Across the Nation +80-86% people back dem� https://t.co/HCZNbbpPYY","FALSE","0",NA,"2016-11-23 09:40:19","FALSE",NA,"801359716119117824",NA,"IFTTT","bk_chudasama","0","FALSE","FALSE" +"2613","2613","RT @bsindia: Where gory warnings fail, cash crunch prevails: Cigarette sales down 40% after #Demonetization https://t.co/xr6OVBYzrD @shamee�","FALSE","0",NA,"2016-11-23 09:40:17","FALSE",NA,"801359705679478784",NA,"Mobile Web (M5)","ejunglee","4","TRUE","FALSE" +"2614","2614","Govt must assess impact of #Demonetization on #Agriculture to arrest Production and Earnings loss -� https://t.co/iKa2QevBvQ","FALSE","1",NA,"2016-11-23 09:40:16","TRUE",NA,"801359702173118464",NA,"Twitter Web Client","agrinationindia","0","FALSE","FALSE" +"2615","2615","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 09:40:16","FALSE",NA,"801359701384511488",NA,"Twitter Web Client","ShivaKap","19","TRUE","FALSE" +"2616","2616","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:15","FALSE",NA,"801359699463573504",NA,"TweetDeck","SjainSonia","270","TRUE","FALSE" +"2617","2617","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:15","FALSE",NA,"801359699308400640",NA,"TweetDeck","RaisinaNews","270","TRUE","FALSE" +"2618","2618","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:15","FALSE",NA,"801359699299942400",NA,"TweetDeck","India_AajKal","270","TRUE","FALSE" +"2619","2619","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:40:15","FALSE",NA,"801359699295801344",NA,"TweetDeck","Raisina_Insider","270","TRUE","FALSE" +"2620","2620","RT @ayushman_06: Bharat Bandh called by 'United Opposition' on Nov 28 #Demonetization. They are protesting against a problem by creating a�","FALSE","0",NA,"2016-11-23 09:40:09","FALSE",NA,"801359673983168512",NA,"Twitter Web Client","subodh_sarthi","1","TRUE","FALSE" +"2621","2621","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:39:56","FALSE",NA,"801359620488962048",NA,"Twitter for iPad","Shail1508","637","TRUE","FALSE" +"2622","2622","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:39:53","FALSE",NA,"801359609046925312",NA,"Twitter for Android","ravibhardwaj05","637","TRUE","FALSE" +"2623","2623","Someone did a press conference for 34 minutes on #demonetization. How much black money lost for this guy??? One Lakh Crore???","FALSE","0",NA,"2016-11-23 09:39:44","FALSE",NA,"801359569737883648",NA,"Facebook","kmgupta_india","0","FALSE","FALSE" +"2624","2624","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:39:40","FALSE",NA,"801359553837367296",NA,"Twitter Web Client","mansrandhawa","270","TRUE","FALSE" +"2625","2625","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:39:32","FALSE",NA,"801359518059921408",NA,"Twitter Web Client","LalithKris","270","TRUE","FALSE" +"2626","2626","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:39:19","FALSE",NA,"801359465404633088",NA,"Twitter for Android","rish69444","637","TRUE","FALSE" +"2627","2627","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:39:09","FALSE",NA,"801359421792276480",NA,"Twitter Web Client","LalithKris","275","TRUE","FALSE" +"2628","2628","RT @cioandleader: #Demonetizationeffect marks the return of jugaad: https://t.co/6AJZRwrvS3 #demonetization #BlackMoney https://t.co/TADwHl�","FALSE","0",NA,"2016-11-23 09:38:51","FALSE",NA,"801359348857524224",NA,"Twitter Web Client","Shubhlime","1","TRUE","FALSE" +"2629","2629","The Effects of India's Currency Reform? 'Chaos' Say Analysts https://t.co/9G3fC23Ce0 + +#DeMonetization @nytimes","FALSE","5",NA,"2016-11-23 09:38:44","FALSE",NA,"801359318348087296",NA,"Twitter Web Client","rajat_bose","1","FALSE","FALSE" +"2630","2630","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 09:38:26","FALSE",NA,"801359241835585536",NA,"Twitter for Android","viveksh02046630","9","TRUE","FALSE" +"2631","2631","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 09:38:22","FALSE",NA,"801359223879770112",NA,"Twitter for Android","colkt","123","TRUE","FALSE" +"2632","2632","RT @RoflTeja: Government #Demonetization Process https://t.co/0k5BXAvmy7","FALSE","0",NA,"2016-11-23 09:38:22","FALSE",NA,"801359223607197696",NA,"Twitter for Android","Musthaque_m","36","TRUE","FALSE" +"2633","2633","RT @steve_hanke: #Demonetization should only be implemented in times of crisis. #India has implemented in a time otherwise and chaos will e�","FALSE","0",NA,"2016-11-23 09:38:19","FALSE",NA,"801359211028418560",NA,"Twitter Web Client","tokoho123","17","TRUE","FALSE" +"2634","2634","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:38:17","FALSE",NA,"801359204594360320",NA,"Twitter for iPhone","getsaibal","112","TRUE","FALSE" +"2635","2635","RT @roamingraghu: Busting some myths around #demonetization . From https://t.co/bmuxKIoI6g & https://t.co/bGYjLGUZgq (Please RT widely to c�","FALSE","0",NA,"2016-11-23 09:38:11","FALSE",NA,"801359180498173952",NA,"Twitter for Windows Phone","ZaalimAnna","33","TRUE","FALSE" +"2636","2636","Bharat Bandh called by 'United Opposition' on Nov 28 #Demonetization. They are protesting against a problem by creating a bigger one.","FALSE","1",NA,"2016-11-23 09:37:45","FALSE",NA,"801359070909362176",NA,"Twitter for Android","ayushman_06","1","FALSE","FALSE" +"2637","2637","#Demonetizationeffect marks the return of jugaad: https://t.co/6AJZRwrvS3 #demonetization #BlackMoney https://t.co/TADwHlLyJt","FALSE","0",NA,"2016-11-23 09:37:41","FALSE",NA,"801359051384909824",NA,"Twitter Web Client","cioandleader","1","FALSE","FALSE" +"2638","2638","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:37:24","FALSE",NA,"801358983030276096",NA,"Twitter for Android","RDATT26","637","TRUE","FALSE" +"2639","2639","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:37:19","FALSE",NA,"801358959433183232",NA,"Twitter for Android","sreetamapaul3","112","TRUE","FALSE" +"2640","2640","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:37:12","FALSE",NA,"801358930177851392",NA,"Twitter for Android","akki_munshi","270","TRUE","FALSE" +"2641","2641","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:36:45","FALSE",NA,"801358816625496064",NA,"Twitter for Android","anandvisen1","275","TRUE","FALSE" +"2642","2642","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:36:31","FALSE",NA,"801358759608061952",NA,"Twitter for iPad","sush091979","112","TRUE","FALSE" +"2643","2643","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 09:36:28","FALSE",NA,"801358747767599104",NA,"Twitter for Android","nitinsoni1979","123","TRUE","FALSE" +"2644","2644","RT @thebetterindia: Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtE�","FALSE","0",NA,"2016-11-23 09:36:22","FALSE",NA,"801358723813933056",NA,"Twitter Web Client","vr091073","7","TRUE","FALSE" +"2645","2645","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 09:36:10","FALSE",NA,"801358670600740864",NA,"Twitter for Android","samgold21","123","TRUE","FALSE" +"2646","2646","RT @Karnikakahen: If you can't manage it, please quit. Don't take nation for granted #Demonetization #Cashban #___ #_�","FALSE","0",NA,"2016-11-23 09:35:56","FALSE",NA,"801358614611030016",NA,"Twitter for Windows Phone","ZaalimAnna","42","TRUE","FALSE" +"2647","2647","RT @Karnikakahen: If you can't manage it, please quit. Don't take nation for granted #Demonetization #Cashban #___... https:�","FALSE","0",NA,"2016-11-23 09:35:54","FALSE",NA,"801358605844971520",NA,"Twitter for Windows Phone","ZaalimAnna","3","TRUE","FALSE" +"2648","2648","Tackling #Demonetization: 9 New Steps to Help Citizens Fight the Cash Crunch +https://t.co/ExvHcctRGp https://t.co/73EtEtuEYh","FALSE","6",NA,"2016-11-23 09:35:54","FALSE",NA,"801358604720861184",NA,"Buffer","thebetterindia","7","FALSE","FALSE" +"2649","2649","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:35:39","FALSE",NA,"801358543353946112",NA,"Twitter for Android","hghatta","112","TRUE","FALSE" +"2650","2650","@TimesNow Why Mamata is linking religion with #DeMonetization? What is her intention? #NetasCashIn","FALSE","0","TimesNow","2016-11-23 09:35:15","FALSE","801357814006480896","801358442422222848","240649814","Twitter Web Client","tapasisadhukhan","0","FALSE","FALSE" +"2651","2651","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:35:06","FALSE",NA,"801358404761620480",NA,"Twitter for Android","Prateek___Kumar","270","TRUE","FALSE" +"2652","2652","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:35:02","FALSE",NA,"801358384414998528",NA,"Twitter for iPhone","sachindixit2002","270","TRUE","FALSE" +"2653","2653","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:34:45","FALSE",NA,"801358313220882432",NA,"Twitter for iPhone","varundaves","637","TRUE","FALSE" +"2654","2654","Why Demonetization is Good News 4 Income Taxpayer https://t.co/ZNNPdQ4DpI @nitinbhatia121 #IncomeTaxRefund #Demonetization #PersonalFinance","FALSE","1",NA,"2016-11-23 09:34:44","FALSE",NA,"801358309311860736",NA,"Twitter Web Client","nitinbhatia121","0","FALSE","FALSE" +"2655","2655","RT @kanikacart: We are used to of #demonetization in Russia, we've been robbed by our government every several years https://t.co/Y1GTtMTHpy","FALSE","0",NA,"2016-11-23 09:34:36","FALSE",NA,"801358276843753472",NA,"Twitter for Windows Phone","ZaalimAnna","5","TRUE","FALSE" +"2656","2656","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:34:34","FALSE",NA,"801358270149656576",NA,"Twitter for iPhone","IndiaFirst_","637","TRUE","FALSE" +"2657","2657","@airnewsalerts LOL while husband supports #Demonetization Jaya ji is against, so much to them.","FALSE","0","airnewsalerts","2016-11-23 09:34:32","FALSE","801354383447433216","801358259940626432","1056850669","Twitter Web Client","vinaykamma","0","FALSE","FALSE" +"2658","2658","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:34:32","FALSE",NA,"801358259152179200",NA,"Twitter for iPhone","lahirisantanu","270","TRUE","FALSE" +"2659","2659","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:34:21","FALSE",NA,"801358214902194176",NA,"Twitter for Android","murugadass_bjp","112","TRUE","FALSE" +"2660","2660","#NDTVTopStories #TouristinIndia THIS is what #demonetization is all about...2CHANGE attitudes of ppl...u got soup without cash..that's it","FALSE","0",NA,"2016-11-23 09:34:10","FALSE",NA,"801358168311865344",NA,"Twitter Web Client","VAggarwal1977","0","FALSE","FALSE" +"2661","2661","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 09:34:05","FALSE",NA,"801358145658437632",NA,"Twitter Web Client","TriLinga_","13","TRUE","FALSE" +"2662","2662","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:34:02","FALSE",NA,"801358134396809216",NA,"Twitter Web Client","DrKalania","9","TRUE","FALSE" +"2663","2663","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:33:42","FALSE",NA,"801358048946257920",NA,"Mobile Web (M5)","jagansai","32","TRUE","FALSE" +"2664","2664","Impact of #Demonetization @ArvindKejriwal #TweetLikeKejriwal https://t.co/ZCHns5wuc3","FALSE","0",NA,"2016-11-23 09:33:41","FALSE",NA,"801358046609936384",NA,"Twitter for iPhone","ranjanninu","0","FALSE","FALSE" +"2665","2665","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:33:38","FALSE",NA,"801358033959915520",NA,"Twitter for Android","samanta_om","112","TRUE","FALSE" +"2666","2666","RT @newspatrolling: #pm #narendramodi #people in trouble #demonetization banned #500 & #500... https://t.co/046bA2opMI","FALSE","0",NA,"2016-11-23 09:33:00","FALSE",NA,"801357873011900416",NA,"Twitter for Android","digiPankazz","1","TRUE","FALSE" +"2667","2667","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 09:32:59","FALSE",NA,"801357868536627200",NA,"Twitter for Android","vibhurishi","8","TRUE","FALSE" +"2668","2668","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:32:52","FALSE",NA,"801357842506797056",NA,"Twitter for Android","Krrisshna","637","TRUE","FALSE" +"2669","2669","RT @Joydeep_911: Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among the mas�","FALSE","0",NA,"2016-11-23 09:32:45","FALSE",NA,"801357812064518144",NA,"Twitter for Android","JasBJP","112","TRUE","FALSE" +"2670","2670","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:32:43","FALSE",NA,"801357803482923008",NA,"Twitter Web Client","drsatya74","637","TRUE","FALSE" +"2671","2671","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:32:43","FALSE",NA,"801357803227058176",NA,"Twitter Web Client","Chiranjib_Sur","270","TRUE","FALSE" +"2672","2672","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:32:20","FALSE",NA,"801357705118183424",NA,"Twitter for Android","rajeevmalik1960","637","TRUE","FALSE" +"2673","2673","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:32:17","FALSE",NA,"801357692732403712",NA,"Twitter Web Client","TkkSureshKumar","637","TRUE","FALSE" +"2674","2674","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:32:15","FALSE",NA,"801357686944235520",NA,"Twitter for Android","rs_arya","637","TRUE","FALSE" +"2675","2675","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:32:06","FALSE",NA,"801357649744920576",NA,"Twitter for Android","rs_arya","275","TRUE","FALSE" +"2676","2676","Modi is the 1st PM to allow people to withdraw money through wedding card apart from debit & credit card. :) #demonetization","FALSE","0",NA,"2016-11-23 09:31:45","FALSE",NA,"801357561492606976",NA,"Facebook","somanathg","0","FALSE","FALSE" +"2677","2677","Calling all Nationalists to join... +Walk for #CorruptionFreeIndia and spread the benefits of #Demonetization among� https://t.co/psysgITmCf","FALSE","73",NA,"2016-11-23 09:31:35","TRUE",NA,"801357518979076096",NA,"Twitter for Android","Joydeep_911","112","FALSE","FALSE" +"2678","2678","What is this now @SrBachchan @juniorbachchan supporting #demonetization but @JayaBachchan protesting against it� https://t.co/32arA1lS83","FALSE","0",NA,"2016-11-23 09:30:53","TRUE",NA,"801357341086072832",NA,"Twitter for iPhone","TechnoSinkara","0","FALSE","FALSE" +"2679","2679","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:30:51","FALSE",NA,"801357335180480512",NA,"Twitter for Android","naveem1975","270","TRUE","FALSE" +"2680","2680","#Demonetization : 200 MP�s are protesting today https://t.co/vqaLvyVYJT #kashmirtelegraph #mustwatch #pmmodi #politicians #politics","FALSE","0",NA,"2016-11-23 09:30:16","FALSE",NA,"801357185775177728",NA,"Google","KashmirNews_KT","0","FALSE","FALSE" +"2681","2681","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:30:12","FALSE",NA,"801357170138841088",NA,"Mobile Web (M5)","kaushalkumarya","270","TRUE","FALSE" +"2682","2682","Where gory warnings fail, cash crunch prevails: Cigarette sales down 40% after #Demonetization https://t.co/xr6OVBYzrD @shameenalauddin","FALSE","3",NA,"2016-11-23 09:30:01","FALSE",NA,"801357123296759808",NA,"TweetDeck","bsindia","4","FALSE","FALSE" +"2683","2683","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 09:29:53","FALSE",NA,"801357091822796800",NA,"Twitter for Android","imkp27","71","TRUE","FALSE" +"2684","2684","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/qdsjkVeh9S by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 09:29:27","FALSE",NA,"801356982745763840",NA,"Put your button on any page! ","digpalshah","0","FALSE","FALSE" +"2685","2685","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/jTPfurmuDA by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 09:29:27","FALSE",NA,"801356982489927680",NA,"Put your button on any page! ","twittmanohar","0","FALSE","FALSE" +"2686","2686","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:29:03","FALSE",NA,"801356880723529728",NA,"Twitter for Windows","Keertysharma","275","TRUE","FALSE" +"2687","2687","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:28:53","FALSE",NA,"801356840286167040",NA,"Twitter for iPhone","anilraina74","637","TRUE","FALSE" +"2688","2688","RT @AnandGadeSakal: Vegetable & Fruit Grower's suffering more after #demonetization, need special provision's +@PMOIndia","FALSE","0",NA,"2016-11-23 09:28:52","FALSE",NA,"801356832778362880",NA,"Twitter for Android","vishwasjj","3","TRUE","FALSE" +"2689","2689","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:28:43","FALSE",NA,"801356797680517120",NA,"Twitter for Android","manjaripathak","270","TRUE","FALSE" +"2690","2690","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:28:36","FALSE",NA,"801356766931992576",NA,"Twitter for Android","manjaripathak","275","TRUE","FALSE" +"2691","2691","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:28:30","FALSE",NA,"801356741820686336",NA,"Twitter for Android","iamiteshh","270","TRUE","FALSE" +"2692","2692","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 09:28:28","FALSE",NA,"801356734958858240",NA,"Twitter for iPhone","shekhardeshkar","18","TRUE","FALSE" +"2693","2693","#Delhi: #SamajwadiParty's Jaya Bachchan joins #TMC protest at Jantar Mantar over #demonetization issue https://t.co/p5DAFSOwPm","FALSE","0",NA,"2016-11-23 09:28:28","FALSE",NA,"801356732085702656",NA,"Twitter Web Client","News_Pictures1","1","FALSE","FALSE" +"2694","2694","@colnrkurup @TajinderBagga +People who believe in bearing small pains for building a nation will never complain of� https://t.co/VODXAokCwY","FALSE","0","colnrkurup","2016-11-23 09:28:22","TRUE",NA,"801356706685079552","76220006","Twitter for iPhone","ankushwit","0","FALSE","FALSE" +"2695","2695","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 09:28:19","FALSE",NA,"801356697952485376",NA,"Twitter for Android","sjain_spn","16","TRUE","FALSE" +"2696","2696","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 09:27:51","FALSE",NA,"801356580612702208",NA,"Twitter for Android","_Baatcutter","9","TRUE","FALSE" +"2697","2697","Bhaichung Bhutia protest against #Demonetization + +Trinamul Congress leader Bhaichung Bhutia today stages protest... https://t.co/nBfHgDbwaH","FALSE","0",NA,"2016-11-23 09:27:45","FALSE",NA,"801356554301829120",NA,"Facebook","SikkimMessenger","0","FALSE","FALSE" +"2698","2698","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 09:27:33","FALSE",NA,"801356503903064064",NA,"Twitter for Android","YudhisterYudhi2","20","TRUE","FALSE" +"2699","2699","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-23 09:27:27","FALSE",NA,"801356477491544064",NA,"Twitter for Android","Modimay12","104","TRUE","FALSE" +"2700","2700","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:27:21","FALSE",NA,"801356451172286464",NA,"Twitter for Android","AwesomeAnurock","270","TRUE","FALSE" +"2701","2701","RT @BUnlimted: After #Demonetization Kumar vishwas is getting only 500-1000 notes at GB road #WhatsTheDealModiji","FALSE","0",NA,"2016-11-23 09:27:15","FALSE",NA,"801356425637351424",NA,"Twitter for Android","sonuxanand","4","TRUE","FALSE" +"2702","2702","#RBI cautions on exch/ dep old notes| #demonetization #News #currencyban READ: https://t.co/Aq2xrlxtri","FALSE","0",NA,"2016-11-23 09:27:10","FALSE",NA,"801356405626335232",NA,"Twitter Web Client","bureaucracy2day","0","FALSE","FALSE" +"2703","2703","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 09:27:02","FALSE",NA,"801356371337809920",NA,"MetroTwit","NR_Tatvamasi","18","TRUE","FALSE" +"2704","2704","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 09:26:07","FALSE",NA,"801356141099941888",NA,"Twitter for Android","furkansayed1","7","TRUE","FALSE" +"2705","2705","RT @aruproytweets: Our top story today. Ministers, bureaucrats admit to glaring lack of cohesive planning #Demonetization https://t.co/Qsxc�","FALSE","0",NA,"2016-11-23 09:25:51","FALSE",NA,"801356075027075072",NA,"Twitter for iPhone","Reenu1966","23","TRUE","FALSE" +"2706","2706","RT @AnandGadeSakal: Vegetable & Fruit Grower's suffering more after #demonetization, need special provision's +@PMOIndia","FALSE","0",NA,"2016-11-23 09:25:45","FALSE",NA,"801356051564085248",NA,"Twitter for Android","Rohan_Kadam04","3","TRUE","FALSE" +"2707","2707","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:25:43","FALSE",NA,"801356041749401600",NA,"Twitter for iPhone","dkal20","637","TRUE","FALSE" +"2708","2708","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:25:36","FALSE",NA,"801356012154458112",NA,"Mobile Web (M5)","tajinde79265331","270","TRUE","FALSE" +"2709","2709","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:25:34","FALSE",NA,"801356002507522048",NA,"Twitter Web Client","SacredMonk","270","TRUE","FALSE" +"2710","2710","RT @vinaydokania: what is this @narendramodi @arunjaitley +Is #demonetization a big scam? +Are we givin away our real notes n gettin dis inv�","FALSE","0",NA,"2016-11-23 09:25:30","FALSE",NA,"801355988070711296",NA,"Twitter for Android","sujitkumar5555","32","TRUE","FALSE" +"2711","2711","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 09:25:17","FALSE",NA,"801355933569912832",NA,"Twitter for iPhone","itz_saurabh","71","TRUE","FALSE" +"2712","2712","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:25:10","FALSE",NA,"801355902884478976",NA,"Twitter for Android","anuraganuj","9","TRUE","FALSE" +"2713","2713","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:24:56","FALSE",NA,"801355844101226496",NA,"Twitter for Android","Pushpendra_yuvi","275","TRUE","FALSE" +"2714","2714","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:24:53","FALSE",NA,"801355833573605376",NA,"Twitter for Android","Vasu_Ashvik","32","TRUE","FALSE" +"2715","2715","@DrKumarVishwas @AartiTikoo u can't compare this to the fake notes racket that has been disabled by #demonetization","FALSE","0","DrKumarVishwas","2016-11-23 09:24:49","FALSE","801340988287578112","801355815990992896","141633175","Twitter for Android","nytynagarwal","0","FALSE","FALSE" +"2716","2716","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:48","FALSE",NA,"801355809099776000",NA,"Twitter for Android","oxymoron30","270","TRUE","FALSE" +"2717","2717","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:44","FALSE",NA,"801355793979375616",NA,"Twitter for iPhone","nagendrapanwar","270","TRUE","FALSE" +"2718","2718","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 09:24:42","FALSE",NA,"801355786261823488",NA,"Twitter for Android","keshda","36","TRUE","FALSE" +"2719","2719","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:42","FALSE",NA,"801355785137717248",NA,"Twitter for Android","abhiinamo","270","TRUE","FALSE" +"2720","2720","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:37","FALSE",NA,"801355765407739904",NA,"Twitter for Android","sahiljindal1","270","TRUE","FALSE" +"2721","2721","#YSRCongress Party chief #JaganmohanReddy against #ChandrababuNaidu ; He knew about #demonetization +https://t.co/WjzNl1qve9","FALSE","1",NA,"2016-11-23 09:24:23","FALSE",NA,"801355705408221184",NA,"Twitter Web Client","inlivetoday","0","FALSE","FALSE" +"2722","2722","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:21","FALSE",NA,"801355697166385152",NA,"Twitter for Android","sank_uma","270","TRUE","FALSE" +"2723","2723","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:19","FALSE",NA,"801355688979169280",NA,"Twitter for iPhone","sdt_83","270","TRUE","FALSE" +"2724","2724","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:24:18","FALSE",NA,"801355686005407744",NA,"Twitter for Android","ngtambe","270","TRUE","FALSE" +"2725","2725","RT @tech2eets: Indian PC market is expected to be ""sluggish"" because of #demonetization, says IDC. https://t.co/S4xmwoqeSM https://t.co/pu9�","FALSE","0",NA,"2016-11-23 09:24:15","FALSE",NA,"801355670754852864",NA,"Twitter Web Client","firstpost","3","TRUE","FALSE" +"2726","2726","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-23 09:24:02","FALSE",NA,"801355618632273920",NA,"Twitter for Android","RamdamSamuel","428","TRUE","FALSE" +"2727","2727","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 09:23:56","FALSE",NA,"801355593789374464",NA,"Twitter Web Client","minustax","105","TRUE","FALSE" +"2728","2728","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:23:55","FALSE",NA,"801355590698237952",NA,"Twitter Web Client","sangha79839513","9","TRUE","FALSE" +"2729","2729","RT @jenaanindya: 200 MPs from opposition parties forming a chain in d Parliament premises to protest against #Demonetization +Never vote fo�","FALSE","0",NA,"2016-11-23 09:23:51","FALSE",NA,"801355570800427008",NA,"Twitter for Android","Chaurasiajayan1","2","TRUE","FALSE" +"2730","2730","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:23:47","FALSE",NA,"801355553486282752",NA,"Twitter for Android","abhi9982","270","TRUE","FALSE" +"2731","2731","Amitabh Bachchan doesn't like long queues. #amitabhbachchan #queue #bank #demonetization� https://t.co/lbzma9bfoW","FALSE","0",NA,"2016-11-23 09:23:33","FALSE",NA,"801355495340642304",NA,"Instagram","AzanulIslam","0","FALSE","FALSE" +"2732","2732","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:23:13","FALSE",NA,"801355414604496896",NA,"Twitter for Android","rbr6000","270","TRUE","FALSE" +"2733","2733","RT @AnandGadeSakal: Vegetable & Fruit Grower's suffering more after #demonetization, need special provision's +@PMOIndia","FALSE","0",NA,"2016-11-23 09:23:07","FALSE",NA,"801355388507590656",NA,"Twitter Web Client","AGROWON","3","TRUE","FALSE" +"2734","2734","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 09:22:59","FALSE",NA,"801355354839941120",NA,"Twitter Web Client","pradeep4AAP","12","TRUE","FALSE" +"2735","2735","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:22:56","FALSE",NA,"801355341896290304",NA,"Twitter for Android","himdevs","270","TRUE","FALSE" +"2736","2736","RT @myvotetoday: Day 6 of #wintersession & no constructive #debate on #DeMonetization. + +Only noise, chaos & disruptions by obstructionist #�","FALSE","0",NA,"2016-11-23 09:22:50","FALSE",NA,"801355316050980864",NA,"Twitter for Android","vicky_twitz","4","TRUE","FALSE" +"2737","2737","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:22:38","FALSE",NA,"801355267258585088",NA,"Twitter for Windows","medha_gupta01","270","TRUE","FALSE" +"2738","2738","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:22:29","FALSE",NA,"801355228712960000",NA,"Twitter for Android","samgold21","270","TRUE","FALSE" +"2739","2739","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:22:02","FALSE",NA,"801355113784897536",NA,"Twitter for Android","GandhiGoldy","9","TRUE","FALSE" +"2740","2740","Positive effects of #Demonetization Good for our country.. https://t.co/WUKDf9XHqb","FALSE","0",NA,"2016-11-23 09:21:47","FALSE",NA,"801355052627660800",NA,"Facebook","MNsays","0","FALSE","FALSE" +"2741","2741","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:21:29","FALSE",NA,"801354976144588800",NA,"Twitter for Android","lallamitabh","270","TRUE","FALSE" +"2742","2742","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:21:10","FALSE",NA,"801354898566762496",NA,"Twitter for Android","pathakgp","270","TRUE","FALSE" +"2743","2743","RT @jenaanindya: 200 MPs from opposition parties forming a chain in d Parliament premises to protest against #Demonetization +Never vote fo�","FALSE","0",NA,"2016-11-23 09:20:58","FALSE",NA,"801354846083420160",NA,"Twitter for Android","varibar02_dr","2","TRUE","FALSE" +"2744","2744","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:20:42","FALSE",NA,"801354779091992576",NA,"Twitter for iPhone","trilokam","275","TRUE","FALSE" +"2745","2745","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:20:39","FALSE",NA,"801354765586329600",NA,"Mobile Web (M5)","jamnadassrajora","9","TRUE","FALSE" +"2746","2746","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:20:39","FALSE",NA,"801354764789415936",NA,"Twitter Web Client","pralhadc","270","TRUE","FALSE" +"2747","2747","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:20:32","FALSE",NA,"801354739212546048",NA,"Twitter for Android","rajeev_chhikara","637","TRUE","FALSE" +"2748","2748","Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/aRSxCO4ui4 + +� All India Ra�","FALSE","0",NA,"2016-11-23 09:20:25","FALSE",NA,"801354706345951232",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"2749","2749","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:20:15","FALSE",NA,"801354668005818368",NA,"Twitter for Android","angadi_ashok","270","TRUE","FALSE" +"2750","2750","#demonetization @SrBachchan sir, why is Jayajee joining opposition? Are you also against this step where 80% ppl and world praises Modiji","FALSE","0",NA,"2016-11-23 09:20:15","FALSE",NA,"801354666135212032",NA,"Twitter for iPhone","tvrkishore","0","FALSE","FALSE" +"2751","2751","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:20:05","FALSE",NA,"801354622728359936",NA,"Twitter for Android","PaidMedia_","275","TRUE","FALSE" +"2752","2752","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:19:47","FALSE",NA,"801354550624092160",NA,"Twitter for iPhone","anandagarwal554","637","TRUE","FALSE" +"2753","2753","RT @airnewsalerts: Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7H�","FALSE","0",NA,"2016-11-23 09:19:25","FALSE",NA,"801354454616436736",NA,"Twitter for Android","mithu796311","9","TRUE","FALSE" +"2754","2754","Visited couple of banks today, didn't see long queues (hardly 5-7 ppl). Things are getting back to normal it seems. #Demonetization :)","FALSE","1",NA,"2016-11-23 09:19:20","FALSE",NA,"801354434924134400",NA,"Twitter Web Client","_rahulpp","0","FALSE","FALSE" +"2755","2755","Today farmers, housewives, poor are in distress after Govt's #demonetization move: Shivpal Singh Yadav (SP) https://t.co/2tMLdRVEAp","FALSE","0",NA,"2016-11-23 09:19:08","FALSE",NA,"801354384663859200",NA,"Twitter Web Client","News_Pictures1","0","FALSE","FALSE" +"2756","2756","Samajwadi Party's Jaya Bachchan and AAP join TMC protest against #demonetization at Jantar Mantar. https://t.co/U8g4C7HjMN","FALSE","15",NA,"2016-11-23 09:19:08","FALSE",NA,"801354383447433216",NA,"Twitter Web Client","airnewsalerts","9","FALSE","FALSE" +"2757","2757","Odisha people have no money. So no Guv headache or pain for #demonetization. Thanks @CMO_Odisha for making us� https://t.co/3pXZQPEHre","FALSE","1",NA,"2016-11-23 09:18:58","TRUE",NA,"801354344713125888",NA,"Twitter Web Client","Raajjeeb","0","FALSE","FALSE" +"2758","2758","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 09:18:54","FALSE",NA,"801354324735619072",NA,"Twitter for Android","SwetapadmaDash","16","TRUE","FALSE" +"2759","2759","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:18:53","FALSE",NA,"801354321812131840",NA,"Twitter Web Client","GHOSTBUSTOR","275","TRUE","FALSE" +"2760","2760","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:18:52","FALSE",NA,"801354319685713920",NA,"Twitter Web Client","bimal_pr","270","TRUE","FALSE" +"2761","2761","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:18:29","FALSE",NA,"801354221434048512",NA,"Twitter Web Client","rahul83verma","637","TRUE","FALSE" +"2762","2762","RT @MahikaInfra: @narendramodi +The first Phase of #demonetization successfully over after more than 5lakhs cr deposits & 1lakh cr pushed ba�","FALSE","0",NA,"2016-11-23 09:18:28","FALSE",NA,"801354216757456896",NA,"Twitter for iPhone","SudhirPuthran","46","TRUE","FALSE" +"2763","2763","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:18:17","FALSE",NA,"801354171110846464",NA,"Twitter for Android","d889e9b8440f4db","270","TRUE","FALSE" +"2764","2764","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:18:16","FALSE",NA,"801354165951856640",NA,"Twitter for Android","desh_bhkt","270","TRUE","FALSE" +"2765","2765","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:18:07","FALSE",NA,"801354129973149696",NA,"Twitter Web Client","eparitosh","270","TRUE","FALSE" +"2766","2766","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 09:17:49","FALSE",NA,"801354054249148416",NA,"Twitter for Android","Manindr95145811","954","TRUE","FALSE" +"2767","2767","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:17:32","FALSE",NA,"801353983809953792",NA,"Twitter for Android","dhanusat","270","TRUE","FALSE" +"2768","2768","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:17:21","FALSE",NA,"801353937848832000",NA,"Twitter for Android","swapnil1_rs","275","TRUE","FALSE" +"2769","2769","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:17:13","FALSE",NA,"801353904005009408",NA,"Twitter Web Client","dhruvbhim","637","TRUE","FALSE" +"2770","2770","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:16:57","FALSE",NA,"801353833880453120",NA,"Twitter for Android","_RakeshDey","270","TRUE","FALSE" +"2771","2771","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:16:47","FALSE",NA,"801353793367633920",NA,"Twitter for Android","snchaudhary2","270","TRUE","FALSE" +"2772","2772","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:16:39","FALSE",NA,"801353759406301184",NA,"Twitter for Windows","nitesh1966","270","TRUE","FALSE" +"2773","2773","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:16:16","FALSE",NA,"801353665521086464",NA,"Twitter Web Client","neo_nationalist","270","TRUE","FALSE" +"2774","2774","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:16:08","FALSE",NA,"801353629726863360",NA,"Twitter for iPhone","praveenjainbjp","270","TRUE","FALSE" +"2775","2775","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:15:58","FALSE",NA,"801353588220030976",NA,"Twitter for Android","JaiMataKi4","18","TRUE","FALSE" +"2776","2776","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:15:57","FALSE",NA,"801353585221107712",NA,"Mobile Web (M5)","twisted4fun","270","TRUE","FALSE" +"2777","2777","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:15:53","FALSE",NA,"801353566208356352",NA,"Twitter for Android","agrwal_akhil","270","TRUE","FALSE" +"2778","2778","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:15:35","FALSE",NA,"801353490257874944",NA,"Twitter Web Client","LalithKris","32","TRUE","FALSE" +"2779","2779","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 09:15:19","FALSE",NA,"801353422817660928",NA,"Twitter Web Client","jayantugra","48","TRUE","FALSE" +"2780","2780","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:15:11","FALSE",NA,"801353391108739072",NA,"Twitter Web Client","kuunnik88","270","TRUE","FALSE" +"2781","2781","RT @NazemNaqvi: #Demonetization : Situation 'much better', over Rs 6 lakh crore deposited, government tells #SC https://t.co/GBzxuWLd2u via�","FALSE","0",NA,"2016-11-23 09:15:01","FALSE",NA,"801353350520459264",NA,"Twitter for Android","NaradUwacha","1","TRUE","FALSE" +"2782","2782","@Ms81539475 @JantaKaReporter my dad is a chief mgr in a regional rural bank so i know wat is being done to ease the trouble #demonetization","FALSE","0","Ms81539475","2016-11-23 09:14:58","FALSE","801334807233986560","801353337367101440","701244536283004928","Twitter for Android","samnshubhs","0","FALSE","FALSE" +"2783","2783","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:14:53","FALSE",NA,"801353316668231680",NA,"Twitter for Android","DebDip00","637","TRUE","FALSE" +"2784","2784","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:53","FALSE",NA,"801353315623849984",NA,"Twitter for Android","dilprembabu420","270","TRUE","FALSE" +"2785","2785","RT @myvotetoday: Day 6 of #wintersession & no constructive #debate on #DeMonetization. + +Only noise, chaos & disruptions by obstructionist #�","FALSE","0",NA,"2016-11-23 09:14:50","FALSE",NA,"801353301744820224",NA,"Netvibes Widget","sushthesis","4","TRUE","FALSE" +"2786","2786","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:48","FALSE",NA,"801353295482810368",NA,"Twitter for iPhone","iviptri","270","TRUE","FALSE" +"2787","2787","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:47","FALSE",NA,"801353292047650816",NA,"Twitter for Android","TheVisuality","270","TRUE","FALSE" +"2788","2788","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:45","FALSE",NA,"801353283956772864",NA,"Twitter for Android","ACM17_","270","TRUE","FALSE" +"2789","2789","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 09:14:37","FALSE",NA,"801353247034327040",NA,"Twitter for Android","OldSunil","36","TRUE","FALSE" +"2790","2790","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:33","FALSE",NA,"801353230106169344",NA,"Twitter for Android","illlusion1","270","TRUE","FALSE" +"2791","2791","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:14:26","FALSE",NA,"801353201920385024",NA,"Twitter for Android","gopsec2","637","TRUE","FALSE" +"2792","2792","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:14:23","FALSE",NA,"801353188821630976",NA,"Twitter for Android","cccphunter40001","18","TRUE","FALSE" +"2793","2793","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 09:14:20","FALSE",NA,"801353176867893248",NA,"Twitter for Android","TariqueKhanJave","12","TRUE","FALSE" +"2794","2794","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:20","FALSE",NA,"801353175185952768",NA,"Twitter Web Client","virendrakanker","270","TRUE","FALSE" +"2795","2795","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:14:18","FALSE",NA,"801353167405481984",NA,"Twitter for Android","kaushikbanerje5","637","TRUE","FALSE" +"2796","2796","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:14:15","FALSE",NA,"801353156399693824",NA,"Twitter for Windows","NavdeepSRathore","270","TRUE","FALSE" +"2797","2797","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 09:14:15","FALSE",NA,"801353154193408000",NA,"Twitter for iPhone","Vijay_Hitaishi","331","TRUE","FALSE" +"2798","2798","RT @BBSRBuzz: Did you know the man leading #demonetization Shaktikanta Das is a DM school #Bhubaneswar alumni? How many DMS guys here? @SAM�","FALSE","0",NA,"2016-11-23 09:14:12","FALSE",NA,"801353143581900800",NA,"Mobile Web (M5)","abhisek18","10","TRUE","FALSE" +"2799","2799","Day 6 of #wintersession & no constructive #debate on #DeMonetization. + +Only noise, chaos & disruptions by obstructi� https://t.co/zVE7MYt04G","FALSE","16","myvotetoday","2016-11-23 09:13:52","TRUE","801338200153276416","801353060043915264","3683007026","Twitter Web Client","myvotetoday","4","FALSE","FALSE" +"2800","2800","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 09:13:46","FALSE",NA,"801353034353836032",NA,"Twitter for Android","aadilmim","23","TRUE","FALSE" +"2801","2801","#Demonetization is not enough by itself: we need direct & indirect tax reform, election financing reform, police re� https://t.co/R33kfjlI6u","FALSE","0",NA,"2016-11-23 09:13:38","TRUE",NA,"801353002925883392",NA,"Twitter for iPhone","Mathur_Aakriti","0","FALSE","FALSE" +"2802","2802","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:13:37","FALSE",NA,"801352995623604224",NA,"Twitter for Android","drhetalg27","270","TRUE","FALSE" +"2803","2803","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:13:16","FALSE",NA,"801352910059831296",NA,"Twitter for Android","akki0026","637","TRUE","FALSE" +"2804","2804","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:13:10","FALSE",NA,"801352883786698752",NA,"Twitter Web Client","kushbansal","270","TRUE","FALSE" +"2805","2805","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:12:59","FALSE",NA,"801352837326315520",NA,"Twitter for iPhone","cyberKaran","270","TRUE","FALSE" +"2806","2806","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:12:59","FALSE",NA,"801352836357521408",NA,"Twitter for Android","Sidnairatwork","270","TRUE","FALSE" +"2807","2807","From #Mankibaat to #jankibaat on #demonetization . +driver Shyamveer Ola on #DEMONETIZATION #janjankibaat� https://t.co/DtPPjlLFh9","FALSE","0",NA,"2016-11-23 09:12:57","TRUE",NA,"801352829202026496",NA,"Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"2808","2808","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:12:55","FALSE",NA,"801352822541402112",NA,"Twitter for Android","harsha_raghu","637","TRUE","FALSE" +"2809","2809","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 09:12:39","FALSE",NA,"801352753352241152",NA,"Twitter for Android","saritax","8","TRUE","FALSE" +"2810","2810","#Chandrababu #Naidu #knew about #demonetization, says #Jagan https://t.co/RGW0MCshgz https://t.co/fRn60jDjlO","FALSE","0",NA,"2016-11-23 09:12:24","FALSE",NA,"801352691062607872",NA,"WordPress.com","agk4444","0","FALSE","FALSE" +"2811","2811","#Chandrababu #Naidu #knew about #demonetization, says #Jagan... https://t.co/xj3RlqKS4O","FALSE","0",NA,"2016-11-23 09:12:14","FALSE",NA,"801352648972701696",NA,"Facebook","socialnews_xyz","0","FALSE","FALSE" +"2812","2812","#Demonetization struck at the spirit of the hardworking rural Indian and left him hopeless; in many cases, without the means to survival.","FALSE","0","karunasanghvi","2016-11-23 09:11:52","FALSE","801352258340487168","801352557050339328","17804804","Twitter Web Client","karunasanghvi","0","FALSE","FALSE" +"2813","2813","@IncomeTaxIndia Pls scrutinize accounts of the 200 MPs protested against #DeMonetization & make public how they've been affected! @PMOIndia","FALSE","0","IncomeTaxIndia","2016-11-23 09:11:41","FALSE",NA,"801352508778180608","4131677414","Twitter for Android","Somesh_P11","0","FALSE","FALSE" +"2814","2814","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:40","FALSE",NA,"801352505460461568",NA,"Twitter for Android","TanejaNavin","270","TRUE","FALSE" +"2815","2815","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:37","FALSE",NA,"801352491732439040",NA,"Twitter for iPhone","8dssoni","270","TRUE","FALSE" +"2816","2816","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 09:11:35","FALSE",NA,"801352485315235840",NA,"Twitter for Android","POPUP809","12","TRUE","FALSE" +"2817","2817","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:27","FALSE",NA,"801352453207785472",NA,"Twitter for Android","Schand80","270","TRUE","FALSE" +"2818","2818","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:26","FALSE",NA,"801352446597627904",NA,"Twitter for Android","DeshNeeti","270","TRUE","FALSE" +"2819","2819","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:24","FALSE",NA,"801352440838836224",NA,"Twitter Web Client","rmahanto","270","TRUE","FALSE" +"2820","2820","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:14","FALSE",NA,"801352396387549184",NA,"Twitter for Android","crazyabtsrk","270","TRUE","FALSE" +"2821","2821","JDU MP Harivansh backs PM Modi�s #demonetization move, writes Opposition's criticism of Modi Govt is irrational. https://t.co/J5T3nAM4CT","FALSE","0",NA,"2016-11-23 09:11:10","FALSE",NA,"801352380747022336",NA,"TweetDeck","Raisina_Insider","0","FALSE","FALSE" +"2822","2822","JDU MP Harivansh backs PM Modi�s #demonetization move, writes Opposition's criticism of Modi Govt is irrational. https://t.co/olHucpS1Zp","FALSE","0",NA,"2016-11-23 09:11:10","FALSE",NA,"801352380633718784",NA,"TweetDeck","SjainSonia","0","FALSE","FALSE" +"2823","2823","JDU MP Harivansh backs PM Modi�s #demonetization move, writes Opposition's criticism of Modi Govt is irrational. https://t.co/zucosQdqIB","FALSE","0",NA,"2016-11-23 09:11:10","FALSE",NA,"801352380604383232",NA,"TweetDeck","India_AajKal","0","FALSE","FALSE" +"2824","2824","JDU MP Harivansh backs PM Modi�s #demonetization move, writes Opposition's criticism of Modi Govt is irrational. https://t.co/br4mTdzRhR","FALSE","0",NA,"2016-11-23 09:11:10","FALSE",NA,"801352380570882048",NA,"TweetDeck","RaisinaNews","0","FALSE","FALSE" +"2825","2825","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:08","FALSE",NA,"801352373323046912",NA,"Twitter for iPhone","drchanakya1","270","TRUE","FALSE" +"2826","2826","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:11:00","FALSE",NA,"801352339504398336",NA,"Twitter for Android","Ramesh673S","270","TRUE","FALSE" +"2827","2827","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 09:10:51","FALSE",NA,"801352301239738368",NA,"Twitter Web Client","Neeraj23Sahu","9","TRUE","FALSE" +"2828","2828","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 09:10:45","FALSE",NA,"801352273406390272",NA,"Twitter for Android","kashyap_kumar","16","TRUE","FALSE" +"2829","2829","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:10:41","FALSE",NA,"801352260194357248",NA,"Twitter for Android","MayankP98617867","270","TRUE","FALSE" +"2830","2830","#Demonetization is like the cash tsunami. In 15min Modi broke a delicate bond of an informal cash economy intertwined with formal economy","FALSE","0",NA,"2016-11-23 09:10:41","FALSE",NA,"801352258340487168",NA,"Twitter Web Client","karunasanghvi","0","FALSE","FALSE" +"2831","2831","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 09:10:36","FALSE",NA,"801352239206039552",NA,"Twitter for Android","onamjee","12","TRUE","FALSE" +"2832","2832","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:10:28","FALSE",NA,"801352206062653440",NA,"Twitter for Android","HARDIKS","270","TRUE","FALSE" +"2833","2833","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:10:24","FALSE",NA,"801352189138653184",NA,"Twitter Web Client","IndianOilcl","18","TRUE","FALSE" +"2834","2834","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:10:12","FALSE",NA,"801352135032115200",NA,"Twitter for iPhone","vidusri","32","TRUE","FALSE" +"2835","2835","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:09:53","FALSE",NA,"801352055260610560",NA,"Twitter for Android","mymeenakshi","270","TRUE","FALSE" +"2836","2836","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:09:39","FALSE",NA,"801351999681871872",NA,"Twitter for Android","Sunildave1","270","TRUE","FALSE" +"2837","2837","RT @karnataka_ioc: @indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in #Demonetization�","FALSE","0",NA,"2016-11-23 09:09:39","FALSE",NA,"801351997312106496",NA,"Twitter for Android","gkundra","18","TRUE","FALSE" +"2838","2838","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:09:38","FALSE",NA,"801351996200615936",NA,"Twitter for iPhone","Harnam2Harnam","270","TRUE","FALSE" +"2839","2839","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:09:38","FALSE",NA,"801351994858467328",NA,"Twitter for Android","Letsplay121","270","TRUE","FALSE" +"2840","2840","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 09:09:29","FALSE",NA,"801351956308574208",NA,"Twitter for Android","avinash_mailme","105","TRUE","FALSE" +"2841","2841","Indian PC market is expected to be ""sluggish"" because of #demonetization, says IDC. https://t.co/eb0GglD0Eg https://t.co/TgtTONpMco + +� Te�","FALSE","0",NA,"2016-11-23 09:09:28","FALSE",NA,"801351954219855872",NA,"IFTTT","Gav_Kumar","0","FALSE","FALSE" +"2842","2842","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:09:19","FALSE",NA,"801351915263131648",NA,"Twitter Web Client","amit1292","270","TRUE","FALSE" +"2843","2843","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 09:09:17","FALSE",NA,"801351906564173824",NA,"Twitter for Android","iarunmani","9","TRUE","FALSE" +"2844","2844","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 09:09:15","FALSE",NA,"801351899597471744",NA,"Twitter for Android","DeshNeeti","36","TRUE","FALSE" +"2845","2845","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:09:14","FALSE",NA,"801351893662449664",NA,"Twitter for Android","shivaputra","637","TRUE","FALSE" +"2846","2846","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-23 09:09:05","FALSE",NA,"801351855188180992",NA,"Twitter for Android","satyaprakashty1","14","TRUE","FALSE" +"2847","2847","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:08:58","FALSE",NA,"801351827971330048",NA,"Twitter for Android","TajinderBagga","270","TRUE","FALSE" +"2848","2848","RT @muntaziraapka: Will CBI raid now on AB . AR .. Panama .. ? #Demonetization https://t.co/pJOysYImpH","FALSE","0",NA,"2016-11-23 09:08:27","FALSE",NA,"801351694730887168",NA,"Twitter for Android","islamhussain055","3","TRUE","FALSE" +"2849","2849","RT @Swadlamudi: #Terrorism offers a hand in tackling #CurrencyCrisis #demonetization #NarendraModi #ISIS #PakTerrorState https://t.co/v9tL5�","FALSE","0",NA,"2016-11-23 09:08:01","FALSE",NA,"801351586429673472",NA,"Twitter for Android","ahmedwasim553","9","TRUE","FALSE" +"2850","2850","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:07:59","FALSE",NA,"801351579551023104",NA,"Twitter for Android","bharatjoshi2911","270","TRUE","FALSE" +"2851","2851","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 09:07:58","FALSE",NA,"801351573016350720",NA,"Twitter for Android","abkadir01","331","TRUE","FALSE" +"2852","2852","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:07:44","FALSE",NA,"801351515189481472",NA,"Mobile Web (M5)","rammedury","637","TRUE","FALSE" +"2853","2853","Visited ICICI bank near my office at 8 am. Deposited all my old notes and withdrew from my account. It took 15 min with KYC #demonetization","FALSE","0",NA,"2016-11-23 09:07:25","FALSE",NA,"801351435317374976",NA,"Twitter for Android","SamvitKaul","0","FALSE","FALSE" +"2854","2854","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 09:07:23","FALSE",NA,"801351429822808064",NA,"Twitter for iPhone","rajjorani","16","TRUE","FALSE" +"2855","2855","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:07:22","FALSE",NA,"801351425095831552",NA,"Mobile Web (M2)","N_M1fan","270","TRUE","FALSE" +"2856","2856","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:07:15","FALSE",NA,"801351394771009536",NA,"Twitter for iPhone","simran080945","270","TRUE","FALSE" +"2857","2857","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:07:11","FALSE",NA,"801351375951187968",NA,"Twitter for Android","vishal_ramanuj_","270","TRUE","FALSE" +"2858","2858","Indian PC market is expected to be ""sluggish"" because of #demonetization, says IDC. https://t.co/JnUT0regfg https://t.co/nnF6Md3inf","FALSE","0",NA,"2016-11-23 09:07:09","FALSE",NA,"801351370561507328",NA,"IFTTT","tweetchristo","0","FALSE","FALSE" +"2859","2859","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:07:03","FALSE",NA,"801351342660976640",NA,"Twitter for Android","melpundul","637","TRUE","FALSE" +"2860","2860","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 09:06:56","FALSE",NA,"801351316115247104",NA,"Twitter for iPhone","iNamitaPrakash","23","TRUE","FALSE" +"2861","2861","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:06:50","FALSE",NA,"801351290982961152",NA,"Twitter for Android","parthasakhadas","270","TRUE","FALSE" +"2862","2862","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:06:44","FALSE",NA,"801351265028603904",NA,"Twitter for Android","girish_joshig","637","TRUE","FALSE" +"2863","2863","@indianoilcl giving cash through Mini ATMs to people in Hinterland. #IndiaKaDil. Helping rural people in� https://t.co/cmVbbOTHCI","FALSE","19","IndianOilcl","2016-11-23 09:06:25","TRUE",NA,"801351183235477504","2597794454","Twitter Web Client","karnataka_ioc","18","FALSE","FALSE" +"2864","2864","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:06:17","FALSE",NA,"801351152759701504",NA,"Twitter for Android","SatishTiwary3","275","TRUE","FALSE" +"2865","2865","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:06:13","FALSE",NA,"801351135114264576",NA,"Twitter for Android","bhav2406","270","TRUE","FALSE" +"2866","2866","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 09:05:46","FALSE",NA,"801351019250810880",NA,"Twitter Web Client","bookecab","16","TRUE","FALSE" +"2867","2867","RT @sanjuydv: Thru #demonetization garner money frm public into banks so tht fulfilled bank coffers enable thm to again lend money to capit�","FALSE","0",NA,"2016-11-23 09:05:16","FALSE",NA,"801350894952599552",NA,"Twitter for Android","Imfakhir","55","TRUE","FALSE" +"2868","2868","RT @JasBJP: Today I delivered a speech on various issues including #BlackMoney n #demonetization at @BJPKonnagar +@narendramodi @AmitShah @s�","FALSE","0",NA,"2016-11-23 09:05:14","FALSE",NA,"801350888661155840",NA,"Twitter for Android","BJPWBengal","8","TRUE","FALSE" +"2869","2869","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:05:02","FALSE",NA,"801350835254988800",NA,"Twitter for iPhone","sunbyt","32","TRUE","FALSE" +"2870","2870","Mr @ArvindKejriwal what would u like to say about #Anna's support to pm @narendramodi on #demonetization ? + +� https://t.co/mHECze7Z2T","FALSE","0",NA,"2016-11-23 09:04:48","TRUE",NA,"801350779416231936",NA,"Twitter for Android","Rajuram_Seervi","0","FALSE","FALSE" +"2871","2871","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:04:46","FALSE",NA,"801350770499186688",NA,"Twitter for Android","chotivalebaba","270","TRUE","FALSE" +"2872","2872","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 09:04:25","FALSE",NA,"801350681097551872",NA,"Twitter for Android","bchowla","36","TRUE","FALSE" +"2873","2873","Indian PC market is expected to be ""sluggish"" because of #demonetization, says IDC. https://t.co/S4xmwoqeSM https://t.co/pu9cqpbBDU","FALSE","3",NA,"2016-11-23 09:04:23","FALSE",NA,"801350672050454528",NA,"Buffer","tech2eets","3","FALSE","FALSE" +"2874","2874","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 09:04:18","FALSE",NA,"801350653201223680",NA,"Twitter for Android","parthasakhadas","275","TRUE","FALSE" +"2875","2875","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:04:17","FALSE",NA,"801350649266966528",NA,"Twitter for Android","anuradha898","637","TRUE","FALSE" +"2876","2876","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:03:59","FALSE",NA,"801350572540624896",NA,"Twitter for iPad","niharkhan","270","TRUE","FALSE" +"2877","2877","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/VFoXoAXXZE by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 09:03:58","FALSE",NA,"801350568367312896",NA,"Put your button on any page! ","omkarsingh2007","0","FALSE","FALSE" +"2878","2878","RT @shekhar_ojha: #Demonetization wrestling... https://t.co/OL8GZv7TwC","FALSE","0",NA,"2016-11-23 09:03:50","FALSE",NA,"801350533277687808",NA,"Twitter for Android","fenkubhai","3","TRUE","FALSE" +"2879","2879","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 09:03:48","FALSE",NA,"801350527057596416",NA,"Twitter for Android","rohitagarwal86","36","TRUE","FALSE" +"2880","2880","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/GHFscu6YMe by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 09:03:39","FALSE",NA,"801350489824698368",NA,"Put your button on any page! ","VaneshVv80","0","FALSE","FALSE" +"2881","2881","RT @shekhar_ojha: #Demonetization wrestling... https://t.co/OL8GZv7TwC","FALSE","0",NA,"2016-11-23 09:03:36","FALSE",NA,"801350477963284480",NA,"Twitter for Android","Anvay_Sharma","3","TRUE","FALSE" +"2882","2882","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:03:15","FALSE",NA,"801350388276428800",NA,"Twitter for iPhone","vinvani","32","TRUE","FALSE" +"2883","2883","RT @shekhar_ojha: #Demonetization wrestling... https://t.co/OL8GZv7TwC","FALSE","0",NA,"2016-11-23 09:03:12","FALSE",NA,"801350375387361280",NA,"Twitter for Android","DShekharOjhaFC","3","TRUE","FALSE" +"2884","2884","RT @arifkhan7: Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","0",NA,"2016-11-23 09:03:07","FALSE",NA,"801350353950228480",NA,"Twitter Web Client","tinucherian","8","TRUE","FALSE" +"2885","2885","RT @muntaziraapka: Will CBI raid now on AB . AR .. Panama .. ? #Demonetization https://t.co/pJOysYImpH","FALSE","0",NA,"2016-11-23 09:02:58","FALSE",NA,"801350316558061568",NA,"Twitter for Android","khajuriarajesh","3","TRUE","FALSE" +"2886","2886","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 09:02:56","FALSE",NA,"801350306902773760",NA,"Twitter for iPhone","GiraHuaAadmi","9","TRUE","FALSE" +"2887","2887","#Demonetization wrestling... https://t.co/OL8GZv7TwC","FALSE","4",NA,"2016-11-23 09:02:55","FALSE",NA,"801350302737793024",NA,"Twitter for Android","shekhar_ojha","3","FALSE","FALSE" +"2888","2888","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 09:02:50","FALSE",NA,"801350284261912576",NA,"Twitter for iPhone","GiraHuaAadmi","32","TRUE","FALSE" +"2889","2889","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 09:02:44","FALSE",NA,"801350256512339968",NA,"Twitter Web Client","dhruvbhim","105","TRUE","FALSE" +"2890","2890","RT @muntaziraapka: Will CBI raid now on AB . AR .. Panama .. ? #Demonetization https://t.co/pJOysYImpH","FALSE","0",NA,"2016-11-23 09:02:11","FALSE",NA,"801350117395693568",NA,"Twitter for Android","guru9899","3","TRUE","FALSE" +"2891","2891","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 09:01:56","FALSE",NA,"801350058318974976",NA,"Twitter for Android","BlueToothBites","637","TRUE","FALSE" +"2892","2892","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:01:56","FALSE",NA,"801350055814922240",NA,"Twitter for iPhone","ParagDr","270","TRUE","FALSE" +"2893","2893","RT @anilkohli54: . PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","0",NA,"2016-11-23 09:01:51","FALSE",NA,"801350036936425472",NA,"Twitter for Android","sachanuj","5","TRUE","FALSE" +"2894","2894","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:00:58","FALSE",NA,"801349815338758144",NA,"Twitter Web Client","Mukul_Naithani","270","TRUE","FALSE" +"2895","2895","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:00:47","FALSE",NA,"801349768937177088",NA,"Twitter for Android","NaMoRamvipra","270","TRUE","FALSE" +"2896","2896","Will CBI raid now on AB . AR .. Panama .. ? #Demonetization https://t.co/pJOysYImpH","FALSE","0",NA,"2016-11-23 09:00:43","FALSE",NA,"801349749119025152",NA,"Twitter for iPhone","muntaziraapka","3","FALSE","FALSE" +"2897","2897","RT @JasBJP: Today I delivered a speech on various issues including #BlackMoney n #demonetization at @BJPKonnagar +@narendramodi @AmitShah @s�","FALSE","0",NA,"2016-11-23 09:00:13","FALSE",NA,"801349623608655872",NA,"Twitter for Android","BJPKonnagar","8","TRUE","FALSE" +"2898","2898","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:00:07","FALSE",NA,"801349598845538304",NA,"Twitter for Android","nawneet_mohan","270","TRUE","FALSE" +"2899","2899","RT @Blunt_Tinku14: @DineshR1511 they're under the wrong impression that Govt will roll back #demonetization, by doing all these dramas.","FALSE","0",NA,"2016-11-23 09:00:05","FALSE",NA,"801349590247239680",NA,"Twitter for iPad","veritas47vincit","2","TRUE","FALSE" +"2900","2900","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 09:00:02","FALSE",NA,"801349580340293632",NA,"Twitter Web Client","nayanchandra","270","TRUE","FALSE" +"2901","2901","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:59:59","FALSE",NA,"801349565333012480",NA,"Twitter Web Client","mukku_14","270","TRUE","FALSE" +"2902","2902","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:59:55","FALSE",NA,"801349547054297088",NA,"Twitter Web Client","iyer_rn","270","TRUE","FALSE" +"2903","2903","Can't believe this is happening in app store. #Demonetization #NarendraModi https://t.co/bBZVImZJHX","FALSE","0",NA,"2016-11-23 08:59:51","FALSE",NA,"801349532693004288",NA,"Twitter for iPhone","bhaveshgwalani","0","FALSE","FALSE" +"2904","2904","Demonetization: An Incredible Action ? https://t.co/Cj49fY4GPg #banking #currency #demonetization #finance #india","FALSE","0",NA,"2016-11-23 08:59:50","FALSE",NA,"801349528406392832",NA,"Google","reviewmantra","0","FALSE","FALSE" +"2905","2905","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:59:44","FALSE",NA,"801349501554491392",NA,"Twitter Web Client","SHAHSUDH","270","TRUE","FALSE" +"2906","2906","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:59:44","FALSE",NA,"801349501365665792",NA,"Twitter for iPhone","Krsna_sharanam","270","TRUE","FALSE" +"2907","2907","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:59:35","FALSE",NA,"801349465458278400",NA,"Twitter for Android","Nitinji38","71","TRUE","FALSE" +"2908","2908","RT @Blunt_Tinku14: @DineshR1511 they're under the wrong impression that Govt will roll back #demonetization, by doing all these dramas.","FALSE","0",NA,"2016-11-23 08:59:31","FALSE",NA,"801349446936236032",NA,"Twitter for Android","DineshR1511","2","TRUE","FALSE" +"2909","2909","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:59:25","FALSE",NA,"801349422156226560",NA,"Twitter for iPhone","IndianMaher","275","TRUE","FALSE" +"2910","2910","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 08:59:20","FALSE",NA,"801349403751677952",NA,"Twitter for Android","DearDhruv","9","TRUE","FALSE" +"2911","2911","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:59:17","FALSE",NA,"801349389189054464",NA,"Twitter for iPhone","IndianMaher","47","TRUE","FALSE" +"2912","2912","Everyone in social media has become an economist now. #India #Demonetization","FALSE","0",NA,"2016-11-23 08:59:04","FALSE",NA,"801349335313252352",NA,"Twitter for iPhone","bhaskar_mookkan","0","FALSE","FALSE" +"2913","2913","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:58:57","FALSE",NA,"801349306301222912",NA,"Twitter for iPhone","nanditathhakur","270","TRUE","FALSE" +"2914","2914","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 08:58:45","FALSE",NA,"801349256472887296",NA,"Twitter for Android","srikanthrajeev","331","TRUE","FALSE" +"2915","2915","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:58:37","FALSE",NA,"801349223719571456",NA,"Twitter for Android","NiteshSingh707","270","TRUE","FALSE" +"2916","2916","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:58:18","FALSE",NA,"801349142152970240",NA,"Twitter for Android","SSSharma11111","637","TRUE","FALSE" +"2917","2917","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:57:41","FALSE",NA,"801348986774896640",NA,"Twitter for Android","satishpandeyG","16","TRUE","FALSE" +"2918","2918","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:57:36","FALSE",NA,"801348967527313408",NA,"Twitter for Android","bivas143","105","TRUE","FALSE" +"2919","2919","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:57:23","FALSE",NA,"801348912011419648",NA,"Twitter for Android","sagarmj0907","637","TRUE","FALSE" +"2920","2920","Bangalore's @tinucherian visits 23 ATMs to see if media is lying about the note ban? #demonetization https://t.co/0Gmlpksrpx","FALSE","3",NA,"2016-11-23 08:57:21","FALSE",NA,"801348905069899776",NA,"Twitter Web Client","arifkhan7","8","FALSE","FALSE" +"2921","2921","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:57:12","FALSE",NA,"801348866478145536",NA,"Twitter for Android","rinku85","637","TRUE","FALSE" +"2922","2922","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 08:57:10","FALSE",NA,"801348857674301440",NA,"Twitter for iPhone","DelhiMuse","12","TRUE","FALSE" +"2923","2923","@SanjayRautUvach ji if you know black money holders Deposited there money 15 days before #demonetization than let us know the names of those","FALSE","0","SanjayRautUvach","2016-11-23 08:57:05","FALSE",NA,"801348836052570112","339469704","Twitter for Android","SUSHANTBERI","0","FALSE","FALSE" +"2924","2924","@sonaliranade @MamataOfficial , @SharadYadavMP ,mayawati r Adam Smith's kid!V need a PM,not an ""economist"" only! @ragarwal #demonetization","FALSE","0","sonaliranade","2016-11-23 08:56:56","FALSE","801120000064962560","801348798094180352","12716032","Twitter for Android","CandidmeRishi","0","FALSE","FALSE" +"2925","2925","In India most educated choose their uneducated leaders.#Demonetization","FALSE","0",NA,"2016-11-23 08:56:20","FALSE",NA,"801348647774552064",NA,"Twitter for Android","niyaz_shkh","0","FALSE","FALSE" +"2926","2926","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 08:56:15","FALSE",NA,"801348626681307136",NA,"Twitter for iPhone","prasannaipo","12","TRUE","FALSE" +"2927","2927","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:56:15","FALSE",NA,"801348626278731776",NA,"Twitter for Android","syedabbas02","16","TRUE","FALSE" +"2928","2928","200 MPs from opposition parties forming a chain in d Parliament premises to protest against #Demonetization +Never� https://t.co/37Am5wPXq6","FALSE","1",NA,"2016-11-23 08:55:59","TRUE",NA,"801348560419717120",NA,"Twitter for Android","jenaanindya","2","FALSE","FALSE" +"2929","2929","RT @ModiBharosa: Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-voter su�","FALSE","0",NA,"2016-11-23 08:55:55","FALSE",NA,"801348543659315200",NA,"Twitter Web Client","Phaantoms","270","TRUE","FALSE" +"2930","2930","RT @bsindia: Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","0",NA,"2016-11-23 08:55:55","FALSE",NA,"801348541016895488",NA,"Twitter for iPhone","joyjitguha","12","TRUE","FALSE" +"2931","2931","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:55:54","FALSE",NA,"801348537036472320",NA,"Twitter Web Client","tyrionlanistr9","637","TRUE","FALSE" +"2932","2932","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 08:55:23","FALSE",NA,"801348409533808640",NA,"Twitter for iPhone","cajainpranav","49","TRUE","FALSE" +"2933","2933","#Demonetization : Situation 'much better', over Rs 6 lakh crore deposited, government tells #SC https://t.co/GBzxuWLd2u via @timesofindia","FALSE","1",NA,"2016-11-23 08:55:23","FALSE",NA,"801348407210213376",NA,"Twitter Web Client","NazemNaqvi","1","FALSE","FALSE" +"2934","2934","Huge support for PM narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-v� https://t.co/HCZNbbpPYY","FALSE","1",NA,"2016-11-23 08:55:05","FALSE",NA,"801348333893783552",NA,"IFTTT","bk_chudasama","0","FALSE","FALSE" +"2935","2935","Supreme Court refuses to stay petitions against #Demonetization https://t.co/LEAj1IwvLy https://t.co/qRw30XKE3z","FALSE","16",NA,"2016-11-23 08:55:01","FALSE",NA,"801348315493310464",NA,"TweetDeck","bsindia","12","FALSE","FALSE" +"2936","2936","The Old and the New #Demonetization #Love_the_new_design #NoBlackMoney https://t.co/PDUxEj08cf","FALSE","0",NA,"2016-11-23 08:54:37","FALSE",NA,"801348214687465472",NA,"Instagram","parmarabhishek","0","FALSE","FALSE" +"2937","2937","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:54:35","FALSE",NA,"801348205325717504",NA,"Twitter for Android","hasyagarvarad","637","TRUE","FALSE" +"2938","2938","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:54:33","FALSE",NA,"801348199214628864",NA,"Twitter for Android","monk_razr","16","TRUE","FALSE" +"2939","2939","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 08:54:28","FALSE",NA,"801348178498977792",NA,"Twitter for Windows Phone","MikeDesai","7","TRUE","FALSE" +"2940","2940","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-23 08:54:16","FALSE",NA,"801348126946820096",NA,"Twitter Web Client","anupama2014","421","TRUE","FALSE" +"2941","2941","Huge support for PM @narendramodi �s #demonetization Move Across the Nation +80-86% people back demonetization: C-v� https://t.co/xBGtjNngXp","FALSE","322",NA,"2016-11-23 08:54:16","TRUE",NA,"801348125793353728",NA,"Twitter Web Client","ModiBharosa","270","FALSE","FALSE" +"2942","2942","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:53:35","FALSE",NA,"801347956821594112",NA,"Mobile Web (M2)","kushaltanna991","275","TRUE","FALSE" +"2943","2943","RT @NewDelhiTimesIN: Is the #demonetization of 1000 & 500 notes good for India? + +@AmitShah @OfficeOfRG @PMOIndia @BJP4India","FALSE","0",NA,"2016-11-23 08:53:21","FALSE",NA,"801347895999991808",NA,"Twitter for iPhone","PratikRPoddar","368","TRUE","FALSE" +"2944","2944","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:53:19","FALSE",NA,"801347888014094336",NA,"Mobile Web (M5)","iinikomidanio","71","TRUE","FALSE" +"2945","2945","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:53:11","FALSE",NA,"801347855009153024",NA,"Twitter for iPhone","Bhunju","36","TRUE","FALSE" +"2946","2946","Washington Post is saying something on #demonetization. +India just made a big mistake with its currency ban https://t.co/CFc7r8PVW7","FALSE","0",NA,"2016-11-23 08:53:07","FALSE",NA,"801347838106079232",NA,"Twitter Web Client","mohd_rashid","0","FALSE","FALSE" +"2947","2947","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 08:52:49","FALSE",NA,"801347762734383104",NA,"Mobile Web (M2)","SagarNemiwal","22","TRUE","FALSE" +"2948","2948","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:52:41","FALSE",NA,"801347728940867584",NA,"Twitter for iPhone","bijalbarot","44","TRUE","FALSE" +"2949","2949","RT @FrustIndian: PM is so scared that he didn't give in to demand of a lowly CM to roll back #Demonetization despite qurbani warning. https�","FALSE","0",NA,"2016-11-23 08:52:31","FALSE",NA,"801347687413125120",NA,"Twitter for Android","DURGESH65146162","8","TRUE","FALSE" +"2950","2950","#821 People these days. #demonetization https://t.co/iVKxY8V8lG","FALSE","0",NA,"2016-11-23 08:52:27","FALSE",NA,"801347670312972288",NA,"Twitter Web Client","jayrsamal","0","FALSE","FALSE" +"2951","2951","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:52:21","FALSE",NA,"801347646761865216",NA,"Twitter for Android","BKanad","637","TRUE","FALSE" +"2952","2952","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:52:13","FALSE",NA,"801347612238561280",NA,"Twitter for Android","pratoshnivedita","275","TRUE","FALSE" +"2953","2953","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:52:00","FALSE",NA,"801347556064325632",NA,"Twitter for Android","Dubeyskrdhn","637","TRUE","FALSE" +"2954","2954","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-23 08:51:40","FALSE",NA,"801347471477800960",NA,"Twitter for Android","nilofar31","6","TRUE","FALSE" +"2955","2955","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 08:51:30","FALSE",NA,"801347430440665088",NA,"Twitter Web Client","kinshukmishra","6","TRUE","FALSE" +"2956","2956","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:51:10","FALSE",NA,"801347348911755264",NA,"Twitter for Android","shaktishekhar39","132","TRUE","FALSE" +"2957","2957","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-23 08:50:55","FALSE",NA,"801347283069665280",NA,"HeaderLabs","header_labs","24","TRUE","FALSE" +"2958","2958","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 08:50:42","FALSE",NA,"801347231408328704",NA,"Twitter Web Client","anupama2014","1057","TRUE","FALSE" +"2959","2959","RT @Ateendriyo: Everyone that disagrees with you is not your enemy. Before calling everyone unhappy with #Demonetization corrupt and dalaal�","FALSE","0",NA,"2016-11-23 08:50:15","FALSE",NA,"801347117864325120",NA,"Twitter for iPad","ghoshabhshk","5","TRUE","FALSE" +"2960","2960","RT centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs hv�","FALSE","0",NA,"2016-11-23 08:50:07","FALSE",NA,"801347082456039424",NA,"IFTTT","VishClick","0","FALSE","FALSE" +"2961","2961","@VHanumanthRao Fires on Modi's Sudden Decision +#Demonetization #ModiSurgicalStrikeonCommonMan #NTVTelugu + +https://t.co/ZBPgB6XFHS","FALSE","0","vhanumanthrao","2016-11-23 08:49:59","FALSE",NA,"801347049929248768","839271931","Twitter Web Client","NtvteluguHD","0","FALSE","FALSE" +"2962","2962","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 08:49:47","FALSE",NA,"801346998410608640",NA,"Twitter for iPhone","shivaacsharma","57","TRUE","FALSE" +"2963","2963","Demonetisation: Not worthwhile, said Finance Minister who imposed 1978 note ban + +#DeMonetisation #demonetization +https://t.co/E89IrMaZ9R","FALSE","0",NA,"2016-11-23 08:49:47","FALSE",NA,"801346998020542464",NA,"Twitter Web Client","OneFunnyChap","0","FALSE","FALSE" +"2964","2964","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:49:42","FALSE",NA,"801346979649482752",NA,"Twitter for Android","Amit_jain23","637","TRUE","FALSE" +"2965","2965","Desperate times call for desperate measures? #demonetization #frugalinnovation #jugaad https://t.co/p62ySGFgVk","FALSE","1",NA,"2016-11-23 08:48:49","FALSE",NA,"801346754742550528",NA,"Facebook","cioandleader","1","FALSE","FALSE" +"2966","2966","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-23 08:48:42","FALSE",NA,"801346725491437568",NA,"Twitter for Android","viraatsud","24","TRUE","FALSE" +"2967","2967","@htTweets #demonetization people are waiting for the limit to which government are going to fool","FALSE","2","htTweets","2016-11-23 08:48:31","FALSE","801342254174572544","801346681639936000","36327407","Twitter for Windows","PRANAYNORDIC","0","FALSE","FALSE" +"2968","2968","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:47:56","FALSE",NA,"801346534143037440",NA,"Twitter for Android","cerebration12","637","TRUE","FALSE" +"2969","2969","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-23 08:47:44","FALSE",NA,"801346483509460992",NA,"Twitter for Android","TPrasad_7","118","TRUE","FALSE" +"2970","2970","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-23 08:47:33","FALSE",NA,"801346436352921600",NA,"Twitter for Android","MahikaInfra","14","TRUE","FALSE" +"2971","2971","@JhaSanjay GUYS! Opposition has called a band this 28 for #demonetization; Let's join hands in BOYCOTTING this band. #IndiaAgainstCorruption","FALSE","0","JhaSanjay","2016-11-23 08:47:12","FALSE","801286736055660544","801346350273142784","50943008","Twitter Web Client","desaiardeshir","0","FALSE","FALSE" +"2972","2972","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 08:47:03","FALSE",NA,"801346308980215808",NA,"Twitter for Android","HardevS97977417","331","TRUE","FALSE" +"2973","2973","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:46:54","FALSE",NA,"801346273563541504",NA,"Twitter for Android","onceinabluenoon","47","TRUE","FALSE" +"2974","2974","#IndiaKaDil knows that long term benefits of #demonetization far exceed the inconvenience today, why commonest of the man fully supports it.","FALSE","1",NA,"2016-11-23 08:46:49","FALSE",NA,"801346253246304256",NA,"Twitter for Android","IshaanMohan","0","FALSE","FALSE" +"2975","2975","RT @MahikaInfra: @narendramodi +@Swamy39 +The success of #Demonetization will depend on how swiftly govt replenish the currency + +Pls avoid Ba�","FALSE","0",NA,"2016-11-23 08:46:41","FALSE",NA,"801346216835579904",NA,"Twitter for Android","MahikaInfra","53","TRUE","FALSE" +"2976","2976","RT @MahikaInfra: @narendramodi +The first Phase of #demonetization successfully over after more than 5lakhs cr deposits & 1lakh cr pushed ba�","FALSE","0",NA,"2016-11-23 08:46:41","FALSE",NA,"801346216835563520",NA,"Twitter for Android","MahikaInfra","46","TRUE","FALSE" +"2977","2977","RT @ashish0108sheth: @RBI @UrjitPatelRBI we appreciate #demonetization but what about our hard earned legitimate money that #NSEL scamsters�","FALSE","0",NA,"2016-11-23 08:46:31","FALSE",NA,"801346178331897856",NA,"Twitter for Android","RealDeshmukh","9","TRUE","FALSE" +"2978","2978","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:46:26","FALSE",NA,"801346153803644928",NA,"Twitter for Android","rawrkyadav","637","TRUE","FALSE" +"2979","2979","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-23 08:46:24","FALSE",NA,"801346147742863360",NA,"Twitter for iPhone","vinvani","52","TRUE","FALSE" +"2980","2980","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:46:11","FALSE",NA,"801346093153976320",NA,"Twitter for Android","drninadphade","637","TRUE","FALSE" +"2981","2981","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 08:46:03","FALSE",NA,"801346061239521280",NA,"Mobile Web (M5)","Prashant1056","6","TRUE","FALSE" +"2982","2982","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:45:57","FALSE",NA,"801346035050250240",NA,"Twitter for Android","Anirudhgoel2","275","TRUE","FALSE" +"2983","2983","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:45:54","FALSE",NA,"801346021653614592",NA,"Twitter for Android","AkashDGarg","105","TRUE","FALSE" +"2984","2984","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:45:44","FALSE",NA,"801345980666941440",NA,"Twitter for Android","shivagupta91","637","TRUE","FALSE" +"2985","2985","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:45:43","FALSE",NA,"801345975872847872",NA,"Twitter for Android","REINSTALLINDIA","36","TRUE","FALSE" +"2986","2986","RT @ashish0108sheth: @RBI @UrjitPatelRBI we appreciate #demonetization but what about our hard earned legitimate money that #NSEL scamsters�","FALSE","0",NA,"2016-11-23 08:45:38","FALSE",NA,"801345954234384384",NA,"Twitter Web Client","vivekkapoor111","9","TRUE","FALSE" +"2987","2987","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:45:35","FALSE",NA,"801345941987086336",NA,"Twitter for Android","i_anilkumar","105","TRUE","FALSE" +"2988","2988","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 08:45:30","FALSE",NA,"801345920482836480",NA,"Twitter for iPhone","embracetheart","954","TRUE","FALSE" +"2989","2989","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 08:45:28","FALSE",NA,"801345912132038656",NA,"Twitter for Android","JayasreeVijayan","57","TRUE","FALSE" +"2990","2990","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:45:22","FALSE",NA,"801345887465246720",NA,"Twitter for Android","nehaapriyaa","637","TRUE","FALSE" +"2991","2991","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:45:12","FALSE",NA,"801345847120236544",NA,"Twitter for Android","Datta_karan","637","TRUE","FALSE" +"2992","2992","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:45:06","FALSE",NA,"801345819156815872",NA,"Twitter for Android","JayasreeVijayan","71","TRUE","FALSE" +"2993","2993","RT @vinay1011: Instead of demonising #demonetization it's better decipher the fine print of its larger impact! #ChangingNotesToTransformInd�","FALSE","0",NA,"2016-11-23 08:44:32","FALSE",NA,"801345679046098944",NA,"Twitter Web Client","amberswami","25","TRUE","FALSE" +"2994","2994","RT @prasannavishy: Dear Pratap Bhanu Mehta, You Disappointed Us! Why PBM's critique on #demonetization adds little to the discourse https:/�","FALSE","0",NA,"2016-11-23 08:44:21","FALSE",NA,"801345633185566720",NA,"Twitter Web Client","amberswami","26","TRUE","FALSE" +"2995","2995","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:44:18","FALSE",NA,"801345618325176320",NA,"Twitter Web Client","biswajeetdash","36","TRUE","FALSE" +"2996","2996","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:44:07","FALSE",NA,"801345573928529920",NA,"Twitter for Android","prananand145s","637","TRUE","FALSE" +"2997","2997","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:43:55","FALSE",NA,"801345521306791936",NA,"Twitter for Android","sundipkapur","637","TRUE","FALSE" +"2998","2998","RT @Ateendriyo: Everyone that disagrees with you is not your enemy. Before calling everyone unhappy with #Demonetization corrupt and dalaal�","FALSE","0",NA,"2016-11-23 08:43:51","FALSE",NA,"801345504672186368",NA,"Twitter for iPhone","anshikashukla","5","TRUE","FALSE" +"2999","2999","#demonetization is exclusively anti-dalit government policy +#Dalits need der own country rather relying on stupid uppercaste netas of india","FALSE","0",NA,"2016-11-23 08:43:50","FALSE",NA,"801345501924835328",NA,"Twitter for Android","Sourabhprk","0","FALSE","FALSE" +"3000","3000","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:43:45","FALSE",NA,"801345479133040640",NA,"Twitter for Android","GauriSarin","637","TRUE","FALSE" +"3001","3001","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 08:43:42","FALSE",NA,"801345467497975808",NA,"Twitter for Android","kagzimasum","120","TRUE","FALSE" +"3002","3002","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 08:43:15","FALSE",NA,"801345353303949312",NA,"Twitter for Android","ManiKing_0179","7","TRUE","FALSE" +"3003","3003","RT @ashish0108sheth: @FinMinIndia @arunjaitley we appreciate #demonetization but what about our hard earned legitimate money that #NSEL sc�","FALSE","0",NA,"2016-11-23 08:43:14","FALSE",NA,"801345350292406272",NA,"Twitter Web Client","vivekkapoor111","21","TRUE","FALSE" +"3004","3004","RT @ashish0108sheth: @narendramodi @PMOIndia we appreciate #demonetization but what about our hard earned legitimate money that #NSEL scams�","FALSE","0",NA,"2016-11-23 08:43:08","FALSE",NA,"801345325780893696",NA,"Twitter Web Client","vivekkapoor111","6","TRUE","FALSE" +"3005","3005","RT @Ateendriyo: Everyone that disagrees with you is not your enemy. Before calling everyone unhappy with #Demonetization corrupt and dalaal�","FALSE","0",NA,"2016-11-23 08:43:05","FALSE",NA,"801345311297900544",NA,"Twitter for Android","kapadiapranav","5","TRUE","FALSE" +"3006","3006","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:43:02","FALSE",NA,"801345299788742656",NA,"Mobile Web (M5)","zutshisanjay","637","TRUE","FALSE" +"3007","3007","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-23 08:42:59","FALSE",NA,"801345286526402560",NA,"Twitter Web Client","vivekkapoor111","1030","TRUE","FALSE" +"3008","3008","RT @pavanaja: A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","0",NA,"2016-11-23 08:42:45","FALSE",NA,"801345229710299136",NA,"Twitter for Android","harishgksms","5","TRUE","FALSE" +"3009","3009","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 08:42:00","FALSE",NA,"801345042183057408",NA,"Twitter for iPhone","sribasavaraju","7","TRUE","FALSE" +"3010","3010","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 08:42:00","FALSE",NA,"801345038244573184",NA,"Twitter for Android","SonuBha24368306","331","TRUE","FALSE" +"3011","3011","Opposition Parties Stage #Dharna To Protest Against #Demonetization +https://t.co/sM2KFr0g4B #CMMamataBanerjee� https://t.co/fmoVQTIeFV","FALSE","0",NA,"2016-11-23 08:41:35","TRUE",NA,"801344934934708224",NA,"Kolkata 24x7","kolkata24x7","0","FALSE","FALSE" +"3012","3012","Any idea why the (super) GSampath piece on Modi and #demonetization doesn't show on @TheHindu site anymore? https://t.co/xHmYppVB2H","FALSE","1",NA,"2016-11-23 08:41:34","FALSE",NA,"801344930350252032",NA,"Twitter for Android","nandita_j","0","FALSE","FALSE" +"3013","3013","RT @gops333: currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9a�","FALSE","0",NA,"2016-11-23 08:40:44","FALSE",NA,"801344722220548096",NA,"Twitter for Android","tanveer1729","7","TRUE","FALSE" +"3014","3014","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 08:40:43","FALSE",NA,"801344717279678464",NA,"Twitter for Android","t_sashidhar","954","TRUE","FALSE" +"3015","3015","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-23 08:40:40","FALSE",NA,"801344705141309440",NA,"Twitter Web Client","AbhiAftermath","24","TRUE","FALSE" +"3016","3016","Central Team Reviews #Demonetization Situation, Lauds State Govt�s Steps To Ease Situation #Odisha� https://t.co/1zrPaUurhU","FALSE","0",NA,"2016-11-23 08:40:39","TRUE",NA,"801344701865529344",NA,"Twitter Web Client","Odishanews360","0","FALSE","FALSE" +"3017","3017","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:40:24","FALSE",NA,"801344637814378496",NA,"Twitter for iPhone","vicky20680","32","TRUE","FALSE" +"3018","3018","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:40:23","FALSE",NA,"801344635243298816",NA,"Twitter Web Client","alfredsanders3","71","TRUE","FALSE" +"3019","3019","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:40:23","FALSE",NA,"801344634228183040",NA,"Twitter Web Client","michelletate97","71","TRUE","FALSE" +"3020","3020","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 08:40:20","FALSE",NA,"801344619946672128",NA,"Twitter for iPhone","vicky20680","9","TRUE","FALSE" +"3021","3021","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 08:40:17","FALSE",NA,"801344609104392192",NA,"Twitter for Android","t_sashidhar","42","TRUE","FALSE" +"3022","3022","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:40:16","FALSE",NA,"801344602506756096",NA,"Twitter for iPhone","vicky20680","8","TRUE","FALSE" +"3023","3023","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:40:11","FALSE",NA,"801344583879823360",NA,"Twitter for iPhone","vicky20680","33","TRUE","FALSE" +"3024","3024","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:40:07","FALSE",NA,"801344565181550592",NA,"Twitter for iPhone","vicky20680","19","TRUE","FALSE" +"3025","3025","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:39:59","FALSE",NA,"801344531190915072",NA,"Twitter for iPhone","vicky20680","15","TRUE","FALSE" +"3026","3026","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 08:39:58","FALSE",NA,"801344529106370560",NA,"Twitter for Android","KhalidFaridi199","23","TRUE","FALSE" +"3027","3027","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:39:54","FALSE",NA,"801344512496959488",NA,"Twitter for iPhone","vicky20680","16","TRUE","FALSE" +"3028","3028","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:39:43","FALSE",NA,"801344464056975360",NA,"Twitter for iPhone","bhavnapb","16","TRUE","FALSE" +"3029","3029","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:39:42","FALSE",NA,"801344460403707904",NA,"Twitter for iPhone","vicky20680","14","TRUE","FALSE" +"3030","3030","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:39:34","FALSE",NA,"801344425842581504",NA,"Twitter for iPhone","vicky20680","20","TRUE","FALSE" +"3031","3031","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 08:39:31","FALSE",NA,"801344413565911040",NA,"Twitter for iPhone","vicky20680","15","TRUE","FALSE" +"3032","3032","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 08:39:23","FALSE",NA,"801344383266258944",NA,"Twitter for iPhone","vicky20680","18","TRUE","FALSE" +"3033","3033","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 08:39:16","FALSE",NA,"801344354354872320",NA,"Twitter for iPhone","vicky20680","13","TRUE","FALSE" +"3034","3034","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 08:39:12","FALSE",NA,"801344334268366848",NA,"Twitter for iPhone","vicky20680","15","TRUE","FALSE" +"3035","3035","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:38:52","FALSE",NA,"801344252848521216",NA,"Twitter for Android","srisriyash1","637","TRUE","FALSE" +"3036","3036","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:38:23","FALSE",NA,"801344131800952832",NA,"Twitter for Android","ashokthakur1983","275","TRUE","FALSE" +"3037","3037","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:38:00","FALSE",NA,"801344032148426752",NA,"Twitter for iPhone","dinesh_16041981","47","TRUE","FALSE" +"3038","3038","currency ban: �Roll back +#demonetization , it has caused riot-like situation� - The Times of India on Mobile https://t.co/ad9aG1BVv9","FALSE","1",NA,"2016-11-23 08:37:27","FALSE",NA,"801343894420094976",NA,"Put your button on any page! ","gops333","7","FALSE","FALSE" +"3039","3039","#Demonetization Cash shortage. No exchange/no withdrawals allowed at ICICI bank branch. 3/4 ATMs out of cash too. https://t.co/dGiI02xCrc","FALSE","0",NA,"2016-11-23 08:37:21","FALSE",NA,"801343868830683136",NA,"Twitter for Android","rajneeshk","0","FALSE","FALSE" +"3040","3040","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:37:10","FALSE",NA,"801343824085848064",NA,"Twitter for Android","abhijitnb","637","TRUE","FALSE" +"3041","3041","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:37:09","FALSE",NA,"801343821661532160",NA,"Twitter for Android","Rohan_S_Telang","275","TRUE","FALSE" +"3042","3042","@Being_Angry #Demonetization is wrong way to curb black money +Right way is tweeting,dharnas,strikes and praying for a corruption free India!","FALSE","0","Being_Angry","2016-11-23 08:37:04","FALSE","801308262557745152","801343796567019520","754667686509117440","Twitter for Android","abhi9982","0","FALSE","FALSE" +"3043","3043","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:36:52","FALSE",NA,"801343747841806336",NA,"Twitter for Android","Tinni_Aphrodite","132","TRUE","FALSE" +"3044","3044","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:36:39","FALSE",NA,"801343695488479232",NA,"Twitter for iPhone","spccmvjc","16","TRUE","FALSE" +"3045","3045","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:36:13","FALSE",NA,"801343583307567104",NA,"Twitter for Android","meetrosh1","637","TRUE","FALSE" +"3046","3046","trump on fire ! +rahul gandhi is a liar :P #USPresidentelect #demonetization","FALSE","0",NA,"2016-11-23 08:35:59","FALSE",NA,"801343524390244352",NA,"Twitter Web Client","soccersoc11","0","FALSE","FALSE" +"3047","3047","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:35:56","FALSE",NA,"801343514651009024",NA,"Twitter for Android","PardeepModgil","637","TRUE","FALSE" +"3048","3048","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 08:35:40","FALSE",NA,"801343444765540352",NA,"Twitter for Android","maheshmeena1967","954","TRUE","FALSE" +"3049","3049","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:35:38","FALSE",NA,"801343437807226880",NA,"Twitter for Android","achintabhatt89","47","TRUE","FALSE" +"3050","3050","You cannot withdraw from #cooperativebanks................you can withdraw from #bigbazaar.!!!!!!!!!!!!!!...#Demonetization","FALSE","0",NA,"2016-11-23 08:35:20","FALSE",NA,"801343360980176896",NA,"Twitter for iPhone","manishbpl1","0","FALSE","FALSE" +"3051","3051","RT @nivie: Hard to believe some justify deaths due to poor #demonetization implementation as something a nation of 1.2b can overlook for gr�","FALSE","0",NA,"2016-11-23 08:35:13","FALSE",NA,"801343331456417792",NA,"Twitter Web Client","VGLICIOUS_","2","TRUE","FALSE" +"3052","3052","#Demonetization � good source to put your money into #training - #Modi https://t.co/crr5TKfmA2","FALSE","0",NA,"2016-11-23 08:35:11","FALSE",NA,"801343324569370624",NA,"Hootsuite","BodhihTraining","0","FALSE","FALSE" +"3053","3053","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:34:58","FALSE",NA,"801343269368188928",NA,"Twitter for Android","arpitsizzle","275","TRUE","FALSE" +"3054","3054","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:34:55","FALSE",NA,"801343257783443456",NA,"Twitter for Android","arpitsizzle","47","TRUE","FALSE" +"3055","3055","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:34:16","FALSE",NA,"801343095245864960",NA,"Twitter for Android","MkMukeshmook","637","TRUE","FALSE" +"3056","3056","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:34:01","FALSE",NA,"801343032041869312",NA,"Twitter for Android","ipratikshukla","32","TRUE","FALSE" +"3057","3057","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:33:49","FALSE",NA,"801342982716817408",NA,"Twitter for Android","BibiPakhii","132","TRUE","FALSE" +"3058","3058","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:33:47","FALSE",NA,"801342970737946624",NA,"Twitter Web Client","311mg","637","TRUE","FALSE" +"3059","3059","RT @nvmehra: #Kejriwal is a greater danger than #Naxalites and black marketeers. #demonetization https://t.co/yjYgoHq5eO","FALSE","0",NA,"2016-11-23 08:33:42","FALSE",NA,"801342950441619456",NA,"Twitter Web Client","nvmehra","2","TRUE","FALSE" +"3060","3060","#Breaking : Blow for #blackmoney hoarders, #Swiss #Bank to share info on Indian A/C holders https://t.co/0cpaK7NfuJ� https://t.co/WUy1x6Snvs","FALSE","0",NA,"2016-11-23 08:32:54","TRUE",NA,"801342747990966272",NA,"Hootsuite","banknomics","0","FALSE","FALSE" +"3061","3061","#Demonetization: #NABARD sanctions Rs 21,000 cr to district central for Free Trial Missed Call at 8306308308� https://t.co/UR6aGXaedv","FALSE","0",NA,"2016-11-23 08:32:43","TRUE",NA,"801342703502061568",NA,"Twitter Web Client","anushkapandit50","0","FALSE","FALSE" +"3062","3062","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:32:39","FALSE",NA,"801342688368988160",NA,"Twitter for Android","iyernbk","16","TRUE","FALSE" +"3063","3063","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:32:37","FALSE",NA,"801342678373990400",NA,"Twitter for Android","arpitsizzle","637","TRUE","FALSE" +"3064","3064","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:32:33","FALSE",NA,"801342661567414272",NA,"Twitter for Android","iyernbk","14","TRUE","FALSE" +"3065","3065","RT @Ateendriyo: Everyone that disagrees with you is not your enemy. Before calling everyone unhappy with #Demonetization corrupt and dalaal�","FALSE","0",NA,"2016-11-23 08:32:31","FALSE",NA,"801342655212978176",NA,"Twitter Web Client","srini_hariharan","5","TRUE","FALSE" +"3066","3066","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:32:08","FALSE",NA,"801342555187187712",NA,"Mobile Web (M5)","zutshisanjay","47","TRUE","FALSE" +"3067","3067","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:31:56","FALSE",NA,"801342506080337920",NA,"Twitter for Android","DrMdQaiserImam2","71","TRUE","FALSE" +"3068","3068","Demonetization to adversely affect Kerala's economic growth: Thomas Isaac +#Demonetization #Kerala +https://t.co/Nk72cr8Iec","FALSE","0",NA,"2016-11-23 08:31:55","FALSE",NA,"801342504457146368",NA,"TweetDeck","manoramaonline","0","FALSE","FALSE" +"3069","3069","Demonetization to adversely affect Kerala's economic growth: Thomas Isaac +#Demonetization #Kerala +https://t.co/0j1HffjR0q","FALSE","0",NA,"2016-11-23 08:31:55","FALSE",NA,"801342504352227328",NA,"TweetDeck","OnmanoramaLive","0","FALSE","FALSE" +"3070","3070","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:31:48","FALSE",NA,"801342473847078912",NA,"Mobile Web (M5)","twisted4fun","44","TRUE","FALSE" +"3071","3071","The traders should stop trading in cash to block black money in the system. For every 100 rs purchase bill to be issued. #demonetization","FALSE","0",NA,"2016-11-23 08:31:43","FALSE",NA,"801342451105546240",NA,"Twitter for Android","pk__sa__n","0","FALSE","FALSE" +"3072","3072","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:31:40","FALSE",NA,"801342437964861440",NA,"Twitter Web Client","shrths","637","TRUE","FALSE" +"3073","3073","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/KnB6xob9Br by #DG_PIB via @c0nvey","FALSE","0",NA,"2016-11-23 08:31:31","FALSE",NA,"801342400446791680",NA,"Put your button on any page! ","banerjeeutsavdr","0","FALSE","FALSE" +"3074","3074","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:31:30","FALSE",NA,"801342399385653248",NA,"Twitter for Android","arviendvaghela","71","TRUE","FALSE" +"3075","3075","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 08:31:04","FALSE",NA,"801342288811200512",NA,"Twitter for Android","Vitthaal","9","TRUE","FALSE" +"3076","3076","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:30:59","FALSE",NA,"801342267483193344",NA,"Twitter for Android","naveenjangra30","275","TRUE","FALSE" +"3077","3077","Don't find an acceptable reason for not speaking in Parliament on #Demonetization...His Highness is shying more than a newly wed Bride.","FALSE","0",NA,"2016-11-23 08:30:57","FALSE",NA,"801342259702677504",NA,"Facebook","Lateev_Beg","0","FALSE","FALSE" +"3078","3078","RT @peter_vas: #Demonetization is a great leveler; The quota that mushroomed for wealthy in the light of the caste quota that took away, ha�","FALSE","0",NA,"2016-11-23 08:30:45","FALSE",NA,"801342210151215104",NA,"Twitter Web Client","mjdv3","3","TRUE","FALSE" +"3079","3079","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 08:30:35","FALSE",NA,"801342166694002688",NA,"Twitter for Android","GJ12ANKIT","10","TRUE","FALSE" +"3080","3080","Learn all about Micro-ATMs here. https://t.co/UWl827uiTI #Demonetization #CashCrunch","FALSE","0",NA,"2016-11-23 08:30:24","FALSE",NA,"801342119931760640",NA,"Hootsuite","BankBazaar","0","FALSE","FALSE" +"3081","3081","Everyone that disagrees with you is not your enemy. Before calling everyone unhappy with #Demonetization corrupt and dalaal, think!","FALSE","6",NA,"2016-11-23 08:30:01","FALSE",NA,"801342022988824576",NA,"Twitter for Android","Ateendriyo","5","FALSE","FALSE" +"3082","3082","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:29:37","FALSE",NA,"801341922333888512",NA,"Twitter for iPhone","vicky20680","36","TRUE","FALSE" +"3083","3083","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:29:32","FALSE",NA,"801341904780718080",NA,"Twitter for iPhone","Samir__Ag","33","TRUE","FALSE" +"3084","3084","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:29:17","FALSE",NA,"801341839970304000",NA,"Twitter for iPhone","manoj_sorathiya","16","TRUE","FALSE" +"3085","3085","And not to mention about world records for queues.... RT @centerofright: #DeMonetization - Finally (cont) https://t.co/y1O4ghuhyS","FALSE","0",NA,"2016-11-23 08:29:14","FALSE",NA,"801341826481451008",NA,"TweetCaster for Android","astrostation","0","FALSE","FALSE" +"3086","3086","@nivie Death happened-Fact .It happened in the queue -Co-incidental. Dont link death with #Demonetization . @salonishuklaET","FALSE","0","nivie","2016-11-23 08:29:11","FALSE","801337312353382400","801341816197025792","34356916","Twitter for Android","LastBench_","0","FALSE","FALSE" +"3087","3087","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:28:40","FALSE",NA,"801341683690508288",NA,"Twitter for Android","choopBudbak","637","TRUE","FALSE" +"3088","3088","@girishkuber criticises govt everyday on #Demonetization even though world knows long term benefits & we need to believe he is economist","FALSE","2","girishkuber","2016-11-23 08:28:36","FALSE","801320943201189888","801341666833600512","45570321","Twitter for iPhone","rohit_khadkikar","0","FALSE","FALSE" +"3089","3089","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:28:20","FALSE",NA,"801341599104045056",NA,"Twitter for iPhone","shailendra1212","16","TRUE","FALSE" +"3090","3090","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:28:14","FALSE",NA,"801341574852542464",NA,"Twitter for Android","prashar27","275","TRUE","FALSE" +"3091","3091","Black money generators are in small/medium level traders too. We don't get bill for purchase of rice,dhall etc worth 1000 rs.#demonetization","FALSE","0",NA,"2016-11-23 08:28:04","FALSE",NA,"801341535270924288",NA,"Twitter for Android","pk__sa__n","0","FALSE","FALSE" +"3092","3092","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:27:48","FALSE",NA,"801341468073979904",NA,"Twitter for Android","vaidyabr","637","TRUE","FALSE" +"3093","3093","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:27:45","FALSE",NA,"801341452307599360",NA,"Mobile Web (M5)","ArunDhamija","71","TRUE","FALSE" +"3094","3094","RT @aapakhi: With the failure of #Demonetization indians getting loss of trust in present government +@ArvindKejriwal +@AnkitLal +https://t.�","FALSE","0",NA,"2016-11-23 08:27:18","FALSE",NA,"801341339833106432",NA,"Twitter for Android","anjaniward184","1","TRUE","FALSE" +"3095","3095","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:27:17","FALSE",NA,"801341338230910976",NA,"Twitter for Android","CAhardikparikh","16","TRUE","FALSE" +"3096","3096","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:27:08","FALSE",NA,"801341296753463296",NA,"Twitter for iPad","RomeshNadir","44","TRUE","FALSE" +"3097","3097","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:26:53","FALSE",NA,"801341235080396800",NA,"Twitter for Android","yaajushi","19","TRUE","FALSE" +"3098","3098","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 08:26:43","FALSE",NA,"801341193690955776",NA,"Twitter Web Client","AnchanLata","57","TRUE","FALSE" +"3099","3099","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:26:38","FALSE",NA,"801341173646364672",NA,"Twitter for Android","yaajushi","14","TRUE","FALSE" +"3100","3100","New vehicles to have ETC-compliant RFID facility for digital deduction of charges at toll plazas: DEA Secy� https://t.co/H5CusNP3po","FALSE","3",NA,"2016-11-23 08:26:32","TRUE",NA,"801341147184594944",NA,"Twitter for iPhone","NewspointTv","9","FALSE","FALSE" +"3101","3101","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:26:23","FALSE",NA,"801341109020528640",NA,"Twitter for Android","yaajushi","20","TRUE","FALSE" +"3102","3102","#DeMonetization : +1946 - SardarPatel +1978 - MorarjiDesai +2016 - NarendraModi +Common factor?! +- #Congress not in power +- All 3 Gujjus +#think","FALSE","4",NA,"2016-11-23 08:26:17","FALSE",NA,"801341086450978816",NA,"Twitter for Android","vikingthakkar","0","FALSE","FALSE" +"3103","3103","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:26:06","FALSE",NA,"801341039369920512",NA,"Mobile Web (M5)","swayamsevak666","47","TRUE","FALSE" +"3104","3104","RT @LocalPressCo: 86% of Indians from both rural & urban areas support #demonetization, feel it was worth the inconvenience https://t.co/60�","FALSE","0",NA,"2016-11-23 08:25:56","FALSE",NA,"801340995258449920",NA,"Twitter Web Client","gautam4783","1","TRUE","FALSE" +"3105","3105","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:25:55","FALSE",NA,"801340993081638912",NA,"Twitter for Android","login2bigbang","637","TRUE","FALSE" +"3106","3106","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:25:55","FALSE",NA,"801340992242745344",NA,"Twitter for Android","kuldeeptomer","637","TRUE","FALSE" +"3107","3107","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:25:52","FALSE",NA,"801340981912158208",NA,"Twitter for Android","Modimay12","44","TRUE","FALSE" +"3108","3108","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:25:50","FALSE",NA,"801340972068196352",NA,"Twitter for Android","RatanSharda55","47","TRUE","FALSE" +"3109","3109","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:25:46","FALSE",NA,"801340956322791424",NA,"Twitter for Android","bhs7rocks","16","TRUE","FALSE" +"3110","3110","86% of Indians from both rural & urban areas support #demonetization, feel it was worth the inconvenience https://t.co/60BAUHiMwn #india","FALSE","2",NA,"2016-11-23 08:25:36","FALSE",NA,"801340912861376512",NA,"Twitter Web Client","LocalPressCo","1","FALSE","FALSE" +"3111","3111","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:25:32","FALSE",NA,"801340894259675136",NA,"Mobile Web (M5)","proud_indian5","32","TRUE","FALSE" +"3112","3112","With the failure of #Demonetization indians getting loss of trust in present government +@ArvindKejriwal +@AnkitLal +https://t.co/20FjKclY7p","FALSE","1",NA,"2016-11-23 08:25:28","FALSE",NA,"801340877436256256",NA,"Twitter for Android","aapakhi","1","FALSE","FALSE" +"3113","3113","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:25:23","FALSE",NA,"801340860440936448",NA,"Mobile Web (M5)","twisted4fun","32","TRUE","FALSE" +"3114","3114","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:25:21","FALSE",NA,"801340849221238784",NA,"Twitter for iPhone","ilovedirestrait","16","TRUE","FALSE" +"3115","3115","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/zK0czGpyxW by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 08:25:18","FALSE",NA,"801340836608954368",NA,"Put your button on any page! ","pranavsharma06","0","FALSE","FALSE" +"3116","3116","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 08:25:18","FALSE",NA,"801340836344688640",NA,"Mobile Web (M5)","twisted4fun","9","TRUE","FALSE" +"3117","3117","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:25:13","FALSE",NA,"801340815738028032",NA,"Twitter for iPhone","jthuvana","637","TRUE","FALSE" +"3118","3118","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:25:06","FALSE",NA,"801340787644649472",NA,"Mobile Web (M5)","twisted4fun","36","TRUE","FALSE" +"3119","3119","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:24:58","FALSE",NA,"801340754568314880",NA,"Twitter for Android","pathakgp","637","TRUE","FALSE" +"3120","3120","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/5f7yGJdaLc by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 08:24:55","FALSE",NA,"801340739766616064",NA,"Put your button on any page! ","kumar_dikpal","0","FALSE","FALSE" +"3121","3121","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:24:50","FALSE",NA,"801340718841204736",NA,"Twitter for Android","iyernbk","33","TRUE","FALSE" +"3122","3122","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:24:45","FALSE",NA,"801340699295830016",NA,"Twitter for Android","iyernbk","19","TRUE","FALSE" +"3123","3123","#Kolkatta being major center for recycling of #blackmoney, we (@narendramodi ) know why @MamataOfficial is opposing #Demonetization.","FALSE","3",NA,"2016-11-23 08:24:43","FALSE",NA,"801340690416496640",NA,"Twitter for Android","gopalkagarwal","1","FALSE","FALSE" +"3124","3124","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-23 08:24:20","FALSE",NA,"801340594861838336",NA,"Twitter for iPhone","dipakmahajan5","29","TRUE","FALSE" +"3125","3125","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:24:14","FALSE",NA,"801340569125535744",NA,"Twitter for Android","sudheerb2000","637","TRUE","FALSE" +"3126","3126","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:24:06","FALSE",NA,"801340534614851584",NA,"Twitter for Android","aahannya","637","TRUE","FALSE" +"3127","3127","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:23:59","FALSE",NA,"801340507527987200",NA,"Twitter for Android","geesudhas","32","TRUE","FALSE" +"3128","3128","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:23:31","FALSE",NA,"801340389378625536",NA,"Twitter for Android","hemakini","32","TRUE","FALSE" +"3129","3129","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:23:30","FALSE",NA,"801340385763229696",NA,"Twitter for Android","shekharsain1","71","TRUE","FALSE" +"3130","3130","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:23:13","FALSE",NA,"801340313566642176",NA,"TweetDeck","MukulAgarwal66","32","TRUE","FALSE" +"3131","3131","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:23:02","FALSE",NA,"801340266774925312",NA,"Twitter for Android","arvindmerwade","637","TRUE","FALSE" +"3132","3132","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/IJrLHRcQGq by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 08:23:02","FALSE",NA,"801340266649161728",NA,"Put your button on any page! ","HMHarshMaheta","0","FALSE","FALSE" +"3133","3133","Samajwadi Party Joins the foolhardy #Demonetization #MamtaKejriXposed https://t.co/AcYrXWX2Ss","FALSE","0",NA,"2016-11-23 08:22:52","FALSE",NA,"801340226107035648",NA,"Twitter for Android","hypocrite_anti","0","FALSE","FALSE" +"3134","3134","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/GGCtwLN8P0 by #FinMinIndia via @c0nvey","FALSE","0",NA,"2016-11-23 08:22:50","FALSE",NA,"801340215629643776",NA,"Put your button on any page! ","Aakash_Singh34","0","FALSE","FALSE" +"3135","3135","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 08:22:49","FALSE",NA,"801340213498880000",NA,"Twitter for Android","ramsarswat16","27","TRUE","FALSE" +"3136","3136","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:22:47","FALSE",NA,"801340203197722624",NA,"Twitter Web Client","BansodSada","132","TRUE","FALSE" +"3137","3137","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:22:39","FALSE",NA,"801340172235341824",NA,"Twitter for Android","freemind00786","16","TRUE","FALSE" +"3138","3138","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:22:17","FALSE",NA,"801340077972529152",NA,"Twitter for iPhone","chomal_vikas","275","TRUE","FALSE" +"3139","3139","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:21:18","FALSE",NA,"801339830219182080",NA,"Twitter for Windows","BansaNirmal","105","TRUE","FALSE" +"3140","3140","RT @nivie: Hard to believe some justify deaths due to poor #demonetization implementation as something a nation of 1.2b can overlook for gr�","FALSE","0",NA,"2016-11-23 08:21:16","FALSE",NA,"801339824363937792",NA,"Twitter for iPhone","salonishuklaET","2","TRUE","FALSE" +"3141","3141","@ArvindKejriwal please stop hating ... Frustrated at your posts .. cant tolerate such ignorance.. tell ppl the benefits of #Demonetization","FALSE","0","ArvindKejriwal","2016-11-23 08:21:09","FALSE","801032427325902848","801339793552576512","405427035","Twitter for Android","srikkar","0","FALSE","FALSE" +"3142","3142","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:21:01","FALSE",NA,"801339757968113664",NA,"Twitter for Android","viralvm69","105","TRUE","FALSE" +"3143","3143","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:20:51","FALSE",NA,"801339715903455232",NA,"Twitter for iPhone","5500Bhupi","275","TRUE","FALSE" +"3144","3144","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:20:45","FALSE",NA,"801339692759257088",NA,"Twitter for iPhone","NareshMelbourne","637","TRUE","FALSE" +"3145","3145","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:20:42","FALSE",NA,"801339680923021312",NA,"Twitter for Android","Sh07509514","33","TRUE","FALSE" +"3146","3146",". @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization issue.","FALSE","0",NA,"2016-11-23 08:20:37","FALSE",NA,"801339658638684160",NA,"Twitter for Android","Foxinson","0","FALSE","FALSE" +"3147","3147","RT @myvotetoday: #NetasCASHin #DeMonetization #19PakisGoToHoors #IndiaKaDil #NoMoreITALYMafia #SYL +. +VoteHere https://t.co/pPYE�","FALSE","0",NA,"2016-11-23 08:20:21","FALSE",NA,"801339591965966336",NA,"Twitter for Android","dsmagar95","1","TRUE","FALSE" +"3148","3148","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:19:53","FALSE",NA,"801339473653071872",NA,"Twitter for Android","belvinvaz","71","TRUE","FALSE" +"3149","3149","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:19:42","FALSE",NA,"801339428698517504",NA,"Twitter for Android","shivaji_1983","275","TRUE","FALSE" +"3150","3150","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:19:29","FALSE",NA,"801339372427767808",NA,"Twitter for iPhone","irighty007","32","TRUE","FALSE" +"3151","3151","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:19:18","FALSE",NA,"801339325824770048",NA,"Twitter for iPhone","Himansh29466255","105","TRUE","FALSE" +"3152","3152","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:18:31","FALSE",NA,"801339128998756352",NA,"Twitter for Windows","NilanjanS","32","TRUE","FALSE" +"3153","3153","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:18:18","FALSE",NA,"801339074191749120",NA,"Twitter for iPhone","vaibhavmlhtr","105","TRUE","FALSE" +"3154","3154","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:18:08","FALSE",NA,"801339034614239232",NA,"Twitter Web Client","GRajamohan","275","TRUE","FALSE" +"3155","3155","#demonetization could doom Indian economy + +https://t.co/nhukJb0z6L","FALSE","0",NA,"2016-11-23 08:17:48","FALSE",NA,"801338949453156352",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"3156","3156","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:17:45","FALSE",NA,"801338935536402432",NA,"Twitter for Android","gksid12","132","TRUE","FALSE" +"3157","3157","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:17:40","FALSE",NA,"801338915235962880",NA,"Twitter for iPhone","shailendra1212","44","TRUE","FALSE" +"3158","3158","#finance RT PIB_India: Watch briefing on #Demonetization by DEA Secy DasShaktikanta this morning here: +https://t.co/ZRputefEDf","FALSE","0",NA,"2016-11-23 08:17:38","FALSE",NA,"801338907220701184",NA,"IFTTT","Financenew2016","0","FALSE","FALSE" +"3159","3159","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:17:29","FALSE",NA,"801338872332435456",NA,"Twitter for Android","WadehraRajiv","275","TRUE","FALSE" +"3160","3160","RT PIB_India: Watch briefing on #Demonetization by DEA Secy DasShaktikanta this morning here: +https://t.co/PQnmEudxPF","FALSE","0",NA,"2016-11-23 08:17:29","FALSE",NA,"801338869748744192",NA,"IFTTT","bhavesh_khona","0","FALSE","FALSE" +"3161","3161","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 08:17:29","FALSE",NA,"801338868628934656",NA,"Twitter for Android","akshaychandorka","13","TRUE","FALSE" +"3162","3162","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 08:17:29","FALSE",NA,"801338868586971136",NA,"Twitter for Android","akshaychandorka","15","TRUE","FALSE" +"3163","3163","Education without purpose has no meaning + +We have a chaiwala making India digital + +And + +An IIT Engineer opposing it #demonetization","FALSE","0",NA,"2016-11-23 08:17:26","FALSE",NA,"801338858092843008",NA,"Twitter for Windows Phone","AnnuragDagar","0","FALSE","FALSE" +"3164","3164","What happens to all the ""genuine"" ads online that showcase 1000/500rupee notes and say, here's this guy earning 10000/day :| #demonetization","FALSE","0",NA,"2016-11-23 08:17:21","FALSE",NA,"801338837939191808",NA,"Twitter Web Client","Sarcas_Tech","0","FALSE","FALSE" +"3165","3165","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 08:17:16","FALSE",NA,"801338817823248384",NA,"Twitter for Android","akshaychandorka","18","TRUE","FALSE" +"3166","3166","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 08:17:12","FALSE",NA,"801338797736738816",NA,"Twitter for Android","akshaychandorka","15","TRUE","FALSE" +"3167","3167","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:17:11","FALSE",NA,"801338793542422528",NA,"Twitter for Android","akshaychandorka","20","TRUE","FALSE" +"3168","3168","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 08:17:07","FALSE",NA,"801338778304606208",NA,"Twitter Web Client","Abhishek_Rai","48","TRUE","FALSE" +"3169","3169","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:17:05","FALSE",NA,"801338768011751424",NA,"Twitter for Android","prameshjain12","105","TRUE","FALSE" +"3170","3170","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:17:01","FALSE",NA,"801338752899620864",NA,"Twitter for Android","beingsafdar","132","TRUE","FALSE" +"3171","3171","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:16:58","FALSE",NA,"801338740136378368",NA,"Twitter for Android","ArikGandhi","105","TRUE","FALSE" +"3172","3172","#demonetization could doom Indian economy. + ","FALSE","0",NA,"2016-11-23 08:16:53","FALSE",NA,"801338720804806656",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"3173","3173","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:16:52","FALSE",NA,"801338715834564608",NA,"Twitter for Android","akshaychandorka","14","TRUE","FALSE" +"3174","3174","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:16:49","FALSE",NA,"801338701787889664",NA,"Twitter for Android","akshaychandorka","16","TRUE","FALSE" +"3175","3175","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:16:43","FALSE",NA,"801338676601036800",NA,"Twitter Web Client","GargaC","16","TRUE","FALSE" +"3176","3176","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:16:43","FALSE",NA,"801338676559179776",NA,"TweetDeck","akgoyal","32","TRUE","FALSE" +"3177","3177","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:16:40","FALSE",NA,"801338664030765056",NA,"Twitter for Android","akshaychandorka","15","TRUE","FALSE" +"3178","3178","RT @OnmanoramaLive: Rahul takes on Modi, says even Jaitley kept in the dark on #demonetization + +Read more at: https://t.co/7hw3DGQdHV","FALSE","0",NA,"2016-11-23 08:16:35","FALSE",NA,"801338643763892224",NA,"Twitter for Android","ManthanDOC","1","TRUE","FALSE" +"3179","3179","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:16:34","FALSE",NA,"801338639070461952",NA,"Twitter for Android","akshaychandorka","19","TRUE","FALSE" +"3180","3180","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:16:21","FALSE",NA,"801338583651127296",NA,"Twitter for Android","aniruddrao","637","TRUE","FALSE" +"3181","3181","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:16:18","FALSE",NA,"801338572200669184",NA,"Twitter for Android","Bijaysa76205249","637","TRUE","FALSE" +"3182","3182","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:16:12","FALSE",NA,"801338547156422656",NA,"Twitter for Android","Prateek___Kumar","275","TRUE","FALSE" +"3183","3183","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:16:04","FALSE",NA,"801338513321054208",NA,"Twitter for Android","_raja_babu","637","TRUE","FALSE" +"3184","3184","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:16:01","FALSE",NA,"801338499769188352",NA,"Twitter for Android","RkshuklaJ","637","TRUE","FALSE" +"3185","3185","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 08:15:52","FALSE",NA,"801338461915676672",NA,"Twitter for Android","ramjikr","1057","TRUE","FALSE" +"3186","3186","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:15:47","FALSE",NA,"801338443125157888",NA,"Twitter Web Client","FinMinIndia","105","TRUE","FALSE" +"3187","3187","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:15:47","FALSE",NA,"801338441392910336",NA,"Twitter Web Client","treebeard31","32","TRUE","FALSE" +"3188","3188","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:15:27","FALSE",NA,"801338356902858752",NA,"Twitter Web Client","vsengupta","16","TRUE","FALSE" +"3189","3189","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:15:24","FALSE",NA,"801338345662070784",NA,"Twitter Web Client","atlantesindia","36","TRUE","FALSE" +"3190","3190","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:15:19","FALSE",NA,"801338323130286080",NA,"TweetCaster for Android","WhosTruthAnyway","32","TRUE","FALSE" +"3191","3191","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:15:13","FALSE",NA,"801338300598484992",NA,"Twitter Web Client","nandigaumata","637","TRUE","FALSE" +"3192","3192","'Joined the line of Opposition MPs demonstrating solidarity on #demonetization' https://t.co/A4NgHepZ38","FALSE","0",NA,"2016-11-23 08:15:10","FALSE",NA,"801338288871239680",NA,"Twitter Web Client","channelrt","0","FALSE","FALSE" +"3193","3193","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:14:57","FALSE",NA,"801338231950295040",NA,"Twitter Web Client","karthik_k86","275","TRUE","FALSE" +"3194","3194","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:14:53","FALSE",NA,"801338216854994944",NA,"Twitter for Android","B_Swaraj","637","TRUE","FALSE" +"3195","3195","RT @airnewsalerts: Central team visits #Telangana to assess situation in context of #demonetization.","FALSE","0",NA,"2016-11-23 08:14:42","FALSE",NA,"801338168914092032",NA,"Twitter for Windows","Click2Amit","4","TRUE","FALSE" +"3196","3196","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:14:34","FALSE",NA,"801338134826979328",NA,"Twitter for iPhone","alamgirizvi","132","TRUE","FALSE" +"3197","3197","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:14:27","FALSE",NA,"801338106242854912",NA,"Twitter for Android","pappujk78","71","TRUE","FALSE" +"3198","3198","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:14:24","FALSE",NA,"801338095215976448",NA,"Twitter for Android","LillyMaryPinto","637","TRUE","FALSE" +"3199","3199","@AshokChoudhaary @OfficeOfRG @digvijaya_28 effect of #Demonetization + +A black money holder waiting for his turn https://t.co/AchoqlMovK","FALSE","0","AshokChoudhaary","2016-11-23 08:14:23","FALSE",NA,"801338089344028672","1367063252","Twitter for Android","lwreza","0","FALSE","FALSE" +"3200","3200","RT @MahikaInfra: @narendramodi +@Swamy39 +The success of #Demonetization will depend on how swiftly govt replenish the currency + +Pls avoid Ba�","FALSE","0",NA,"2016-11-23 08:14:22","FALSE",NA,"801338086395351040",NA,"Twitter for iPad","vijayinder_vats","53","TRUE","FALSE" +"3201","3201","Rahul takes on Modi, says even Jaitley kept in the dark on #demonetization + +Read more at: https://t.co/7hw3DGQdHV","FALSE","0",NA,"2016-11-23 08:13:58","FALSE",NA,"801337986285707264",NA,"TweetDeck","OnmanoramaLive","1","FALSE","FALSE" +"3202","3202","Rahul takes on Modi, says even Jaitley kept in the dark on #demonetization + +Read more at: https://t.co/cji1df8DyG","FALSE","1",NA,"2016-11-23 08:13:58","FALSE",NA,"801337986256347136",NA,"TweetDeck","manoramaonline","0","FALSE","FALSE" +"3203","3203","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:13:55","FALSE",NA,"801337973388247040",NA,"Twitter for Android","Trivedi9harshit","275","TRUE","FALSE" +"3204","3204","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:13:53","FALSE",NA,"801337963183476736",NA,"Twitter for Android","sajeev_gopi","16","TRUE","FALSE" +"3205","3205","RT @bsindia: Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","0",NA,"2016-11-23 08:13:41","FALSE",NA,"801337912520540160",NA,"Twitter for iPhone","Sadafsayeed","16","TRUE","FALSE" +"3206","3206","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:13:30","FALSE",NA,"801337867003981824",NA,"Twitter for Android","lokeshbharadwaj","47","TRUE","FALSE" +"3207","3207","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:13:27","FALSE",NA,"801337856476254208",NA,"Twitter for iPhone","srajorakgp","637","TRUE","FALSE" +"3208","3208","Unable to withdraw money for exam fees, teen hangs himself #Demonetization +https://t.co/2IiIELPLlf https://t.co/mMgPS675Uo","FALSE","11",NA,"2016-11-23 08:13:27","FALSE",NA,"801337856186863616",NA,"TweetDeck","bsindia","16","FALSE","FALSE" +"3209","3209","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:13:23","FALSE",NA,"801337839619375104",NA,"TweetCaster for Android","WhosTruthAnyway","8","TRUE","FALSE" +"3210","3210","#Demonetization no worries because @FreeCharge wallet is always there for me!! +�#20KonFreecharge","FALSE","0",NA,"2016-11-23 08:13:23","FALSE",NA,"801337836746240000",NA,"Twitter for Android","SutariaDipen","0","FALSE","FALSE" +"3211","3211","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:13:21","FALSE",NA,"801337830979026944",NA,"Twitter Web Client","DipendraDipzo","32","TRUE","FALSE" +"3212","3212","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:13:17","FALSE",NA,"801337812188598272",NA,"Twitter for iPhone","moin2_k","71","TRUE","FALSE" +"3213","3213","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:13:14","FALSE",NA,"8.01337801728e+17",NA,"Twitter for Android","ManishJagtap07","33","TRUE","FALSE" +"3214","3214","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 08:13:03","FALSE",NA,"801337753455783936",NA,"Twitter Web Client","DipendraDipzo","9","TRUE","FALSE" +"3215","3215","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:12:56","FALSE",NA,"801337725781733376",NA,"Twitter Web Client","IamLingaa","32","TRUE","FALSE" +"3216","3216","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:12:04","FALSE",NA,"801337505199091712",NA,"Twitter for Android","ManthanDOC","275","TRUE","FALSE" +"3217","3217","When Airtel deducts ur Rs.30 u go mad at them! + +Kejri & Mamta has lost thousands of crores and u want then to keep calm? +#Demonetization","FALSE","7",NA,"2016-11-23 08:11:35","FALSE",NA,"801337383811743744",NA,"Twitter for Android","anshul_dave","2","FALSE","FALSE" +"3218","3218","@DineshR1511 they're under the wrong impression that Govt will roll back #demonetization, by doing all these dramas.","FALSE","3","DineshR1511","2016-11-23 08:11:27","FALSE","801336634042159104","801337353876992000","2517245875","Twitter for BlackBerry","Blunt_Tinku14","2","FALSE","FALSE" +"3219","3219","Hard to believe some justify deaths due to poor #demonetization implementation as something a nation of 1.2b can overlook for greater good.","FALSE","3",NA,"2016-11-23 08:11:18","FALSE",NA,"801337312353382400",NA,"Twitter for Android","nivie","2","FALSE","FALSE" +"3220","3220","RT @centerofright: #DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens�","FALSE","0",NA,"2016-11-23 08:11:09","FALSE",NA,"801337278236913664",NA,"TweetDeck","ranganaathan","32","TRUE","FALSE" +"3221","3221","#DeMonetization - Finally - No country at such a large scale has gone ahead with such a move. Give it to all us citizens who bore the pain","FALSE","26","centerofright","2016-11-23 08:10:54","FALSE","801336667923685376","801337215209078784","23095992","Twitter for iPhone","centerofright","32","FALSE","FALSE" +"3222","3222","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:10:52","FALSE",NA,"801337206552068096",NA,"Twitter for Android","deepakrwagh2002","36","TRUE","FALSE" +"3223","3223","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:10:41","FALSE",NA,"801337160054042624",NA,"Twitter for Android","deepakrwagh2002","8","TRUE","FALSE" +"3224","3224","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 08:10:27","FALSE",NA,"801337098469081088",NA,"Twitter for Android","deepakrwagh2002","9","TRUE","FALSE" +"3225","3225","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:10:22","FALSE",NA,"801337081192660992",NA,"Twitter for Android","DhyanGupta","47","TRUE","FALSE" +"3226","3226","@minimathur @RanaAyyub TIGHT SLAP on these dynasty nourishers. C-Voter pulse poll on #demonetization https://t.co/2qGBFx3EJw","FALSE","0","minimathur","2016-11-23 08:10:11","FALSE","801028937149284352","801337034216448000","58761257","Twitter Web Client","vscheruvu","0","FALSE","FALSE" +"3227","3227","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:10:09","FALSE",NA,"801337024284413952",NA,"Twitter Web Client","jaggu916","8","TRUE","FALSE" +"3228","3228","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:10:02","FALSE",NA,"801336997059198976",NA,"Twitter Web Client","jaggu916","33","TRUE","FALSE" +"3229","3229","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:09:55","FALSE",NA,"801336966679842816",NA,"Twitter for Android","lrsingh2004","637","TRUE","FALSE" +"3230","3230","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:09:48","FALSE",NA,"801336936573136896",NA,"Twitter for Android","rkdagar","637","TRUE","FALSE" +"3231","3231","RT @centerofright: #DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with s�","FALSE","0",NA,"2016-11-23 08:09:39","FALSE",NA,"801336898337861632",NA,"Twitter for Android","nkumar_","9","TRUE","FALSE" +"3232","3232","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:09:37","FALSE",NA,"801336891438231552",NA,"Twitter for Android","nkumar_","8","TRUE","FALSE" +"3233","3233","Interesting!!! But not a surprise I guess! Need to check data in retrospection i guess! #Demonetization #BlackMoney https://t.co/g6ZqDaKKec","FALSE","0",NA,"2016-11-23 08:09:28","FALSE",NA,"801336854167646208",NA,"Twitter for iPhone","pinaki_dasgupta","1","FALSE","FALSE" +"3234","3234","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:09:25","FALSE",NA,"801336839676325888",NA,"Twitter for Android","lokeshbharadwaj","44","TRUE","FALSE" +"3235","3235","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:09:22","FALSE",NA,"801336829148622848",NA,"Twitter for Android","negiravindra","637","TRUE","FALSE" +"3236","3236","#Chakrapani's #Datacard gives the numbers on #Demonetization and how the #Digital transformation is a pipe dream https://t.co/cC962zlJVv","FALSE","2",NA,"2016-11-23 08:09:01","FALSE",NA,"801336741282070528",NA,"Twitter Web Client","RKRadhakrishn","1","FALSE","FALSE" +"3237","3237","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 08:08:51","FALSE",NA,"801336696247828480",NA,"Twitter for Android","yogye","15","TRUE","FALSE" +"3238","3238","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:08:46","FALSE",NA,"801336677868437504",NA,"Twitter for iPhone","ilovedirestrait","637","TRUE","FALSE" +"3239","3239","#DeMonetization - it will always be Vision 2020 in hindsight - many things could hv been done better. it was done with secrecy,hence prickly","FALSE","7","centerofright","2016-11-23 08:08:44","FALSE","801336076203913216","801336667923685376","23095992","Twitter for iPhone","centerofright","9","FALSE","FALSE" +"3240","3240","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:08:40","FALSE",NA,"801336650005626880",NA,"Twitter for Android","akshaysince1987","275","TRUE","FALSE" +"3241","3241","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 08:08:34","FALSE",NA,"801336626442076160",NA,"Twitter for iPhone","BnBagul","11","TRUE","FALSE" +"3242","3242","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:08:18","FALSE",NA,"801336559526092800",NA,"TweetCaster for Android","WhosTruthAnyway","19","TRUE","FALSE" +"3243","3243","Narendra Modi PMO India Arun Jaitley SAY NO to Rollback of #Demonetization , yes we need better implementation... https://t.co/bv9eIUXlNn","FALSE","0",NA,"2016-11-23 08:08:08","FALSE",NA,"801336516828139520",NA,"Facebook","sailesh2000","0","FALSE","FALSE" +"3244","3244","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:08:06","FALSE",NA,"801336506946322432",NA,"Twitter for Android","akshaychandorka","637","TRUE","FALSE" +"3245","3245","@Swamy39 Why is New18 saying there are 70 deaths due to #demonetization? Who investigated? https://t.co/4TIEx29oE0","FALSE","0","Swamy39","2016-11-23 08:07:51","FALSE",NA,"801336446435131392","60937837","Twitter Web Client","Dhrashtu","0","FALSE","FALSE" +"3246","3246","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:07:42","FALSE",NA,"801336408371818496",NA,"Twitter for Android","_iamsanjiv_","637","TRUE","FALSE" +"3247","3247","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:07:33","FALSE",NA,"801336371365474304",NA,"Twitter for iPhone","siddhartha10","637","TRUE","FALSE" +"3248","3248","RT @centerofright: #DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black m�","FALSE","0",NA,"2016-11-23 08:07:30","FALSE",NA,"801336357557829632",NA,"Twitter for Android","SupriyaSehgal_3","8","TRUE","FALSE" +"3249","3249","@NitishKumar Stop this fence sitting exercise, Pl. make your stand clear on #Demonetization. Stop barking of old Sharad Yadav types","FALSE","0","NitishKumar","2016-11-23 08:07:26","FALSE",NA,"801336341313232896","143409075","Twitter for Windows Phone","shashwatabhisar","0","FALSE","FALSE" +"3250","3250","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:07:21","FALSE",NA,"801336320773812224",NA,"Twitter for Android","iyernbk","637","TRUE","FALSE" +"3251","3251","@arunjaitley I don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&will defuse disruption.","FALSE","0","arunjaitley","2016-11-23 08:07:19","FALSE",NA,"801336310845808640","2183816041","Twitter for Android","MalikFa11448077","0","FALSE","FALSE" +"3252","3252","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:07:04","FALSE",NA,"801336247394373632",NA,"Twitter for Android","d889e9b8440f4db","275","TRUE","FALSE" +"3253","3253","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 08:06:56","FALSE",NA,"801336214012002304",NA,"Twitter for Android","RajeshDChouhan","47","TRUE","FALSE" +"3254","3254","Goodness in demonetisation https://t.co/gWUclfEavF via @YourStoryCo +#demonetization #Namo","FALSE","1",NA,"2016-11-23 08:06:50","FALSE",NA,"801336191668940800",NA,"Twitter Web Client","letskarmyo","0","FALSE","FALSE" +"3255","3255","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:06:24","FALSE",NA,"801336082562502656",NA,"Twitter for Android","chakletchingum","637","TRUE","FALSE" +"3256","3256","#DeMonetization - Ppl are ready to give @narendramodi the 50 Days he asked for in the war against corruption and black money","FALSE","10","centerofright","2016-11-23 08:06:23","FALSE","801334743509897216","801336076203913216","23095992","Twitter for iPhone","centerofright","8","FALSE","FALSE" +"3257","3257","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:06:20","FALSE",NA,"801336062295609344",NA,"Twitter for Android","yelvee","16","TRUE","FALSE" +"3258","3258","helloooooo anyone listening??Polls from TOI,ZEE says people are supporting #demonetization.. What's ur prob dude� https://t.co/XnKgoZ44Y7","FALSE","0",NA,"2016-11-23 08:06:05","TRUE",NA,"801336002283499520",NA,"Twitter for Android","Subhashaggrawal","0","FALSE","FALSE" +"3259","3259","RT @airnewsalerts: Central team visits #Telangana to assess situation in context of #demonetization.","FALSE","0",NA,"2016-11-23 08:05:57","FALSE",NA,"801335966690590720",NA,"Twitter for Windows","Abhi_Pundit","4","TRUE","FALSE" +"3260","3260","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:05:57","FALSE",NA,"801335965960851456",NA,"Twitter for Android","prempoy30","275","TRUE","FALSE" +"3261","3261","RT @CMOMaharashtra: @mandybedi on Hon PM @narendramodi 's #demonetization decision ... https://t.co/j74RkdZRTO","FALSE","0",NA,"2016-11-23 08:05:53","FALSE",NA,"801335952782270464",NA,"Twitter for Android","akashsarraf21","144","TRUE","FALSE" +"3262","3262","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 08:05:46","FALSE",NA,"801335920783986688",NA,"Twitter for iPhone","jgdsavant","15","TRUE","FALSE" +"3263","3263","@sushmitadevmp Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding tat PM addr� https://t.co/xYNCLulFVR","FALSE","1","sushmitadevmp","2016-11-23 08:05:26","TRUE",NA,"801335836063240192","388724149","Twitter for Android","amiteshdubey","0","FALSE","FALSE" +"3264","3264","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:05:25","FALSE",NA,"801335833177583616",NA,"Twitter Web Client","DipendraDipzo","33","TRUE","FALSE" +"3265","3265","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:05:22","FALSE",NA,"801335821710270464",NA,"Mobile Web (M5)","MarathaBaan","33","TRUE","FALSE" +"3266","3266","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:05:16","FALSE",NA,"801335796297072640",NA,"Twitter for iPhone","JyotsnaVm","19","TRUE","FALSE" +"3267","3267","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:05:16","FALSE",NA,"801335796250935296",NA,"Twitter Web Client","DipendraDipzo","19","TRUE","FALSE" +"3268","3268","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:05:10","FALSE",NA,"801335771542253568",NA,"Twitter for iPhone","JyotsnaVm","33","TRUE","FALSE" +"3269","3269","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:05:08","FALSE",NA,"801335762226737152",NA,"Twitter for iPad","sarasunita","275","TRUE","FALSE" +"3270","3270","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:05:07","FALSE",NA,"801335758372171776",NA,"Twitter Web Client","DipendraDipzo","15","TRUE","FALSE" +"3271","3271","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 08:05:03","FALSE",NA,"801335742249242624",NA,"Twitter for Android","MrVVIPAK","44","TRUE","FALSE" +"3272","3272","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:05:00","FALSE",NA,"801335726780612608",NA,"Twitter Web Client","DipendraDipzo","16","TRUE","FALSE" +"3273","3273","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:04:54","FALSE",NA,"801335703045111808",NA,"Twitter Web Client","DipendraDipzo","14","TRUE","FALSE" +"3274","3274","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:04:53","FALSE",NA,"801335700704600064",NA,"Twitter for Android","rutdirectory","637","TRUE","FALSE" +"3275","3275","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:04:44","FALSE",NA,"801335663744483328",NA,"Twitter Web Client","DipendraDipzo","20","TRUE","FALSE" +"3276","3276","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 08:04:40","FALSE",NA,"801335644102524928",NA,"Twitter for iPhone","vinirish","16","TRUE","FALSE" +"3277","3277","Due to #Demonetization people are facing problems in bank queues. They are frustrated. Anger congress out. Watch th� https://t.co/miBvYUyeq9","FALSE","0",NA,"2016-11-23 08:04:40","TRUE",NA,"801335643574042624",NA,"Twitter for Android","buch_chintan","0","FALSE","FALSE" +"3278","3278","RT @Dhananter_singh: Only the dishonest and the corrupt leader.@ArvindKejriwal @kejri420 #Demonetization https://t.co/cpkxB74y1V","FALSE","0",NA,"2016-11-23 08:04:39","FALSE",NA,"801335640075931648",NA,"Twitter Web Client","kejri420","1","TRUE","FALSE" +"3279","3279","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 08:04:37","FALSE",NA,"801335633927139328",NA,"Twitter Web Client","DipendraDipzo","15","TRUE","FALSE" +"3280","3280","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 08:04:29","FALSE",NA,"801335597864550400",NA,"Twitter for iPhone","Rahul_Does","7","TRUE","FALSE" +"3281","3281","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 08:04:27","FALSE",NA,"801335591887654912",NA,"Twitter Web Client","DipendraDipzo","18","TRUE","FALSE" +"3282","3282","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 08:04:15","FALSE",NA,"801335539236478976",NA,"Twitter for Android","manish_rox_","18","TRUE","FALSE" +"3283","3283","MDR waived for debit card transactions at ICICI Bank merchants #Demonetization","FALSE","0",NA,"2016-11-23 08:04:10","FALSE",NA,"801335520131510272",NA,"Twitter for iPhone","salonishuklaET","0","FALSE","FALSE" +"3284","3284","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 08:04:10","FALSE",NA,"801335517992337408",NA,"Twitter Web Client","DipendraDipzo","13","TRUE","FALSE" +"3285","3285","@RanaAyyub sm twitter empty vessels dare not to tweet. C-Voter pulse poll on #demonetization https://t.co/2qGBFx3EJw","FALSE","0","RanaAyyub","2016-11-23 08:04:01","FALSE",NA,"801335481338384384","268676434","Twitter Web Client","vscheruvu","0","FALSE","FALSE" +"3286","3286","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 08:03:59","FALSE",NA,"801335472769433600",NA,"Twitter Web Client","DipendraDipzo","15","TRUE","FALSE" +"3287","3287","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 08:03:51","FALSE",NA,"801335437474328576",NA,"Twitter for Android","DG_PIB","105","TRUE","FALSE" +"3288","3288","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:03:45","FALSE",NA,"801335415068299264",NA,"Twitter Web Client","56perumal","20","TRUE","FALSE" +"3289","3289","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 08:03:39","FALSE",NA,"801335390665920512",NA,"Twitter Web Client","DipendraDipzo","36","TRUE","FALSE" +"3290","3290","On #demonetization as driver of #disruption #innovation https://t.co/CfAWiekMFO","FALSE","0",NA,"2016-11-23 08:03:25","FALSE",NA,"801335329429094400",NA,"LinkedIn","LorenzoBeriozza","0","FALSE","FALSE" +"3291","3291","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:03:24","FALSE",NA,"801335324253241344",NA,"Mobile Web (M5)","MarathaBaan","16","TRUE","FALSE" +"3292","3292","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:03:15","FALSE",NA,"801335287746064384",NA,"Twitter for Android","vm54733","33","TRUE","FALSE" +"3293","3293","RT @jay_ambadi: Will an escalation on the border be Modi's answer to issues with #Demonetization? +Replacing issues with graver issues?","FALSE","0",NA,"2016-11-23 08:02:50","FALSE",NA,"801335184905867264",NA,"Twitter Web Client","ashokabraham","4","TRUE","FALSE" +"3294","3294","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:02:41","FALSE",NA,"801335146850951168",NA,"Twitter for iPhone","mrlatafan","275","TRUE","FALSE" +"3295","3295","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:02:23","FALSE",NA,"801335068652355584",NA,"Twitter for Android","SupriyaSehgal_3","33","TRUE","FALSE" +"3296","3296","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:02:15","FALSE",NA,"801335037996236800",NA,"Twitter for iPhone","kvikdev","637","TRUE","FALSE" +"3297","3297","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:02:09","FALSE",NA,"801335010334752768",NA,"Twitter for Android","MohanChamathil","132","TRUE","FALSE" +"3298","3298","@sagarikaghose c-voter pulse poll on #demonetization https://t.co/2qGBFx3EJw","FALSE","0","sagarikaghose","2016-11-23 08:02:06","FALSE","801316021504266240","801334997584117760","56312411","Twitter Web Client","vscheruvu","0","FALSE","FALSE" +"3299","3299","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:01:44","FALSE",NA,"801334906605436928",NA,"Mobile Web (M5)","MarathaBaan","19","TRUE","FALSE" +"3300","3300","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 08:01:43","FALSE",NA,"801334903073832960",NA,"Twitter for Android","harsha_moksha","637","TRUE","FALSE" +"3301","3301","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 08:01:43","FALSE",NA,"801334900754366464",NA,"Twitter for Android","ntsocool1","275","TRUE","FALSE" +"3302","3302","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 08:01:41","FALSE",NA,"801334892105760768",NA,"Twitter for Android","anupamdeb775","132","TRUE","FALSE" +"3303","3303","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:01:39","FALSE",NA,"801334887387107328",NA,"Mobile Web (M5)","MarathaBaan","15","TRUE","FALSE" +"3304","3304","Despite #demonetization, Force 2 is the best performing movie of @TheJohnAbraham, in which he worked as a solo lead...","FALSE","0",NA,"2016-11-23 08:01:34","FALSE",NA,"801334864326885376",NA,"Twitter Web Client","vinaygoel9","0","FALSE","FALSE" +"3305","3305","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:01:26","FALSE",NA,"801334831728775168",NA,"Twitter for Android","nkumar_","33","TRUE","FALSE" +"3306","3306","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:01:25","FALSE",NA,"801334825424654336",NA,"Twitter for Android","ChweeneyTodd","33","TRUE","FALSE" +"3307","3307","@sardesairajdeep C-voter pulse poll on #demonetization https://t.co/2qGBFx3EJw","FALSE","0","sardesairajdeep","2016-11-23 08:01:23","FALSE","801308582264373248","801334820374794240","56304605","Twitter Web Client","vscheruvu","0","FALSE","FALSE" +"3308","3308","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:01:23","FALSE",NA,"801334817723940864",NA,"Twitter for Android","sobandevarajan","19","TRUE","FALSE" +"3309","3309","RT @centerofright: #DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on a�","FALSE","0",NA,"2016-11-23 08:01:21","FALSE",NA,"801334810279051264",NA,"TweetDeck","MukulAgarwal66","33","TRUE","FALSE" +"3310","3310","#DeMonetization - other than the usual suspects making usual noises - majority of Indians still trust @narendramodi on action taken","FALSE","26","centerofright","2016-11-23 08:01:05","FALSE","801334224515121152","801334743509897216","23095992","Twitter for iPhone","centerofright","33","FALSE","FALSE" +"3311","3311","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:01:01","FALSE",NA,"801334725596053504",NA,"Twitter for Android","ShyamLalAggarw1","71","TRUE","FALSE" +"3312","3312","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:00:59","FALSE",NA,"801334715894689792",NA,"Twitter Web Client","TheBeerJunkie25","71","TRUE","FALSE" +"3313","3313","RT @ParvinSharma_: The #Demonetization is a huge step against terrorism #PmSavedKashmir","FALSE","0",NA,"2016-11-23 08:00:42","FALSE",NA,"801334645287690240",NA,"Twitter for Android","IamRiteshup","14","TRUE","FALSE" +"3314","3314","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:00:38","FALSE",NA,"801334628648886272",NA,"Twitter for Android","Sootradhar","19","TRUE","FALSE" +"3315","3315","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:00:30","FALSE",NA,"801334595195142144",NA,"Twitter for Android","Sootradhar","15","TRUE","FALSE" +"3316","3316","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:00:20","FALSE",NA,"801334554795638784",NA,"Twitter for Android","monk_razr","15","TRUE","FALSE" +"3317","3317","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:00:19","FALSE",NA,"801334551813455872",NA,"Twitter for Android","Sootradhar","16","TRUE","FALSE" +"3318","3318","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 08:00:18","FALSE",NA,"801334544171409408",NA,"Twitter for Android","nkumar_","19","TRUE","FALSE" +"3319","3319","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 08:00:17","FALSE",NA,"801334541726138368",NA,"Twitter for Android","monk_razr","16","TRUE","FALSE" +"3320","3320","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 08:00:15","FALSE",NA,"801334532846878720",NA,"Twitter for Android","nkumar_","15","TRUE","FALSE" +"3321","3321","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 08:00:14","FALSE",NA,"801334529898270720",NA,"Twitter for Android","Sootradhar","14","TRUE","FALSE" +"3322","3322","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 08:00:13","FALSE",NA,"801334526907731968",NA,"Twitter Web Client","aman_deepr","71","TRUE","FALSE" +"3323","3323","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 08:00:08","FALSE",NA,"801334505785135104",NA,"Twitter for Android","monk_razr","15","TRUE","FALSE" +"3324","3324","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 08:00:05","FALSE",NA,"801334491662913536",NA,"Twitter for Android","Sootradhar","20","TRUE","FALSE" +"3325","3325","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 08:00:02","FALSE",NA,"801334479327531008",NA,"Twitter for Android","monk_razr","18","TRUE","FALSE" +"3326","3326","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:59:59","FALSE",NA,"801334467185045504",NA,"Twitter for Android","Sootradhar","15","TRUE","FALSE" +"3327","3327","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:59:54","FALSE",NA,"801334443566895104",NA,"Twitter for Android","Sootradhar","18","TRUE","FALSE" +"3328","3328","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:59:48","FALSE",NA,"801334422209433600",NA,"Twitter for Android","monk_razr","15","TRUE","FALSE" +"3329","3329","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:59:45","FALSE",NA,"801334406220750848",NA,"Twitter for Android","Sootradhar","13","TRUE","FALSE" +"3330","3330","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:59:44","FALSE",NA,"801334401623846912",NA,"Twitter for Android","amitosho84","275","TRUE","FALSE" +"3331","3331","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:59:41","FALSE",NA,"801334391108763648",NA,"Twitter for Android","monk_razr","36","TRUE","FALSE" +"3332","3332","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 07:59:40","FALSE",NA,"801334387421937664",NA,"Twitter for Android","ppathak_","43","TRUE","FALSE" +"3333","3333","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:59:38","FALSE",NA,"801334379565957120",NA,"Twitter for Android","Sootradhar","15","TRUE","FALSE" +"3334","3334","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:59:34","FALSE",NA,"801334359810777088",NA,"Twitter for Android","Sootradhar","36","TRUE","FALSE" +"3335","3335","RT @TS_SinghDeo: Those whom the gods wish to destroy, they first make mad - +Sophocles. +The most apt words. +#demonetization https://t.co/�","FALSE","0",NA,"2016-11-23 07:59:27","FALSE",NA,"801334333009235968",NA,"Twitter for Android","deepakkhatri812","15","TRUE","FALSE" +"3336","3336","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 07:59:27","FALSE",NA,"801334332363276288",NA,"Twitter for Android","truevirathindu","7","TRUE","FALSE" +"3337","3337","RT @centerofright: #DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","0",NA,"2016-11-23 07:59:13","FALSE",NA,"801334273265532928",NA,"Twitter for Android","ChweeneyTodd","19","TRUE","FALSE" +"3338","3338","#DeMonetization - Folks who used to do big ticket purchases like bikes, cars using cash have vanished away","FALSE","9","centerofright","2016-11-23 07:59:01","FALSE","801333309397762048","801334224515121152","23095992","Twitter for iPhone","centerofright","19","FALSE","FALSE" +"3339","3339","RT @sbcltr: Mizoram has found a creative way of dealing with the cash crunch resulting from #demonetization. https://t.co/aJZiDCLmIJ","FALSE","0",NA,"2016-11-23 07:58:57","FALSE",NA,"801334207968591872",NA,"Twitter Web Client","dingbong","1","TRUE","FALSE" +"3340","3340","@BDUTT Forget Kashmir a min. Watchmen of this TL - C-voter pulse poll on #Demonetization FYR +https://t.co/2qGBFx3EJw","FALSE","0","BDUTT","2016-11-23 07:58:57","FALSE","801319387672223744","801334206253121536","19929890","Twitter Web Client","vscheruvu","0","FALSE","FALSE" +"3341","3341","RT @airnewsalerts: Central team visits #Telangana to assess situation in context of #demonetization.","FALSE","0",NA,"2016-11-23 07:58:40","FALSE",NA,"801334135080022016",NA,"Twitter for Android","ketultheking786","4","TRUE","FALSE" +"3342","3342","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:58:31","FALSE",NA,"801334095691317248",NA,"Twitter for Android","sanjaymshra","637","TRUE","FALSE" +"3343","3343","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:58:24","FALSE",NA,"801334067841142784",NA,"Twitter Web Client","AnchanLata","71","TRUE","FALSE" +"3344","3344","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:58:24","FALSE",NA,"801334066616422400",NA,"Twitter for Android","parwez1","23","TRUE","FALSE" +"3345","3345","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 07:58:22","FALSE",NA,"801334059255341056",NA,"Twitter Web Client","Aks9009Pa","15","TRUE","FALSE" +"3346","3346","We Indians ve always found an excuse to curse the system to hide our weak Morale strengths.#Demonetization of Moral� https://t.co/FY0rC6slKj","FALSE","0",NA,"2016-11-23 07:58:17","TRUE",NA,"801334038707531776",NA,"Twitter for Android","SirStaphAureus","0","FALSE","FALSE" +"3347","3347","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:57:59","FALSE",NA,"801333963155447808",NA,"Twitter Web Client","vinay9466","275","TRUE","FALSE" +"3348","3348","#demonetization as a #casestudy in managing #complexity. Periodically revised so watch this space.� https://t.co/XviCuDe4CQ","FALSE","0",NA,"2016-11-23 07:57:59","TRUE",NA,"801333961649745920",NA,"Buffer","ranjivk59","0","FALSE","FALSE" +"3349","3349","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:57:35","FALSE",NA,"801333862429323264",NA,"Twitter Web Client","iamintimacy","47","TRUE","FALSE" +"3350","3350","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:57:34","FALSE",NA,"801333859757518848",NA,"Twitter for Android","MukeshKN","637","TRUE","FALSE" +"3351","3351","@narendramodi Modiji, your step of #demonetization towards #modifiedgovt is bliss. But won't corruption start once again with the new money?","FALSE","0","narendramodi","2016-11-23 07:57:20","FALSE",NA,"801333799908966400","18839785","Twitter for Android","sishaq95","0","FALSE","FALSE" +"3352","3352","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:57:20","FALSE",NA,"801333798013169664",NA,"Twitter for Android","CLKADEL","275","TRUE","FALSE" +"3353","3353","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 07:57:05","FALSE",NA,"801333736935723008",NA,"Twitter Web Client","NEEPCOIndia","105","TRUE","FALSE" +"3354","3354","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:56:59","FALSE",NA,"801333710339657728",NA,"Twitter for Android","iamiteshh","275","TRUE","FALSE" +"3355","3355","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:56:35","FALSE",NA,"801333612276813824",NA,"Twitter for Android","manoj_mafiosi","275","TRUE","FALSE" +"3356","3356","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:56:18","FALSE",NA,"801333538620579840",NA,"Twitter for BlackBerry","provanjan999","47","TRUE","FALSE" +"3357","3357","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 07:56:17","FALSE",NA,"801333534220754944",NA,"Mobile Web (M5)","dubash","15","TRUE","FALSE" +"3358","3358","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 07:56:11","FALSE",NA,"801333509738598400",NA,"Twitter for iPhone","Rahulein","10","TRUE","FALSE" +"3359","3359","@TheOfficialSBI its 12th day since I req online demand draft.#demonetization gave emp of brnch 60335 free hand to refuse all other services.","FALSE","0","TheOfficialSBI","2016-11-23 07:56:06","FALSE",NA,"801333489949872128","2251588934","Twitter for Android","imrokin","0","FALSE","FALSE" +"3360","3360","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:55:59","FALSE",NA,"801333459688058880",NA,"Twitter for Android","nkumar_","20","TRUE","FALSE" +"3361","3361","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:55:56","FALSE",NA,"801333447327412224",NA,"Twitter for Android","nkumar_","15","TRUE","FALSE" +"3362","3362","I took survey @narendramodi App & shared my opinion on the ban on old notes. Express yourself! https://t.co/PkBY7i6nOz #Demonetization","FALSE","0",NA,"2016-11-23 07:55:51","FALSE",NA,"801333424749506560",NA,"Twitter for iPhone","poyyale","0","FALSE","FALSE" +"3363","3363","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:55:48","FALSE",NA,"801333412703379456",NA,"Twitter Web Client","agoel67","47","TRUE","FALSE" +"3364","3364","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:55:47","FALSE",NA,"801333409696059392",NA,"Twitter for Android","nkumar_","18","TRUE","FALSE" +"3365","3365","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:55:39","FALSE",NA,"801333375751647232",NA,"Twitter for Android","RKrishnasingh39","20","TRUE","FALSE" +"3366","3366","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:55:38","FALSE",NA,"801333371532099584",NA,"Twitter for Android","nkumar_","13","TRUE","FALSE" +"3367","3367","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:55:34","FALSE",NA,"801333354528378880",NA,"Twitter for Android","nkumar_","15","TRUE","FALSE" +"3368","3368","RT @centerofright: #DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and�","FALSE","0",NA,"2016-11-23 07:55:33","FALSE",NA,"801333351051382784",NA,"Twitter for Android","ChweeneyTodd","15","TRUE","FALSE" +"3369","3369","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 07:55:32","FALSE",NA,"801333348253765632",NA,"Twitter Web Client","Ruchir78","6","TRUE","FALSE" +"3370","3370","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 07:55:27","FALSE",NA,"801333325403213824",NA,"Twitter for Android","nkumar_","16","TRUE","FALSE" +"3371","3371","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 07:55:25","FALSE",NA,"801333318134460416",NA,"Twitter for Android","nkumar_","14","TRUE","FALSE" +"3372","3372","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:55:24","FALSE",NA,"801333312123965440",NA,"Twitter for Android","nkumar_","36","TRUE","FALSE" +"3373","3373","#DeMonetization - BM hoarders finding ways to move their cash - advance salaries in cash, repaying old dues to govt and suppliers","FALSE","6","centerofright","2016-11-23 07:55:23","FALSE","801332789970948096","801333309397762048","23095992","Twitter for iPhone","centerofright","15","FALSE","FALSE" +"3374","3374","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 07:55:18","FALSE",NA,"801333287251746816",NA,"Twitter for Android","ChweeneyTodd","14","TRUE","FALSE" +"3375","3375","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:55:13","FALSE",NA,"801333265709826048",NA,"Twitter Web Client","agoel67","275","TRUE","FALSE" +"3376","3376","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 07:55:11","FALSE",NA,"801333259980468224",NA,"Twitter for Android","ChweeneyTodd","16","TRUE","FALSE" +"3377","3377","RT @DesiUvach: #demonetization Christian miracle. https://t.co/fHsG9gV9iC","FALSE","0",NA,"2016-11-23 07:55:02","FALSE",NA,"801333218779742208",NA,"Twitter Web Client","wavehit","1","TRUE","FALSE" +"3378","3378","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:54:49","FALSE",NA,"801333167064055808",NA,"Twitter for Android","sobandevarajan","36","TRUE","FALSE" +"3379","3379","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:54:30","FALSE",NA,"801333086197792768",NA,"Twitter for Android","jab9777","71","TRUE","FALSE" +"3380","3380","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 07:54:23","FALSE",NA,"801333055973687296",NA,"Twitter Web Client","ykjoshi","6","TRUE","FALSE" +"3381","3381","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:54:21","FALSE",NA,"801333049552207872",NA,"Twitter for Android","ibhagwa_n","275","TRUE","FALSE" +"3382","3382","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:54:19","FALSE",NA,"801333038261145600",NA,"Twitter for Android","ibhagwa_n","47","TRUE","FALSE" +"3383","3383","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:54:17","FALSE",NA,"801333033307664384",NA,"Twitter for Android","kmvatreni1","15","TRUE","FALSE" +"3384","3384","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:53:59","FALSE",NA,"801332955775897600",NA,"Twitter for Android","NANDUVARU","47","TRUE","FALSE" +"3385","3385","RT @peter_vas: Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor�","FALSE","0",NA,"2016-11-23 07:53:43","FALSE",NA,"801332888922886144",NA,"Twitter for Android","IyerSpeaks","6","TRUE","FALSE" +"3386","3386","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:53:38","FALSE",NA,"801332868836429824",NA,"Twitter for Android","ibhagwa_n","44","TRUE","FALSE" +"3387","3387","RT @centerofright: #DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","0",NA,"2016-11-23 07:53:34","FALSE",NA,"801332851065110528",NA,"TweetDeck","7374v","16","TRUE","FALSE" +"3388","3388","#RBI issued guidelines for 2.5 lakh withdrawal https://t.co/2im8CCLzIb #kashmirtelegraph #latestnews #banks #demonetization #kyc","FALSE","0",NA,"2016-11-23 07:53:26","FALSE",NA,"801332819876311040",NA,"Google","KashmirNews_KT","0","FALSE","FALSE" +"3389","3389","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 07:53:23","FALSE",NA,"801332806026665984",NA,"Twitter for Android","SupriyaSehgal_3","14","TRUE","FALSE" +"3390","3390","#DeMonetization - allowing ppl to move online - Govt waived service charges on many online Trxns","FALSE","9","centerofright","2016-11-23 07:53:19","FALSE","801331929542967296","801332789970948096","23095992","Twitter for iPhone","centerofright","16","FALSE","FALSE" +"3391","3391","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 07:53:03","FALSE",NA,"801332720106438656",NA,"Twitter Web Client","FairViewPoint1","331","TRUE","FALSE" +"3392","3392","RT @harshkkapoor: #Transformational #DeMonetization brings out Entrepreneural Abilities to fore +#DigitalIndia +#CashlessSociety https://t.c�","FALSE","0",NA,"2016-11-23 07:52:44","FALSE",NA,"801332641760952320",NA,"Twitter for Android","harshkkapoor","72","TRUE","FALSE" +"3393","3393","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:52:07","FALSE",NA,"801332485871333376",NA,"Mobile Web (M5)","MarathaBaan","15","TRUE","FALSE" +"3394","3394","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:52:04","FALSE",NA,"801332473321947136",NA,"Twitter for Android","monk_razr","20","TRUE","FALSE" +"3395","3395","RT @centerofright: #DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes f�","FALSE","0",NA,"2016-11-23 07:52:02","FALSE",NA,"801332465549934592",NA,"Twitter for Android","monk_razr","14","TRUE","FALSE" +"3396","3396","Central team visits Telangana to assess situation in context of #demonetization","FALSE","0",NA,"2016-11-23 07:51:50","FALSE",NA,"801332416887590912",NA,"Twitter Web Client","DynamiteNews_","0","FALSE","FALSE" +"3397","3397","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:51:44","FALSE",NA,"801332390543101952",NA,"Mobile Web (M5)","MarathaBaan","36","TRUE","FALSE" +"3398","3398","Per C-Voter on #Demonetization, approximately: + +80% not inconvenienced +25% good idea, poor implementation +5% bad idea, poor implementation","FALSE","1",NA,"2016-11-23 07:51:38","FALSE",NA,"801332364039385088",NA,"Twitter Web Client","peter_vas","6","FALSE","FALSE" +"3399","3399","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-23 07:51:30","FALSE",NA,"801332332749852672",NA,"Twitter for Android","PRAKASH_JOSHI01","45","TRUE","FALSE" +"3400","3400","RT centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:51:21","FALSE",NA,"801332294137024512",NA,"IFTTT","sahilkhurana09","0","FALSE","FALSE" +"3401","3401","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 07:51:10","FALSE",NA,"801332247043436544",NA,"Twitter for iPhone","AquarianTruths","10","TRUE","FALSE" +"3402","3402","#Demonetization - Boon in Disguise for #REALTORS https://t.co/v0Qa5gyyNB","FALSE","0",NA,"2016-11-23 07:51:02","FALSE",NA,"801332212998295552",NA,"Twitter Web Client","wishempire","1","FALSE","FALSE" +"3403","3403","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:50:55","FALSE",NA,"801332186599268352",NA,"Twitter for iPhone","hamsadwani23","47","TRUE","FALSE" +"3404","3404","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:50:52","FALSE",NA,"801332170845523968",NA,"Twitter for Android","vivekmaddeshia","71","TRUE","FALSE" +"3405","3405","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:50:46","FALSE",NA,"801332147747487744",NA,"Twitter for Android","RahulGarg39","20","TRUE","FALSE" +"3406","3406","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:50:45","FALSE",NA,"801332143871946752",NA,"Twitter for Android","DrRanjanaSachan","954","TRUE","FALSE" +"3407","3407","Central team visits #Telangana to assess situation in context of #demonetization. + +� All India Radio News (airnewsalerts) November 23, 2016","FALSE","0",NA,"2016-11-23 07:50:31","FALSE",NA,"801332083708805120",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"3408","3408","@NandanNilekani Pls advise @INCIndia leadership to support #demonetization if u really care for our Country They are behaving like thugs","FALSE","0","NandanNilekani","2016-11-23 07:50:29","FALSE","801327006789042176","801332074800091136","1867843520","Mobile Web (M5)","sastha_sastha","0","FALSE","FALSE" +"3409","3409","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:50:16","FALSE",NA,"801332020576157696",NA,"Twitter for iPhone","SuvarnaTripathi","637","TRUE","FALSE" +"3410","3410","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:50:12","FALSE",NA,"801332004398698496",NA,"Twitter for Windows Phone","MikeDesai","71","TRUE","FALSE" +"3411","3411","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:50:12","FALSE",NA,"801332003966697472",NA,"Mobile Web (M5)","MarathaBaan","18","TRUE","FALSE" +"3412","3412","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:50:05","FALSE",NA,"801331976678604800",NA,"Mobile Web (M5)","MarathaBaan","13","TRUE","FALSE" +"3413","3413","Wife got a change for Rs 2000 at a neighborhood mkt. Most merchants willing to give change, whenever they have it. #DeMonetization","FALSE","0",NA,"2016-11-23 07:50:04","FALSE",NA,"801331970219343872",NA,"TweetDeck","porbandar123","0","FALSE","FALSE" +"3414","3414","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:50:01","FALSE",NA,"801331959259627520",NA,"Twitter for iPhone","DharRenuka","637","TRUE","FALSE" +"3415","3415","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:49:59","FALSE",NA,"801331950120267776",NA,"Twitter for Android","bishnoi_me","637","TRUE","FALSE" +"3416","3416","RT @abhic_1983: When everybody was busy with #Demonetization and #Bypolls,it is highly unlikely that the news regarding Reangs caught anybo�","FALSE","0",NA,"2016-11-23 07:49:58","FALSE",NA,"801331944281743360",NA,"Twitter for Android","TRavi_Chandra","1","TRUE","FALSE" +"3417","3417","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:49:57","FALSE",NA,"801331942285340672",NA,"Twitter Web Client","samrendrasingh","275","TRUE","FALSE" +"3418","3418","#DeMonetization - Govt has either improvised or did course correction in steps taken, limits improvement and old notes for proc by farmers","FALSE","12","centerofright","2016-11-23 07:49:54","FALSE","801331468572258304","801331929542967296","23095992","Twitter for iPhone","centerofright","14","FALSE","FALSE" +"3419","3419","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:49:47","FALSE",NA,"801331901378297856",NA,"Twitter for Android","raovikashpranav","637","TRUE","FALSE" +"3420","3420","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:49:37","FALSE",NA,"801331857572921344",NA,"Twitter for Android","saloniG202020","20","TRUE","FALSE" +"3421","3421","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:49:20","FALSE",NA,"801331784680140800",NA,"Twitter for Android","amiteshdubey","71","TRUE","FALSE" +"3422","3422","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:49:13","FALSE",NA,"801331756435722240",NA,"Twitter for Android","VidyaranyaKs","9","TRUE","FALSE" +"3423","3423","#NetasCASHin #DeMonetization #19PakisGoToHoors #IndiaKaDil #NoMoreITALYMafia #SYL +. +VoteHere https://t.co/pPYEk1ubtv","FALSE","12",NA,"2016-11-23 07:49:09","FALSE",NA,"801331740015001600",NA,"Twitter for iPhone","myvotetoday","1","FALSE","FALSE" +"3424","3424","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:48:54","FALSE",NA,"801331677687644160",NA,"Twitter for iPad","kachadhari","57","TRUE","FALSE" +"3425","3425","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:48:45","FALSE",NA,"801331639049682944",NA,"Twitter for iPhone","mohan71105","71","TRUE","FALSE" +"3426","3426","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:48:43","FALSE",NA,"801331632519151616",NA,"Twitter for Android","Akg316Arvind","20","TRUE","FALSE" +"3427","3427","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:48:37","FALSE",NA,"801331603800817664",NA,"Twitter for iPhone","HemanNamo","20","TRUE","FALSE" +"3428","3428","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 07:48:35","FALSE",NA,"801331597303840768",NA,"Twitter for Android","colkt","16","TRUE","FALSE" +"3429","3429","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:48:25","FALSE",NA,"801331555868311552",NA,"Twitter for Android","NIKSHAH72","44","TRUE","FALSE" +"3430","3430","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:48:22","FALSE",NA,"801331542744330240",NA,"Twitter Web Client","faiyazkazi","57","TRUE","FALSE" +"3431","3431","RT @centerofright: #DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","0",NA,"2016-11-23 07:48:20","FALSE",NA,"801331533923708928",NA,"TweetDeck","MukulAgarwal66","20","TRUE","FALSE" +"3432","3432","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:48:16","FALSE",NA,"801331519616909312",NA,"Twitter for iPhone","jake_nucleoid","637","TRUE","FALSE" +"3433","3433","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:48:09","FALSE",NA,"801331486649647104",NA,"Twitter for Android","abhishek210001","44","TRUE","FALSE" +"3434","3434","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:48:05","FALSE",NA,"801331471596322816",NA,"Twitter for Android","SupriyaSehgal_3","18","TRUE","FALSE" +"3435","3435","#DeMonetization - many families realised that they can live with less cash in hand by moving to plastic and online Trxns","FALSE","17","centerofright","2016-11-23 07:48:04","FALSE","801331113453031424","801331468572258304","23095992","Twitter for iPhone","centerofright","20","FALSE","FALSE" +"3436","3436","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:48:03","FALSE",NA,"801331462255640576",NA,"Twitter for BlackBerry","sreelaw","44","TRUE","FALSE" +"3437","3437","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:48:02","FALSE",NA,"801331460930174976",NA,"Twitter for Android","gopikiran198","275","TRUE","FALSE" +"3438","3438","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:48:02","FALSE",NA,"801331458774355968",NA,"Twitter for iPhone","DKCP35","637","TRUE","FALSE" +"3439","3439","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:47:43","FALSE",NA,"801331378323386368",NA,"Twitter for Android","bhavyang","15","TRUE","FALSE" +"3440","3440","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:47:37","FALSE",NA,"801331354445246464",NA,"Twitter for Android","bhavyang","18","TRUE","FALSE" +"3441","3441","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:47:22","FALSE",NA,"801331292826636288",NA,"Twitter for Android","rbr6000","36","TRUE","FALSE" +"3442","3442","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:47:10","FALSE",NA,"801331241115074560",NA,"Twitter for iPhone","asharma2081","15","TRUE","FALSE" +"3443","3443","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:47:08","FALSE",NA,"801331232793563136",NA,"Twitter for Android","shubhpilot","71","TRUE","FALSE" +"3444","3444","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:47:07","FALSE",NA,"801331229022978048",NA,"Twitter for Android","ClydeSheltonT_5","18","TRUE","FALSE" +"3445","3445","#RahulGandhi: Even @arunjaitley was unaware of #demonetization +https://t.co/xMKqDG0Vn5","FALSE","0",NA,"2016-11-23 07:46:58","FALSE",NA,"801331191953715200",NA,"Hootsuite","thehansindiaweb","0","FALSE","FALSE" +"3446","3446","Central team visits #Telangana to assess situation in context of #demonetization.","FALSE","10",NA,"2016-11-23 07:46:58","FALSE",NA,"801331188682125312",NA,"Twitter Web Client","airnewsalerts","4","FALSE","FALSE" +"3447","3447","RT @centerofright: #DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K not�","FALSE","0",NA,"2016-11-23 07:46:57","FALSE",NA,"801331188455669760",NA,"Mobile Web (M5)","MarathaBaan","15","TRUE","FALSE" +"3448","3448","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:46:57","FALSE",NA,"801331185918111744",NA,"Mobile Web (M5)","VibhashKr","637","TRUE","FALSE" +"3449","3449","Online wallets expanding their bases... #Demonetization #Digital_India + https://t.co/MjOnouGGQ5 https://t.co/zRcH1emheH","FALSE","0",NA,"2016-11-23 07:46:50","FALSE",NA,"801331156033617920",NA,"Twitter Web Client","vermavibhor0071","0","FALSE","FALSE" +"3450","3450","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:46:47","FALSE",NA,"801331146370023424",NA,"TweetDeck","MukulAgarwal66","13","TRUE","FALSE" +"3451","3451","#DeMonetization - malls and markets are getting back to life with purchases and folks are getting their change to 2K notes when being spent","FALSE","8","centerofright","2016-11-23 07:46:40","FALSE","801330761676845056","801331113453031424","23095992","Twitter for iPhone","centerofright","15","FALSE","FALSE" +"3452","3452","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:46:37","FALSE",NA,"801331104359862272",NA,"Twitter Web Client","g_mahendru","637","TRUE","FALSE" +"3453","3453","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:46:24","FALSE",NA,"801331049015996416",NA,"Twitter for Android","TheChakravartin","36","TRUE","FALSE" +"3454","3454","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:46:20","FALSE",NA,"801331032066850816",NA,"Twitter Web Client","mrkotians","44","TRUE","FALSE" +"3455","3455","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:46:00","FALSE",NA,"801330945831923712",NA,"Twitter for Android","sandeepdahiya52","954","TRUE","FALSE" +"3456","3456","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 07:45:53","FALSE",NA,"801330916115316736",NA,"Twitter for Android","Yogita281","471","TRUE","FALSE" +"3457","3457","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:45:51","FALSE",NA,"801330909697998848",NA,"Twitter for Android","monk_razr","13","TRUE","FALSE" +"3458","3458","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:45:47","FALSE",NA,"801330893147279360",NA,"Twitter Web Client","goyalsanjeev","44","TRUE","FALSE" +"3459","3459","RT @centerofright: #DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new not�","FALSE","0",NA,"2016-11-23 07:45:47","FALSE",NA,"801330892132274176",NA,"Twitter for Android","Sheshapatangi","18","TRUE","FALSE" +"3460","3460","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:45:46","FALSE",NA,"801330886490857472",NA,"Twitter for Windows Phone","mrsrivastava02","44","TRUE","FALSE" +"3461","3461","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:45:43","FALSE",NA,"801330878052003840",NA,"Twitter for Android","monk_razr","44","TRUE","FALSE" +"3462","3462","Demonetization has hit hard even on opposition protests as it's hard to buy crowd for paid protests #Demonetization","FALSE","0",NA,"2016-11-23 07:45:19","FALSE",NA,"801330776805699584",NA,"Twitter for Android","Redundant_Link","0","FALSE","FALSE" +"3463","3463","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 07:45:16","FALSE",NA,"801330762142334976",NA,"Twitter Web Client","HinduRajyam","44","TRUE","FALSE" +"3464","3464","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:45:16","FALSE",NA,"801330761911730176",NA,"Twitter for Android","76cffefa5a1c4e2","275","TRUE","FALSE" +"3465","3465","#DeMonetization -heard from HNIs that they r getting calls to convert their BM to new notes with 30% cut - means new notes found a way out","FALSE","6","centerofright","2016-11-23 07:45:16","FALSE","801330344226078720","801330761676845056","23095992","Twitter for iPhone","centerofright","18","FALSE","FALSE" +"3466","3466","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:45:03","FALSE",NA,"801330706983112704",NA,"Twitter for Android","sarfaraz15886","954","TRUE","FALSE" +"3467","3467","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:45:01","FALSE",NA,"801330699404017664",NA,"Twitter for iPhone","shailendra1212","47","TRUE","FALSE" +"3468","3468","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:44:59","FALSE",NA,"801330690277175296",NA,"Twitter for Android","anthonyjos","71","TRUE","FALSE" +"3469","3469","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:44:49","FALSE",NA,"801330651249176576",NA,"Twitter for Android","mnshzz","637","TRUE","FALSE" +"3470","3470","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 07:44:45","FALSE",NA,"801330631137443840",NA,"Twitter for Android","ankur9329","43","TRUE","FALSE" +"3471","3471","During Parliament disruption I addressed 46 parliamentary officials from 30 countries & answered several questions,� https://t.co/mMjfqChgsK","FALSE","223",NA,"2016-11-23 07:44:22","TRUE",NA,"801330536857927680",NA,"Twitter for Android","ShashiTharoor","71","FALSE","FALSE" +"3472","3472","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:44:09","FALSE",NA,"801330483149832192",NA,"Twitter Web Client","deepakbaluni","47","TRUE","FALSE" +"3473","3473","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:44:06","FALSE",NA,"801330467672915968",NA,"RoundTeam","chalil","71","TRUE","FALSE" +"3474","3474","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:44:00","FALSE",NA,"801330442792210432",NA,"Twitter Web Client","TharoorianKhan","71","TRUE","FALSE" +"3475","3475","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:43:55","FALSE",NA,"801330423682961408",NA,"Twitter for Android","Gyan431","275","TRUE","FALSE" +"3476","3476","RT @centerofright: #DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or�","FALSE","0",NA,"2016-11-23 07:43:50","FALSE",NA,"801330402531168256",NA,"Twitter for Android","ChweeneyTodd","13","TRUE","FALSE" +"3477","3477","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:43:43","FALSE",NA,"801330373523369984",NA,"Twitter for iPhone","shailendra1212","36","TRUE","FALSE" +"3478","3478","After Facing Restriction on #COD , Which Payment Option You are Using Now? + +#OnlinePayment #Ecommerce� https://t.co/iEb3JSUOr8","FALSE","0",NA,"2016-11-23 07:43:39","TRUE",NA,"801330356662190080",NA,"Twitter Web Client","DCGPac","0","FALSE","FALSE" +"3479","3479","#DeMonetization - ppl who hv hoarded the cash are still to start depositing in bank accts - Guess they expect an extn or waiting for CAs","FALSE","8","centerofright","2016-11-23 07:43:36","FALSE","801329793803415552","801330344226078720","23095992","Twitter for iPhone","centerofright","13","FALSE","FALSE" +"3480","3480","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:43:33","FALSE",NA,"801330328887590912",NA,"Twitter Web Client","kushaltanna991","47","TRUE","FALSE" +"3481","3481","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:43:29","FALSE",NA,"801330312865284096",NA,"Twitter for Android","ChweeneyTodd","15","TRUE","FALSE" +"3482","3482","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:43:26","FALSE",NA,"801330299896557568",NA,"Twitter for Android","ChweeneyTodd","36","TRUE","FALSE" +"3483","3483","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:43:22","FALSE",NA,"801330284763484160",NA,"Twitter for Android","AshishKarandik1","47","TRUE","FALSE" +"3484","3484","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:43:21","FALSE",NA,"801330280950886400",NA,"Twitter Web Client","law_ninja","71","TRUE","FALSE" +"3485","3485","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 07:43:06","FALSE",NA,"801330218405392384",NA,"Twitter for BlackBerry","jemin_p","16","TRUE","FALSE" +"3486","3486","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 07:43:04","FALSE",NA,"801330207156215808",NA,"Twitter Web Client","yuvrajyr","762","TRUE","FALSE" +"3487","3487","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 07:42:53","FALSE",NA,"801330161975226368",NA,"Twitter Web Client","veenakmoorthy","8","TRUE","FALSE" +"3488","3488","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:42:51","FALSE",NA,"801330152651325440",NA,"Twitter Web Client","socialrrajan","71","TRUE","FALSE" +"3489","3489","RT @centerofright: #DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amoun�","FALSE","0",NA,"2016-11-23 07:42:22","FALSE",NA,"801330033583357952",NA,"Twitter for Android","ipratikshukla","15","TRUE","FALSE" +"3490","3490","RT @centerofright: #DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs h�","FALSE","0",NA,"2016-11-23 07:42:20","FALSE",NA,"801330024980901888",NA,"Twitter for Android","ipratikshukla","36","TRUE","FALSE" +"3491","3491","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:42:13","FALSE",NA,"801329994379259904",NA,"Twitter Web Client","BikashPrDash","71","TRUE","FALSE" +"3492","3492","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:42:08","FALSE",NA,"801329975731384320",NA,"Twitter for Android","LenaHaiToLe","71","TRUE","FALSE" +"3493","3493","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:41:57","FALSE",NA,"801329926762823680",NA,"Twitter for Android","Five5starA","637","TRUE","FALSE" +"3494","3494","PM Mukt Parliament? Not a good idea. The council of ministers including PM is accountable to people via Parliament. #demonetization","FALSE","0",NA,"2016-11-23 07:41:44","FALSE",NA,"801329874703097856",NA,"Twitter for Android","theSunilBishnoi","0","FALSE","FALSE" +"3495","3495","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:41:25","FALSE",NA,"801329795896397824",NA,"Twitter for iPhone","kichakotresh","637","TRUE","FALSE" +"3496","3496","#DeMonetization - the new 500 notes are not yet coming out of majority of the recalibrated ATMs. Ppl who had small amounts of cash deposited","FALSE","6","centerofright","2016-11-23 07:41:25","FALSE","801329292017893376","801329793803415552","23095992","Twitter for iPhone","centerofright","15","FALSE","FALSE" +"3497","3497","Ah!... the Congress A(@OfficeOfRG) & B(@ArvindKejriwal) teams are united in calling #demonetization a scam. https://t.co/SlKWLRWYMi","FALSE","0",NA,"2016-11-23 07:41:14","FALSE",NA,"801329746391011328",NA,"Twitter for iPhone","supersam5","0","FALSE","FALSE" +"3498","3498","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 07:41:12","FALSE",NA,"801329738862264320",NA,"Twitter Web Client","sri9011","16","TRUE","FALSE" +"3499","3499","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:40:57","FALSE",NA,"801329674903322624",NA,"Twitter for iPhone","Arafath700","71","TRUE","FALSE" +"3500","3500","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:40:53","FALSE",NA,"801329660097400832",NA,"Twitter Web Client","HinduRajyam","47","TRUE","FALSE" +"3501","3501","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:40:53","FALSE",NA,"801329659317223424",NA,"Twitter for Android","GRajguru","275","TRUE","FALSE" +"3502","3502","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:40:45","FALSE",NA,"801329627767652352",NA,"Twitter for Android","mkrathod4","71","TRUE","FALSE" +"3503","3503","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:40:43","FALSE",NA,"801329615801294848",NA,"Twitter Web Client","venugopalgv","275","TRUE","FALSE" +"3504","3504","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:40:42","FALSE",NA,"801329612961775616",NA,"Twitter for Android","BillyLinehan","71","TRUE","FALSE" +"3505","3505","RT @AnandM25: Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","0",NA,"2016-11-23 07:40:39","FALSE",NA,"801329602715127808",NA,"Twitter Web Client","NewIndianXpress","16","TRUE","FALSE" +"3506","3506","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:40:37","FALSE",NA,"801329591105286144",NA,"Twitter for Android","Prabhakarup1","71","TRUE","FALSE" +"3507","3507","RT @ShashiTharoor: Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Parliame�","FALSE","0",NA,"2016-11-23 07:40:35","FALSE",NA,"801329585728196608",NA,"Twitter for Android","miradnan17","71","TRUE","FALSE" +"3508","3508","Hey @Komal_Indian pl explain @washingtonpost that how #demonetization is fruitful for our economy & how BMoney is g� https://t.co/yByyDqzgJG","FALSE","0",NA,"2016-11-23 07:40:29","TRUE",NA,"801329559744446464",NA,"Twitter Web Client","sab_subh_hai","0","FALSE","FALSE" +"3509","3509","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:40:27","FALSE",NA,"801329551322320896",NA,"Twitter Web Client","kooldudz","275","TRUE","FALSE" +"3510","3510","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:40:04","FALSE",NA,"801329453142052864",NA,"Twitter for Android","iamAjeeth1","275","TRUE","FALSE" +"3511","3511","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:40:01","FALSE",NA,"801329440772984832",NA,"Twitter for iPhone","Poison4AAP","637","TRUE","FALSE" +"3512","3512","#Demonetization a pre-planned step for the benefit of Adani's & Ambani's while hard earners be in Bank & ATMs queue.. #AcheDinJaateHiNahi","FALSE","0",NA,"2016-11-23 07:40:00","FALSE",NA,"801329437107163136",NA,"Twitter for Android","Sandeep_2get","0","FALSE","FALSE" +"3513","3513","Joined the line of Opposition MPs demonstrating solidarity on #demonetization &demanding that @PMOIndia address Par� https://t.co/tWQ2o9ALZq","FALSE","135",NA,"2016-11-23 07:39:57","TRUE",NA,"801329423400189952",NA,"Twitter for Android","ShashiTharoor","71","FALSE","FALSE" +"3514","3514","RT @ChockBlain: India�s #Demonetization: Cash is Not Holy Cow, in #Bitcoin #Blockchain We Trust https://t.co/qLwyhR2vYk #technology #Fintec�","FALSE","0",NA,"2016-11-23 07:39:56","FALSE",NA,"801329421680603136",NA,"cryptohawk","kidoseagle0312","5","TRUE","FALSE" +"3515","3515","RT @jamewils: 4th Thread +Here I compare the #Demonetization done in 1977-78 with the present one in the liquidity point of view + +https://t�","FALSE","0",NA,"2016-11-23 07:39:53","FALSE",NA,"801329408107827200",NA,"Twitter for iPhone","Sheetal1703","5","TRUE","FALSE" +"3516","3516","#DeMonetization - Some thoughts - 2 weeks over after that 8.00 PM speech. Lines hv reduced at banks for exchange. ATMs hv started giving 2K","FALSE","41",NA,"2016-11-23 07:39:25","FALSE",NA,"801329292017893376",NA,"Twitter for iPhone","centerofright","36","FALSE","FALSE" +"3517","3517","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:39:22","FALSE",NA,"801329278826725376",NA,"Mobile Web (M5)","su2nil","23","TRUE","FALSE" +"3518","3518","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:39:19","FALSE",NA,"801329265459560448",NA,"Twitter for Android","MorbidMortal","637","TRUE","FALSE" +"3519","3519","Shiva Sena and SAD fall in line with the government on #Demonetization Say, we support the decision. @NewIndianXpress","FALSE","16",NA,"2016-11-23 07:39:09","FALSE",NA,"801329222736347136",NA,"Twitter for Windows Phone","AnandM25_TNIE","16","FALSE","FALSE" +"3520","3520","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:39:02","FALSE",NA,"801329194600923136",NA,"Twitter for Android","BalkrishnaPara1","637","TRUE","FALSE" +"3521","3521","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:39:00","FALSE",NA,"801329186963148800",NA,"Twitter for Android","KainPradeep","275","TRUE","FALSE" +"3522","3522","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:38:51","FALSE",NA,"801329146387435520",NA,"Twitter for Android","pkgupta_","275","TRUE","FALSE" +"3523","3523","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:38:43","FALSE",NA,"801329113638326272",NA,"Twitter for iPhone","donirimo","637","TRUE","FALSE" +"3524","3524","Advantages of #Demonetization in India - Explain #DemonetisationBenefits in Telugu. +#2000Note #RBI #BlackMoney� https://t.co/HweUgPuR2y","FALSE","0",NA,"2016-11-23 07:38:42","TRUE",NA,"801329110748459008",NA,"Twitter Web Client","AccessIndiaTour","0","FALSE","FALSE" +"3525","3525","Inputs In https://t.co/hl83OIBCD4 on the recent events. #demonetization #investments #equity https://t.co/CVMvU1BU7S via @economictimes","FALSE","1",NA,"2016-11-23 07:38:34","FALSE",NA,"801329077252714496",NA,"Twitter for Android","amitsuricfp","0","FALSE","FALSE" +"3526","3526","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:38:34","FALSE",NA,"801329076707491840",NA,"Twitter Web Client","56perumal","275","TRUE","FALSE" +"3527","3527","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 07:38:16","FALSE",NA,"801329001239379968",NA,"Twitter for Windows","BansaNirmal","191","TRUE","FALSE" +"3528","3528","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:38:04","FALSE",NA,"801328951725527040",NA,"Twitter for Android","chotivalebaba","47","TRUE","FALSE" +"3529","3529","RT @kanimozhi: Why @ArvindKejriwal & @MamataOfficial trying to instigate Indians 4 a Civil war in India against #demonetization Arrest them�","FALSE","0",NA,"2016-11-23 07:37:19","FALSE",NA,"801328761622904832",NA,"Twitter for Windows","BansaNirmal","217","TRUE","FALSE" +"3530","3530","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:36:48","FALSE",NA,"801328633071673344",NA,"Twitter for Android","wisechanakya","637","TRUE","FALSE" +"3531","3531","#RightTimeToInvest +While the entire nation is debating about the after effects of '#Demonetization', our founder... https://t.co/QqZyeyPLZA","FALSE","0",NA,"2016-11-23 07:36:46","FALSE",NA,"801328622233653248",NA,"Facebook","mayfair_housing","0","FALSE","FALSE" +"3532","3532","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:36:39","FALSE",NA,"801328595922808832",NA,"Twitter for Android","ShantalaSharat","637","TRUE","FALSE" +"3533","3533","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:35:27","FALSE",NA,"801328292116762624",NA,"Twitter for Android","SharadOff","275","TRUE","FALSE" +"3534","3534","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 07:35:24","FALSE",NA,"801328281157038080",NA,"Twitter for Android","shabrawmk1","24","TRUE","FALSE" +"3535","3535","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:35:14","FALSE",NA,"801328237578223616",NA,"Twitter for Android","sabrinadh","637","TRUE","FALSE" +"3536","3536","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:35:08","FALSE",NA,"801328213842690048",NA,"Twitter for iPhone","sapnamodgil","637","TRUE","FALSE" +"3537","3537","RT @cleviic: @AyyappanRamasam #DeMonetization followed by #Vyapam mother of all scams..","FALSE","0",NA,"2016-11-23 07:34:25","FALSE",NA,"801328032334147584",NA,"Twitter Web Client","AyyappanRamasam","2","TRUE","FALSE" +"3538","3538","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:34:22","FALSE",NA,"801328019277287424",NA,"Twitter for iPhone","itsmeAdii1221","275","TRUE","FALSE" +"3539","3539","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:33:58","FALSE",NA,"801327918911778816",NA,"Twitter for iPhone","g_j_mehta","275","TRUE","FALSE" +"3540","3540","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:33:44","FALSE",NA,"801327861885976576",NA,"Twitter for iPhone","MisaBharti","23","TRUE","FALSE" +"3541","3541","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:33:35","FALSE",NA,"801327821914308608",NA,"Twitter for Android","ThisisSudeepG","275","TRUE","FALSE" +"3542","3542","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 07:33:25","FALSE",NA,"801327782068387840",NA,"Twitter Web Client","PhekateRaho","1158","TRUE","FALSE" +"3543","3543","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:33:18","FALSE",NA,"801327751999459328",NA,"Twitter for iPhone","SharmaYayaati","275","TRUE","FALSE" +"3544","3544","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:33:13","FALSE",NA,"801327728423211008",NA,"Twitter for Android","ashok25031962","57","TRUE","FALSE" +"3545","3545","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 07:32:58","FALSE",NA,"801327668088213504",NA,"Twitter for Android","AzazShaikhIYC","331","TRUE","FALSE" +"3546","3546","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:32:49","FALSE",NA,"801327629160902656",NA,"TweetCaster for Android","zoooni","954","TRUE","FALSE" +"3547","3547","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:32:30","FALSE",NA,"801327548491857920",NA,"Twitter for iPhone","sapnamodgil","275","TRUE","FALSE" +"3548","3548","RT @Devinder_Sharma: If Rs 3 lakh cr expected from #demonetization is a 'windfall' what would we term Rs 6.23-lk cr tax exemptions to India�","FALSE","0",NA,"2016-11-23 07:32:01","FALSE",NA,"801327430170509312",NA,"Twitter for Android","dhillo13","115","TRUE","FALSE" +"3549","3549","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:31:40","FALSE",NA,"801327340085198848",NA,"Twitter for Android","harshanellore","275","TRUE","FALSE" +"3550","3550","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:31:37","FALSE",NA,"801327328907431936",NA,"Twitter for Android","Vaidic","637","TRUE","FALSE" +"3551","3551","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:31:37","FALSE",NA,"801327328207007744",NA,"Twitter for iPhone","PKR70","23","TRUE","FALSE" +"3552","3552","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:31:23","FALSE",NA,"801327270967263232",NA,"Twitter for Android","mraja99","637","TRUE","FALSE" +"3553","3553","All govt organisations advised to make payments only on digital mode, using online transactions : +DEA Secy @DasShaktikanta +#Demonetization","FALSE","0",NA,"2016-11-23 07:31:19","FALSE",NA,"801327252155801600",NA,"Twitter Web Client","channelrt","2","FALSE","FALSE" +"3554","3554","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:31:18","FALSE",NA,"801327249911844864",NA,"Twitter for Android","sank_uma","275","TRUE","FALSE" +"3555","3555","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:30:32","FALSE",NA,"801327054209896448",NA,"Twitter for Android","ajai_ks","275","TRUE","FALSE" +"3556","3556","Sad for democracy PM refuses to attend parliament/ans qstns/make statement on #demonetization has time for� https://t.co/kTgZ7NOb30","FALSE","0",NA,"2016-11-23 07:30:29","TRUE",NA,"801327042746793984",NA,"Twitter Web Client","Vijayandheri","0","FALSE","FALSE" +"3557","3557","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 07:30:19","FALSE",NA,"801326999331631104",NA,"Twitter for Android","rav26051","105","TRUE","FALSE" +"3558","3558","When everybody was busy with #Demonetization and #Bypolls,it is highly unlikely that the news regarding Reangs caught anybody's attention","FALSE","0",NA,"2016-11-23 07:30:06","FALSE",NA,"801326944356888576",NA,"Twitter Web Client","abhic_1983","1","FALSE","FALSE" +"3559","3559","Some over-intellectuals r believing that this #demonetization scam will benefit ppl ! God pl give them brain !! https://t.co/A0HsEkRUDs","FALSE","0",NA,"2016-11-23 07:29:52","FALSE",NA,"801326888518111232",NA,"Twitter Web Client","sab_subh_hai","0","FALSE","FALSE" +"3560","3560","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 07:29:34","FALSE",NA,"801326812563382272",NA,"Twitter Web Client","nandyala487","520","TRUE","FALSE" +"3561","3561","Is #India's #demonetization abt #economics or #politics? +https://t.co/HZ5PTSxaIv #Demonetizationeffect","FALSE","0",NA,"2016-11-23 07:29:34","FALSE",NA,"801326809618989056",NA,"Twitter for Android","adnanramin","0","FALSE","FALSE" +"3562","3562","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:29:16","FALSE",NA,"801326738097799168",NA,"Twitter for Android","sampathsarepall","275","TRUE","FALSE" +"3563","3563","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 07:29:11","FALSE",NA,"801326715452739584",NA,"Twitter Web Client","AnchanLata","24","TRUE","FALSE" +"3564","3564","Google it 'Nostradamus prediction about india' believe nastradamus,believe modiji.#Demonetization","FALSE","0",NA,"2016-11-23 07:28:47","FALSE",NA,"801326614302887936",NA,"Twitter for Android","prasathrpk","0","FALSE","FALSE" +"3565","3565","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:28:25","FALSE",NA,"801326521604538368",NA,"Twitter for Android","Psoraganvi1","275","TRUE","FALSE" +"3566","3566","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 07:28:18","FALSE",NA,"801326492961673216",NA,"Twitter for Android","pandeymukesh23","7","TRUE","FALSE" +"3567","3567","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:28:17","FALSE",NA,"801326487211282432",NA,"Twitter for Android","PiyuSharma01","954","TRUE","FALSE" +"3568","3568","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 07:28:16","FALSE",NA,"801326484002603008",NA,"Twitter for Android","gps27","7","TRUE","FALSE" +"3569","3569","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:28:16","FALSE",NA,"801326483033702400",NA,"Twitter for Android","vrugonnab","637","TRUE","FALSE" +"3570","3570","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:27:59","FALSE",NA,"801326413169180672",NA,"Twitter Web Client","KiranKBhat","275","TRUE","FALSE" +"3571","3571","While ppl doing shopping frm debit card since #Demonetization !! +https://t.co/fQKK35x5LJ","FALSE","1",NA,"2016-11-23 07:27:58","FALSE",NA,"801326408136085504",NA,"Twitter for Android","singhraman09","0","FALSE","FALSE" +"3572","3572","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:27:56","FALSE",NA,"801326399638409216",NA,"Twitter for Android","vaibhavg10","9","TRUE","FALSE" +"3573","3573","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 07:27:16","FALSE",NA,"801326233804034048",NA,"Twitter for iPhone","annu_philip","24","TRUE","FALSE" +"3574","3574","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 07:27:10","FALSE",NA,"801326207228907520",NA,"Twitter for Android","SriNivasAIR","7","TRUE","FALSE" +"3575","3575","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 07:27:08","FALSE",NA,"801326199809179648",NA,"Twitter for Android","deepakkhatri812","22","TRUE","FALSE" +"3576","3576","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:26:59","FALSE",NA,"801326163209687040",NA,"Twitter Web Client","heatedhead","275","TRUE","FALSE" +"3577","3577","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:26:48","FALSE",NA,"801326114383740928",NA,"Twitter Web Client","vinay9466","637","TRUE","FALSE" +"3578","3578","what kind of money I as a common man have nothing #demonetization","FALSE","0",NA,"2016-11-23 07:26:38","FALSE",NA,"801326072302338048",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3579","3579","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:26:28","FALSE",NA,"801326029700734976",NA,"Twitter for Android","ShalinderLaroia","275","TRUE","FALSE" +"3580","3580","corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than personal loss.","FALSE","0",NA,"2016-11-23 07:26:25","FALSE",NA,"801326019319894016",NA,"Facebook","TheNationalists","0","FALSE","FALSE" +"3581","3581","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:26:19","FALSE",NA,"801325993604644864",NA,"Twitter for Android","mudassi79076762","57","TRUE","FALSE" +"3582","3582","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:26:15","FALSE",NA,"801325977259442176",NA,"Twitter for Android","Viinod_Jainn","637","TRUE","FALSE" +"3583","3583","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:26:13","FALSE",NA,"801325967683842048",NA,"Twitter for Android","bhav2406","275","TRUE","FALSE" +"3584","3584","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:26:12","FALSE",NA,"801325963883773952",NA,"Twitter for Android","prabhunav","275","TRUE","FALSE" +"3585","3585","paying through paytm and explaining to people how to use it new work #demonetization","FALSE","0",NA,"2016-11-23 07:26:10","FALSE",NA,"801325957164441600",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3586","3586","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:25:56","FALSE",NA,"801325896640630784",NA,"Twitter for Android","Hrishweet","637","TRUE","FALSE" +"3587","3587","#Demonetization. Lutyens Media played negative role in PM Modi 's crusade to unearth black money. Evident which side they'd like to butter .","FALSE","0",NA,"2016-11-23 07:25:46","FALSE",NA,"801325856538902528",NA,"Twitter for Android","uppalj","1","FALSE","FALSE" +"3588","3588","People and opposition parties are calling it #demonetization. However, it is #remonetization.","FALSE","0",NA,"2016-11-23 07:25:37","FALSE",NA,"801325816781094912",NA,"Twitter for Android","gopalinc","0","FALSE","FALSE" +"3589","3589","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:25:21","FALSE",NA,"801325748837642240",NA,"Twitter for Android","Akg316Arvind","9","TRUE","FALSE" +"3590","3590",". MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization issue. + +� All India Rad�","FALSE","0",NA,"2016-11-23 07:25:20","FALSE",NA,"801325746673291264",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"3591","3591","there is fun living with out cash asking for help #demonetization","FALSE","0",NA,"2016-11-23 07:25:09","FALSE",NA,"801325699143503872",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3592","3592","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:24:51","FALSE",NA,"801325624963039232",NA,"TweetCaster for Android","en_ig_ma_tic","637","TRUE","FALSE" +"3593","3593","@WeAreBBSR @deba1602 @ashishkumar_tw @kumariika Did my first transaction after #Demonetization in Noida. Driver stoood for 1 hr, me 20 mins","FALSE","0","WeAreBBSR","2016-11-23 07:24:46","FALSE","801319088039559168","801325602821304320","2669806986","Twitter Web Client","OdiaCulture","0","FALSE","FALSE" +"3594","3594","life of people is become so simple thanks to modi ji otherwise just to meet the targets people was forced #demonetization","FALSE","0",NA,"2016-11-23 07:24:42","FALSE",NA,"801325586367004672",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3595","3595","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 07:24:30","FALSE",NA,"801325537952145408",NA,"Twitter for Android","Kirak_Admi","42","TRUE","FALSE" +"3596","3596","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:24:19","FALSE",NA,"801325488769794048",NA,"Twitter for Android","NirupaShankar","637","TRUE","FALSE" +"3597","3597","RT @airnewsalerts: . @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization iss�","FALSE","0",NA,"2016-11-23 07:24:14","FALSE",NA,"801325469828321280",NA,"Twitter for Android","Akg316Arvind","7","TRUE","FALSE" +"3598","3598","now they are going out to meet people and socializing with out any work #demonetization","FALSE","0",NA,"2016-11-23 07:23:40","FALSE",NA,"801325327179980800",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3599","3599","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:23:30","FALSE",NA,"801325285169889280",NA,"Twitter for iPhone","ParagDr","47","TRUE","FALSE" +"3600","3600","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:23:19","FALSE",NA,"801325240483794944",NA,"Twitter for Android","ssmunshi","275","TRUE","FALSE" +"3601","3601","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:23:18","FALSE",NA,"801325235467419648",NA,"Twitter for Android","OvaisSultanKhan","23","TRUE","FALSE" +"3602","3602","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:23:16","FALSE",NA,"801325225279418368",NA,"Twitter for iPhone","nanditakhaire","9","TRUE","FALSE" +"3603","3603","my friends are happy as they have some reason to go out and stand in que otherwise all were going out to spend #demonetization","FALSE","0",NA,"2016-11-23 07:22:59","FALSE",NA,"801325155196792832",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3604","3604","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:22:47","FALSE",NA,"801325105427181568",NA,"Twitter Web Client","mrkotians","275","TRUE","FALSE" +"3605","3605","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 07:22:39","FALSE",NA,"801325071109386240",NA,"Twitter for Android","tivra123","27","TRUE","FALSE" +"3606","3606","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:22:26","FALSE",NA,"801325018596646912",NA,"Twitter for Android","Vinod_Jathanna","57","TRUE","FALSE" +"3607","3607","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:22:26","FALSE",NA,"801325015769739264",NA,"Twitter for Android","lzylion","6","TRUE","FALSE" +"3608","3608","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:22:11","FALSE",NA,"801324952649682944",NA,"Twitter Web Client","BreakiNews","23","TRUE","FALSE" +"3609","3609",". @MVenkaiahNaidu blames opposition for not allowing #Parliament to function by creating uproar over #demonetization issue.","FALSE","17",NA,"2016-11-23 07:22:09","FALSE",NA,"801324945129308160",NA,"Twitter Web Client","airnewsalerts","7","FALSE","FALSE" +"3610","3610","common man was in trouble before modi ji also so what modi ji has done for common men is not some thing new #demonetization","FALSE","0",NA,"2016-11-23 07:22:07","FALSE",NA,"801324936941944832",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3611","3611","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:21:58","FALSE",NA,"801324899608522752",NA,"Twitter for Android","biswajit_padhy","9","TRUE","FALSE" +"3612","3612","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 07:21:35","FALSE",NA,"801324802304856064",NA,"Twitter for Android","More18Anna","331","TRUE","FALSE" +"3613","3613","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:21:31","FALSE",NA,"801324786488135680",NA,"Twitter for Android","nmnshah","637","TRUE","FALSE" +"3614","3614","RT @anilkohli54: Indians will condole the death political parties due to #demonetization we dont need to be in Pa we will do it openly in f�","FALSE","0",NA,"2016-11-23 07:21:21","FALSE",NA,"801324745983725568",NA,"Twitter for iPhone","arbind1982","4","TRUE","FALSE" +"3615","3615","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:21:10","FALSE",NA,"801324696436436992",NA,"Twitter for Android","Aadil_Muz","954","TRUE","FALSE" +"3616","3616","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:20:56","FALSE",NA,"801324639087722496",NA,"Twitter for Android","BhiseRamesh","9","TRUE","FALSE" +"3617","3617","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:20:52","FALSE",NA,"801324622826401792",NA,"Mobile Web (M5)","MarathaBaan","9","TRUE","FALSE" +"3618","3618","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-23 07:20:49","FALSE",NA,"801324611241701376",NA,"Twitter for iPhone","ari_sarker","100","TRUE","FALSE" +"3619","3619","RT @FrustIndian: PM is so scared that he didn't give in to demand of a lowly CM to roll back #Demonetization despite qurbani warning. https�","FALSE","0",NA,"2016-11-23 07:20:46","FALSE",NA,"801324597111046144",NA,"Twitter Web Client","krishan_kgs","8","TRUE","FALSE" +"3620","3620","by paying through plastic money it can be monitor easily source of money #demonetization","FALSE","1",NA,"2016-11-23 07:20:37","FALSE",NA,"801324559358193664",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3621","3621","RT @anilkohli54: corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than person�","FALSE","0",NA,"2016-11-23 07:20:34","FALSE",NA,"801324548255846400",NA,"Twitter for Android","ravi_saraogi","9","TRUE","FALSE" +"3622","3622","Received my first 2000 rs note but unable to use it? No one has enough change. #demonetization","FALSE","0",NA,"2016-11-23 07:20:30","FALSE",NA,"801324530279084032",NA,"Twitter for Android","mahesh12688","0","FALSE","FALSE" +"3623","3623","RT @kavita_krishnan: Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) http�","FALSE","0",NA,"2016-11-23 07:20:26","FALSE",NA,"801324513124352000",NA,"Twitter Web Client","Priyanshugupta_","23","TRUE","FALSE" +"3624","3624","corrupt cowards ran away from Parliament, they will not debate #demonetization, they have nothing to say other than personal loss.","FALSE","13",NA,"2016-11-23 07:20:15","FALSE",NA,"801324466991206400",NA,"Twitter Web Client","anilkohli54","9","FALSE","FALSE" +"3625","3625","Sanghi DMs ban social media criticism of #demonetization. Only #NMApp with scripted answers is allowed I guess :) https://t.co/Xj0t9M7y9D","FALSE","26",NA,"2016-11-23 07:20:06","FALSE",NA,"801324428969787392",NA,"Twitter for Android","kavita_krishnan","23","FALSE","FALSE" +"3626","3626","Digital wallet limits increased to Rs 20,000 +https://t.co/LwzyJdKk4q +#Digital #Wallet #Limit #Demonetization #RBI #India #Bank #Payments","FALSE","0",NA,"2016-11-23 07:19:47","FALSE",NA,"801324349101899776",NA,"Twitter Web Client","nitinsethi80","0","FALSE","FALSE" +"3627","3627","RT @HPCL: #Demonetization +HPNEs Ladies at Mmbi extend help 4 FillingForms, Water at SBI Mahul Rd. Brnch +BringingSmilles +@dpradhanbjp @Ashut�","FALSE","0",NA,"2016-11-23 07:19:37","FALSE",NA,"801324306827505664",NA,"Twitter for Android","SupriyaDixit13","20","TRUE","FALSE" +"3628","3628","Civil cases are still pending for years & years only through non corruption they can be solved #demonetization","FALSE","0",NA,"2016-11-23 07:19:35","FALSE",NA,"801324299466473472",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3629","3629","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:19:35","FALSE",NA,"801324299441369088",NA,"Twitter for Android","drwaheeduddin","637","TRUE","FALSE" +"3630","3630","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:19:28","FALSE",NA,"801324269972127744",NA,"Twitter for Android","riddhibalotra","637","TRUE","FALSE" +"3631","3631","PM #NarendraModi's Speech On #Corruption & #BlackMoney + +#Demonetization #NoteBan + +https://t.co/HjjvGzjTFS","FALSE","0",NA,"2016-11-23 07:19:27","FALSE",NA,"801324266914541568",NA,"Twitter Web Client","TheModiEra","0","FALSE","FALSE" +"3632","3632","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:19:22","FALSE",NA,"801324243241799680",NA,"Twitter for Android","vinayakmasan","637","TRUE","FALSE" +"3633","3633","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-23 07:19:19","FALSE",NA,"801324232655376384",NA,"Twitter for Android","PTsayz","1042","TRUE","FALSE" +"3634","3634","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:19:16","FALSE",NA,"801324220890443776",NA,"Twitter for iPhone","RaGa044","637","TRUE","FALSE" +"3635","3635","RT @KJshashi: Reports from last night: Naxal supporters were arrested with old Rs 1000 and Rs 500 notes worth Rs 70k. #demonetization (Hat�","FALSE","0",NA,"2016-11-23 07:19:10","FALSE",NA,"801324196143988736",NA,"Twitter for Android","nixxin","1","TRUE","FALSE" +"3636","3636","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:18:45","FALSE",NA,"801324090506248192",NA,"Twitter for Android","Bhavin7795","637","TRUE","FALSE" +"3637","3637","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:18:40","FALSE",NA,"801324067290804224",NA,"Twitter for Android","biswajit_padhy","637","TRUE","FALSE" +"3638","3638","so many years people were stuck with no jobs I still dont have job but believe in MODI Not BJP #demonetization","FALSE","0",NA,"2016-11-23 07:18:19","FALSE",NA,"801323981743816704",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3639","3639","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:18:11","FALSE",NA,"801323946746449920",NA,"Twitter for Android","iamsitaram","637","TRUE","FALSE" +"3640","3640","@mediacrooks Stopped watching @TimesNow as soon as Arnab Quit read why- https://t.co/y1lUMCG9SC +#boycott timesnow #Bollywood #Demonetization","FALSE","0","mediacrooks","2016-11-23 07:18:10","FALSE","801236913436835840","801323941885317120","162304163","Twitter for Android","girishglg","0","FALSE","FALSE" +"3641","3641","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:18:09","FALSE",NA,"801323938781528064",NA,"Twitter for Android","karandeep1","637","TRUE","FALSE" +"3642","3642","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:18:04","FALSE",NA,"801323916912422912",NA,"Twitter Web Client","daModified","637","TRUE","FALSE" +"3643","3643","Modi Ji is the only politician who think about common mans life and work hard to change in his standard of living #demonetization","FALSE","0",NA,"2016-11-23 07:17:00","FALSE",NA,"801323649047339008",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3644","3644","#Govt announces slew of measures 2 ease #demonetization pain;no service charges fr #online #transactions till Dec 3� https://t.co/cUf8hYRnrC","FALSE","0",NA,"2016-11-23 07:16:55","TRUE",NA,"801323628310761472",NA,"Twitter Web Client","knnindia","0","FALSE","FALSE" +"3645","3645","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:16:37","FALSE",NA,"801323554130329600",NA,"Twitter for Android","ChandrusWeb","637","TRUE","FALSE" +"3646","3646","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:15:52","FALSE",NA,"801323363453063168",NA,"Twitter Web Client","samir_patil","637","TRUE","FALSE" +"3647","3647","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:15:41","FALSE",NA,"801323318766866432",NA,"Twitter for Android","shettyanoop","637","TRUE","FALSE" +"3648","3648","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:15:41","FALSE",NA,"801323316334235648",NA,"Twitter for Android","lzylion","637","TRUE","FALSE" +"3649","3649","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:15:32","FALSE",NA,"801323279676035072",NA,"Twitter for iPhone","Ramyavaran","275","TRUE","FALSE" +"3650","3650","@travisk Hi Travis, plz look into increased GPS issues on driver's side aftr #demonetization in India. customer experience deteriorated.","FALSE","0","travisk","2016-11-23 07:15:29","FALSE",NA,"801323268070326272","9729502","Twitter for Android","khandelwalnitin","0","FALSE","FALSE" +"3651","3651","All political parties played the game of cast #demonetization have they done any thing about corruption","FALSE","0",NA,"2016-11-23 07:15:25","FALSE",NA,"801323250051649536",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3652","3652","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:15:22","FALSE",NA,"801323237380685824",NA,"Twitter Web Client","MahajanViv","275","TRUE","FALSE" +"3653","3653","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:15:08","FALSE",NA,"801323177876090880",NA,"Twitter for Android","TPrasad_7","637","TRUE","FALSE" +"3654","3654","What could go wrong for #Fintech post #demonetization windfall? https://t.co/cy4aJIX0cS @sanvai @BlackstoneVG� https://t.co/SZp6BqxEH6","FALSE","0",NA,"2016-11-23 07:15:06","TRUE",NA,"801323173115478016",NA,"Hootsuite","Sentifi_IN","0","FALSE","FALSE" +"3655","3655","@narendramodi sir i cant download the app to put my view that t i support u on #demonetization .....any other way?","FALSE","0","narendramodi","2016-11-23 07:15:05","FALSE",NA,"801323165624442880","18839785","Twitter Web Client","Anitanaikgoa","0","FALSE","FALSE" +"3656","3656","#Demonetization decision by PM without consultation with Financial Advisor, Why GOI paying him Salary if advice is not required ?@Swamy39","FALSE","0",NA,"2016-11-23 07:14:54","FALSE",NA,"801323122691600384",NA,"Twitter for BlackBerry�","HemantRitu7","0","FALSE","FALSE" +"3657","3657","DEA Secy DasShaktikanta : all govt organisations advised to make payments only on digital mode, using online transactions +#Demonetization","FALSE","0",NA,"2016-11-23 07:14:39","FALSE",NA,"801323059391164416",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"3658","3658","How cashless are you? Could you convince your parents to be? #GoCashless #Demonetization @DineshAgarwal� https://t.co/1dvAq5o1WD","FALSE","3",NA,"2016-11-23 07:14:32","TRUE",NA,"801323027099242496",NA,"Twitter for Android","ChapmanLizzie","0","FALSE","FALSE" +"3659","3659","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:14:24","FALSE",NA,"801322993947410432",NA,"TweetCaster for Android","moron_tweet","637","TRUE","FALSE" +"3660","3660","#Demonetization: Unable to withdraw money for exam fees, UP teen hangs self https://t.co/tqRFheXhqY","FALSE","0",NA,"2016-11-23 07:14:08","FALSE",NA,"801322925710340096",NA,"Twitter Web Client","o_laskar","0","FALSE","FALSE" +"3661","3661","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:14:02","FALSE",NA,"801322902339616768",NA,"Twitter for Android","upen90","275","TRUE","FALSE" +"3662","3662","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:14:00","FALSE",NA,"801322894794063872",NA,"Twitter for Android","kishorsrivastav","954","TRUE","FALSE" +"3663","3663","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:13:53","FALSE",NA,"801322862904754176",NA,"Twitter for Android","kristraj","637","TRUE","FALSE" +"3664","3664","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:13:31","FALSE",NA,"801322771309621248",NA,"Twitter Web Client","ravirao83","275","TRUE","FALSE" +"3665","3665","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:13:28","FALSE",NA,"801322758961504256",NA,"Twitter for Android","amitranatweets","275","TRUE","FALSE" +"3666","3666","RT @awesomeindia83: A Brilliant #OpenLetter by a #KashmiriMuslim Showing Support to #PMModi on #demonetization .. https://t.co/AuIqbo2ctJ @�","FALSE","0",NA,"2016-11-23 07:13:17","FALSE",NA,"801322713210114048",NA,"Twitter Web Client","nirmalyaseo","2","TRUE","FALSE" +"3667","3667","we have no faith in any other political parties as for so many years non of them has taken any action against corruption #demonetization","FALSE","0",NA,"2016-11-23 07:13:08","FALSE",NA,"801322676849672192",NA,"Twitter Web Client","heatedhead","0","FALSE","FALSE" +"3668","3668","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:12:44","FALSE",NA,"801322574756139008",NA,"Twitter for Android","ShrikantCM_Gaur","275","TRUE","FALSE" +"3669","3669","DEA Secy @DasShaktikanta : all govt organisations advised to make payments only on digital mode, using online transactions +#Demonetization","FALSE","29",NA,"2016-11-23 07:12:42","FALSE",NA,"801322565285318656",NA,"Twitter Web Client","PIB_India","21","FALSE","FALSE" +"3670","3670","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 07:12:35","FALSE",NA,"801322539251277824",NA,"Twitter for Android","NawabMirOsmanA2","69","TRUE","FALSE" +"3671","3671","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:12:23","FALSE",NA,"801322485589413888",NA,"Twitter for Android","NawabMirOsmanA2","954","TRUE","FALSE" +"3672","3672","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:12:12","FALSE",NA,"801322441641443328",NA,"Twitter for Android","drmanrk","275","TRUE","FALSE" +"3673","3673","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:11:37","FALSE",NA,"801322294425649152",NA,"Twitter for iPhone","dhruvalp3","637","TRUE","FALSE" +"3674","3674","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:11:09","FALSE",NA,"801322175387107328",NA,"Twitter for Android","himgarg12","637","TRUE","FALSE" +"3675","3675","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:10:56","FALSE",NA,"801322124132622336",NA,"Twitter for Android","abhayinsearch","637","TRUE","FALSE" +"3676","3676","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:10:42","FALSE",NA,"801322065768882176",NA,"Twitter for Android","Holmes2491","637","TRUE","FALSE" +"3677","3677","RT @DikshitSmita: #SC despite ruling out staying proceedings in all PILs (15 so far) on #demonetization has however asked the AG to file a�","FALSE","0",NA,"2016-11-23 07:10:40","FALSE",NA,"801322056533078016",NA,"Twitter for Android","FirdausHassanx","2","TRUE","FALSE" +"3678","3678","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:10:36","FALSE",NA,"801322039332274176",NA,"Twitter for iPhone","mamtan14","275","TRUE","FALSE" +"3679","3679","LS Adjourns Till Noon Amid Oppn Protests ... - https://t.co/086F5Vo1ce - #DemonetisationIssue #Demonetization #LokSabhaAdjourned","FALSE","0",NA,"2016-11-23 07:10:18","FALSE",NA,"801321962450653184",NA,"PB Update","Punjabupdate","0","FALSE","FALSE" +"3680","3680","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:09:54","FALSE",NA,"801321863305687040",NA,"Twitter for Android","tclvimal","637","TRUE","FALSE" +"3681","3681","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:09:52","FALSE",NA,"801321853692350464",NA,"Twitter for Android","TheSherni","637","TRUE","FALSE" +"3682","3682","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:09:23","FALSE",NA,"801321734326599680",NA,"Twitter for Android","MyLoveNamo","275","TRUE","FALSE" +"3683","3683","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:09:17","FALSE",NA,"801321707281719296",NA,"Twitter for Android","vishvanathsharm","275","TRUE","FALSE" +"3684","3684","New vehicles to have ETC-compliant RFID facility for digital deduction of charges at toll plazas: DEA Secy� https://t.co/yMNkKR1kAO","FALSE","32",NA,"2016-11-23 07:08:58","TRUE",NA,"801321625522204672",NA,"Twitter Web Client","PIB_India","27","FALSE","FALSE" +"3685","3685","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:08:44","FALSE",NA,"801321570811736064",NA,"Twitter for Android","masud754","954","TRUE","FALSE" +"3686","3686","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:08:42","FALSE",NA,"801321558346231808",NA,"Twitter for iPhone","shweta_ohri","637","TRUE","FALSE" +"3687","3687","@BigBazaar makes clears #Demonetization hurdle: enables withdrawal from stores #Guwahati +https://t.co/Mj1TPv4mEy https://t.co/3u3Wm15zwj","FALSE","0","BigBazaar","2016-11-23 07:08:37","FALSE",NA,"801321538456784896","1200570763","Twitter Web Client","guwahatiplus","0","FALSE","FALSE" +"3688","3688","RT @rishibagree: A Housewife's view on #demonetization https://t.co/nFwuiZUJOD","FALSE","0",NA,"2016-11-23 07:08:35","FALSE",NA,"801321529271349248",NA,"Twitter for Android","Doga_Uncle","114","TRUE","FALSE" +"3689","3689","@HRajvansh while I understand ur dislike for kejriwal, but what is ur logic behind supporting #Demonetization. I seriously want to know.","FALSE","0","HRajvansh","2016-11-23 07:08:29","FALSE",NA,"801321504852078592","136605506","Twitter for Android","amitesh94","0","FALSE","FALSE" +"3690","3690","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:08:16","FALSE",NA,"801321450791649280",NA,"Twitter for Android","raghuwanshi_d","275","TRUE","FALSE" +"3691","3691","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:08:07","FALSE",NA,"801321414687080448",NA,"Twitter for Android","raghuwanshi_d","47","TRUE","FALSE" +"3692","3692","RT @TheChaoticNinja: When you're running away with your black money but Bae is more important. #demonetization https://t.co/9tosYC9M6h","FALSE","0",NA,"2016-11-23 07:07:59","FALSE",NA,"801321382038634496",NA,"Twitter for Android","RealSunilKumar","8","TRUE","FALSE" +"3693","3693","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:07:54","FALSE",NA,"801321360026959872",NA,"Twitter for iPhone","potnisk","637","TRUE","FALSE" +"3694","3694","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:07:53","FALSE",NA,"801321355857825792",NA,"Twitter for iPhone","MLMANDOWARA","6","TRUE","FALSE" +"3695","3695","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:07:47","FALSE",NA,"801321329349820416",NA,"Mobile Web (M5)","PaulBono9","6","TRUE","FALSE" +"3696","3696","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:07:32","FALSE",NA,"801321266842140672",NA,"Twitter for iPhone","ColTekpal","637","TRUE","FALSE" +"3697","3697","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:07:28","FALSE",NA,"801321249314050048",NA,"Twitter Web Client","ModiFansClub","275","TRUE","FALSE" +"3698","3698","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:07:23","FALSE",NA,"801321229894451200",NA,"Twitter for Android","ramniwasb83","275","TRUE","FALSE" +"3699","3699","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:07:22","FALSE",NA,"801321224383168512",NA,"Twitter for Android","PraVasOne","637","TRUE","FALSE" +"3700","3700","RT @FrustIndian: PM is so scared that he didn't give in to demand of a lowly CM to roll back #Demonetization despite qurbani warning. https�","FALSE","0",NA,"2016-11-23 07:07:20","FALSE",NA,"801321215218634752",NA,"Twitter for Android","Gaurang_Panan","8","TRUE","FALSE" +"3701","3701","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:06:50","FALSE",NA,"801321090198962176",NA,"Twitter for Android","drmanrk","637","TRUE","FALSE" +"3702","3702","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:06:37","FALSE",NA,"801321034423136256",NA,"Twitter for iPhone","IPraveenDixit","275","TRUE","FALSE" +"3703","3703","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:06:28","FALSE",NA,"801320998922555392",NA,"Twitter for iPad","arunnigam08","637","TRUE","FALSE" +"3704","3704","Only those are against #demonetization who keep #BlackMoney and they couldn't explain themselves@aajtak","FALSE","1",NA,"2016-11-23 07:06:26","FALSE",NA,"801320989523054592",NA,"Twitter for Android","AvinshDhumal","0","FALSE","FALSE" +"3705","3705","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:05:33","FALSE",NA,"801320766813929472",NA,"Mobile Web (M5)","hemant_p","6","TRUE","FALSE" +"3706","3706","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:05:28","FALSE",NA,"801320748610678784",NA,"Twitter for Android","hellboy300","6","TRUE","FALSE" +"3707","3707","RT @DharmicFundoo: @narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be of n�","FALSE","0",NA,"2016-11-23 07:05:28","FALSE",NA,"801320747486613504",NA,"Twitter for Android","girish_joshig","6","TRUE","FALSE" +"3708","3708","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:05:28","FALSE",NA,"801320746001858560",NA,"Twitter for Android","PrashanthNaiduK","275","TRUE","FALSE" +"3709","3709","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 07:04:59","FALSE",NA,"801320624761270272",NA,"Mobile Web (M5)","vishesh_vg","43","TRUE","FALSE" +"3710","3710","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:04:52","FALSE",NA,"801320596877574144",NA,"Twitter for Android","Raj93shrma","275","TRUE","FALSE" +"3711","3711","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:04:51","FALSE",NA,"801320590670004224",NA,"Twitter for Android","GAJANAND2315","637","TRUE","FALSE" +"3712","3712","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:04:50","FALSE",NA,"801320587088039936",NA,"Twitter Web Client","YARUKALARAVI","57","TRUE","FALSE" +"3713","3713","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:04:22","FALSE",NA,"801320469332955136",NA,"Twitter for Android","MhndrP","637","TRUE","FALSE" +"3714","3714","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:57","FALSE",NA,"801320365377093632",NA,"Twitter for Android","ShrimanYogee","637","TRUE","FALSE" +"3715","3715","RT @AmanatUllah23: Addressed the #YouthCongressProtest over #Demonetization issue in Delhi. @OfficeOfRG https://t.co/MDxu4YtbPW","FALSE","0",NA,"2016-11-23 07:03:51","FALSE",NA,"801320340332933120",NA,"Twitter for Android","UPYCW_Official","9","TRUE","FALSE" +"3716","3716","RT @AmanatUllah23: #YouthCongressProtest over #Demonetization issue in Delhi. (1/2) @OfficeOfRG https://t.co/6AhloTCt0s","FALSE","0",NA,"2016-11-23 07:03:47","FALSE",NA,"801320323576721408",NA,"Twitter for Android","UPYCW_Official","9","TRUE","FALSE" +"3717","3717","RT @AmanatUllah23: #YouthCongressProtest over #Demonetization issue in Delhi. (2/2) @OfficeOfRG https://t.co/CVvyz430bg","FALSE","0",NA,"2016-11-23 07:03:45","FALSE",NA,"801320314525384704",NA,"Twitter for Android","UPYCW_Official","7","TRUE","FALSE" +"3718","3718","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:44","FALSE",NA,"801320310456848384",NA,"Twitter for Android","hitlerbai","637","TRUE","FALSE" +"3719","3719","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:39","FALSE",NA,"801320290575908864",NA,"Twitter Web Client","girish_gopalan","637","TRUE","FALSE" +"3720","3720","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:38","FALSE",NA,"801320286155063296",NA,"Twitter for Android","diwakarr85","637","TRUE","FALSE" +"3721","3721","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:37","FALSE",NA,"801320283084820480",NA,"Twitter for Android","rinku3009","637","TRUE","FALSE" +"3722","3722","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:03:36","FALSE",NA,"801320276990562304",NA,"Twitter for Android","i_shailsingh","637","TRUE","FALSE" +"3723","3723","@narendramodi ji, please place extraordinarily high security around banks in J&K otherwise #DeMonetization would be� https://t.co/CxQGyMHX9Y","FALSE","2","narendramodi","2016-11-23 07:03:36","TRUE",NA,"801320276852174848","18839785","Twitter Web Client","DharmicFundoo","6","FALSE","FALSE" +"3724","3724","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:03:04","FALSE",NA,"801320143917842432",NA,"Twitter Web Client","fotedarsunil","47","TRUE","FALSE" +"3725","3725","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:02:55","FALSE",NA,"801320106697560064",NA,"Twitter for iPhone","iVimalPandey","637","TRUE","FALSE" +"3726","3726","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:02:49","FALSE",NA,"801320081145864192",NA,"Twitter for iPhone","greenwood127","275","TRUE","FALSE" +"3727","3727","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 07:02:35","FALSE",NA,"801320020894765056",NA,"Mobile Web (M5)","Liberal_Indian","10","TRUE","FALSE" +"3728","3728","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:02:28","FALSE",NA,"801319989697454080",NA,"Twitter for iPhone","DelhiMuse","275","TRUE","FALSE" +"3729","3729","RT @ChockBlain: India�s #Demonetization: Cash is Not Holy Cow, in #Bitcoin #Blockchain We Trust https://t.co/qLwyhR2vYk #technology #Fintec�","FALSE","0",NA,"2016-11-23 07:02:19","FALSE",NA,"801319954528268288",NA,"Twitter for Windows Phone","aalbertjac","5","TRUE","FALSE" +"3730","3730","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:02:17","FALSE",NA,"801319946752032768",NA,"Twitter for Android","ManyaPande","275","TRUE","FALSE" +"3731","3731","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:02:17","FALSE",NA,"801319946437492736",NA,"Twitter for Android","ChweeneyTodd","637","TRUE","FALSE" +"3732","3732","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:02:10","FALSE",NA,"801319916834066432",NA,"Twitter for Android","yamlaa41","275","TRUE","FALSE" +"3733","3733","RT @jairajp: 2 Weeks into Tragic #DeMonetization, just 8% of Withdrawn currency has been replaced. So much for Planning & Execution by #Fai�","FALSE","0",NA,"2016-11-23 07:02:04","FALSE",NA,"801319892435828736",NA,"Talon (Classic)","mkotadiya","4","TRUE","FALSE" +"3734","3734","Is it fear of losing or the fear of getting exposed?? #demonetization","FALSE","0","Sarath_CFC","2016-11-23 07:01:59","FALSE","801319733014446080","801319870570889216","1854819042","Twitter for Windows","Sarath_CFC","0","FALSE","FALSE" +"3735","3735","RT @jairajp: If #Demonetization had happened in UPA Govt & anything like this happened, Sanghis would�ve Accused Congress of Funding Terror�","FALSE","0",NA,"2016-11-23 07:01:47","FALSE",NA,"801319819194880000",NA,"Talon (Classic)","mkotadiya","3","TRUE","FALSE" +"3736","3736","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:01:44","FALSE",NA,"801319808440602624",NA,"Twitter Web Client","Binod1966","275","TRUE","FALSE" +"3737","3737","RT @BUnlimted: After #Demonetization Kumar vishwas is getting only 500-1000 notes at GB road #WhatsTheDealModiji","FALSE","0",NA,"2016-11-23 07:01:35","FALSE",NA,"801319768015904768",NA,"Twitter for iPhone","dsingh16","4","TRUE","FALSE" +"3738","3738","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:01:33","FALSE",NA,"801319759363145728",NA,"Twitter for Android","arpansingh06","637","TRUE","FALSE" +"3739","3739","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:01:27","FALSE",NA,"801319734650212352",NA,"Twitter for Android","SamirPrasanna","637","TRUE","FALSE" +"3740","3740","Why go against something that is to be appreciated,when all you need to do is to help? #demonetization","FALSE","0","Sarath_CFC","2016-11-23 07:01:26","FALSE","801319470740422656","801319733014446080","1854819042","Twitter for Windows","Sarath_CFC","0","FALSE","FALSE" +"3741","3741","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 07:01:21","FALSE",NA,"801319712529481728",NA,"Twitter for Android","nandu09445619","275","TRUE","FALSE" +"3742","3742","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:01:06","FALSE",NA,"801319648952221696",NA,"Twitter for iPhone","inditroika","637","TRUE","FALSE" +"3743","3743","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 07:00:59","FALSE",NA,"801319620191879168",NA,"Twitter for Android","sumitmahato22","954","TRUE","FALSE" +"3744","3744","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 07:00:46","FALSE",NA,"801319561870065664",NA,"Twitter for Android","Kewrious","10","TRUE","FALSE" +"3745","3745","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:00:45","FALSE",NA,"801319559294840832",NA,"Twitter for Android","BhallaJc","47","TRUE","FALSE" +"3746","3746","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:00:44","FALSE",NA,"801319557487017984",NA,"Twitter for iPhone","senthilnayagam","637","TRUE","FALSE" +"3747","3747","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 07:00:31","FALSE",NA,"801319502445158400",NA,"Twitter Web Client","dhruvbhim","47","TRUE","FALSE" +"3748","3748","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:00:26","FALSE",NA,"801319480391561216",NA,"Twitter for iPhone","gdd1610","637","TRUE","FALSE" +"3749","3749","Why is every opposition trying to make the government rollback #demonetization when it actually needs to help them implement it better?","FALSE","0",NA,"2016-11-23 07:00:24","FALSE",NA,"801319470740422656",NA,"Twitter for Windows","Sarath_CFC","0","FALSE","FALSE" +"3750","3750","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 07:00:17","FALSE",NA,"801319443443941376",NA,"Twitter for Android","satish_patidar_","57","TRUE","FALSE" +"3751","3751","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 07:00:06","FALSE",NA,"801319395658174464",NA,"Twitter for Android","SHIVOHAM099","637","TRUE","FALSE" +"3752","3752","RT @DikshitSmita: #SC despite ruling out staying proceedings in all PILs (15 so far) on #demonetization has however asked the AG to file a�","FALSE","0",NA,"2016-11-23 07:00:00","FALSE",NA,"801319370844737536",NA,"Twitter for Android","Amit__G","2","TRUE","FALSE" +"3753","3753","#Demonetization : What if overall deposited demonetized currency amount goes beyond actual currency released by RBI? https://t.co/q5mQ6HTwTo","FALSE","0",NA,"2016-11-23 06:59:51","FALSE",NA,"801319331334393856",NA,"Twitter for Android","krautela","0","FALSE","FALSE" +"3754","3754","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:59:49","FALSE",NA,"801319322949914624",NA,"Twitter Web Client","MODIfyIndia","637","TRUE","FALSE" +"3755","3755","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:59:48","FALSE",NA,"801319322765459456",NA,"Twitter Web Client","autosandeep","15","TRUE","FALSE" +"3756","3756","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 06:59:48","FALSE",NA,"801319319690944512",NA,"Twitter for Android","abid_hussain","10","TRUE","FALSE" +"3757","3757","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:59:47","FALSE",NA,"801319316838842368",NA,"Twitter for Android","Ram4Bharatiyata","637","TRUE","FALSE" +"3758","3758","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 06:59:31","FALSE",NA,"801319250950496256",NA,"Twitter Web Client","kumarkm53","47","TRUE","FALSE" +"3759","3759","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:59:30","FALSE",NA,"801319243849596928",NA,"Twitter for Android","akashsarraf21","275","TRUE","FALSE" +"3760","3760","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:59:17","FALSE",NA,"801319191018164224",NA,"Twitter for Android","shady2k8","637","TRUE","FALSE" +"3761","3761","RT @ChockBlain: India�s #Demonetization: Cash is Not Holy Cow, in #Bitcoin #Blockchain We Trust https://t.co/qLwyhR2vYk #technology #Fintec�","FALSE","0",NA,"2016-11-23 06:58:59","FALSE",NA,"801319114052698112",NA,"Twitter for iPhone","wolfstreett","5","TRUE","FALSE" +"3762","3762","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:58","FALSE",NA,"801319111108292608",NA,"Twitter for Android","harshlapsia","637","TRUE","FALSE" +"3763","3763","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 06:58:49","FALSE",NA,"801319074848509952",NA,"Talon (Classic)","mkotadiya","6","TRUE","FALSE" +"3764","3764","#Demonetization no worries because @FreeCharge wallet is always there for me!! +�#20KonFreecharge","FALSE","0",NA,"2016-11-23 06:58:44","FALSE",NA,"801319052304154624",NA,"Twitter for Android","rmff786","0","FALSE","FALSE" +"3765","3765","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:43","FALSE",NA,"801319050026610688",NA,"Twitter Web Client","hindustani89","637","TRUE","FALSE" +"3766","3766","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:43","FALSE",NA,"801319046658609152",NA,"Twitter for Android","newproblem","637","TRUE","FALSE" +"3767","3767","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:37","FALSE",NA,"801319024038649856",NA,"Twitter for Android","ltcol_ahluwalia","637","TRUE","FALSE" +"3768","3768","#KCR supports #demonetization, raises concern over public inconvenience +https://t.co/9BtGG1fKcT","FALSE","0",NA,"2016-11-23 06:58:30","FALSE",NA,"801318991889362944",NA,"Hootsuite","thehansindiaweb","0","FALSE","FALSE" +"3769","3769","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:24","FALSE",NA,"801318968065740800",NA,"Twitter for iPhone","GiraHuaAadmi","637","TRUE","FALSE" +"3770","3770","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:58:21","FALSE",NA,"801318956040683520",NA,"Twitter Web Client","rht190","275","TRUE","FALSE" +"3771","3771","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 06:58:20","FALSE",NA,"801318951363997696",NA,"Twitter for iPhone","grumpeoldman","8","TRUE","FALSE" +"3772","3772","Uproar in parliament is due to opposition parties ? + +#demonetization #DeMonetisationSavesLife #Demonetizationeffect","FALSE","0",NA,"2016-11-23 06:58:20","FALSE",NA,"801318950843850752",NA,"Twitter for Windows","suttaykidukan","0","FALSE","FALSE" +"3773","3773","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:58:13","FALSE",NA,"801318922058432512",NA,"Twitter for Android","Alokkumarsi","637","TRUE","FALSE" +"3774","3774","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 06:58:11","FALSE",NA,"801318915485929472",NA,"Twitter Web Client","RageMonk","120","TRUE","FALSE" +"3775","3775","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 06:58:03","FALSE",NA,"801318880887115776",NA,"Twitter for Android","sudlimbu","7","TRUE","FALSE" +"3776","3776","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 06:57:53","FALSE",NA,"801318840097509376",NA,"Mobile Web (M5)","darshan_sawe","520","TRUE","FALSE" +"3777","3777","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:57:45","FALSE",NA,"801318804131348480",NA,"Twitter for iPhone","AroopDatta","637","TRUE","FALSE" +"3778","3778","RT @jairajp: There goes another claimed benefit of #Demonetization � after Terrorists ensuring their supplies, now the Fakes too� https://t�","FALSE","0",NA,"2016-11-23 06:57:42","FALSE",NA,"801318791686877184",NA,"Talon (Classic)","mkotadiya","3","TRUE","FALSE" +"3779","3779","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:57:36","FALSE",NA,"801318765937954816",NA,"Mobile Web (M5)","ashokrodgi","637","TRUE","FALSE" +"3780","3780","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:57:35","FALSE",NA,"801318761898852352",NA,"Twitter for iPhone","the__fellow","637","TRUE","FALSE" +"3781","3781","I urge President to summon PM and ask him to take measures to solve the problems faced by ppl post #demonetization� https://t.co/mvEyCmA7o7","FALSE","1",NA,"2016-11-23 06:57:18","TRUE",NA,"801318691644276736",NA,"Twitter Web Client","News_Pictures1","0","FALSE","FALSE" +"3782","3782","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:57:13","FALSE",NA,"801318671922724864",NA,"Twitter for Android","GoraiKabi","57","TRUE","FALSE" +"3783","3783","RT @anilkohli54: Indians will condole the death political parties due to #demonetization we dont need to be in Pa we will do it openly in f�","FALSE","0",NA,"2016-11-23 06:57:10","FALSE",NA,"801318660040171520",NA,"Twitter for Android","commandersaini","4","TRUE","FALSE" +"3784","3784","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:56:44","FALSE",NA,"801318547720966144",NA,"Twitter for Android","bajajravikant","637","TRUE","FALSE" +"3785","3785","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:56:28","FALSE",NA,"801318481920741376",NA,"Twitter for Android","OnkarPandey11","954","TRUE","FALSE" +"3786","3786","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:56:27","FALSE",NA,"801318479408361472",NA,"Twitter for Android","iDilsay","15","TRUE","FALSE" +"3787","3787","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:56:19","FALSE",NA,"801318444801097728",NA,"Twitter for iPhone","PallaviTBose","637","TRUE","FALSE" +"3788","3788","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:56:17","FALSE",NA,"801318434067927040",NA,"Twitter for iPhone","sv_9511","275","TRUE","FALSE" +"3789","3789","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:55:56","FALSE",NA,"801318347732353024",NA,"Twitter for Android","commandersaini","637","TRUE","FALSE" +"3790","3790","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:55:44","FALSE",NA,"801318295957893120",NA,"Twitter Web Client","MahajanViv","15","TRUE","FALSE" +"3791","3791","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:55:26","FALSE",NA,"801318220380729344",NA,"Twitter Web Client","dhruvbhim","275","TRUE","FALSE" +"3792","3792","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 06:55:11","FALSE",NA,"801318158112002048",NA,"Twitter Web Client","DipendraDipzo","7","TRUE","FALSE" +"3793","3793","RT @ChockBlain: India�s #Demonetization: Cash is Not Holy Cow, in #Bitcoin #Blockchain We Trust https://t.co/qLwyhR2vYk #technology #Fintec�","FALSE","0",NA,"2016-11-23 06:55:09","FALSE",NA,"801318150323273728",NA,"Telco ","OttLegalRebels","5","TRUE","FALSE" +"3794","3794","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:55:00","FALSE",NA,"801318110678622208",NA,"Twitter for iPhone","pirai_2014","637","TRUE","FALSE" +"3795","3795","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:54:59","FALSE",NA,"801318110133387264",NA,"Twitter for Android","ksri6699","637","TRUE","FALSE" +"3796","3796","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:54:52","FALSE",NA,"801318077245911040",NA,"Twitter for iPhone","prasanna7july","275","TRUE","FALSE" +"3797","3797","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:54:33","FALSE",NA,"801317999177322496",NA,"Twitter for Android","1901Anupam","637","TRUE","FALSE" +"3798","3798","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:54:31","FALSE",NA,"801317990386044928",NA,"Twitter for Android","tufailelif","637","TRUE","FALSE" +"3799","3799","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:54:22","FALSE",NA,"801317953543217152",NA,"Twitter for Android","durgesh1969","275","TRUE","FALSE" +"3800","3800","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:54:18","FALSE",NA,"801317934719258624",NA,"Twitter for Android","ArunbajpaiRajan","637","TRUE","FALSE" +"3801","3801","@PTI_News #demonetization Instead of discussing there concerns in the parliament,opposition is creating ruckus. https://t.co/cWIwWr07qy","FALSE","0","PTI_News","2016-11-23 06:53:42","FALSE",NA,"801317784848306176","245687754","Twitter for Windows","suttaykidukan","0","FALSE","FALSE" +"3802","3802","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:53:39","FALSE",NA,"801317772441559040",NA,"Twitter for Android","TarakDhinga","15","TRUE","FALSE" +"3803","3803","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:53:36","FALSE",NA,"801317762450804736",NA,"Twitter for Android","AmitaTripathi","637","TRUE","FALSE" +"3804","3804","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:53:32","FALSE",NA,"801317744062955520",NA,"Twitter Web Client","dsktweets","637","TRUE","FALSE" +"3805","3805","MPs protesting outside parliament agnst #Demonetization r d really peoples representative @ndtv @TimesNow @ZeeNews + +https://t.co/nqixjbpb70","FALSE","0",NA,"2016-11-23 06:53:31","FALSE",NA,"801317738203533312",NA,"Twitter for Android","Avinash0529","0","FALSE","FALSE" +"3806","3806","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:53:30","FALSE",NA,"801317735556927488",NA,"Twitter for Android","ahujarakhi8","954","TRUE","FALSE" +"3807","3807","Day in the Life of Cashless Man #DigitalIndia #GoCashless #Demonetization #Startup @JainSaurabh85 +https://t.co/2CZyK5UqHA","FALSE","4",NA,"2016-11-23 06:53:22","FALSE",NA,"801317702912643072",NA,"Twitter for Android","ZestMoney","1","FALSE","FALSE" +"3808","3808","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:53:06","FALSE",NA,"801317633563959296",NA,"Twitter Web Client","DipendraDipzo","15","TRUE","FALSE" +"3809","3809","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:52:55","FALSE",NA,"801317588106145792",NA,"Twitter for Android","Amit_Ind","15","TRUE","FALSE" +"3810","3810","RT @vshl_007: @EconomicTimes @MamataOfficial Mom who told you that BJP doesn't support #demonetization","FALSE","0",NA,"2016-11-23 06:52:52","FALSE",NA,"801317577179926528",NA,"Twitter for Android","vshl_007","1","TRUE","FALSE" +"3811","3811","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:52:50","FALSE",NA,"801317568829161472",NA,"Twitter for iPhone","AatorHooda","637","TRUE","FALSE" +"3812","3812","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:52:31","FALSE",NA,"801317488029999104",NA,"Twitter for Android","BunuBruno","105","TRUE","FALSE" +"3813","3813","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:52:25","FALSE",NA,"801317464676139008",NA,"Twitter for Android","vanderlust","15","TRUE","FALSE" +"3814","3814","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:52:21","FALSE",NA,"801317447919927296",NA,"Twitter for Android","prakashSriv","15","TRUE","FALSE" +"3815","3815","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:52:21","FALSE",NA,"801317446510637056",NA,"Twitter for Android","malathik1129","15","TRUE","FALSE" +"3816","3816","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 06:52:18","FALSE",NA,"801317431398531072",NA,"Twitter for Android","sobandevarajan","47","TRUE","FALSE" +"3817","3817","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 06:51:27","FALSE",NA,"801317220773232640",NA,"Twitter for iPhone","mahajansid","10","TRUE","FALSE" +"3818","3818","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:51:26","FALSE",NA,"801317214624370688",NA,"Twitter for Android","tagarwalla","637","TRUE","FALSE" +"3819","3819","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-23 06:51:25","FALSE",NA,"801317212799856640",NA,"Twitter for iPhone","RaghuwarK","40","TRUE","FALSE" +"3820","3820","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:51:25","FALSE",NA,"801317210748755968",NA,"Twitter for iPhone","niyati_bohra_18","637","TRUE","FALSE" +"3821","3821","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:51:25","FALSE",NA,"801317210270613504",NA,"Twitter Web Client","SPorwal19","637","TRUE","FALSE" +"3822","3822","Brilliant and sensible take on #CurrencySwap going around as #Demonetization by the plaint media. +Do read folks.� https://t.co/95hNJPQVKp","FALSE","1",NA,"2016-11-23 06:51:10","TRUE",NA,"801317149834874880",NA,"Twitter Web Client","RURALINDIA","0","FALSE","FALSE" +"3823","3823","RT @jay_ambadi: That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH�","FALSE","0",NA,"2016-11-23 06:51:10","FALSE",NA,"801317148211773440",NA,"Twitter for iPhone","ejazr","5","TRUE","FALSE" +"3824","3824","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:51:06","FALSE",NA,"801317129790357504",NA,"Twitter Web Client","suyash1503","57","TRUE","FALSE" +"3825","3825","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:51:02","FALSE",NA,"801317115269619712",NA,"Twitter for Android","anuprss","275","TRUE","FALSE" +"3826","3826","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:50:53","FALSE",NA,"801317076778500096",NA,"Twitter for Android","prasadmisha","275","TRUE","FALSE" +"3827","3827","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:50:35","FALSE",NA,"801316999297114112",NA,"Twitter for Android","ImgauravThakral","275","TRUE","FALSE" +"3828","3828","Seriously! where are we going with this #demonetization!! Bad planning, no homework and even worse implementation!� https://t.co/ttV2QPT8uN","FALSE","0",NA,"2016-11-23 06:50:04","TRUE",NA,"801316869240160256",NA,"Twitter Web Client","payaltalk","0","FALSE","FALSE" +"3829","3829","India�s #Demonetization: Cash is Not Holy Cow, in #Bitcoin #Blockchain We Trust https://t.co/qLwyhR2vYk #technology #Fintech #Cryptocurrency","FALSE","2",NA,"2016-11-23 06:50:01","FALSE",NA,"801316857328373760",NA,"TweetDeck","ChockBlain","5","FALSE","FALSE" +"3830","3830","Now #RaGa is calling #DeMonetization a #scam! He needs to prove his point.","FALSE","1",NA,"2016-11-23 06:49:49","FALSE",NA,"801316807319633920",NA,"Twitter for Android","kaushikbiswas","0","FALSE","FALSE" +"3831","3831","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:49:38","FALSE",NA,"801316763048804352",NA,"Twitter for Android","neerjanni2000","637","TRUE","FALSE" +"3832","3832","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:49:32","FALSE",NA,"801316737547431936",NA,"Twitter for Android","MainAamAdmiHoon","637","TRUE","FALSE" +"3833","3833","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:49:26","FALSE",NA,"801316711593086976",NA,"Twitter for Android","binrag2","637","TRUE","FALSE" +"3834","3834","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:49:24","FALSE",NA,"801316703565180928",NA,"Twitter for Android","nitinsoni1979","637","TRUE","FALSE" +"3835","3835","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:49:18","FALSE",NA,"801316679330516992",NA,"Twitter for Android","satishsheoran16","331","TRUE","FALSE" +"3836","3836","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:49:11","FALSE",NA,"801316649831895040",NA,"Twitter for Windows Phone","parthapinaki","275","TRUE","FALSE" +"3837","3837","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:49:11","FALSE",NA,"801316648259035136",NA,"Twitter Web Client","sr_usha","637","TRUE","FALSE" +"3838","3838","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:48:50","FALSE",NA,"801316561885732864",NA,"Twitter for Android","sandeepdevra","637","TRUE","FALSE" +"3839","3839","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:48:48","FALSE",NA,"801316550544388096",NA,"Twitter for Android","PrayWorkShine","275","TRUE","FALSE" +"3840","3840","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:48:47","FALSE",NA,"801316548791177216",NA,"Twitter for iPhone","MLMANDOWARA","275","TRUE","FALSE" +"3841","3841","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:48:43","FALSE",NA,"801316529430269952",NA,"Twitter for Android","dr_ranawat","57","TRUE","FALSE" +"3842","3842","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:48:09","FALSE",NA,"801316389415960576",NA,"Twitter Web Client","MuqeetShadab","57","TRUE","FALSE" +"3843","3843","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:48:03","FALSE",NA,"801316364891934720",NA,"Twitter Web Client","TharoorianKhan","57","TRUE","FALSE" +"3844","3844","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-23 06:47:25","FALSE",NA,"801316205931986944",NA,"Twitter for Android","sandeepdixi1123","40","TRUE","FALSE" +"3845","3845","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 06:47:10","FALSE",NA,"801316140073054208",NA,"Twitter for Android","sandeepdixi1123","43","TRUE","FALSE" +"3846","3846","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:46:58","FALSE",NA,"801316092983541760",NA,"Twitter for Android","morekiran77","954","TRUE","FALSE" +"3847","3847","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:46:55","FALSE",NA,"801316078521614336",NA,"Twitter for Android","mickyaryan","637","TRUE","FALSE" +"3848","3848","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:46:42","FALSE",NA,"801316025115484160",NA,"Twitter for Android","prashik2107","637","TRUE","FALSE" +"3849","3849","#SC despite ruling out staying proceedings in all PILs (15 so far) on #demonetization has however asked the AG to file a Transfer petition","FALSE","1",NA,"2016-11-23 06:46:42","FALSE",NA,"801316023559483392",NA,"Twitter Web Client","DikshitSmita","2","FALSE","FALSE" +"3850","3850","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:46:42","FALSE",NA,"801316022649286656",NA,"Twitter for Android","rohitagarwal86","637","TRUE","FALSE" +"3851","3851","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 06:46:41","FALSE",NA,"801316019952349184",NA,"Twitter for iPhone","MSR_Tweets","10","TRUE","FALSE" +"3852","3852","Just in:Congress leader @salman7khurshid appreciated #Demonetization, says ""Kala dhan bahar lane ke is muhim me ham modi ke sath khade hain""","FALSE","2",NA,"2016-11-23 06:46:17","FALSE",NA,"801315921172250624",NA,"Twitter for Android","GanduNews","0","FALSE","FALSE" +"3853","3853","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:46:10","FALSE",NA,"801315890285449216",NA,"Twitter for Android","arijit599","57","TRUE","FALSE" +"3854","3854","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:46:09","FALSE",NA,"801315885881421824",NA,"Twitter for iPhone","TejNarang","275","TRUE","FALSE" +"3855","3855","The ugly face of India's #demonetization: Dozens of deaths https://t.co/FQ0cNRBT84 via @mashable","FALSE","0",NA,"2016-11-23 06:45:58","FALSE",NA,"801315840809439232",NA,"Twitter Web Client","satyendrashah","0","FALSE","FALSE" +"3856","3856","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:45:56","FALSE",NA,"801315832164974592",NA,"Twitter for Android","AarVee18","637","TRUE","FALSE" +"3857","3857","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:45:55","FALSE",NA,"801315827547013120",NA,"Twitter for Android","dolly_garg","637","TRUE","FALSE" +"3858","3858","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:45:54","FALSE",NA,"801315822832615424",NA,"Twitter for Android","rajeshk72672743","275","TRUE","FALSE" +"3859","3859","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:45:53","FALSE",NA,"801315816927068160",NA,"Twitter for Android","Deepak00754","275","TRUE","FALSE" +"3860","3860","Reports from last night: Naxal supporters were arrested with old Rs 1000 and Rs 500 notes worth Rs 70k.� https://t.co/PSFxOeG2p5","FALSE","1",NA,"2016-11-23 06:45:48","TRUE",NA,"801315796647612416",NA,"Twitter Web Client","KJshashi","1","FALSE","FALSE" +"3861","3861","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:45:43","FALSE",NA,"801315778473689088",NA,"Twitter for Android","dhongi_pandit","57","TRUE","FALSE" +"3862","3862","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:45:38","FALSE",NA,"801315756323520512",NA,"Twitter for Android","rajeevsom","637","TRUE","FALSE" +"3863","3863","RT @MsKajalAggarwal: Full respect for @narendramodi @PMOIndia #demonetization ","FALSE","0",NA,"2016-11-23 06:45:33","FALSE",NA,"801315735716904960",NA,"Twitter for Android","salmanseikh8","356","TRUE","FALSE" +"3864","3864","How is #demonetization affecting #women? @mitalinikore discusses & gives pointers to improve #financialinclusion https://t.co/pDBAMmOCWD","FALSE","1",NA,"2016-11-23 06:45:31","FALSE",NA,"801315725180829696",NA,"Buffer","sonalijcampion","0","FALSE","FALSE" +"3865","3865","Who shud do what +is his problem +Forgot his job in the process +#DeMonetisation +#Demonetization https://t.co/n9XbYEEwRW","FALSE","0",NA,"2016-11-23 06:45:27","FALSE",NA,"801315707904544768",NA,"Twitter Web Client","Pratibharat","0","FALSE","FALSE" +"3866","3866","RT @Biz2CreditIn: '#Exporters hails #demonetization but seek some extra care' +Read More: https://t.co/8syb5DQP1M + +#export #import #news","FALSE","0",NA,"2016-11-23 06:44:59","FALSE",NA,"801315591206432768",NA,"Twitter Web Client","bisarianeeraj77","2","TRUE","FALSE" +"3867","3867","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:44:16","FALSE",NA,"801315413204357120",NA,"Twitter for Android","anvesha1989","275","TRUE","FALSE" +"3868","3868","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:44:10","FALSE",NA,"801315386742501376",NA,"Mobile Web (M5)","sunilpa92629770","637","TRUE","FALSE" +"3869","3869","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:44:00","FALSE",NA,"801315344300253184",NA,"Twitter for Android","Geet28741109","275","TRUE","FALSE" +"3870","3870","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:43:50","FALSE",NA,"801315301228953600",NA,"Twitter for Android","mshivaram","57","TRUE","FALSE" +"3871","3871","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:43:48","FALSE",NA,"801315292378988544",NA,"Twitter for iPhone","RakeshR04850145","637","TRUE","FALSE" +"3872","3872","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:43:37","FALSE",NA,"801315246715654144",NA,"Twitter for Windows","India_Redifined","275","TRUE","FALSE" +"3873","3873","RT @sumitkashyapjha: Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sa�","FALSE","0",NA,"2016-11-23 06:43:23","FALSE",NA,"801315188385398784",NA,"Twitter for Android","FekuBuster","10","TRUE","FALSE" +"3874","3874","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:43:19","FALSE",NA,"801315171641729024",NA,"Twitter Web Client","HemantGaulechha","275","TRUE","FALSE" +"3875","3875","RT @Biz2CreditIn: '#Exporters hails #demonetization but seek some extra care' +Read More: https://t.co/8syb5DQP1M + +#export #import #news","FALSE","0",NA,"2016-11-23 06:43:14","FALSE",NA,"801315153363030016",NA,"Twitter Web Client","bisaria77","2","TRUE","FALSE" +"3876","3876","Telcos waive mobile banking charges till 31 December #mobilebanking #demonetization https://t.co/vTBo1P7aXt https://t.co/0KzShINEtC #Resi�","FALSE","0",NA,"2016-11-23 06:43:14","FALSE",NA,"801315151970500608",NA,"IFTTT","residualbitcoin","0","FALSE","FALSE" +"3877","3877","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:42:48","FALSE",NA,"801315042197114880",NA,"Twitter for iPhone","sunIndi83","637","TRUE","FALSE" +"3878","3878","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:42:39","FALSE",NA,"801315003370500096",NA,"Twitter for iPhone","Jayanthpawar","637","TRUE","FALSE" +"3879","3879","RT @ParichayLegal: #SC issued notice on transfer and stay petitions filed by centre to transfer all matters relating to #demonetization to�","FALSE","0",NA,"2016-11-23 06:42:33","FALSE",NA,"801314979983015936",NA,"Twitter for Android","divya_legal","1","TRUE","FALSE" +"3880","3880","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:42:26","FALSE",NA,"801314950551584768",NA,"Twitter for Android","rajkshroff","637","TRUE","FALSE" +"3881","3881","Tired of Standing in Long #ATM Queues? Now hire people to stand in bank queues for you! :O :P (y) #BookMyChotu� https://t.co/ndvwT8MhaB","FALSE","0",NA,"2016-11-23 06:42:14","TRUE",NA,"801314898609324032",NA,"Hootsuite","banknomics","0","FALSE","FALSE" +"3882","3882","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:41:57","FALSE",NA,"801314828077895680",NA,"Twitter for Android","vikrantsp","275","TRUE","FALSE" +"3883","3883","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:41:47","FALSE",NA,"801314784608133120",NA,"Twitter for Android","sooriks","275","TRUE","FALSE" +"3884","3884","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:41:34","FALSE",NA,"801314730044518400",NA,"Twitter for Android","SGRamadurai","43","TRUE","FALSE" +"3885","3885","So this friend has just gone to the National Disaster Management Authority, but they are saying they can do nothing� https://t.co/EjSP5jGFEw","FALSE","10",NA,"2016-11-23 06:41:27","TRUE",NA,"801314703037399040",NA,"Twitter Web Client","prasanto","10","FALSE","FALSE" +"3886","3886","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: + https://t.co/lyBwtnCuDZ by #PIB_India via @c0nvey","FALSE","0",NA,"2016-11-23 06:41:09","FALSE",NA,"801314625555992576",NA,"Put your button on any page! ","ranjit68","0","FALSE","FALSE" +"3887","3887","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:41:02","FALSE",NA,"801314599228362752",NA,"Twitter for iPhone","rash2787","57","TRUE","FALSE" +"3888","3888","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:40:58","FALSE",NA,"801314581813542912",NA,"Twitter for Android","androidyy","275","TRUE","FALSE" +"3889","3889","Economic impact of #demonetization : Smaller Showrooms, shops have started firing their sales executives quietly as sales drops 40-50%.","FALSE","8",NA,"2016-11-23 06:40:58","FALSE",NA,"801314581071151104",NA,"Twitter Web Client","sumitkashyapjha","10","FALSE","FALSE" +"3890","3890","RT @bitcoinagile: Telcos waive mobile banking charges till 31 December #mobilebanking #demonetization https://t.co/hLg6jE8Wbn https://t.co/�","FALSE","0",NA,"2016-11-23 06:40:54","FALSE",NA,"801314565267083264",NA,"RoundTeam","kingofpayments","1","TRUE","FALSE" +"3891","3891","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:40:48","FALSE",NA,"801314538956222464",NA,"Twitter Web Client","Shan25k","637","TRUE","FALSE" +"3892","3892","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:40:22","FALSE",NA,"801314432022433792",NA,"Twitter Web Client","SurnigantiArun","637","TRUE","FALSE" +"3893","3893","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:40:20","FALSE",NA,"801314423734419456",NA,"Twitter for Android","bf086d2127d24f8","954","TRUE","FALSE" +"3894","3894","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:40:03","FALSE",NA,"801314352355823616",NA,"Twitter for Android","MrinendraSingh","331","TRUE","FALSE" +"3895","3895","No railway service charges for online booking. e-wallet, go cashless #demonetization https://t.co/sOSIFASfyf","FALSE","0",NA,"2016-11-23 06:39:44","FALSE",NA,"801314268767547392",NA,"Twitter for Windows","prashant3285","0","FALSE","FALSE" +"3896","3896","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:39:42","FALSE",NA,"801314263688249344",NA,"Twitter for Android","raja1260","637","TRUE","FALSE" +"3897","3897","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:39:34","FALSE",NA,"801314227289989120",NA,"Twitter for Android","abhishekc07","275","TRUE","FALSE" +"3898","3898","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 06:39:31","FALSE",NA,"801314216502317056",NA,"Twitter Web Client","Jorebungley","15","TRUE","FALSE" +"3899","3899","RT @FrustIndian: PM is so scared that he didn't give in to demand of a lowly CM to roll back #Demonetization despite qurbani warning. https�","FALSE","0",NA,"2016-11-23 06:39:21","FALSE",NA,"801314173628125184",NA,"Mobile Web (M5)","DonJuannabe","8","TRUE","FALSE" +"3900","3900","RT @sukanyaiyer2: #DeMonetization public has deposited in banks worth of Rs.512lakh for DeMonetization drive by the Government of India ht�","FALSE","0",NA,"2016-11-23 06:39:12","FALSE",NA,"801314137896787968",NA,"Twitter for Android","iDilsay","33","TRUE","FALSE" +"3901","3901","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:39:11","FALSE",NA,"801314131131453440",NA,"Twitter for iPhone","Sam4delhi","637","TRUE","FALSE" +"3902","3902","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:38:55","FALSE",NA,"801314067206074368",NA,"Twitter for Android","bodybuildk","637","TRUE","FALSE" +"3903","3903","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:38:50","FALSE",NA,"801314045764796416",NA,"Twitter for Android","sandeepjindal1u","275","TRUE","FALSE" +"3904","3904","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:38:40","FALSE",NA,"801314003632947200",NA,"Twitter for Android","Doc__Amol","637","TRUE","FALSE" +"3905","3905","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:38:35","FALSE",NA,"801313983219331072",NA,"Mobile Web (M5)","Raka_Noodle","637","TRUE","FALSE" +"3906","3906","RT @Smita_Dutta_: 40 lakh looted from J&K Bank branch of Sarthal in Kishtwar, 20 lakh is in new denominations. +#DeMonetization","FALSE","0",NA,"2016-11-23 06:38:33","FALSE",NA,"801313972586692608",NA,"Twitter Web Client","rajadebche","1","TRUE","FALSE" +"3907","3907","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 06:38:29","FALSE",NA,"801313955729854464",NA,"Twitter Web Client","laxman_xy","191","TRUE","FALSE" +"3908","3908","Telcos waive mobile banking charges till 31 December #mobilebanking #demonetization https://t.co/Hwpu4S1UbX https://t.co/CJcfdFNF7T","FALSE","0",NA,"2016-11-23 06:38:25","FALSE",NA,"801313939564953600",NA,"IFTTT","Veki551155","0","FALSE","FALSE" +"3909","3909","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:38:24","FALSE",NA,"801313933713932288",NA,"Twitter for iPhone","Makarand059","275","TRUE","FALSE" +"3910","3910","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:37:59","FALSE",NA,"801313831272218624",NA,"Twitter for iPhone","Ramsesh2809","275","TRUE","FALSE" +"3911","3911","@Loneranger9 @narendramodi PM Modi at helm of this #demonetization scheme, should take responsibility. +Why no tweet about 80 dead ","FALSE","0","Loneranger9","2016-11-23 06:37:46","FALSE","801313175757012992","801313777006366720","393204739","Hootsuite","A_Observr","0","FALSE","FALSE" +"3912","3912","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:37:46","FALSE",NA,"801313776364617728",NA,"Twitter for Android","ckshukla11","637","TRUE","FALSE" +"3913","3913","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:37:25","FALSE",NA,"801313688665866240",NA,"Twitter for iPad","Predicto_Praky","275","TRUE","FALSE" +"3914","3914","Telcos waive mobile banking charges till 31 December #mobilebanking #demonetization https://t.co/hLg6jE8Wbn https://t.co/svEn9lFJjw","FALSE","0",NA,"2016-11-23 06:37:22","FALSE",NA,"801313673188872192",NA,"bitcoinagile","bitcoinagile","1","FALSE","FALSE" +"3915","3915","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:37:20","FALSE",NA,"801313665999925248",NA,"TweetCaster for iOS","jbelludi","105","TRUE","FALSE" +"3916","3916","@amritabhinder @timesofindia where? Many of them still crying over #Demonetization, preparing for upcoming elections,linking natural deaths","FALSE","0","amritabhinder","2016-11-23 06:37:17","FALSE","801292974256701440","801313653500874752","37396883","Twitter for Android","prembhatt0286","0","FALSE","FALSE" +"3917","3917","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 06:37:15","FALSE",NA,"801313645191987200",NA,"Twitter Web Client","India272","47","TRUE","FALSE" +"3918","3918","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:37:11","FALSE",NA,"801313629173940224",NA,"Twitter for Android","TarakDhinga","275","TRUE","FALSE" +"3919","3919","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:36:59","FALSE",NA,"801313576585662464",NA,"Twitter Web Client","jaikitweets","275","TRUE","FALSE" +"3920","3920","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:36:52","FALSE",NA,"801313548391641088",NA,"Twitter for Android","chotivalebaba","275","TRUE","FALSE" +"3921","3921","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:36:51","FALSE",NA,"801313546348986368",NA,"Twitter for Android","varibar02_dr","105","TRUE","FALSE" +"3922","3922","RT @bk_chudasama: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/k1tRuxphrc","FALSE","0",NA,"2016-11-23 06:36:48","FALSE",NA,"801313534613291008",NA,"Twitter Web Client","sharmaishaan89","1","TRUE","FALSE" +"3923","3923","RT @s_manjari: And the crowd is back in the Market!! #Demonetization https://t.co/zezcgQvAEs","FALSE","0",NA,"2016-11-23 06:36:45","FALSE",NA,"801313519341891584",NA,"Twitter Web Client","veer_Purush","22","TRUE","FALSE" +"3924","3924","RT @BollypediaNews: OMG! +Is #Demonetization affecting the #Bollywood industry...??? Find out here..! +#NewReleases +#Delay +#PahlajNihalani ht�","FALSE","0",NA,"2016-11-23 06:36:43","FALSE",NA,"801313510571577344",NA,"Twitter Web Client","NidhiChugh06","2","TRUE","FALSE" +"3925","3925","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:36:37","FALSE",NA,"801313485640572928",NA,"Twitter for Android","manindar1987","637","TRUE","FALSE" +"3926","3926","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 06:36:36","FALSE",NA,"801313482209632256",NA,"Twitter for Android","Manankmr","10","TRUE","FALSE" +"3927","3927","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:36:33","FALSE",NA,"801313467592536064",NA,"Twitter for Android","vinodKkumar","637","TRUE","FALSE" +"3928","3928","RT @kanimozhi: Thanks to #demonetization 75% reduction in crime rate in India. Black money seems to be the sole reason 4 all problems in In�","FALSE","0",NA,"2016-11-23 06:36:23","FALSE",NA,"801313427344027648",NA,"Twitter for Android","JNANESHWER","191","TRUE","FALSE" +"3929","3929","I hope #Demonetization works & is beneficial. But how will the introduction of Rs.2000 notes help? Can someone please explain? @arunjaitley","FALSE","0",NA,"2016-11-23 06:36:11","FALSE",NA,"801313375506591744",NA,"Twitter for iPhone","sanskritikar","0","FALSE","FALSE" +"3930","3930","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:35:57","FALSE",NA,"801313319198068736",NA,"Twitter for Windows","prashant3285","637","TRUE","FALSE" +"3931","3931","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:35:44","FALSE",NA,"801313265804578816",NA,"Twitter for iPhone","digesh_123","275","TRUE","FALSE" +"3932","3932","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:35:39","FALSE",NA,"801313242819817472",NA,"Mobile Web (M5)","messi1lol","637","TRUE","FALSE" +"3933","3933","I thought CBI published that people in delhi die only because of standing in queue for #demonetization, cant be cold https://t.co/o0EofR9ltV","FALSE","0",NA,"2016-11-23 06:35:28","FALSE",NA,"801313198662098944",NA,"Twitter for Windows","prashant3285","0","FALSE","FALSE" +"3934","3934","Getting instant money can be a hassle, but getting insta relief from nasal allergy will never be an issue with Stop� https://t.co/1neO5nRaJ9","FALSE","1",NA,"2016-11-23 06:35:17","TRUE",NA,"801313149420965888",NA,"Twitter Web Client","StopAllerG","2","FALSE","FALSE" +"3935","3935","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:34:57","FALSE",NA,"801313066537336832",NA,"Twitter for iPhone","PMatodkar","275","TRUE","FALSE" +"3936","3936","RT @AshwinderRaj: ""Impact of Demonetization on Residential Real Estate"" https://t.co/8MNv69ye7E by #AshwinderRaj + +#Demonetization #JLLIndia�","FALSE","0",NA,"2016-11-23 06:34:52","FALSE",NA,"801313048011083776",NA,"Twitter Web Client","Daphinedndc","34","TRUE","FALSE" +"3937","3937","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:34:32","FALSE",NA,"801312962308952064",NA,"Twitter for Android","athavale_abhi","637","TRUE","FALSE" +"3938","3938","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:34:18","FALSE",NA,"801312902594654208",NA,"Twitter for Android","pradeep121161","637","TRUE","FALSE" +"3939","3939","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:34:17","FALSE",NA,"801312900778430464",NA,"Twitter Web Client","Sacha_Saeen","57","TRUE","FALSE" +"3940","3940","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:34:13","FALSE",NA,"801312882294190080",NA,"Twitter for iPhone","Deeperdenluv","57","TRUE","FALSE" +"3941","3941","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:34:07","FALSE",NA,"801312856226615296",NA,"Twitter for iPhone","ManuPutra","637","TRUE","FALSE" +"3942","3942","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:33:57","FALSE",NA,"801312816607166464",NA,"Mobile Web (M5)","chunnilal311","43","TRUE","FALSE" +"3943","3943","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 06:33:46","FALSE",NA,"801312770520125440",NA,"Twitter for iPad","Chandani3Suresh","8","TRUE","FALSE" +"3944","3944","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:33:23","FALSE",NA,"801312671857516544",NA,"Twitter Web Client","Mangmify","637","TRUE","FALSE" +"3945","3945","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:33:10","FALSE",NA,"801312618510163968",NA,"Twitter for Android","aseemgupta2002","637","TRUE","FALSE" +"3946","3946","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:33:02","FALSE",NA,"801312584188260352",NA,"Disruption Bot.","disruptivedigit","57","TRUE","FALSE" +"3947","3947","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:33:01","FALSE",NA,"801312579406721024",NA,"Twitter Web Client","rushaal001","637","TRUE","FALSE" +"3948","3948","RT @gaganagrawal: Thats a new gem! #demonetization = license Raj! Kejriwal & manta must be wondering how they missed this one! +@rachitsharm�","FALSE","0",NA,"2016-11-23 06:33:00","FALSE",NA,"801312574356725760",NA,"Twitter for Android","BawriRenu","2","TRUE","FALSE" +"3949","3949","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:58","FALSE",NA,"801312567184556032",NA,"Twitter for Android","innocentlyloud","637","TRUE","FALSE" +"3950","3950","RT @pratap_bose: This is the most beautiful post I have seen in these last few turbulent days @devduttmyth #demonetization #CorruptionCle�","FALSE","0",NA,"2016-11-23 06:32:54","FALSE",NA,"801312550428229632",NA,"Twitter for iPhone","rkam105","125","TRUE","FALSE" +"3951","3951","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:32:49","FALSE",NA,"801312530190766080",NA,"Twitter for Android","vinodi59","275","TRUE","FALSE" +"3952","3952","Hello, Monopoly money :) +#indiancurrency #demonetization #hateATMlines #everybodywants #newnote� https://t.co/w8osMExb2t","FALSE","0",NA,"2016-11-23 06:32:46","FALSE",NA,"801312518870364160",NA,"Instagram","rebecca_noronha","0","FALSE","FALSE" +"3953","3953","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:35","FALSE",NA,"801312469402681344",NA,"Twitter for Android","vusha29","637","TRUE","FALSE" +"3954","3954","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:34","FALSE",NA,"801312467649523712",NA,"Twitter for Windows","pravesh_burma","637","TRUE","FALSE" +"3955","3955","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:32:32","FALSE",NA,"801312458015129600",NA,"Twitter for Android","SantoShetti","57","TRUE","FALSE" +"3956","3956","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:30","FALSE",NA,"801312449945370624",NA,"Twitter for Android","oxymoron30","637","TRUE","FALSE" +"3957","3957","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:24","FALSE",NA,"801312424620068864",NA,"Mobile Web (M5)","NamoNamo19","637","TRUE","FALSE" +"3958","3958","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:24","FALSE",NA,"801312423919632384",NA,"Twitter for Android","nirbhaisingh07","637","TRUE","FALSE" +"3959","3959","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:32:21","FALSE",NA,"801312413417144320",NA,"Twitter for iPhone","GuptaGie","275","TRUE","FALSE" +"3960","3960","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:32:09","FALSE",NA,"801312363794300928",NA,"Twitter for iPhone","tweetysachin","275","TRUE","FALSE" +"3961","3961","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:08","FALSE",NA,"801312359805583360",NA,"Twitter for iPhone","sailendra_ag","637","TRUE","FALSE" +"3962","3962","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:32:08","FALSE",NA,"801312356865310720",NA,"Twitter for Android","bspassanha","57","TRUE","FALSE" +"3963","3963","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:32:06","FALSE",NA,"801312350649335808",NA,"Twitter Web Client","npsshetty","637","TRUE","FALSE" +"3964","3964","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 06:31:54","FALSE",NA,"801312300691034112",NA,"Twitter Web Client","pr_hp_BJP","16","TRUE","FALSE" +"3965","3965","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:31:53","FALSE",NA,"801312296505057280",NA,"Twitter for Android","bsps4303","43","TRUE","FALSE" +"3966","3966","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:31:52","FALSE",NA,"801312289769095168",NA,"Twitter for Android","GoalTiwari","43","TRUE","FALSE" +"3967","3967","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:31:50","FALSE",NA,"801312282307399680",NA,"Twitter for Android","GoyNav","43","TRUE","FALSE" +"3968","3968","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:31:35","FALSE",NA,"801312221687119872",NA,"Twitter Web Client","rshankarnarayan","637","TRUE","FALSE" +"3969","3969","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:31:34","FALSE",NA,"801312215378919424",NA,"Twitter Web Client","Srianuragh","637","TRUE","FALSE" +"3970","3970","PM is so scared that he didn't give in to demand of a lowly CM to roll back #Demonetization despite qurbani warning. https://t.co/eNwv34rUbr","FALSE","32",NA,"2016-11-23 06:31:19","FALSE",NA,"801312152174870528",NA,"Twitter for Android","FrustIndian","8","FALSE","FALSE" +"3971","3971","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:31:10","FALSE",NA,"801312114233184256",NA,"Twitter for Android","Rajendr76194898","43","TRUE","FALSE" +"3972","3972","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:31:08","FALSE",NA,"801312108499636224",NA,"Twitter for Android","Abhifour","637","TRUE","FALSE" +"3973","3973","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:31:00","FALSE",NA,"801312073238085632",NA,"Twitter Web Client","smnahar","275","TRUE","FALSE" +"3974","3974","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:30:58","FALSE",NA,"801312066057502720",NA,"Twitter for Android","DBhisikar","275","TRUE","FALSE" +"3975","3975","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:30:49","FALSE",NA,"801312027331457024",NA,"Mobile Web (M5)","bansal023","637","TRUE","FALSE" +"3976","3976","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:30:44","FALSE",NA,"801312007345631232",NA,"Twitter for Android","raja1260","275","TRUE","FALSE" +"3977","3977","RT @ModiBharosa: #RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","0",NA,"2016-11-23 06:30:34","FALSE",NA,"801311965289267200",NA,"Twitter for Android","rajatbirth_1978","47","TRUE","FALSE" +"3978","3978","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:30:29","FALSE",NA,"801311942472269824",NA,"Twitter for Android","engpks","43","TRUE","FALSE" +"3979","3979","#RatanTata supports PM Narendra Modi for #Demonetization https://t.co/k1tRuxphrc","FALSE","1",NA,"2016-11-23 06:30:16","FALSE",NA,"801311889468821504",NA,"IFTTT","bk_chudasama","1","FALSE","FALSE" +"3980","3980","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:30:12","FALSE",NA,"801311869965320192",NA,"Twitter Web Client","MadeInIndiaaaa","275","TRUE","FALSE" +"3981","3981","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:30:11","FALSE",NA,"801311865796173824",NA,"Twitter for Android","AbhijeetMulik","954","TRUE","FALSE" +"3982","3982","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:30:07","FALSE",NA,"801311848779968512",NA,"Twitter Web Client","rajeev210ism","637","TRUE","FALSE" +"3983","3983","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:30:02","FALSE",NA,"801311830849318912",NA,"Twitter for Android","ModiLeDubega","57","TRUE","FALSE" +"3984","3984",".@NITIAayog vice-chairman hopes for positive #GDP growth in near future after #demonetization adds speed bump to im� https://t.co/NjZIkPb4BF","FALSE","0",NA,"2016-11-23 06:30:01","TRUE",NA,"801311825442852864",NA,"TweetDeck","KarvyGrowthHub","0","FALSE","FALSE" +"3985","3985","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:29:59","FALSE",NA,"801311817037479936",NA,"Twitter for iPhone","ashwanisinghgwl","275","TRUE","FALSE" +"3986","3986","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:29:47","FALSE",NA,"801311768496766976",NA,"Twitter for Android","o__positive","43","TRUE","FALSE" +"3987","3987","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:29:36","FALSE",NA,"801311721621258240",NA,"Twitter for iPhone","gaurav26rie","57","TRUE","FALSE" +"3988","3988","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 06:29:18","FALSE",NA,"801311643393200128",NA,"Twitter Web Client","iSirArnab","43","TRUE","FALSE" +"3989","3989","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:29:16","FALSE",NA,"801311637953191936",NA,"Twitter for Android","YajneshNarayan","637","TRUE","FALSE" +"3990","3990","The follow through needed after #Demonetization https://t.co/X0kIZShN2n","FALSE","1",NA,"2016-11-23 06:29:15","FALSE",NA,"801311632903245824",NA,"Twitter for iPhone","gordonmax","0","FALSE","FALSE" +"3991","3991","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:29:12","FALSE",NA,"801311619959627776",NA,"Twitter for iPad","prerakb","637","TRUE","FALSE" +"3992","3992","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:29:05","FALSE",NA,"801311590138204160",NA,"Twitter for Android","srinivasgandhe","57","TRUE","FALSE" +"3993","3993","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:29:02","FALSE",NA,"801311579484618752",NA,"Twitter for Android","omprakash_dared","275","TRUE","FALSE" +"3994","3994","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:29:00","FALSE",NA,"801311568948588544",NA,"Twitter Web Client","sarvadaman1","105","TRUE","FALSE" +"3995","3995","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:29:00","FALSE",NA,"801311567740600320",NA,"Twitter for iPhone","Ajka_Mahabharat","275","TRUE","FALSE" +"3996","3996","@ArvindKejriwal Today he is in parliament but still u morons dont want parliament to function. #demonetization","FALSE","0","ArvindKejriwal","2016-11-23 06:28:58","FALSE","801307597018198016","801311561474277376","405427035","Twitter Web Client","GorKashyap","0","FALSE","FALSE" +"3997","3997","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 06:28:53","FALSE",NA,"801311538946723840",NA,"Twitter for Android","Indiaaakash","16","TRUE","FALSE" +"3998","3998","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:28:46","FALSE",NA,"801311509758492672",NA,"Twitter for Android","f229668e8237484","637","TRUE","FALSE" +"3999","3999","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:28:42","FALSE",NA,"801311492343824384",NA,"Twitter for iPad","gvbsatish9999","275","TRUE","FALSE" +"4000","4000","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:28:36","FALSE",NA,"801311468557893632",NA,"Twitter for Android","jagan7585","275","TRUE","FALSE" +"4001","4001","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:28:34","FALSE",NA,"801311462283243520",NA,"Twitter for Android","yedeshhemera","275","TRUE","FALSE" +"4002","4002","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:28:31","FALSE",NA,"801311448190296064",NA,"Twitter for Android","LenaHaiToLe","331","TRUE","FALSE" +"4003","4003","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:28:31","FALSE",NA,"801311448035131392",NA,"Twitter for Android","cpraghav","637","TRUE","FALSE" +"4004","4004","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 06:28:27","FALSE",NA,"801311432474316800",NA,"Twitter for Android","mayurpatel1661","14","TRUE","FALSE" +"4005","4005","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:28:25","FALSE",NA,"801311422764503040",NA,"Twitter for iPhone","nekzaad","637","TRUE","FALSE" +"4006","4006","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:28:25","FALSE",NA,"801311422219161600",NA,"Twitter for Windows Phone","obada_safi","57","TRUE","FALSE" +"4007","4007","RT @dhume: Sharma: It might be satisfying to punish shady fortunes, but revenge is not a development strategy. #demonetization https://t.c�","FALSE","0",NA,"2016-11-23 06:28:24","FALSE",NA,"801311418398154752",NA,"Mobile Web (M5)","idsameer","47","TRUE","FALSE" +"4008","4008","Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization, only culprits crib https://t.co/ztzneFJAz3","FALSE","0",NA,"2016-11-23 06:28:21","FALSE",NA,"801311406729658368",NA,"Twitter for Android","thorveramesh11","0","FALSE","FALSE" +"4009","4009","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:28:17","FALSE",NA,"801311387330953216",NA,"Twitter for Android","markphani","637","TRUE","FALSE" +"4010","4010","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:28:13","FALSE",NA,"801311373317799936",NA,"Twitter for Android","RKrishnasingh39","275","TRUE","FALSE" +"4011","4011","@narendramodi Do you have any empathy towards this father? #Demonetization +3-yr-old dies as father waits at bank https://t.co/Owbkzv15Fe","FALSE","0","narendramodi","2016-11-23 06:28:05","FALSE",NA,"801311340547731456","18839785","Twitter Web Client","bhavinv85","0","FALSE","FALSE" +"4012","4012","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:27:56","FALSE",NA,"801311302702469120",NA,"Twitter for Android","MaasiPanguni","637","TRUE","FALSE" +"4013","4013","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:51","FALSE",NA,"801311281265475584",NA,"Twitter for Android","jasseys2000","275","TRUE","FALSE" +"4014","4014","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:27:48","FALSE",NA,"801311268468625408",NA,"Twitter for Android","sushilnair2","637","TRUE","FALSE" +"4015","4015","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:47","FALSE",NA,"801311262047137792",NA,"Twitter for Android","chinmay195","275","TRUE","FALSE" +"4016","4016","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:45","FALSE",NA,"801311253482373120",NA,"Twitter Web Client","vineetam15","275","TRUE","FALSE" +"4017","4017","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:42","FALSE",NA,"801311244246466560",NA,"Twitter for Android","KRIRIS3322","275","TRUE","FALSE" +"4018","4018","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:37","FALSE",NA,"801311223396569088",NA,"Twitter for Android","JaiMataKi4","275","TRUE","FALSE" +"4019","4019","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:27:35","FALSE",NA,"801311213380653056",NA,"Twitter for iPad","fanssay","637","TRUE","FALSE" +"4020","4020","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:24","FALSE",NA,"801311165439676416",NA,"Twitter Web Client","sourabhlibra","275","TRUE","FALSE" +"4021","4021","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:27:20","FALSE",NA,"801311149362913280",NA,"Twitter Web Client","AartiTikoo","637","TRUE","FALSE" +"4022","4022","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:27:17","FALSE",NA,"801311137660891136",NA,"Twitter for Android","sampadscales","105","TRUE","FALSE" +"4023","4023","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:15","FALSE",NA,"801311131100975104",NA,"Twitter for Android","NZSuresh","275","TRUE","FALSE" +"4024","4024","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:15","FALSE",NA,"801311130501152768",NA,"Twitter Web Client","iyer_rn","275","TRUE","FALSE" +"4025","4025","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:06","FALSE",NA,"801311092811198464",NA,"Twitter Web Client","ashish2309","275","TRUE","FALSE" +"4026","4026","RT @DrGPradhan: .@ravishndtv of @ndtv spreading rumours to provoke people against #demonetization & PM @narendramodi + +He need mob treatmen�","FALSE","0",NA,"2016-11-23 06:27:06","FALSE",NA,"801311092056227840",NA,"Twitter for Android","AMITKUM61288158","456","TRUE","FALSE" +"4027","4027","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:27:03","FALSE",NA,"801311077850038272",NA,"Mobile Web (M5)","sudhans18373128","637","TRUE","FALSE" +"4028","4028","Good analysis on India's #demonetization move from the FT + +https://t.co/y2T4vlJNMw","FALSE","0",NA,"2016-11-23 06:27:00","FALSE",NA,"801311067511160832",NA,"Twitter Web Client","RaviAgrawalCNN","0","FALSE","FALSE" +"4029","4029","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:27:00","FALSE",NA,"801311064726106112",NA,"Twitter for Android","teethonusrohit","275","TRUE","FALSE" +"4030","4030","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:57","FALSE",NA,"801311055649669120",NA,"Twitter Web Client","alokgmumbai","275","TRUE","FALSE" +"4031","4031","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:54","FALSE",NA,"801311040948568064",NA,"Twitter Web Client","veer_Purush","275","TRUE","FALSE" +"4032","4032","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:53","FALSE",NA,"801311038524293120",NA,"Twitter Web Client","DillipTripath","637","TRUE","FALSE" +"4033","4033","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:43","FALSE",NA,"801310996728086528",NA,"Twitter for Android","csrinathin","637","TRUE","FALSE" +"4034","4034","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:38","FALSE",NA,"801310973537779712",NA,"Twitter for Android","rkbpillai","637","TRUE","FALSE" +"4035","4035","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:27","FALSE",NA,"801310928788750336",NA,"Twitter for iPhone","amritabhinder","637","TRUE","FALSE" +"4036","4036","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:27","FALSE",NA,"801310927169683456",NA,"Twitter for Android","lagaan_bagha","637","TRUE","FALSE" +"4037","4037","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:27","FALSE",NA,"801310926930640896",NA,"Twitter for Android","69bpl69","637","TRUE","FALSE" +"4038","4038","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:24","FALSE",NA,"801310913760526336",NA,"Twitter Web Client","akshaywcam1","637","TRUE","FALSE" +"4039","4039","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:26:22","FALSE",NA,"801310905795538944",NA,"Twitter for Android","sobandevarajan","105","TRUE","FALSE" +"4040","4040","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:21","FALSE",NA,"801310902695952384",NA,"Twitter for iPhone","vinirish","637","TRUE","FALSE" +"4041","4041","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:14","FALSE",NA,"801310873021247488",NA,"TweetDeck","DebutCricketer","275","TRUE","FALSE" +"4042","4042","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:26:10","FALSE",NA,"801310857087119360",NA,"Twitter for Android","moderateright","637","TRUE","FALSE" +"4043","4043","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:10","FALSE",NA,"801310856508276736",NA,"Twitter for Android","BindAmresh","275","TRUE","FALSE" +"4044","4044","RT ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM narendramodi on #Demonetization https://t.co/3XCZyRE0wZ","FALSE","0",NA,"2016-11-23 06:26:05","FALSE",NA,"801310833552789504",NA,"IFTTT","sahilkhurana09","0","FALSE","FALSE" +"4045","4045","RT @gaganagrawal: Thats a new gem! #demonetization = license Raj! Kejriwal & manta must be wondering how they missed this one! +@rachitsharm�","FALSE","0",NA,"2016-11-23 06:26:04","FALSE",NA,"801310833175392256",NA,"Twitter for Android","Agrawalsunshine","2","TRUE","FALSE" +"4046","4046","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:03","FALSE",NA,"801310828498657280",NA,"Twitter for Windows Phone","Aashweenmay","275","TRUE","FALSE" +"4047","4047","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:26:02","FALSE",NA,"801310823205507072",NA,"Twitter Web Client","omprakashrao","275","TRUE","FALSE" +"4048","4048","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:51","FALSE",NA,"801310774799040512",NA,"Twitter for Android","Sh07509514","275","TRUE","FALSE" +"4049","4049","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:44","FALSE",NA,"801310745623482368",NA,"Twitter Web Client","sunilchandora","275","TRUE","FALSE" +"4050","4050","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:39","FALSE",NA,"801310726140952576",NA,"Twitter for Android","skandoham","275","TRUE","FALSE" +"4051","4051","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 06:25:38","FALSE",NA,"801310723678867456",NA,"Twitter for iPhone","DaanishRumani","120","TRUE","FALSE" +"4052","4052","#RatanTata supports PM Narendra Modi for #Demonetization https://t.co/fRTHY2Ltth","FALSE","52",NA,"2016-11-23 06:25:37","FALSE",NA,"801310718930931712",NA,"Twitter Web Client","ModiBharosa","47","FALSE","FALSE" +"4053","4053","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:25:35","FALSE",NA,"801310708868780032",NA,"Twitter for Android","Zakirhu51007984","331","TRUE","FALSE" +"4054","4054","RT @vikrantkumar: Govt want people 2 use UPI for payments, but out of 30 Major banks only 17 have UPI app available #Demonetization +https:/�","FALSE","0",NA,"2016-11-23 06:25:27","FALSE",NA,"801310674202886144",NA,"Twitter for Android","vivek_singh29","3","TRUE","FALSE" +"4055","4055","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:26","FALSE",NA,"801310672831258624",NA,"Twitter for Android","pramster","275","TRUE","FALSE" +"4056","4056","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:22","FALSE",NA,"801310654275747840",NA,"Twitter for Android","anirban1akshay","275","TRUE","FALSE" +"4057","4057","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:16","FALSE",NA,"801310631555198976",NA,"Twitter for iPhone","Retronik82","275","TRUE","FALSE" +"4058","4058","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:16","FALSE",NA,"801310628971483136",NA,"Twitter for Android","WingedWarrior01","275","TRUE","FALSE" +"4059","4059","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:16","FALSE",NA,"801310628103254016",NA,"Twitter for iPhone","ParagDr","275","TRUE","FALSE" +"4060","4060","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:25:15","FALSE",NA,"801310623812485120",NA,"Twitter for Android","fckfckshktimaan","637","TRUE","FALSE" +"4061","4061","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:12","FALSE",NA,"801310613272195072",NA,"Twitter Web Client","kumarr_raj","275","TRUE","FALSE" +"4062","4062","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:09","FALSE",NA,"801310599586213888",NA,"Mobile Web (M5)","Hsumit7","275","TRUE","FALSE" +"4063","4063","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:08","FALSE",NA,"801310596419424256",NA,"Twitter for Android","Olgort","275","TRUE","FALSE" +"4064","4064","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:07","FALSE",NA,"801310592833384448",NA,"Twitter for Android","Bhakt160907","275","TRUE","FALSE" +"4065","4065","Putting Nation over Party Politics #nitishkumar supports PM narendramodi on #Demonetization https://t.co/fdkshTrdyW","FALSE","1",NA,"2016-11-23 06:25:06","FALSE",NA,"801310590023172096",NA,"IFTTT","bk_chudasama","0","FALSE","FALSE" +"4066","4066","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:05","FALSE",NA,"801310583119343616",NA,"Twitter for Android","AgArpitsizzle","275","TRUE","FALSE" +"4067","4067","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:05","FALSE",NA,"801310582255321088",NA,"Twitter for Android","mujoo_r","275","TRUE","FALSE" +"4068","4068","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:04","FALSE",NA,"801310578803437568",NA,"Twitter for Android","SumitSahu_SS","275","TRUE","FALSE" +"4069","4069","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:25:02","FALSE",NA,"801310572524486656",NA,"Twitter for Android","RakeshB71917365","275","TRUE","FALSE" +"4070","4070","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:24:57","FALSE",NA,"801310551095840768",NA,"Twitter for Android","KRIRIS3322","105","TRUE","FALSE" +"4071","4071","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:24:55","FALSE",NA,"801310540366757888",NA,"Twitter for iPhone","aumarunmehra","275","TRUE","FALSE" +"4072","4072","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:24:50","FALSE",NA,"801310521945427968",NA,"Twitter for iPhone","ashvinn15","275","TRUE","FALSE" +"4073","4073","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:24:49","FALSE",NA,"801310514806751232",NA,"Twitter Web Client","bhupinderbjpggn","275","TRUE","FALSE" +"4074","4074","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:24:46","FALSE",NA,"801310504383877120",NA,"Twitter for Android","jsy111777","105","TRUE","FALSE" +"4075","4075","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:24:43","FALSE",NA,"801310490626506752",NA,"Twitter for Android","sagwhiz","637","TRUE","FALSE" +"4076","4076","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:24:32","FALSE",NA,"801310444522762240",NA,"Twitter for iPhone","Sam4delhi","275","TRUE","FALSE" +"4077","4077","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:24:31","FALSE",NA,"801310441968463872",NA,"Twitter for Android","SurinderSeth","105","TRUE","FALSE" +"4078","4078","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:24:30","FALSE",NA,"801310435958018048",NA,"Twitter for Android","Sharadk40756002","105","TRUE","FALSE" +"4079","4079","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:24:27","FALSE",NA,"801310423911960576",NA,"Twitter for iPhone","pushp_onenonly","637","TRUE","FALSE" +"4080","4080","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:24:21","FALSE",NA,"801310397945053184",NA,"Twitter for Android","TajinderBagga","275","TRUE","FALSE" +"4081","4081","RT @soumikdas: By launching an aap 2 garner support fr #demonetization ,our PM hs shown his complete disconnect wid da Indian reality. Wat�","FALSE","0",NA,"2016-11-23 06:24:13","FALSE",NA,"801310365699149824",NA,"Twitter for iPhone","EmanMann2","4","TRUE","FALSE" +"4082","4082","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:24:10","FALSE",NA,"801310353984520192",NA,"Twitter for Android","monarchmeedas","57","TRUE","FALSE" +"4083","4083","RT @ajit_ranade: Not surgical strike. It's the nuclear button. This is Modi's Pokhran. Kudos #demonetization","FALSE","0",NA,"2016-11-23 06:24:06","FALSE",NA,"801310338503282688",NA,"Twitter for Android","bjpmuktbharat","441","TRUE","FALSE" +"4084","4084","RT @ModiBharosa: Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","0",NA,"2016-11-23 06:23:53","FALSE",NA,"801310281708302336",NA,"Twitter for iPhone","HemanNamo","275","TRUE","FALSE" +"4085","4085","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:23:50","FALSE",NA,"801310270073225216",NA,"Twitter for iPhone","EmanMann2","637","TRUE","FALSE" +"4086","4086","Hey @narendramodi - is there #saffronmoney and #BlackMoney? Double standards, as usual - @arunjaitley� https://t.co/NsfEt5KmTt","FALSE","1",NA,"2016-11-23 06:23:44","TRUE",NA,"801310245112975360",NA,"Mobile Web (M5)","nachikethass","0","FALSE","FALSE" +"4087","4087","Putting Nation over Party Politics #nitishkumar supports PM @narendramodi on #Demonetization https://t.co/UodwXdPMmG","FALSE","326",NA,"2016-11-23 06:23:43","FALSE",NA,"801310239576457216",NA,"Twitter Web Client","ModiBharosa","275","FALSE","FALSE" +"4088","4088","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:23:40","FALSE",NA,"801310228331511808",NA,"Twitter for Android","anandkamal","57","TRUE","FALSE" +"4089","4089","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:23:37","FALSE",NA,"801310215199137792",NA,"Twitter for iPhone","EmanMann2","954","TRUE","FALSE" +"4090","4090","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:23:28","FALSE",NA,"801310178272571392",NA,"Twitter for Android","lals131999","637","TRUE","FALSE" +"4091","4091","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:23:27","FALSE",NA,"801310173763608576",NA,"Twitter Web Client","RamnathKumar1","637","TRUE","FALSE" +"4092","4092","#Demonetization: Short-Term Pain but Long-Term #Gain. + +To Read the blog click here: https://t.co/dXmgTR6Kut +Image C� https://t.co/ov2BImDSdw","FALSE","0",NA,"2016-11-23 06:23:22","TRUE",NA,"801310151831654400",NA,"Twitter Web Client","lmspl","0","FALSE","FALSE" +"4093","4093","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:23:19","FALSE",NA,"801310138816753664",NA,"Twitter for Android","nitinysharma","637","TRUE","FALSE" +"4094","4094","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:23:17","FALSE",NA,"801310129421488128",NA,"Twitter for iPhone","EmanMann2","331","TRUE","FALSE" +"4095","4095","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:23:16","FALSE",NA,"801310126246428672",NA,"Twitter for Android","harmony1960","57","TRUE","FALSE" +"4096","4096","How #demonetization is viewed outside the RW bubble. https://t.co/12bCt3R8V6","FALSE","0",NA,"2016-11-23 06:23:08","FALSE",NA,"801310092251561984",NA,"Twitter Web Client","Anand_SolKnight","0","FALSE","FALSE" +"4097","4097","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:23:03","FALSE",NA,"801310072404082688",NA,"Twitter Web Client","man_bhr","637","TRUE","FALSE" +"4098","4098","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:22:54","FALSE",NA,"801310036161077248",NA,"Twitter for Android","suneelteotia","637","TRUE","FALSE" +"4099","4099","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:22:54","FALSE",NA,"801310034294697984",NA,"Twitter Web Client","observereacting","637","TRUE","FALSE" +"4100","4100","RT @cleviic: @AyyappanRamasam #DeMonetization followed by #Vyapam mother of all scams..","FALSE","0",NA,"2016-11-23 06:22:42","FALSE",NA,"801309983723888640",NA,"Twitter for Android","shanmugam_18","2","TRUE","FALSE" +"4101","4101","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:22:40","FALSE",NA,"801309976878874624",NA,"Twitter for iPhone","TheSinghDurgesh","637","TRUE","FALSE" +"4102","4102","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:22:31","FALSE",NA,"801309939398569984",NA,"Twitter for Android","ssshukla4","57","TRUE","FALSE" +"4103","4103","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:22:29","FALSE",NA,"801309930187878400",NA,"Twitter Web Client","Pravin2628","57","TRUE","FALSE" +"4104","4104","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:22:28","FALSE",NA,"801309927180566528",NA,"Twitter for iPhone","hamsadwani23","105","TRUE","FALSE" +"4105","4105","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:21:57","FALSE",NA,"801309797157052416",NA,"Twitter for Android","ratnaraoaca","637","TRUE","FALSE" +"4106","4106","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:21:57","FALSE",NA,"801309793801633792",NA,"Twitter Web Client","ankur2705","57","TRUE","FALSE" +"4107","4107","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:21:56","FALSE",NA,"801309793084391424",NA,"Twitter Web Client","pp479w","637","TRUE","FALSE" +"4108","4108","#Marketing Lessons from #Demonetization https://t.co/jYEqlRXyOP #customerservice https://t.co/m5wINGUKZo","FALSE","0",NA,"2016-11-23 06:21:55","FALSE",NA,"801309785350148096",NA,"Twitter Web Client","HSBRANDS_INDIA","0","FALSE","FALSE" +"4109","4109","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:21:53","FALSE",NA,"801309778119184384",NA,"Twitter for Android","vipuldxt_2015","57","TRUE","FALSE" +"4110","4110","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:21:50","FALSE",NA,"801309763963355136",NA,"Twitter for Android","KRIRIS3322","637","TRUE","FALSE" +"4111","4111","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:21:36","FALSE",NA,"801309708057477120",NA,"Twitter for iPhone","amitssingh83","637","TRUE","FALSE" +"4112","4112","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:21:17","FALSE",NA,"801309625882648576",NA,"Twitter Web Client","amit30980","57","TRUE","FALSE" +"4113","4113","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 06:21:16","FALSE",NA,"801309622938247168",NA,"Twitter for Android","DPadhihari","8","TRUE","FALSE" +"4114","4114","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 06:21:11","FALSE",NA,"801309604537835520",NA,"Twitter for Android","honesty_4india","11","TRUE","FALSE" +"4115","4115","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:21:01","FALSE",NA,"801309561055494144",NA,"Twitter for iPhone","EmanMann2","57","TRUE","FALSE" +"4116","4116","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:21:00","FALSE",NA,"801309557888786432",NA,"Twitter for Android","belvinvaz","57","TRUE","FALSE" +"4117","4117","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:20:54","FALSE",NA,"801309531242450944",NA,"Twitter Web Client","asajidkhan78","57","TRUE","FALSE" +"4118","4118","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:20:51","FALSE",NA,"801309517824872448",NA,"Twitter for Android","NZSuresh","637","TRUE","FALSE" +"4119","4119","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:20:51","FALSE",NA,"801309516902072320",NA,"Twitter Web Client","ShankerPutra","105","TRUE","FALSE" +"4120","4120","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:20:43","FALSE",NA,"801309486166183936",NA,"Twitter for iPhone","YaAbalFazl","57","TRUE","FALSE" +"4121","4121","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:20:25","FALSE",NA,"801309407615262720",NA,"Twitter for Android","cleviic","57","TRUE","FALSE" +"4122","4122","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:20:23","FALSE",NA,"801309401026072576",NA,"Twitter for Android","doofenshmertz","57","TRUE","FALSE" +"4123","4123","Must Read. #Cashless #Demonetization #Economics https://t.co/CcZ0JbVjXV","FALSE","0",NA,"2016-11-23 06:20:17","FALSE",NA,"801309374161502208",NA,"Facebook","somanathg","0","FALSE","FALSE" +"4124","4124","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 06:20:12","FALSE",NA,"801309356633575424",NA,"Twitter Web Client","HinduRajyam","105","TRUE","FALSE" +"4125","4125","RT @ShashiTharoor: . @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&wil�","FALSE","0",NA,"2016-11-23 06:20:06","FALSE",NA,"801309330494652416",NA,"Twitter for iPhone","AmanDubey_","57","TRUE","FALSE" +"4126","4126","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:20:06","FALSE",NA,"801309330159075328",NA,"Twitter for iPhone","iRohit","637","TRUE","FALSE" +"4127","4127",". @anandkamal Frankly i don't understand why @narendramodi doesn't address Parlmnt on #Demonetization. It's his duty&will defuse disruption","FALSE","95","anandkamal","2016-11-23 06:19:49","FALSE","801270550697943040","801309260382609408","71221321","Twitter Web Client","ShashiTharoor","57","FALSE","FALSE" +"4128","4128","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:49","FALSE",NA,"801309257576697856",NA,"Twitter Web Client","always_attitude","637","TRUE","FALSE" +"4129","4129","RT @InternetHinduz: Naxalites are either surrendering or being killed. #DeMonetization played a part. @_pallavighosh https://t.co/z3DiWRqdQ�","FALSE","0",NA,"2016-11-23 06:19:42","FALSE",NA,"801309231068626944",NA,"Twitter for Android","Pankaj_NaMo","5","TRUE","FALSE" +"4130","4130","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:15","FALSE",NA,"801309114999730176",NA,"Twitter Web Client","swatwal75","637","TRUE","FALSE" +"4131","4131","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:14","FALSE",NA,"801309111530950656",NA,"Mobile Web (M5)","DesiMoh","637","TRUE","FALSE" +"4132","4132","when we start gd work then many obstacles are come but i think its a gd sign##Demonetization is good fr me","FALSE","0",NA,"2016-11-23 06:19:12","FALSE",NA,"801309103045967872",NA,"Twitter Web Client","JoyprakashPrad1","0","FALSE","FALSE" +"4133","4133","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:08","FALSE",NA,"801309085215977472",NA,"Twitter Web Client","sourabhlibra","637","TRUE","FALSE" +"4134","4134","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:05","FALSE",NA,"801309074554023936",NA,"Twitter Web Client","rashmi21044","637","TRUE","FALSE" +"4135","4135","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:19:00","FALSE",NA,"801309052131311616",NA,"Twitter for Android","ssomvanshi","637","TRUE","FALSE" +"4136","4136","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:18:55","FALSE",NA,"801309033114255360",NA,"Twitter for Android","abhishekaugusty","637","TRUE","FALSE" +"4137","4137","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:18:51","FALSE",NA,"801309015603023872",NA,"Twitter for Android","iprosthodontist","637","TRUE","FALSE" +"4138","4138","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 06:18:41","FALSE",NA,"801308974389858304",NA,"Twitter for Android","saikatd","38","TRUE","FALSE" +"4139","4139","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:18:30","FALSE",NA,"801308928223178752",NA,"Twitter Web Client","CJ_India","637","TRUE","FALSE" +"4140","4140","@AyyappanRamasam #DeMonetization followed by #Vyapam mother of all scams..","FALSE","0","AyyappanRamasam","2016-11-23 06:18:30","FALSE","801308317964500992","801308927803752448","988855537","Twitter for Android","cleviic","2","FALSE","FALSE" +"4141","4141","RT @SreeIyer1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/7SESPjFTD4 @Swamy39 @�","FALSE","0",NA,"2016-11-23 06:18:12","FALSE",NA,"801308853677817856",NA,"Twitter Web Client","nagas1454","6","TRUE","FALSE" +"4142","4142","3 Member of Central Team will visit #Odisha to make on-the-spot assessment of #demonetization drive taken by Union� https://t.co/KCWMsF4zUE","FALSE","0",NA,"2016-11-23 06:18:02","TRUE",NA,"801308809935355904",NA,"Twitter Web Client","tathya","0","FALSE","FALSE" +"4143","4143","The demonetisation might have seemed positive but the cash crunch and long queues are really frustrating! @narendramodi #Demonetization","FALSE","0",NA,"2016-11-23 06:17:44","FALSE",NA,"801308733095739392",NA,"Twitter for iPhone","SoverignBeera","0","FALSE","FALSE" +"4144","4144","RT @IamRitzV: The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati�","FALSE","0",NA,"2016-11-23 06:17:42","FALSE",NA,"801308724396695552",NA,"Twitter for Android","kundanpugalia","9","TRUE","FALSE" +"4145","4145","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 06:17:36","FALSE",NA,"801308698639527936",NA,"Twitter for Android","agarwal_navin","11","TRUE","FALSE" +"4146","4146","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:17:32","FALSE",NA,"801308683590369280",NA,"Twitter for Android","sonal_31559","637","TRUE","FALSE" +"4147","4147","RT @jay_ambadi: Will an escalation on the border be Modi's answer to issues with #Demonetization? +Replacing issues with graver issues?","FALSE","0",NA,"2016-11-23 06:17:26","FALSE",NA,"801308657862475776",NA,"Twitter for iPhone","DubaiLover_Ebi","4","TRUE","FALSE" +"4148","4148","@CNNnews18 @OfficeOfRG please ask mr.vadera to give his worthless views on the #Demonetization. It would be fun to listen to him too.","FALSE","1","CNNnews18","2016-11-23 06:17:19","FALSE","801298655424679936","801308627604819968","6509832","Twitter for Android","samnshubhs","0","FALSE","FALSE" +"4149","4149","RT @mohitthatte: Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","0",NA,"2016-11-23 06:17:13","FALSE",NA,"801308603995066368",NA,"Twitter for Android","aka_roger","5","TRUE","FALSE" +"4150","4150","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:17:09","FALSE",NA,"801308585753976832",NA,"Twitter for iPhone","Adroit_A","637","TRUE","FALSE" +"4151","4151","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:57","FALSE",NA,"801308539180421120",NA,"Twitter for iPhone","rajeshshenoy63","637","TRUE","FALSE" +"4152","4152","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:57","FALSE",NA,"801308536592596992",NA,"Twitter for Android","jpsin1","637","TRUE","FALSE" +"4153","4153","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 06:16:54","FALSE",NA,"801308525574164480",NA,"Twitter for iPad","Deymunki_9","49","TRUE","FALSE" +"4154","4154","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:44","FALSE",NA,"801308483949907968",NA,"Twitter for Android","kaushkrahul","637","TRUE","FALSE" +"4155","4155","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 06:16:39","FALSE",NA,"801308459664871424",NA,"Twitter for Android","KaisarGanie26","11","TRUE","FALSE" +"4156","4156","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:32","FALSE",NA,"801308430803890176",NA,"Twitter for iPhone","RetardedHurt","637","TRUE","FALSE" +"4157","4157","RT @PedestrianPoet: Whenever I look at the #demonetization survey, I think of my Research Methodology professor giving me a 0 if I used suc�","FALSE","0",NA,"2016-11-23 06:16:22","FALSE",NA,"801308389255036928",NA,"Twitter for Android","abidd__","3","TRUE","FALSE" +"4158","4158","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 06:16:20","FALSE",NA,"801308381621420032",NA,"Twitter for Android","rahulsinghcr7","49","TRUE","FALSE" +"4159","4159","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:08","FALSE",NA,"801308333068210176",NA,"Twitter for Android","pk_rao","637","TRUE","FALSE" +"4160","4160","40 lakh looted from J&K Bank branch of Sarthal in Kishtwar, 20 lakh is in new denominations. +#DeMonetization","FALSE","0",NA,"2016-11-23 06:16:03","FALSE",NA,"801308310049878016",NA,"Twitter Web Client","Smita_Dutta_","1","FALSE","FALSE" +"4161","4161","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:16:03","FALSE",NA,"801308309307400192",NA,"Twitter for iPhone","mysticas","637","TRUE","FALSE" +"4162","4162","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:15:45","FALSE",NA,"801308234711764992",NA,"Mobile Web (M5)","neethapai","637","TRUE","FALSE" +"4163","4163","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:15:40","FALSE",NA,"801308213295587328",NA,"Twitter for iPhone","sunbyt","637","TRUE","FALSE" +"4164","4164","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-23 06:15:35","FALSE",NA,"801308192236048384",NA,"Twitter for Android","PratapShetty19","10","TRUE","FALSE" +"4165","4165","#RajyaSabha adjourned till 12 noon over #demonetization issue. + +� All India Radio News (airnewsalerts) November 23, 2016","FALSE","0",NA,"2016-11-23 06:15:34","FALSE",NA,"801308188930883584",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"4166","4166","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:15:20","FALSE",NA,"801308131879976960",NA,"Twitter for Windows Phone","AbhayRishi28","637","TRUE","FALSE" +"4167","4167","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:14:56","FALSE",NA,"801308029463461888",NA,"Twitter for Android","vaswaniravi","637","TRUE","FALSE" +"4168","4168","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:14:48","FALSE",NA,"801307997221908480",NA,"Twitter for Android","Chandan_tndn","637","TRUE","FALSE" +"4169","4169","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 06:14:45","FALSE",NA,"801307982109769728",NA,"Twitter for Android","sbalyan","27","TRUE","FALSE" +"4170","4170","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:14:30","FALSE",NA,"801307922525487104",NA,"Twitter for Android","Platine_Pt","637","TRUE","FALSE" +"4171","4171","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 06:14:30","FALSE",NA,"801307922244501504",NA,"Twitter for Android","AFZALKHANIYC","24","TRUE","FALSE" +"4172","4172","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 06:14:28","FALSE",NA,"801307913335820288",NA,"Twitter for Android","drmalikkalam","132","TRUE","FALSE" +"4173","4173","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:14:25","FALSE",NA,"801307900622860288",NA,"Twitter for iPhone","manish_manisja","331","TRUE","FALSE" +"4174","4174","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:14:23","FALSE",NA,"801307890674003968",NA,"Twitter for iPad","DrAVarma","637","TRUE","FALSE" +"4175","4175","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:59","FALSE",NA,"801307791998783488",NA,"Twitter Web Client","prasen5542","637","TRUE","FALSE" +"4176","4176","RT @mohitthatte: Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","0",NA,"2016-11-23 06:13:56","FALSE",NA,"801307777398345728",NA,"Twitter Web Client","meetykp","5","TRUE","FALSE" +"4177","4177","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 06:13:40","FALSE",NA,"801307712915173376",NA,"Twitter Web Client","DipendraDipzo","16","TRUE","FALSE" +"4178","4178","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:36","FALSE",NA,"801307694019837952",NA,"Twitter for Android","EkAurCynic","637","TRUE","FALSE" +"4179","4179","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:32","FALSE",NA,"801307676785446912",NA,"Twitter for Android","srinigoes","637","TRUE","FALSE" +"4180","4180","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 06:13:20","FALSE",NA,"801307627619840000",NA,"Twitter for Android","DurgamSireesh","42","TRUE","FALSE" +"4181","4181","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:19","FALSE",NA,"801307620971872256",NA,"Twitter Web Client","SandeepKarkera2","637","TRUE","FALSE" +"4182","4182","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:17","FALSE",NA,"801307612352495616",NA,"Twitter for Android","ishan209","637","TRUE","FALSE" +"4183","4183","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:11","FALSE",NA,"801307590361747456",NA,"Twitter for Android","shivakumar_rm","637","TRUE","FALSE" +"4184","4184","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:13:02","FALSE",NA,"801307550826299392",NA,"Twitter for Android","Bhavyaa1993","637","TRUE","FALSE" +"4185","4185","@bjpmp11 wins bypolls in #IndiaKaDil +What does that mean for those crying their hearts out over #demonetization. +Need I say more?","FALSE","0","bjpmp11","2016-11-23 06:12:58","FALSE",NA,"801307534523043840","703178394347778048","Twitter Web Client","Wrricha","0","FALSE","FALSE" +"4186","4186","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:12:39","FALSE",NA,"801307455389048832",NA,"Twitter for Android","harminderyada","637","TRUE","FALSE" +"4187","4187","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:12:35","FALSE",NA,"801307437886242816",NA,"Twitter for Android","sandeep37095981","954","TRUE","FALSE" +"4188","4188","RT @airnewsalerts: #RajyaSabha adjourned till 12 noon over #demonetization issue.","FALSE","0",NA,"2016-11-23 06:12:24","FALSE",NA,"801307392533295104",NA,"Twitter Web Client","Sara_Hassan","1","TRUE","FALSE" +"4189","4189","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:12:20","FALSE",NA,"801307377228189696",NA,"Twitter for Android","talktovardhan","637","TRUE","FALSE" +"4190","4190","Railways have decided to waive service charges on all online bookings till 31st December : DEA Secy� https://t.co/8jGeYkMMiV","FALSE","40",NA,"2016-11-23 06:12:12","TRUE",NA,"801307343824781312",NA,"Twitter Web Client","PIB_India","28","FALSE","FALSE" +"4191","4191","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 06:12:11","FALSE",NA,"801307335536807936",NA,"Twitter for BlackBerry","PritishNandy","8","TRUE","FALSE" +"4192","4192","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:12:08","FALSE",NA,"801307324992339968",NA,"Twitter Web Client","ravi_boddi","637","TRUE","FALSE" +"4193","4193","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:11:57","FALSE",NA,"801307277256953856",NA,"Twitter for Android","PratapShetty19","105","TRUE","FALSE" +"4194","4194","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:11:48","FALSE",NA,"801307239390781440",NA,"Twitter for iPad","RomeshNadir","105","TRUE","FALSE" +"4195","4195","RT @SharathVS: Do you support the #demonetization move by the Government? +(Answer considering both the policy and execution)","FALSE","0",NA,"2016-11-23 06:11:44","FALSE",NA,"801307223460814848",NA,"Twitter for Android","SharathVS","2","TRUE","FALSE" +"4196","4196","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:11:28","FALSE",NA,"801307156033273856",NA,"Twitter for Android","indianmonk1","637","TRUE","FALSE" +"4197","4197","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:11:24","FALSE",NA,"801307138459074560",NA,"GrabInbox","juli_1736","105","TRUE","FALSE" +"4198","4198","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:11:23","FALSE",NA,"801307136345145344",NA,"GrabInbox","me_nabhoj","105","TRUE","FALSE" +"4199","4199","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:11:02","FALSE",NA,"801307048914907136",NA,"Twitter for Android","jattasur","637","TRUE","FALSE" +"4200","4200","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:10:52","FALSE",NA,"801307004551778304",NA,"Twitter for iPhone","Ms_Aflatoon","637","TRUE","FALSE" +"4201","4201","#RajyaSabha adjourned till 12 noon over #demonetization issue.","FALSE","3",NA,"2016-11-23 06:10:43","FALSE",NA,"801306966408699904",NA,"Twitter Web Client","airnewsalerts","1","FALSE","FALSE" +"4202","4202","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:10:35","FALSE",NA,"801306933701513216",NA,"Twitter for iPhone","GetRidofDevils","637","TRUE","FALSE" +"4203","4203","@absolutelydanny @narendramodi Stop smoking #benefits of #demonetization","FALSE","1","absolutelydanny","2016-11-23 06:10:18","FALSE","801303735758704640","801306862750666752","308462961","Twitter for Android","dsp1808","0","FALSE","FALSE" +"4204","4204","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:10:16","FALSE",NA,"801306855528157184",NA,"Twitter for iPhone","aryavart_1","637","TRUE","FALSE" +"4205","4205","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:10:09","FALSE",NA,"801306827346612224",NA,"Twitter for Android","chaitrabhat7","637","TRUE","FALSE" +"4206","4206","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:09:58","FALSE",NA,"801306779720306688",NA,"Twitter Web Client","PIYUSH4BJP","637","TRUE","FALSE" +"4207","4207","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:09:49","FALSE",NA,"801306740444852224",NA,"Twitter for Android","whencutwit","637","TRUE","FALSE" +"4208","4208","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:09:16","FALSE",NA,"801306601705578496",NA,"Twitter for Android","priyankar_","637","TRUE","FALSE" +"4209","4209","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-23 06:09:11","FALSE",NA,"801306582059511808",NA,"Twitter for Android","prakashxkumar","29","TRUE","FALSE" +"4210","4210","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:10","FALSE",NA,"801306579584819200",NA,"GrabInbox","shukla_sanj","105","TRUE","FALSE" +"4211","4211","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:10","FALSE",NA,"801306578980839424",NA,"GrabInbox","viv_cse","105","TRUE","FALSE" +"4212","4212","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306576174850048",NA,"GrabInbox","realwalaindia","105","TRUE","FALSE" +"4213","4213","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306576032268288",NA,"GrabInbox","teluguonetv","105","TRUE","FALSE" +"4214","4214","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306575872884736",NA,"GrabInbox","guptha_rakesh","105","TRUE","FALSE" +"4215","4215","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306575726145536",NA,"GrabInbox","Akas_Day","105","TRUE","FALSE" +"4216","4216","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306574996275200",NA,"GrabInbox","pavan_sadineni","105","TRUE","FALSE" +"4217","4217","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306574182645760",NA,"GrabInbox","shravanraj11","105","TRUE","FALSE" +"4218","4218","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306573528252416",NA,"GrabInbox","ravipasupuleti3","105","TRUE","FALSE" +"4219","4219","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:09","FALSE",NA,"801306572827881472",NA,"GrabInbox","RajivNirman","105","TRUE","FALSE" +"4220","4220","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306572030963712",NA,"GrabInbox","teluguactress","105","TRUE","FALSE" +"4221","4221","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306572018384896",NA,"GrabInbox","crowngroup3","105","TRUE","FALSE" +"4222","4222","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306571426906112",NA,"GrabInbox","politics_better","105","TRUE","FALSE" +"4223","4223","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306571171053568",NA,"GrabInbox","murali_talasila","105","TRUE","FALSE" +"4224","4224","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306570248298496",NA,"GrabInbox","ramasrivalli","105","TRUE","FALSE" +"4225","4225","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306568314781696",NA,"GrabInbox","apsacs1","105","TRUE","FALSE" +"4226","4226","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:08","FALSE",NA,"801306568075702272",NA,"GrabInbox","CongressKajana","105","TRUE","FALSE" +"4227","4227","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306567777906688",NA,"GrabInbox","nithinjaiswal4","105","TRUE","FALSE" +"4228","4228","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306567337537536",NA,"GrabInbox","Mounika341","105","TRUE","FALSE" +"4229","4229","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306566976819200",NA,"GrabInbox","politicalwings2","105","TRUE","FALSE" +"4230","4230","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306566544736256",NA,"GrabInbox","Ashis_Pandey1","105","TRUE","FALSE" +"4231","4231","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306565609488384",NA,"GrabInbox","rasool29326749","105","TRUE","FALSE" +"4232","4232","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:07","FALSE",NA,"801306563961061376",NA,"GrabInbox","balajimuthyala","105","TRUE","FALSE" +"4233","4233","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:06","FALSE",NA,"801306563587796992",NA,"GrabInbox","karanmalhotra55","105","TRUE","FALSE" +"4234","4234","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:06","FALSE",NA,"801306563218653184",NA,"GrabInbox","ministryinb","105","TRUE","FALSE" +"4235","4235","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:06","FALSE",NA,"801306563214458880",NA,"GrabInbox","sharan35379873","105","TRUE","FALSE" +"4236","4236","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:09:06","FALSE",NA,"801306562732183552",NA,"GrabInbox","RituVarma55","105","TRUE","FALSE" +"4237","4237","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:08:54","FALSE",NA,"801306511637094400",NA,"Twitter for Android","varibar02_dr","637","TRUE","FALSE" +"4238","4238","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 06:08:51","FALSE",NA,"801306499490398208",NA,"Twitter Web Client","avio280289","123","TRUE","FALSE" +"4239","4239","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:08:29","FALSE",NA,"801306406897025024",NA,"Twitter Web Client","gmsaini","637","TRUE","FALSE" +"4240","4240","RT @soumikdas: By launching an aap 2 garner support fr #demonetization ,our PM hs shown his complete disconnect wid da Indian reality. Wat�","FALSE","0",NA,"2016-11-23 06:08:26","FALSE",NA,"801306395165462528",NA,"Twitter for Android","withCongOdisha","4","TRUE","FALSE" +"4241","4241","One thing is sure, with #demonetization both Direct and Indirect tax collection will rise in India in the next quarter and in coming financ�","FALSE","0",NA,"2016-11-23 06:08:07","FALSE",NA,"801306312952922112",NA,"LinkedIn","sbajaj_rnc","0","FALSE","FALSE" +"4242","4242","RT @soumikdas: By launching an aap 2 garner support fr #demonetization ,our PM hs shown his complete disconnect wid da Indian reality. Wat�","FALSE","0",NA,"2016-11-23 06:08:04","FALSE",NA,"801306302563708928",NA,"Twitter for Android","vinaydokania","4","TRUE","FALSE" +"4243","4243","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306244761980928",NA,"Twitter for Android","imnotatard","954","TRUE","FALSE" +"4244","4244","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306242064990208",NA,"TweetDeck","suryato6","105","TRUE","FALSE" +"4245","4245","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306242014728192",NA,"TweetDeck","ravi_mital","105","TRUE","FALSE" +"4246","4246","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241939238912",NA,"TweetDeck","rajgupthato1","105","TRUE","FALSE" +"4247","4247","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241930764288",NA,"TweetDeck","RajaraoTo","105","TRUE","FALSE" +"4248","4248","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241901494272",NA,"TweetDeck","To1Sai","105","TRUE","FALSE" +"4249","4249","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241817571328",NA,"TweetDeck","to_roshan","105","TRUE","FALSE" +"4250","4250","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241763078144",NA,"TweetDeck","RavirajaTo","105","TRUE","FALSE" +"4251","4251","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241708523520",NA,"TweetDeck","hussainto1","105","TRUE","FALSE" +"4252","4252","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241708474368",NA,"TweetDeck","raheemto1","105","TRUE","FALSE" +"4253","4253","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241679101952",NA,"TweetDeck","charli_to","105","TRUE","FALSE" +"4254","4254","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241658159104",NA,"TweetDeck","agarwal_to","105","TRUE","FALSE" +"4255","4255","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:07:50","FALSE",NA,"801306241586909184",NA,"TweetDeck","zabha2","105","TRUE","FALSE" +"4256","4256","#ArunJaitley says people are happy with #demonetization. +Rs 31 Lakh Scrapped Notes Seized from #BJP Leader's Brother +https://t.co/lHPOyYDemj","FALSE","0",NA,"2016-11-23 06:07:39","FALSE",NA,"801306195256635392",NA,"Twitter Web Client","Pancham_Tyagi","0","FALSE","FALSE" +"4257","4257","RT @sajid_Yousuf_: Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This cop des�","FALSE","0",NA,"2016-11-23 06:07:33","FALSE",NA,"801306171411939328",NA,"Twitter for iPhone","alamgirizvi","11","TRUE","FALSE" +"4258","4258","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:07:26","FALSE",NA,"801306143414960128",NA,"Twitter for iPhone","sumamaiyc","331","TRUE","FALSE" +"4259","4259","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:07:10","FALSE",NA,"801306076817854464",NA,"Twitter for Android","arunrush","637","TRUE","FALSE" +"4260","4260","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:06:52","FALSE",NA,"801305998170406912",NA,"Twitter Web Client","Sanjay_Dixit","637","TRUE","FALSE" +"4261","4261","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 06:06:50","FALSE",NA,"801305989408493568",NA,"Twitter for Android","commmanman","471","TRUE","FALSE" +"4262","4262","RT @akpndy: Working in public sector bank. Finally got a Sunday to relax. #demonetization #UnionBankofIndia","FALSE","0",NA,"2016-11-23 06:06:40","FALSE",NA,"801305949155786752",NA,"Twitter for Windows Phone","1824sphurthy","1","TRUE","FALSE" +"4263","4263","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:06:31","FALSE",NA,"801305910052327424",NA,"Twitter for Android","ErRamanINC","331","TRUE","FALSE" +"4264","4264","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:06:20","FALSE",NA,"801305866406428672",NA,"Twitter Web Client","msm_mukt_karo","637","TRUE","FALSE" +"4265","4265","RT @iamShivaNaidu: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in #Ahmedabad - https://t.co/0CFDWUx1mI https://t.co/N25EiUtf�","FALSE","0",NA,"2016-11-23 06:06:11","FALSE",NA,"801305828657664000",NA,"Twitter Web Client","iamAnanyaNaidu","1","TRUE","FALSE" +"4266","4266","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:06:07","FALSE",NA,"801305811859476480",NA,"Twitter for iPhone","Nisha__Hindu","637","TRUE","FALSE" +"4267","4267","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:06:03","FALSE",NA,"801305793886846976",NA,"Twitter for Android","nkumar_","637","TRUE","FALSE" +"4268","4268","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:05:59","FALSE",NA,"801305776904110080",NA,"Twitter for iPhone","GChintamani","637","TRUE","FALSE" +"4269","4269","RT @jgopikrishnan70: Might not be stollen...tricks during #demonetization to show as loss or claim insurance https://t.co/en08CtWL8f","FALSE","0",NA,"2016-11-23 06:05:57","FALSE",NA,"801305770205790208",NA,"Twitter for Android","aryaalok","128","TRUE","FALSE" +"4270","4270","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 06:05:51","FALSE",NA,"801305742800257024",NA,"Twitter Web Client","dilip_boghani","954","TRUE","FALSE" +"4271","4271","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:05:38","FALSE",NA,"801305687586467840",NA,"Twitter for iPhone","calbhai","637","TRUE","FALSE" +"4272","4272","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:05:17","FALSE",NA,"801305599342473216",NA,"Mobile Web (M2)","MNsays","637","TRUE","FALSE" +"4273","4273","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 06:05:15","FALSE",NA,"801305592472227840",NA,"Twitter for Android","drmalikkalam","331","TRUE","FALSE" +"4274","4274","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:05:13","FALSE",NA,"801305582435205120",NA,"Twitter for Android","RRamgovind","637","TRUE","FALSE" +"4275","4275","RT @olaprexa: @ANI_news These guys TMC have fallen into Trap on #demonetization","FALSE","0",NA,"2016-11-23 06:05:07","FALSE",NA,"801305560629047296",NA,"Twitter for Android","aryaalok","1","TRUE","FALSE" +"4276","4276","@narendramodi when a GLOBAL visa application comoany @VFSGlobal - does not accept cards we know we are not ready for #demonetization","FALSE","0","narendramodi","2016-11-23 06:04:52","FALSE",NA,"801305496389095424","18839785","Twitter for Android","apeksha_shah","0","FALSE","FALSE" +"4277","4277","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 06:04:45","FALSE",NA,"801305467771305984",NA,"Twitter for Android","aryaalok","471","TRUE","FALSE" +"4278","4278","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:43","FALSE",NA,"801305460339044352",NA,"Twitter for Android","SehrawatSanjeet","637","TRUE","FALSE" +"4279","4279","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:38","FALSE",NA,"801305439224954880",NA,"TweetDeck","ksmsundaram1975","637","TRUE","FALSE" +"4280","4280","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:27","FALSE",NA,"801305392278077440",NA,"Twitter Web Client","Now_MrsSharma","637","TRUE","FALSE" +"4281","4281","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:14","FALSE",NA,"801305338125438976",NA,"Twitter for Android","coolraj82","637","TRUE","FALSE" +"4282","4282","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:13","FALSE",NA,"801305334312747008",NA,"Twitter for Android","ShabnamMenon","637","TRUE","FALSE" +"4283","4283","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:04:13","FALSE",NA,"801305333243248640",NA,"Twitter for Android","DeshNeeti","637","TRUE","FALSE" +"4284","4284","#HC include #BombayHC,#KeralaHC,#MadrasHC,#RajasthanHC, #HyderabadHC, #AllahabadHC to Supreme Court or to one Court against #DeMonetization","FALSE","0","apnnewsindia","2016-11-23 06:04:06","FALSE","801304709554470912","801305301911830528","2492684167","Twitter Web Client","apnnewsindia","0","FALSE","FALSE" +"4285","4285","#ATM #Queues can drive you to this! :D +https://t.co/YJoVRmAta9 +#demonetization #pj","FALSE","0",NA,"2016-11-23 06:04:04","FALSE",NA,"801305292889788416",NA,"Mobile Web (M5)","DollyPahlajani","0","FALSE","FALSE" +"4286","4286","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:04:03","FALSE",NA,"801305288943009792",NA,"GrabInbox","Babita976","105","TRUE","FALSE" +"4287","4287","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:04:02","FALSE",NA,"801305287261061120",NA,"GrabInbox","Pratima944","105","TRUE","FALSE" +"4288","4288","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:04:02","FALSE",NA,"801305286237704192",NA,"GrabInbox","Ambika109","105","TRUE","FALSE" +"4289","4289","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:04:00","FALSE",NA,"801305278037852160",NA,"GrabInbox","Pratibha364","105","TRUE","FALSE" +"4290","4290","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:04:00","FALSE",NA,"801305276615950336",NA,"GrabInbox","Sagarika716","105","TRUE","FALSE" +"4291","4291","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:59","FALSE",NA,"801305274590052352",NA,"Twitter for Android","VkrmTwts","637","TRUE","FALSE" +"4292","4292","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250661548032",NA,"TweetDeck","venkat572","105","TRUE","FALSE" +"4293","4293","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250602819584",NA,"TweetDeck","Tweet_PNB","105","TRUE","FALSE" +"4294","4294","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250594521088",NA,"TweetDeck","rathod_tr5","105","TRUE","FALSE" +"4295","4295","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250594508800",NA,"TweetDeck","yelloji1","105","TRUE","FALSE" +"4296","4296","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250586099712",NA,"TweetDeck","riju_1448","105","TRUE","FALSE" +"4297","4297","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250544185344",NA,"TweetDeck","kashyap1190","105","TRUE","FALSE" +"4298","4298","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250506440704",NA,"TweetDeck","mitra_1709","105","TRUE","FALSE" +"4299","4299","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250477043712",NA,"TweetDeck","koushik412","105","TRUE","FALSE" +"4300","4300","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250468663296",NA,"TweetDeck","Kuvam707","105","TRUE","FALSE" +"4301","4301","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305250464403456",NA,"TweetDeck","kesar_62","105","TRUE","FALSE" +"4302","4302","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249541750784",NA,"TweetDeck","abdulali03","105","TRUE","FALSE" +"4303","4303","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249503911936",NA,"TweetDeck","ibadah8","105","TRUE","FALSE" +"4304","4304","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249499742208",NA,"TweetDeck","gurdeep2091","105","TRUE","FALSE" +"4305","4305","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249491386368",NA,"TweetDeck","Haricharan1012","105","TRUE","FALSE" +"4306","4306","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249436889088",NA,"TweetDeck","coolsaleh1","105","TRUE","FALSE" +"4307","4307","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249369702400",NA,"TweetDeck","ashok50_ashok","105","TRUE","FALSE" +"4308","4308","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249290092544",NA,"TweetDeck","aaditya810","105","TRUE","FALSE" +"4309","4309","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249273286656",NA,"TweetDeck","aaditya793","105","TRUE","FALSE" +"4310","4310","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249143291904",NA,"TweetDeck","aadhiseshu2","105","TRUE","FALSE" +"4311","4311","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 06:03:53","FALSE",NA,"801305249076154368",NA,"TweetDeck","aabha110","105","TRUE","FALSE" +"4312","4312","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:51","FALSE",NA,"801305238733000704",NA,"TweetDeck","emanin","637","TRUE","FALSE" +"4313","4313","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:48","FALSE",NA,"801305226712088576",NA,"Twitter Web Client","npawan29","637","TRUE","FALSE" +"4314","4314","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:38","FALSE",NA,"801305187465957376",NA,"Twitter for iPhone","Kunthavi5","637","TRUE","FALSE" +"4315","4315","RT 1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +� https://t.co/fJlqzxmP81","FALSE","0",NA,"2016-11-23 06:03:33","FALSE",NA,"801305162858057728",NA,"IFTTT","SirPandyaHardik","0","FALSE","FALSE" +"4316","4316","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:26","FALSE",NA,"801305133812486144",NA,"Twitter for Android","sachinsingh1010","637","TRUE","FALSE" +"4317","4317","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:18","FALSE",NA,"801305102002876416",NA,"Twitter for Android","NPGLHC","637","TRUE","FALSE" +"4318","4318","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:18","FALSE",NA,"801305100081885184",NA,"Twitter for iPhone","rkgeemail","637","TRUE","FALSE" +"4319","4319","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:12","FALSE",NA,"801305078766432256",NA,"Twitter Web Client","juswanasay","637","TRUE","FALSE" +"4320","4320","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:03:11","FALSE",NA,"801305074706354176",NA,"Twitter for Android","Gauravsharma891","637","TRUE","FALSE" +"4321","4321","RT @vikrantkumar: Govt want people 2 use UPI for payments, but out of 30 Major banks only 17 have UPI app available #Demonetization +https:/�","FALSE","0",NA,"2016-11-23 06:02:57","FALSE",NA,"801305014572580864",NA,"Twitter Web Client","_antithesis_1","3","TRUE","FALSE" +"4322","4322","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:02:57","FALSE",NA,"801305013830225920",NA,"Twitter for Android","DurgaMenon","637","TRUE","FALSE" +"4323","4323","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:02:52","FALSE",NA,"801304994725163008",NA,"Twitter for Android","Vishalkran","637","TRUE","FALSE" +"4324","4324","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 06:02:49","FALSE",NA,"801304980795834368",NA,"Twitter for Android","kailashctc","120","TRUE","FALSE" +"4325","4325","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:02:18","FALSE",NA,"801304850948616192",NA,"Twitter for Android","tejajuloori","637","TRUE","FALSE" +"4326","4326","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:02:14","FALSE",NA,"801304834926407680",NA,"Twitter Web Client","rutulsuthar","637","TRUE","FALSE" +"4327","4327","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:52","FALSE",NA,"801304742693572608",NA,"Twitter Web Client","rajsking","637","TRUE","FALSE" +"4328","4328","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:52","FALSE",NA,"801304739258519552",NA,"Twitter for Android","baburajvarma","637","TRUE","FALSE" +"4329","4329","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:45","FALSE",NA,"801304713274728448",NA,"Twitter Web Client","vinayjha7","637","TRUE","FALSE" +"4330","4330","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-23 06:01:45","FALSE",NA,"801304710900776960",NA,"Twitter for Android","aryaalok","100","TRUE","FALSE" +"4331","4331","#Demonetization a big sink for productivity in a country that already struggles with valuing time over money.","FALSE","0",NA,"2016-11-23 06:01:28","FALSE",NA,"801304641975812096",NA,"Twitter Web Client","ankitranka","0","FALSE","FALSE" +"4332","4332","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:27","FALSE",NA,"801304637991243776",NA,"Mobile Web (M5)","GaaAgrawal","637","TRUE","FALSE" +"4333","4333","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:22","FALSE",NA,"801304614633140224",NA,"Twitter for Android","Lalitgolani","637","TRUE","FALSE" +"4334","4334","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:21","FALSE",NA,"801304612921835520",NA,"Twitter Web Client","sradeep_d","637","TRUE","FALSE" +"4335","4335","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:14","FALSE",NA,"801304580273438720",NA,"Twitter for iPhone","Ajka_Mahabharat","637","TRUE","FALSE" +"4336","4336","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:10","FALSE",NA,"801304565337522176",NA,"Twitter Web Client","HirenKotwani","637","TRUE","FALSE" +"4337","4337","RT @TimesOFAssam: #Demonetization � Sufferings, Illusion and Death of Democracy https://t.co/sYaMo8a2zM #articles #exclusive #dollar","FALSE","0",NA,"2016-11-23 06:01:10","FALSE",NA,"801304563923947520",NA,"Twitter for Android","maninderonline","1","TRUE","FALSE" +"4338","4338","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:06","FALSE",NA,"801304549894062080",NA,"Twitter for Android","BlackPantherUI","637","TRUE","FALSE" +"4339","4339","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:01:06","FALSE",NA,"801304548199563264",NA,"Twitter for iPhone","s_pshah","637","TRUE","FALSE" +"4340","4340","RT @gauravcsawant: Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists have�","FALSE","0",NA,"2016-11-23 06:00:53","FALSE",NA,"801304494806069248",NA,"TweetDeck","ranganaathan","637","TRUE","FALSE" +"4341","4341","Rs 40 lakh looted from a bank in Kishtwar in J&K. Third such incident since #demonetization. That's how terrorists� https://t.co/aVcrYcZtYM","FALSE","341",NA,"2016-11-23 06:00:42","TRUE",NA,"801304449394339840",NA,"Twitter Web Client","gauravcsawant","637","FALSE","FALSE" +"4342","4342","RT @BUnlimted: After #Demonetization Kumar vishwas is getting only 500-1000 notes at GB road #WhatsTheDealModiji","FALSE","0",NA,"2016-11-23 06:00:39","FALSE",NA,"801304434034798592",NA,"Twitter for Android","jhalli_arti","4","TRUE","FALSE" +"4343","4343","RT @jeslin_george: The reality of Real Estate #demonetization #RealEstate #RealEstateInvestment #Realty https://t.co/XOKPv2GSF7","FALSE","0",NA,"2016-11-23 06:00:26","FALSE",NA,"801304379198423040",NA,"Twitter for iPhone","sunny24x8","3","TRUE","FALSE" +"4344","4344","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 06:00:23","FALSE",NA,"801304368133931008",NA,"Twitter for Android","nagsenk","120","TRUE","FALSE" +"4345","4345","RT @jeslin_george: The reality of Real Estate #demonetization #RealEstate #RealEstateInvestment #Realty https://t.co/XOKPv2GSF7","FALSE","0",NA,"2016-11-23 06:00:10","FALSE",NA,"801304312311910400",NA,"SociBoom for IEFX","CodyKellem","3","TRUE","FALSE" +"4346","4346","It Is the extensive use of black money in elections that abets and facilitates creation of black money in the country #demonetization","FALSE","0",NA,"2016-11-23 06:00:08","FALSE",NA,"801304305542250496",NA,"Facebook","iacpunemetro","0","FALSE","FALSE" +"4347","4347","Police men beats industrialists, Ambani groups, Black Money holders for standing in #queue #Demonetization. This co� https://t.co/spOdqo5OnR","FALSE","3",NA,"2016-11-23 06:00:06","TRUE",NA,"801304296910454784",NA,"Twitter for Android","sajid_Yousuf_","11","FALSE","FALSE" +"4348","4348","Please install the NaMo app and let PM know your views on #Demonetization. Also share your feedback and... https://t.co/iL3N63tpRU","FALSE","0",NA,"2016-11-23 05:59:53","FALSE",NA,"801304240761270272",NA,"Facebook","iannapanghal","0","FALSE","FALSE" +"4349","4349","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:59:39","FALSE",NA,"801304184024866816",NA,"Twitter for Android","pramodT85038135","954","TRUE","FALSE" +"4350","4350","#Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in #Ahmedabad - https://t.co/0CFDWUx1mI https://t.co/N25EiUtfZX","FALSE","2",NA,"2016-11-23 05:59:37","FALSE",NA,"801304176642977792",NA,"Twitter Web Client","iamShivaNaidu","1","FALSE","FALSE" +"4351","4351","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 05:59:28","FALSE",NA,"801304135492632576",NA,"TweetDeck","nilenso","38","TRUE","FALSE" +"4352","4352","@cnnnews18 Hey #SitaramYechury Fuck off man.Sulk in pain.We the people support #Demonetization #BlackMoneyFlushOut","FALSE","0","CNNnews18","2016-11-23 05:59:22","FALSE","801301889388347392","801304112847523840","6509832","Mobile Web (M2)","MNsays","0","FALSE","FALSE" +"4353","4353","RT @vikrantkumar: Govt want people 2 use UPI for payments, but out of 30 Major banks only 17 have UPI app available #Demonetization +https:/�","FALSE","0",NA,"2016-11-23 05:59:22","FALSE",NA,"801304111194972160",NA,"Twitter Web Client","Khakshar","3","TRUE","FALSE" +"4354","4354","RT @BUnlimted: After #Demonetization Kumar vishwas is getting only 500-1000 notes at GB road #WhatsTheDealModiji","FALSE","0",NA,"2016-11-23 05:59:00","FALSE",NA,"801304020505788416",NA,"Twitter for Android","trolling_my","4","TRUE","FALSE" +"4355","4355","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 05:58:44","FALSE",NA,"801303950662242304",NA,"Twitter for Android","parwez1","7","TRUE","FALSE" +"4356","4356","Govt want people 2 use UPI for payments, but out of 30 Major banks only 17 have UPI app available #Demonetization +https://t.co/p0AZb0d0H5","FALSE","0",NA,"2016-11-23 05:58:27","FALSE",NA,"801303881472942080",NA,"Twitter Web Client","vikrantkumar","3","FALSE","FALSE" +"4357","4357","#Demonetization by DEA Secy @DasShaktikanta https://t.co/aAT7FyDGRb","FALSE","0",NA,"2016-11-23 05:58:15","FALSE",NA,"801303830730342400",NA,"Twitter Web Client","THDCIL_MOP","0","FALSE","FALSE" +"4358","4358","Generation of black money will not stop unless we change our methods of working in the government and business #demonetization","FALSE","0",NA,"2016-11-23 05:58:08","FALSE",NA,"801303801172987904",NA,"Facebook","iacpunemetro","0","FALSE","FALSE" +"4359","4359","Modi ji gave shock to common people by #Demonetization but 3 years for #Swissbank account holders. #TransformingIndia @ArvindKejriwal","FALSE","0",NA,"2016-11-23 05:58:02","FALSE",NA,"801303775596134400",NA,"Twitter for Windows Phone","basitkashmiri","0","FALSE","FALSE" +"4360","4360","RT @anilkohli54: Indians will condole the death political parties due to #demonetization we dont need to be in Pa we will do it openly in f�","FALSE","0",NA,"2016-11-23 05:57:48","FALSE",NA,"801303719199539200",NA,"Twitter Web Client","MarathaBaan","4","TRUE","FALSE" +"4361","4361","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 05:57:28","FALSE",NA,"801303636043304960",NA,"Twitter for Android","ibhushanharkut","14","TRUE","FALSE" +"4362","4362","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:56:54","FALSE",NA,"801303493248225280",NA,"Twitter Web Client","AzaddPanchi","954","TRUE","FALSE" +"4363","4363","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 05:56:38","FALSE",NA,"801303424369299456",NA,"Twitter Web Client","MarathaBaan","10","TRUE","FALSE" +"4364","4364","Modi ji gave shock to common people by #Demonetization but 3 years for #Swissbank account holders. #TransformingIndia","FALSE","0",NA,"2016-11-23 05:56:31","FALSE",NA,"801303396665925632",NA,"Twitter for Windows Phone","basitkashmiri","0","FALSE","FALSE" +"4365","4365","After #Demonetization Kumar vishwas is getting only 500-1000 notes at GB road #WhatsTheDealModiji","FALSE","6",NA,"2016-11-23 05:56:29","FALSE",NA,"801303386696126464",NA,"Twitter for Android","BUnlimted","4","FALSE","FALSE" +"4366","4366","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 05:56:19","FALSE",NA,"801303346518880256",NA,"Twitter Web Client","nemo_dutta23","120","TRUE","FALSE" +"4367","4367","RT @blue21sky: #PMSavedKashmir +cuz of @narendramodi #demonetization Barbadi done of +Pakistan +Stone Pelters +Presstitutes +Sickular +Corr�","FALSE","0",NA,"2016-11-23 05:55:58","FALSE",NA,"801303257696112640",NA,"Twitter for Android","Harvansh_Batra","74","TRUE","FALSE" +"4368","4368","By launching an aap 2 garner support fr #demonetization ,our PM hs shown his complete disconnect wid da Indian reality. Wat wld it achieve?","FALSE","4",NA,"2016-11-23 05:55:43","FALSE",NA,"801303193468764160",NA,"Twitter Web Client","soumikdas","4","FALSE","FALSE" +"4369","4369","RT @InternetHinduz: Naxalites are either surrendering or being killed. #DeMonetization played a part. @_pallavighosh https://t.co/z3DiWRqdQ�","FALSE","0",NA,"2016-11-23 05:55:06","FALSE",NA,"801303040103972864",NA,"Twitter Web Client","LalithKris","5","TRUE","FALSE" +"4370","4370","RT @InternetHinduz: Naxalites are either surrendering or being killed. #DeMonetization played a part. @_pallavighosh https://t.co/z3DiWRqdQ�","FALSE","0",NA,"2016-11-23 05:54:42","FALSE",NA,"801302938064982016",NA,"Twitter Web Client","kumarmanishmait","5","TRUE","FALSE" +"4371","4371","RT @Rohtakite: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/xC2g1UEV16 @Swamy39","FALSE","0",NA,"2016-11-23 05:54:42","FALSE",NA,"801302936034902016",NA,"Twitter for BlackBerry","SameerUniverse","1","TRUE","FALSE" +"4372","4372","Watch briefing on #Demonetization by DEA Secy DasShaktikanta this morning here: +https://t.co/MdDE8DKqBw","FALSE","0",NA,"2016-11-23 05:54:16","FALSE",NA,"801302829541523456",NA,"IFTTT","mantralayatimes","0","FALSE","FALSE" +"4373","4373","RT @InternetHinduz: Naxalites are either surrendering or being killed. #DeMonetization played a part. @_pallavighosh https://t.co/z3DiWRqdQ�","FALSE","0",NA,"2016-11-23 05:53:48","FALSE",NA,"801302712973398016",NA,"Twitter Web Client","anilvs2003","5","TRUE","FALSE" +"4374","4374","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 05:53:29","FALSE",NA,"801302633373986816",NA,"TweetDeck","MIB_India","105","TRUE","FALSE" +"4375","4375","RT @PIB_India: Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","0",NA,"2016-11-23 05:52:32","FALSE",NA,"801302393501655040",NA,"Twitter for Android","vellyprajapati","105","TRUE","FALSE" +"4376","4376","Watch briefing on #Demonetization by DEA Secy @DasShaktikanta this morning here: +https://t.co/TDj2A6uO5u","FALSE","34",NA,"2016-11-23 05:51:56","FALSE",NA,"801302239809826816",NA,"Twitter Web Client","PIB_India","105","FALSE","FALSE" +"4377","4377","#Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/xC2g1UEV16 @Swamy39","FALSE","4",NA,"2016-11-23 05:51:46","FALSE",NA,"801302198286254080",NA,"Twitter for BlackBerry","Rohtakite","1","FALSE","FALSE" +"4378","4378","RT @anilkohli54: . PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","0",NA,"2016-11-23 05:51:30","FALSE",NA,"801302130426519552",NA,"Twitter for iPad","bhavahyuktah","5","TRUE","FALSE" +"4379","4379","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 05:50:58","FALSE",NA,"801301997840375808",NA,"Twitter Web Client","saurav_mrigank","132","TRUE","FALSE" +"4380","4380","No #demonetization blues for the saffron party. +#Demonetizationeffect https://t.co/ikJpaUTPcb","FALSE","0",NA,"2016-11-23 05:50:57","FALSE",NA,"801301995055435776",NA,"Twitter for Android","bad_striker_sdj","0","FALSE","FALSE" +"4381","4381","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 05:50:37","FALSE",NA,"801301909453864960",NA,"Twitter for Android","alamhashmat9","7","TRUE","FALSE" +"4382","4382","Cut open the body to do open heart surgery and meanwhile make a tender for the heart lung machine for use in the surgery. #demonetization","FALSE","0",NA,"2016-11-23 05:49:58","FALSE",NA,"801301744898736128",NA,"Twitter for Android","ichirpy","0","FALSE","FALSE" +"4383","4383","Acche din aa rahe hai! We think so, do you? #BlackMoney #Demonetization #India #Modi @PMOIndia https://t.co/csg4PA1poG","FALSE","0",NA,"2016-11-23 05:49:27","FALSE",NA,"801301615667986432",NA,"Twitter Web Client","nwookster","0","FALSE","FALSE" +"4384","4384","RT @A_Observr: Very frustrated, disappointed lady. Fed up of Modi & his #demonetization + + +https://t.co/BTep43tvrE","FALSE","0",NA,"2016-11-23 05:49:21","FALSE",NA,"801301589994643456",NA,"Twitter Web Client","CPSingh_Punjab","2","TRUE","FALSE" +"4385","4385","@tjoseph0010 @livemint One author is on Board of bank whose microfinance arm faces 1.7KCr loss ex- #demonetization: https://t.co/ubYtBZxlib","FALSE","0","tjoseph0010","2016-11-23 05:49:16","FALSE","801286682465009664","801301571577479168","2475433110","Twitter for Android","TheDailyBunkum","0","FALSE","FALSE" +"4386","4386","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:48:43","FALSE",NA,"801301433089925120",NA,"Twitter for Android","imManoj_kumar","954","TRUE","FALSE" +"4387","4387","#Demonetization: NABARD sanctions Rs 21,000 cr to district central co-op #banks https://t.co/803cD3sQt7","FALSE","0",NA,"2016-11-23 05:48:37","FALSE",NA,"801301407185960960",NA,"Put your button on any page! ","anushkapandit50","0","FALSE","FALSE" +"4388","4388","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 05:47:49","FALSE",NA,"801301203904827392",NA,"Twitter for Android","iamshreyakool","10","TRUE","FALSE" +"4389","4389","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 05:47:45","FALSE",NA,"801301186754314240",NA,"Twitter for Android","sgmahendran","14","TRUE","FALSE" +"4390","4390","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 05:47:39","FALSE",NA,"801301163522015232",NA,"Twitter for Android","Pankaj16182","23","TRUE","FALSE" +"4391","4391","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 05:47:12","FALSE",NA,"801301051924238336",NA,"Twitter for Windows","Click2Amit","10","TRUE","FALSE" +"4392","4392","RT @UttarandhraNow: 2K businessmen owe 3.89L CR to Govt! +#Demonetization https://t.co/AFJ4sX5hMQ","FALSE","0",NA,"2016-11-23 05:47:08","FALSE",NA,"801301033901314048",NA,"Twitter for Android","yallavamsi","1","TRUE","FALSE" +"4393","4393","Opposition doing comedy circus in t Parli whn entire India giv govt, it's shoulderd & moving smoothly wit #demonetization #MamtaKejriXposed","FALSE","1",NA,"2016-11-23 05:46:37","FALSE",NA,"801300902401478656",NA,"Twitter for Android","Godspeedvs","0","FALSE","FALSE" +"4394","4394","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 05:46:24","FALSE",NA,"801300849788129280",NA,"Twitter for iPhone","jaiswalmandeep1","10","TRUE","FALSE" +"4395","4395","RT @dna: #Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","0",NA,"2016-11-23 05:46:23","FALSE",NA,"801300846680178688",NA,"Twitter for Android","_Vishal_Mishra_","10","TRUE","FALSE" +"4396","4396","RT @SreeIyer1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/7SESPjFTD4 @Swamy39 @�","FALSE","0",NA,"2016-11-23 05:46:21","FALSE",NA,"801300835036786688",NA,"Twitter for iPhone","PoonamS13","6","TRUE","FALSE" +"4397","4397","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 05:46:02","FALSE",NA,"801300757479882752",NA,"Twitter for Android","Saliltoday","23","TRUE","FALSE" +"4398","4398","#Bypolls: #BJP calls it an endorsement of #demonetization policy https://t.co/7kgZcIa6ee reports @Manankmr","FALSE","28",NA,"2016-11-23 05:46:00","FALSE",NA,"801300748524929024",NA,"TweetDeck","dna","10","FALSE","FALSE" +"4399","4399","RT @anilkohli54: Indians will condole the death political parties due to #demonetization we dont need to be in Pa we will do it openly in f�","FALSE","0",NA,"2016-11-23 05:45:46","FALSE",NA,"801300689217605632",NA,"Twitter Web Client","kkantbajpai","4","TRUE","FALSE" +"4400","4400","RT @anisaz9_basit: #_ +#ModiScaredOfParliament +55Deaths Due To #Demonetization +Who is Responsible? +https://t.co/Lr8Wc2L2XU https:/�","FALSE","0",NA,"2016-11-23 05:45:26","FALSE",NA,"801300606552014848",NA,"Twitter for iPhone","Shakkrpara","1","TRUE","FALSE" +"4401","4401","@PMOIndia I support you fully on the #Demonetization process. Thanks for taking the first step toward stopping the corruption. #WellDone !!!","FALSE","0","PMOIndia","2016-11-23 05:45:25","FALSE","801058565528031232","801300602550685696","471741741","Twitter Web Client","gauravgarg4","0","FALSE","FALSE" +"4402","4402","#Demonetization has saved the lives of the people, who would have definitely died, due to the terrorists activities� https://t.co/XeftNinXq4","FALSE","0",NA,"2016-11-23 05:44:50","TRUE",NA,"801300456408551424",NA,"Twitter Web Client","IndiaExcelBlog","0","FALSE","FALSE" +"4403","4403","Most of the jewellery houses have been closed since November 11 in the national capital. +https://t.co/sitUF8kg5e +#Demonetization #IncomeTax","FALSE","12",NA,"2016-11-23 05:44:49","FALSE",NA,"801300451455074304",NA,"Twitter Web Client","HelloTaxIndia","20","FALSE","FALSE" +"4404","4404","RT @PIB_India: Key info-graphics related to #demonetization so far, in one place, courtesy various sources.. https://t.co/Tj169Rssjt","FALSE","0",NA,"2016-11-23 05:44:27","FALSE",NA,"801300357917896704",NA,"Twitter Web Client","Pradeep19941994","272","TRUE","FALSE" +"4405","4405","RT @jeslin_george: The reality of Real Estate #demonetization #RealEstate #RealEstateInvestment #Realty https://t.co/XOKPv2GSF7","FALSE","0",NA,"2016-11-23 05:44:08","FALSE",NA,"801300277844443136",NA,"Twitter Web Client","anamikag","3","TRUE","FALSE" +"4406","4406","Indians will condole the death political parties due to #demonetization we dont need to be in Pa we will do it openly in full public view.","FALSE","6",NA,"2016-11-23 05:44:02","FALSE",NA,"801300252997419008",NA,"Twitter Web Client","anilkohli54","4","FALSE","FALSE" +"4407","4407","RT @Shehzad_Ind: Bhai @KapilMishraAAP why r u surprised? #demonetization is Modi's scam not to unearth Blackmoney but to protect & share it�","FALSE","0",NA,"2016-11-23 05:43:59","FALSE",NA,"801300241186222080",NA,"Twitter for Android","AarfaKhanam","76","TRUE","FALSE" +"4408","4408","RT @GodrejGroup: Despite #demonetization, India and Godrej can expect good growth next year, says our Group Chairman, Mr. Adi Godrej. https�","FALSE","0",NA,"2016-11-23 05:43:55","FALSE",NA,"801300222995472384",NA,"Twitter for iPhone","girish2635","6","TRUE","FALSE" +"4409","4409","No opposition leader talking (forget condemning) about beheading of our soldier. Too Worried about lost black money, #demonetization","FALSE","0",NA,"2016-11-23 05:43:46","FALSE",NA,"801300186739961856",NA,"Twitter for Android","chintamani43","0","FALSE","FALSE" +"4410","4410","Even the general public are facing issue due to #demonetization but still, they are supporting it. but not the political parties. #thinkit","FALSE","1",NA,"2016-11-23 05:43:39","FALSE",NA,"801300158675906560",NA,"TweetDeck","rahul100885","0","FALSE","FALSE" +"4411","4411","RT @pcquest: #Demonetization: A Nightmare for the Common Populace https://t.co/wK6EsprBmf https://t.co/zr74erdNtc","FALSE","0",NA,"2016-11-23 05:43:25","FALSE",NA,"801300098735075328",NA,"Twitter for iPhone","gthoppae","1","TRUE","FALSE" +"4412","4412","#_ +#ModiScaredOfParliament +55Deaths Due To #Demonetization +Who is Responsible? +https://t.co/Lr8Wc2L2XU https://t.co/69wWoO9F3j","FALSE","1",NA,"2016-11-23 05:43:05","FALSE",NA,"801300014060437504",NA,"Twitter for Android","anisaz9_basit","1","FALSE","FALSE" +"4413","4413","@narendramodi #demonetization Human chain at Parliament only confirms black money in politics! #ModiFightsCorruption","FALSE","0","narendramodi","2016-11-23 05:42:51","FALSE",NA,"801299955323465728","18839785","Twitter for Android","subrsh87","0","FALSE","FALSE" +"4414","4414","RT @aolschools: Bank Mangers & staff, happy to receive handmade cards for their hard work in #demonetization from @aolschools students.@Sri�","FALSE","0",NA,"2016-11-23 05:41:51","FALSE",NA,"801299704973815808",NA,"Twitter for Android","bharat_golakiya","38","TRUE","FALSE" +"4415","4415","RT @SreeIyer1: #Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/7SESPjFTD4 @Swamy39 @�","FALSE","0",NA,"2016-11-23 05:41:11","FALSE",NA,"801299535163170816",NA,"Twitter Web Client","sachin23kr","6","TRUE","FALSE" +"4416","4416","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:41:07","FALSE",NA,"801299520470532096",NA,"Twitter for Android","SunderPrasad","954","TRUE","FALSE" +"4417","4417","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:40:56","FALSE",NA,"801299475235045376",NA,"Twitter for Android","yaqub_salman","954","TRUE","FALSE" +"4418","4418","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 05:40:52","FALSE",NA,"801299457274945536",NA,"Twitter for Android","Pratap061061","14","TRUE","FALSE" +"4419","4419","RT @BHANWARLALSUTH7: Dear @TheOfficialSBI #please #arrange for #timely #cash #load #into #your #ATM's 4 #success of #demonetization @arunja�","FALSE","0",NA,"2016-11-23 05:40:37","FALSE",NA,"801299395102855168",NA,"Twitter for Android","ShyoranRakesh","1","TRUE","FALSE" +"4420","4420",". @INCIndia VP #RahulGandhi says, Opposition is firm on its demand for a JPC probe into #Demonetization issue","FALSE","0",NA,"2016-11-23 05:40:14","FALSE",NA,"801299295827791872",NA,"Twitter Web Client","tawqeerhussain","0","FALSE","FALSE" +"4421","4421","2K businessmen owe 3.89L CR to Govt! +#Demonetization https://t.co/AFJ4sX5hMQ","FALSE","1",NA,"2016-11-23 05:40:08","FALSE",NA,"801299272582971392",NA,"Twitter Web Client","UttarandhraNow","1","FALSE","FALSE" +"4422","4422","#Demonetization The time has come to put MUDRA into action, writes Prof. R Vaidyanathan - https://t.co/7SESPjFTD4 @Swamy39 @MRVChennai","FALSE","5",NA,"2016-11-23 05:40:05","FALSE",NA,"801299259761033216",NA,"Hootsuite","SreeIyer1","6","FALSE","FALSE" +"4423","4423","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 05:39:39","FALSE",NA,"801299148909740032",NA,"Twitter for Android","KwatraVipin","762","TRUE","FALSE" +"4424","4424","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 05:39:29","FALSE",NA,"801299108325638144",NA,"Mobile Web (M5)","maheshjaiswal36","132","TRUE","FALSE" +"4425","4425","RT @Karthick2668: #Demonetization, Opposition is all at sea | #MamtaKejriXposed Saradha $200bn Arvind 200 cr Thought Process https://t.co/e�","FALSE","0",NA,"2016-11-23 05:39:25","FALSE",NA,"801299090097246208",NA,"Twitter for Android","OldSailor","2","TRUE","FALSE" +"4426","4426","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 05:39:22","FALSE",NA,"801299080689418240",NA,"Twitter for Android","agrwal_akhil","16","TRUE","FALSE" +"4427","4427","RT @iSKatiyar: Will @ArvindKejriwal apologize to the Nation for spreading rumors about #Demonetization? @TajinderBagga @ippatel +https://t.�","FALSE","0",NA,"2016-11-23 05:38:59","FALSE",NA,"801298981880033280",NA,"Mobile Web (M5)","maheshjaiswal36","30","TRUE","FALSE" +"4428","4428","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 05:38:55","FALSE",NA,"801298967669706752",NA,"Twitter for Android","deepak2show","120","TRUE","FALSE" +"4429","4429","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 05:38:01","FALSE",NA,"801298740703334400",NA,"Mobile Web (M5)","maheshjaiswal36","14","TRUE","FALSE" +"4430","4430","Orange LED is proud to support #demonetization and is united with @narendramodi in curbing societal degradation and� https://t.co/DtFs6wveVt","FALSE","0",NA,"2016-11-23 05:37:32","TRUE",NA,"801298618464530432",NA,"Twitter Web Client","OrangePlusLED","0","FALSE","FALSE" +"4431","4431","Wow #demonetization popularity keeps rising among the poor https://t.co/QM3KOEoPgy","FALSE","2",NA,"2016-11-23 05:37:19","FALSE",NA,"801298561283530752",NA,"Twitter for Android","johnstanly","2","FALSE","FALSE" +"4432","4432","RT @BatchMasterInd: Two big waves of change #Demonetization #DonaldTrump one perfect solution #ERP can help you adapt to these changes http�","FALSE","0",NA,"2016-11-23 05:36:58","FALSE",NA,"801298473232564224",NA,"Twitter Web Client","leena_Masih","2","TRUE","FALSE" +"4433","4433","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 05:36:12","FALSE",NA,"801298281712287744",NA,"Twitter for Android","prashan20943955","14","TRUE","FALSE" +"4434","4434","Going by the reactions of CBN and some conditional RWs from AP, you can tell CBN gang got hit by #demonetization","FALSE","0",NA,"2016-11-23 05:35:41","FALSE",NA,"801298150208270336",NA,"Twitter Web Client","desiVoltaire","0","FALSE","FALSE" +"4435","4435","For everyone who r against #demonetization, think if we can re do the old system? If not, why protest? Accept the change and make it better","FALSE","0",NA,"2016-11-23 05:35:19","FALSE",NA,"801298057744842752",NA,"Twitter for Android","raghunath_nv","0","FALSE","FALSE" +"4436","4436","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 05:35:07","FALSE",NA,"801298008558227456",NA,"Twitter for Android","praveengarg3","49","TRUE","FALSE" +"4437","4437","RT @BatchMasterInd: Two big waves of change #Demonetization #DonaldTrump one perfect solution #ERP can help you adapt to these changes http�","FALSE","0",NA,"2016-11-23 05:34:49","FALSE",NA,"801297934738456576",NA,"Twitter Web Client","techsiddhi","2","TRUE","FALSE" +"4438","4438","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:34:37","FALSE",NA,"801297885048557568",NA,"Twitter for iPhone","krvinayrana","954","TRUE","FALSE" +"4439","4439","@timesofindia no matter what drama they do,people are with the Govt's decision.It will never be changed.#demonetization","FALSE","0","timesofindia","2016-11-23 05:34:36","FALSE","801257284475043840","801297878861959168","134758540","Twitter for Android","jimmy000938387","0","FALSE","FALSE" +"4440","4440","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-23 05:34:13","FALSE",NA,"801297784930496512",NA,"Twitter for Android","push__kar","40","TRUE","FALSE" +"4441","4441","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 05:34:10","FALSE",NA,"801297771131179008",NA,"Twitter Web Client","abhipar7","49","TRUE","FALSE" +"4442","4442","RT @jay_ambadi: Will an escalation on the border be Modi's answer to issues with #Demonetization? +Replacing issues with graver issues?","FALSE","0",NA,"2016-11-23 05:33:55","FALSE",NA,"801297706509598720",NA,"Twitter Web Client","rkambadi","4","TRUE","FALSE" +"4443","4443","RT @BaradaDs: Govt may withdraw service charge on card transactions. +#DeMonetization","FALSE","0",NA,"2016-11-23 05:33:46","FALSE",NA,"801297669377376256",NA,"Twitter for Android","BaradaDs","1","TRUE","FALSE" +"4444","4444","Naxalites are either surrendering or being killed. #DeMonetization played a part. @_pallavighosh https://t.co/z3DiWRqdQ9 @ippatel","FALSE","10","ippatel","2016-11-23 05:33:45","FALSE","801296485249908736","801297663488618496","285655507","Twitter Web Client","InternetHinduz","5","FALSE","FALSE" +"4445","4445","These are having some gala time. #Demonetization https://t.co/IihrsqAKBA","FALSE","0",NA,"2016-11-23 05:33:37","FALSE",NA,"801297633528676352",NA,"Twitter for Android","DeepithBanjan","0","FALSE","FALSE" +"4446","4446","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 05:32:59","FALSE",NA,"801297473776078848",NA,"Twitter for Android","syedmohdyasir3","120","TRUE","FALSE" +"4447","4447","@DasShaktikanta I support #demonetization sir. 1 request. Plz make 100 notes available in market. facing Difficulty for day to day marketing","FALSE","0","DasShaktikanta","2016-11-23 05:32:38","FALSE",NA,"801297384579993600","2966532212","Mobile Web (M5)","physiopranjal","0","FALSE","FALSE" +"4448","4448","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 05:32:20","FALSE",NA,"801297309669724160",NA,"Twitter for Android","justshivas","49","TRUE","FALSE" +"4449","4449","shit.. most of the cash in circulation is useless. Shops will refuse Rs.2000 as they will be stranded� https://t.co/AK3EdaM4dY","FALSE","1",NA,"2016-11-23 05:32:01","TRUE",NA,"801297231139799040",NA,"Twitter Web Client","Anand_SolKnight","0","FALSE","FALSE" +"4450","4450","This is how new jobs in india is generated #Demonetization #currencyshortage #bookmychotu https://t.co/EQlj7Sv1lX","FALSE","0",NA,"2016-11-23 05:31:47","FALSE",NA,"801297171362574336",NA,"Twitter for Android","Nilanjan_009","0","FALSE","FALSE" +"4451","4451","For those who consider... #Demonetization #Demonetisation https://t.co/3b2pGuGSDB","FALSE","0",NA,"2016-11-23 05:31:33","FALSE",NA,"801297110075326464",NA,"Facebook","TheAdilR","0","FALSE","FALSE" +"4452","4452","RT @DrGPradhan: .@ravishndtv of @ndtv spreading rumours to provoke people against #demonetization & PM @narendramodi + +He need mob treatmen�","FALSE","0",NA,"2016-11-23 05:31:10","FALSE",NA,"801297013568585728",NA,"Twitter for Android","RavinMarwaha","456","TRUE","FALSE" +"4453","4453","@SitaramYechury @aamaaadmiparty Mamata Banerjee to Lead Protests Against #Demonetization https://t.co/Dkpq12Lr5Z","FALSE","0","SitaramYechury","2016-11-23 05:31:00","FALSE",NA,"801296972313456640","4053162792","Twitter Web Client","rrthakur","0","FALSE","FALSE" +"4454","4454","RT @anilkohli54: while the corrupt protest personal loss of black money due #demonetization Public celebrates their loss.","FALSE","0",NA,"2016-11-23 05:31:00","FALSE",NA,"801296972141445120",NA,"Twitter Web Client","minesh_jsn","2","TRUE","FALSE" +"4455","4455","The united opposition's Dharna is like how a kid squats on the road when his daddy takes away the pocket money. #Demonetization","FALSE","1",NA,"2016-11-23 05:30:51","FALSE",NA,"801296934761877504",NA,"Twitter for Android","Adrenalyst","0","FALSE","FALSE" +"4456","4456","RT @PallabB: A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9�","FALSE","0",NA,"2016-11-23 05:30:17","FALSE",NA,"801296791710957568",NA,"Twitter for iPhone","KushanNandy","8","TRUE","FALSE" +"4457","4457","#RatanTata said ""#Demonetization a bold move and deserves our support"". #Blackmoney #Currencyban #Corruptionhttps://goo.gl/byyTHn","FALSE","0",NA,"2016-11-23 05:30:00","FALSE",NA,"801296721665851392",NA,"TweetDeck","funcasticapp","0","FALSE","FALSE" +"4458","4458","These are the #blackmoney hoarders that @BJP4India is after to give loans to a few Gujarati billionaires!� https://t.co/Q9uGZu2I4f","FALSE","0",NA,"2016-11-23 05:29:52","TRUE",NA,"801296687218180096",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"4459","4459","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 05:29:42","FALSE",NA,"801296644704796672",NA,"Twitter for Android","Livekanhaiya","762","TRUE","FALSE" +"4460","4460","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 05:29:40","FALSE",NA,"801296639147331584",NA,"Twitter for Android","RavinMarwaha","381","TRUE","FALSE" +"4461","4461","Centre hints in SC that 'lending rates would come down as banks are flushed with money due to #demonetization '","FALSE","0",NA,"2016-11-23 05:29:05","FALSE",NA,"801296490668949504",NA,"Twitter for Windows","arvindgunasekar","0","FALSE","FALSE" +"4462","4462","Forget #demonetization .. now again lets b patriotic as there is problem at border. +#BMKJ +I was expecting it. https://t.co/gFH9psgNmL","FALSE","0",NA,"2016-11-23 05:28:55","FALSE",NA,"801296449493409792",NA,"Mobile Web (M5)","PSR_NMORE","0","FALSE","FALSE" +"4463","4463","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 05:28:44","FALSE",NA,"801296404744388608",NA,"Twitter for Android","ImBhaumil","762","TRUE","FALSE" +"4464","4464","RT @jay_ambadi: Will an escalation on the border be Modi's answer to issues with #Demonetization? +Replacing issues with graver issues?","FALSE","0",NA,"2016-11-23 05:27:59","FALSE",NA,"801296213362507776",NA,"Twitter for Android","drunnits","4","TRUE","FALSE" +"4465","4465","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 05:27:55","FALSE",NA,"801296197382246400",NA,"Twitter for Android","Clefer10","331","TRUE","FALSE" +"4466","4466","'#Exporters hails #demonetization but seek some extra care' +Read More: https://t.co/8syb5DQP1M + +#export #import #news","FALSE","2",NA,"2016-11-23 05:27:52","FALSE",NA,"801296185675935744",NA,"Twitter Web Client","Biz2CreditIn","2","FALSE","FALSE" +"4467","4467","RT @sawandutta: An Ode to the Demonetized Rs 500 note for my song blog, The Metronome. #DeMonetization #CurrencyBan https://t.co/M3Yh0vH7cr","FALSE","0",NA,"2016-11-23 05:27:50","FALSE",NA,"801296175714463744",NA,"Mobile Web (M5)","VinitaDeshmukh","8","TRUE","FALSE" +"4468","4468","#Demonetization has ushered in a new digital economy in India. #NaMo. #TagWingsIndia #MobilitySolutions� https://t.co/KutPxtR1zf","FALSE","0",NA,"2016-11-23 05:27:47","TRUE",NA,"801296165560057856",NA,"Twitter Web Client","TagWingsIndia","0","FALSE","FALSE" +"4469","4469","Hey @mediacrooks look at the Gujarat samachar photo and caption. Looks like a stock photo or paid photo-op to link� https://t.co/M6sS3ugUcd","FALSE","0",NA,"2016-11-23 05:27:40","TRUE",NA,"801296132693524480",NA,"TweetCaster for Android","en_ig_ma_tic","0","FALSE","FALSE" +"4470","4470","RT @anilkohli54: while the corrupt protest personal loss of black money due #demonetization Public celebrates their loss.","FALSE","0",NA,"2016-11-23 05:27:30","FALSE",NA,"801296093292220416",NA,"Mobile Web (M2)","ramesh94_bithar","2","TRUE","FALSE" +"4471","4471","@NitishKumar supports #DeMonetisation +@SharadYadavMP Opposes #demonetization +What is the real Game of JDU ? https://t.co/or1lPlEJM9","FALSE","0","NitishKumar","2016-11-23 05:27:21","FALSE",NA,"801296055870570496","143409075","Twitter Web Client","Pratibharat","0","FALSE","FALSE" +"4472","4472","Farmer suicides are back. Farmer kills self bcz of #demonetization +#NoteNahiPMBadlo","FALSE","0",NA,"2016-11-23 05:26:47","FALSE",NA,"801295911162937344",NA,"Twitter for Android","amirraj44","0","FALSE","FALSE" +"4473","4473","while the corrupt protest personal loss of black money due #demonetization Public celebrates their loss.","FALSE","5",NA,"2016-11-23 05:26:27","FALSE",NA,"801295830477049856",NA,"Twitter Web Client","anilkohli54","2","FALSE","FALSE" +"4474","4474","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 05:26:03","FALSE",NA,"801295728173842432",NA,"Twitter for Android","kkdhyd24","43","TRUE","FALSE" +"4475","4475","@Nishith1608 It's very balanced piece BJP has made gains TMC which is opposing also made gains #Demonetization impact fully visible in UP","FALSE","1","Nishith1608","2016-11-23 05:25:56","FALSE","801294873659867136","801295697391878144","75991116","Twitter for iPhone","politicalbaaba","0","FALSE","FALSE" +"4476","4476","Will an escalation on the border be Modi's answer to issues with #Demonetization? +Replacing issues with graver issues?","FALSE","1",NA,"2016-11-23 05:25:34","FALSE",NA,"801295607625289728",NA,"Twitter Web Client","jay_ambadi","4","FALSE","FALSE" +"4477","4477","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:25:26","FALSE",NA,"801295574414856192",NA,"Twitter for Android","jainpankaj091","954","TRUE","FALSE" +"4478","4478","#Demonetization will hit #Agriculture very badly.#Farmers to face hardship wth no #buyers, illiquid 2000Rs & perishability of #farm #produce","FALSE","1",NA,"2016-11-23 05:25:01","FALSE",NA,"801295468118573056",NA,"Twitter Web Client","AgriFoodRetail","0","FALSE","FALSE" +"4479","4479","Two big waves of change #Demonetization #DonaldTrump one perfect solution #ERP can help you adapt to these changes https://t.co/IYb4JMlDny","FALSE","2",NA,"2016-11-23 05:24:37","FALSE",NA,"801295365379072000",NA,"Twitter Web Client","BatchMasterInd","2","FALSE","FALSE" +"4480","4480","RT @bhootnath: According to Sonia Gandhi Modi is undermining the national character by #Demonetization. Does she think corruption is our na�","FALSE","0",NA,"2016-11-23 05:23:56","FALSE",NA,"801295192984842240",NA,"Twitter for Android","RakeshB71917365","49","TRUE","FALSE" +"4481","4481","#demonetization has many byproducts +This is one of them https://t.co/9461zq968i","FALSE","0",NA,"2016-11-23 05:23:47","FALSE",NA,"801295155500318720",NA,"Twitter Web Client","Pratibharat","0","FALSE","FALSE" +"4482","4482","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:23:10","FALSE",NA,"801295000227221504",NA,"Twitter for Android","swapnilsharma09","954","TRUE","FALSE" +"4483","4483","RT @sanmistryious: #demonetization +But it should be like... +#OkSorry https://t.co/RMFjtBWtT4","FALSE","0",NA,"2016-11-23 05:23:08","FALSE",NA,"801294993377939456",NA,"Twitter Web Client","muh_pe_bolunga","14","TRUE","FALSE" +"4484","4484","The mic of a BSP leader was snatched away from him as he started praising Modiji for his #Demonetization move during Mayawati's rally in UP.","FALSE","9",NA,"2016-11-23 05:22:21","FALSE",NA,"801294794639233024",NA,"Twitter for Android","IamRitzV","9","FALSE","FALSE" +"4485","4485","RT @AAP_Updates: Go to https://t.co/BbMKCSC0nm & post your worries & questions regarding #demonetization + +He'll answer when LIVE at 7pm.�","FALSE","0",NA,"2016-11-23 05:21:41","FALSE",NA,"801294630402846720",NA,"Twitter for Android","AAP_Updates","7","TRUE","FALSE" +"4486","4486","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 05:21:04","FALSE",NA,"801294474177560576",NA,"Twitter for Android","arif007","7","TRUE","FALSE" +"4487","4487","@IndianExpress today's new rule on #demonetization ","FALSE","0","IndianExpress","2016-11-23 05:20:15","FALSE","801293747887734784","801294268593831936","38647512","Twitter for Android","cleviic","0","FALSE","FALSE" +"4488","4488","Please say something: @SriSri @ArtofLiving @yogrishiramdev . Will you? #demonetization #CurrencyCrisis https://t.co/qaDyN7sKqy","FALSE","0",NA,"2016-11-23 05:20:10","FALSE",NA,"801294246007504896",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"4489","4489","RT @GodrejGroup: Despite #demonetization, India and Godrej can expect good growth next year, says our Group Chairman, Mr. Adi Godrej. https�","FALSE","0",NA,"2016-11-23 05:20:09","FALSE",NA,"801294245030203392",NA,"Twitter Web Client","GodrejOnCampus","6","TRUE","FALSE" +"4490","4490","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 05:20:04","FALSE",NA,"801294223718883328",NA,"Twitter for Android","prashantjatia","49","TRUE","FALSE" +"4491","4491","#SC issued notice on transfer and stay petitions filed by centre to transfer all matters relating to #demonetization to one court. No Stay.","FALSE","0",NA,"2016-11-23 05:19:56","FALSE",NA,"801294190063841280",NA,"Twitter for Android","VinayVats_Adv","1","FALSE","FALSE" +"4492","4492","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-23 05:19:34","FALSE",NA,"801294095108993024",NA,"Twitter for Android","vicky_twets","10","TRUE","FALSE" +"4493","4493","RT @TheDarjChron: #Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","0",NA,"2016-11-23 05:19:32","FALSE",NA,"801294088523943936",NA,"Fenix for Android","s_cartoons","7","TRUE","FALSE" +"4494","4494","I had tried to understand why the PM was avoiding parliament to defend #demonetization. Couldn't think why a... https://t.co/hKJv3teesS","FALSE","0",NA,"2016-11-23 05:18:55","FALSE",NA,"801293932927864832",NA,"Facebook","RohiteshSharma","0","FALSE","FALSE" +"4495","4495","@DasShaktikanta by supporting featurephones are u not making banking system more vulnerable as they are known 2 b less safe #demonetization","FALSE","0","DasShaktikanta","2016-11-23 05:18:14","FALSE",NA,"801293759904358400","2966532212","Twitter for Android","subrsh87","0","FALSE","FALSE" +"4496","4496","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:17:40","FALSE",NA,"801293619051294720",NA,"Twitter for Android","jnpsalman","954","TRUE","FALSE" +"4497","4497","Economic Affairs Secretary @DasShaktikanta is as famous as our PM @narendramodi after announcing of #Demonetization of notes.","FALSE","0",NA,"2016-11-23 05:17:40","FALSE",NA,"801293618736726016",NA,"Twitter Web Client","abhilashneelam","0","FALSE","FALSE" +"4498","4498","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 05:17:27","FALSE",NA,"801293564340748288",NA,"Twitter for Android","cjmitra","120","TRUE","FALSE" +"4499","4499","just looking at this poster I'm sure it's not just the #demonetization that's the reason https://t.co/odNbLI8Nrf","FALSE","1",NA,"2016-11-23 05:17:26","FALSE",NA,"801293558812708864",NA,"Twitter for Android","yesdeekay","0","FALSE","FALSE" +"4500","4500","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 05:16:58","FALSE",NA,"801293443398070272",NA,"Twitter for Android","Krishna23377172","15","TRUE","FALSE" +"4501","4501","These are the people whose #blackmoney @BJP4India wanted to bring out and give to Gujarati billionaires!� https://t.co/x6JhPWNEHR","FALSE","1",NA,"2016-11-23 05:16:57","TRUE",NA,"801293436523606016",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"4502","4502","No kidding, the line stretches up until the bend, all other banks out of cash. #demonetization and to think this is� https://t.co/3IPuH7t9NN","FALSE","0",NA,"2016-11-23 05:16:27","TRUE",NA,"801293312640565248",NA,"Twitter for iPhone","gauravpramanik","0","FALSE","FALSE" +"4503","4503","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 05:15:16","FALSE",NA,"801293013662269440",NA,"Twitter for Android","ChampDev_","120","TRUE","FALSE" +"4504","4504","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-23 05:15:08","FALSE",NA,"801292981399670784",NA,"Twitter for Android","TheAngryLord","118","TRUE","FALSE" +"4505","4505","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-23 05:14:56","FALSE",NA,"801292930447196160",NA,"Twitter for Android","victoryvinoll","14","TRUE","FALSE" +"4506","4506","RT @JLLIndia: #Demonetization�s Impact On #Indian #Retail +https://t.co/nDxQ8QSVvk https://t.co/TEMrQtcsEz","FALSE","0",NA,"2016-11-23 05:14:09","FALSE",NA,"801292731712733184",NA,"Twitter Web Client","ArunChitnis","3","TRUE","FALSE" +"4507","4507","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 05:13:45","FALSE",NA,"801292632504860672",NA,"Twitter for Android","devilofdevils7","16","TRUE","FALSE" +"4508","4508","@CuriousKudi @narendramodi +100 note could have been printed first +That's all +Im full supporting #demonetization +Notes Not available","FALSE","1","CuriousKudi","2016-11-23 05:13:35","FALSE","801281947104223232","801292588389203968","4446958881","Twitter for Android","tjain2016","0","FALSE","FALSE" +"4509","4509","RT @mcapitalheight: #Demonetization likely to wipe out farmers' gains: NCML:https://t.co/yQOm0bmbBN","FALSE","0",NA,"2016-11-23 05:13:23","FALSE",NA,"801292539106041856",NA,"Twitter Web Client","TipsLivestock","2","TRUE","FALSE" +"4510","4510","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 05:13:15","FALSE",NA,"801292505560051712",NA,"Twitter for Android","haroonrulz","520","TRUE","FALSE" +"4511","4511","RT @JanLokPaal: Goes another @narendramodi claimed benefit of #Demonetization after Terrorists ensuring their supplies now Fakes too https:�","FALSE","0",NA,"2016-11-23 05:13:14","FALSE",NA,"801292502963781632",NA,"Twitter for Android","JandaAap","3","TRUE","FALSE" +"4512","4512","RT @ArunSFan: Why aren't rich standing in the queues? +#Demonetisation #AfterEffects #Poll #demonetization #VoteNow 7/n","FALSE","0",NA,"2016-11-23 05:13:06","FALSE",NA,"801292467253415936",NA,"Twitter for iPhone","jamshydeccan","29","TRUE","FALSE" +"4513","4513","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:35","FALSE",NA,"801292337230086144",NA,"TweetDeck","vijay1rathi","36","TRUE","FALSE" +"4514","4514","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:35","FALSE",NA,"801292337154560000",NA,"TweetDeck","vatsalgarg11","36","TRUE","FALSE" +"4515","4515","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:35","FALSE",NA,"801292337104228352",NA,"TweetDeck","varun1saxena","36","TRUE","FALSE" +"4516","4516","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:35","FALSE",NA,"801292336991006720",NA,"TweetDeck","virendertyagi33","36","TRUE","FALSE" +"4517","4517","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:35","FALSE",NA,"801292336810651648",NA,"TweetDeck","singh1love1","36","TRUE","FALSE" +"4518","4518","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335862652928",NA,"TweetDeck","rajesh2_sharma2","36","TRUE","FALSE" +"4519","4519","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335615266816",NA,"TweetDeck","sehdevsharma18","36","TRUE","FALSE" +"4520","4520","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335606808576",NA,"TweetDeck","rameshchopra19","36","TRUE","FALSE" +"4521","4521","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335564910592",NA,"TweetDeck","niveshkapoor19","36","TRUE","FALSE" +"4522","4522","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335493611520",NA,"TweetDeck","kalpanaverma63","36","TRUE","FALSE" +"4523","4523","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335476854784",NA,"TweetDeck","reetaaggarwal38","36","TRUE","FALSE" +"4524","4524","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335430692864",NA,"TweetDeck","raman_mishra11","36","TRUE","FALSE" +"4525","4525","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335430635520",NA,"TweetDeck","rajsinghbedi11","36","TRUE","FALSE" +"4526","4526","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335401279488",NA,"TweetDeck","neetuaggarwal31","36","TRUE","FALSE" +"4527","4527","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335397093376",NA,"TweetDeck","munishtyagi19","36","TRUE","FALSE" +"4528","4528","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335355150336",NA,"TweetDeck","jitensingla11","36","TRUE","FALSE" +"4529","4529","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335329984512",NA,"TweetDeck","jaiyadav191","36","TRUE","FALSE" +"4530","4530","RT @JaiveerShergill: Its turning out to be a Winter of Discontent thanks to the #demonetization scheme & #BJP everyday spraying cold blast�","FALSE","0",NA,"2016-11-23 05:12:34","FALSE",NA,"801292335325777920",NA,"TweetDeck","aniketsingla87","36","TRUE","FALSE" +"4531","4531","Read an article about benefit of #demonetization +But best thing was comments that followed it.. https://t.co/o9KrTK2Zfq","FALSE","0",NA,"2016-11-23 05:11:54","FALSE",NA,"801292167050301440",NA,"Twitter for Android","dsp1808","0","FALSE","FALSE" +"4532","4532","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-23 05:11:43","FALSE",NA,"801292120250286080",NA,"Twitter for Android","NamoBhakth","762","TRUE","FALSE" +"4533","4533","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 05:11:36","FALSE",NA,"801292090147741696",NA,"Twitter for Android","vidyadharana","954","TRUE","FALSE" +"4534","4534","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 05:11:36","FALSE",NA,"801292089887756288",NA,"Twitter for Android","1shaktiman","960","TRUE","FALSE" +"4535","4535","Vegetable & Fruit Grower's suffering more after #demonetization, need special provision's +@PMOIndia","FALSE","3",NA,"2016-11-23 05:10:50","FALSE",NA,"801291899764088832",NA,"Twitter for Android","AnandGadeSakal","3","FALSE","FALSE" +"4536","4536","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 05:10:02","FALSE",NA,"801291695484784640",NA,"Twitter for Android","uttamknights","16","TRUE","FALSE" +"4537","4537","#Demonetization impact +Good News for Railway passengers +Read here - https://t.co/XZRgNEMIfA https://t.co/fDFLbgT5NR","FALSE","0",NA,"2016-11-23 05:09:28","FALSE",NA,"801291555399200768",NA,"Twitter Web Client","U4U_Voice","0","FALSE","FALSE" +"4538","4538","Kejru's stand +1st:revoke #demonetization +then : err not sure and wild allegation +Now: if it works I will chant PM's name","FALSE","0",NA,"2016-11-23 05:08:34","FALSE",NA,"801291326817968128",NA,"Twitter Web Client","iamamenon","0","FALSE","FALSE" +"4539","4539","Is there an expected drop in advertising spends by consumer brands due to #demonetization. Will media houses see a slump next quarter","FALSE","1",NA,"2016-11-23 05:08:24","FALSE",NA,"801291285969666048",NA,"Twitter for iPhone","viveklath","0","FALSE","FALSE" +"4540","4540","The whole of India is coming to know whose wedding is scheduled for the day.. #Presstitutes #Demonetization special cover up","FALSE","0",NA,"2016-11-23 05:08:05","FALSE",NA,"801291204226908160",NA,"Mobile Web (M2)","MNsays","0","FALSE","FALSE" +"4541","4541","@Atheist_Krishna +My Friend suffering from loose motion because of #Demonetization, he was in ATM line and took 600 seconds to get money.","FALSE","0","Atheist_Krishna","2016-11-23 05:07:40","FALSE","801289742331629568","801291103215427584","121219467","Twitter for Android","Surgical_MP","0","FALSE","FALSE" +"4542","4542","RT @jairajp: �and the replacement RBI Governor hasn�t spoken even once for 2 weeks after initiating the World�s biggest #DeMonetization exe�","FALSE","0",NA,"2016-11-23 05:07:19","FALSE",NA,"801291014858309632",NA,"Twitter for Android","samanabbasi1","4","TRUE","FALSE" +"4543","4543","To all Social media buds- considering the hue n cry on #demonetization do u think we can reach >50% share for cashless transaction by 2019??","FALSE","0",NA,"2016-11-23 05:06:47","FALSE",NA,"801290878593695744",NA,"Twitter for Android","nishantsingh76","0","FALSE","FALSE" +"4544","4544","RT @mcapitalheight: #Demonetization likely to wipe out farmers' gains: NCML:https://t.co/yQOm0bmbBN","FALSE","0",NA,"2016-11-23 05:06:45","FALSE",NA,"801290870385426432",NA,"Twitter Web Client","sofiyagood","2","TRUE","FALSE" +"4545","4545","Whether his data & interpretations hold ground or not, one man has been on a roll with both of them. Intriguing twe� https://t.co/A4qQtVrSMY","FALSE","1",NA,"2016-11-23 05:06:18","TRUE",NA,"801290758338777088",NA,"Twitter Web Client","sambit_dash","0","FALSE","FALSE" +"4546","4546","RT @jairajp: �and the replacement RBI Governor hasn�t spoken even once for 2 weeks after initiating the World�s biggest #DeMonetization exe�","FALSE","0",NA,"2016-11-23 05:06:01","FALSE",NA,"801290686406475776",NA,"Twitter for Android","aarif787","4","TRUE","FALSE" +"4547","4547","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 05:05:52","FALSE",NA,"801290649375019008",NA,"Twitter for Android","anjum_parwaz","331","TRUE","FALSE" +"4548","4548","Have a look at the views of #celebrities on the recent #Demonetization move by #Government of #India + +Like & Share with everyone...","FALSE","0",NA,"2016-11-23 05:05:52","FALSE",NA,"801290646359310336",NA,"Facebook","woohooscreens","0","FALSE","FALSE" +"4549","4549","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 05:05:38","FALSE",NA,"801290587706159104",NA,"Twitter for Android","quest_illusion","16","TRUE","FALSE" +"4550","4550","RT @iamShivaNaidu: #_ : Aam Aadmi (#AAP) is stressful and nation fooling in name of #Demonetization ! #iStillStandWithModi","FALSE","0",NA,"2016-11-23 05:05:15","FALSE",NA,"801290495037243392",NA,"Twitter Web Client","Kavita_kharad","2","TRUE","FALSE" +"4551","4551","RT @MiraPokhrel: @mirapokhrel at least they could provide some sitting arrangements for senior citizens in the line! +#demonetization +#peopl�","FALSE","0",NA,"2016-11-23 05:05:14","FALSE",NA,"801290487755898880",NA,"Twitter for Android","abhijeet9839","1","TRUE","FALSE" +"4552","4552","RT @jay_ambadi: That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH�","FALSE","0",NA,"2016-11-23 05:05:13","FALSE",NA,"801290483280527360",NA,"Twitter for iPhone","retheeshraj10","5","TRUE","FALSE" +"4553","4553","#Demonetization: A Nightmare for the Common Populace https://t.co/wK6EsprBmf https://t.co/zr74erdNtc","FALSE","0",NA,"2016-11-23 05:05:06","FALSE",NA,"801290455455502336",NA,"Hootsuite","pcquest","1","FALSE","FALSE" +"4554","4554","#Demonetization likely to wipe out farmers' gains: NCML:https://t.co/yQOm0bmbBN","FALSE","2",NA,"2016-11-23 05:03:57","FALSE",NA,"801290167344594944",NA,"Twitter Web Client","mcapitalheight","2","FALSE","FALSE" +"4555","4555","RT @jay_ambadi: That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH�","FALSE","0",NA,"2016-11-23 05:03:44","FALSE",NA,"801290110507552768",NA,"Twitter for iPhone","DubaiLover_Ebi","5","TRUE","FALSE" +"4556","4556","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 05:03:17","FALSE",NA,"801289998670688256",NA,"Twitter for Android","gitamehta65","49","TRUE","FALSE" +"4557","4557","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 05:03:08","FALSE",NA,"801289960422834176",NA,"Twitter for Android","jignesh_butani","105","TRUE","FALSE" +"4558","4558","RT @SrinagarTimes_: Fresh currency notes recovered from slain militants in Bandipora #Kashmir #Demonetization","FALSE","0",NA,"2016-11-23 05:03:01","FALSE",NA,"801289931188477952",NA,"Twitter for Android","AsifPlaisar","3","TRUE","FALSE" +"4559","4559","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 05:02:45","FALSE",NA,"801289863945420800",NA,"Twitter for Android","IamRitzV","16","TRUE","FALSE" +"4560","4560","RT @LangaMahesh: Farmers in Surat protesting against #demonetization, as cash crunch has almost crippled rural economy in south Guj. @the_h�","FALSE","0",NA,"2016-11-23 05:02:42","FALSE",NA,"801289852578832384",NA,"Twitter for iPhone","korgaons","451","TRUE","FALSE" +"4561","4561","Just in case, you had doubts about the #demonetization move, profound clarity comes from ex-IITian, ex-IRS, soon to� https://t.co/lWyZXAaACJ","FALSE","1",NA,"2016-11-23 05:02:35","TRUE",NA,"801289821251481600",NA,"Twitter Web Client","shwetankbhushan","0","FALSE","FALSE" +"4562","4562","RT @jay_ambadi: That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH�","FALSE","0",NA,"2016-11-23 05:02:26","FALSE",NA,"801289784509534208",NA,"Twitter for Android","SquareGas","5","TRUE","FALSE" +"4563","4563","#Demonetization has given opposition parties an opportunity to show their solidarity in their fight FOR corruption!","FALSE","3",NA,"2016-11-23 05:02:23","FALSE",NA,"801289770106290176",NA,"Twitter Web Client","PplOfIndia","0","FALSE","FALSE" +"4564","4564","Arun Jaitley Emphasizes On The Advantage Of Demonetization https://t.co/nLKyG4ndyl @Arun Jaitley #Demonetization","FALSE","0",NA,"2016-11-23 05:02:22","FALSE",NA,"801289765756735488",NA,"Twitter Web Client","nishitvmaheta","0","FALSE","FALSE" +"4565","4565","RT @ArunSFan: Why aren't rich standing in the queues? +#Demonetisation #AfterEffects #Poll #demonetization #VoteNow 7/n","FALSE","0",NA,"2016-11-23 05:02:01","FALSE",NA,"801289678565634048",NA,"Twitter for Android","Muhamme06867933","29","TRUE","FALSE" +"4566","4566","RT @Devinder_Sharma: If Rs 3 lakh cr expected from #demonetization is a 'windfall' what would we term Rs 6.23-lk cr tax exemptions to India�","FALSE","0",NA,"2016-11-23 05:01:36","FALSE",NA,"801289576379625472",NA,"Twitter for iPhone","korgaons","115","TRUE","FALSE" +"4567","4567","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-23 05:01:20","FALSE",NA,"801289508658565120",NA,"Twitter Web Client","COALMAN2002","305","TRUE","FALSE" +"4568","4568","RT @jay_ambadi: That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH�","FALSE","0",NA,"2016-11-23 05:01:16","FALSE",NA,"801289492560801792",NA,"Twitter for Android","ChandokSumeet","5","TRUE","FALSE" +"4569","4569","RT @ranjithrajvasam: #DeMonetization in 5 seconds! https://t.co/C52xy5TNDI","FALSE","0",NA,"2016-11-23 04:59:47","FALSE",NA,"801289118273531904",NA,"Twitter Web Client","udaysreekasula","4","TRUE","FALSE" +"4570","4570","That awkward moment when even #Swarajya find it necessary to point out Modi's mistakes on #Demonetization +https://t.co/njH6VtddP4","FALSE","3",NA,"2016-11-23 04:59:43","FALSE",NA,"801289098967322624",NA,"Twitter Web Client","jay_ambadi","5","FALSE","FALSE" +"4571","4571","@Atheist_Krishna @ArvindKejriwal @ndtv +Wait and he will claim that this is all because #Demonetization..","FALSE","2","Atheist_Krishna","2016-11-23 04:58:37","FALSE","801287756437594112","801288824332713984","121219467","Twitter for Android","Surgical_MP","0","FALSE","FALSE" +"4572","4572","Pre-1991 India indeed! #Demonetization or #CurrencyReplacement https://t.co/nTBhf0FGL2","FALSE","0",NA,"2016-11-23 04:58:31","FALSE",NA,"801288799355441152",NA,"Twitter Web Client","madhurprabhakar","0","FALSE","FALSE" +"4573","4573","#Demonetization Effect: 222 Naxals Surrender in Odisha + +Read: https://t.co/rFk0qMFchy https://t.co/46khsz6lqt","FALSE","3",NA,"2016-11-23 04:57:53","FALSE",NA,"801288639707611136",NA,"Twitter Web Client","TheDarjChron","7","FALSE","FALSE" +"4574","4574","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:56:59","FALSE",NA,"801288412678553600",NA,"Twitter for iPhone","KunwarNagendra","331","TRUE","FALSE" +"4575","4575","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 04:56:45","FALSE",NA,"801288355770077184",NA,"Twitter for Android","TweetendraWagh","23","TRUE","FALSE" +"4576","4576","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:56:45","FALSE",NA,"801288355275100160",NA,"Twitter for iPhone","ma28nav","49","TRUE","FALSE" +"4577","4577","RT @Karthick2668: #Demonetization, Opposition is all at sea | #MamtaKejriXposed Saradha $200bn Arvind 200 cr Thought Process https://t.co/e�","FALSE","0",NA,"2016-11-23 04:55:39","FALSE",NA,"801288078614614016",NA,"Twitter for Android","UDAYforINDIA","2","TRUE","FALSE" +"4578","4578","#demonetization Are the poor really suffering? ISB profs ponder over the question. https://t.co/OTum4jaVFB","FALSE","0",NA,"2016-11-23 04:55:37","FALSE",NA,"801288068682510336",NA,"Twitter for Android","harbeerchadha","0","FALSE","FALSE" +"4579","4579","#Demonetization, Opposition is all at sea | #MamtaKejriXposed Saradha $200bn Arvind 200 cr Thought Process https://t.co/eTlgvKLAAj","FALSE","1",NA,"2016-11-23 04:54:16","FALSE",NA,"801287729166176256",NA,"Twitter Web Client","Karthick2668","2","FALSE","FALSE" +"4580","4580","The latest SUSHIL PANDIT ! https://t.co/LqjivbAr6K #demonetization","FALSE","0",NA,"2016-11-23 04:53:17","FALSE",NA,"801287483782594560",NA,"Paper.li","panditsushil203","0","FALSE","FALSE" +"4581","4581","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 04:53:15","FALSE",NA,"801287475071025152",NA,"Twitter for Android","DieHardBigB","960","TRUE","FALSE" +"4582","4582","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:53:00","FALSE",NA,"801287408423735296",NA,"Twitter for Android","satish_patidar_","331","TRUE","FALSE" +"4583","4583","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:52:56","FALSE",NA,"801287394465116160",NA,"Twitter for iPhone","RefugeeBluesKP","49","TRUE","FALSE" +"4584","4584","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 04:52:20","FALSE",NA,"801287243382013952",NA,"Twitter for Android","Netra","48","TRUE","FALSE" +"4585","4585","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-23 04:51:53","FALSE",NA,"801287128076300288",NA,"Twitter for Android","aakuraj","305","TRUE","FALSE" +"4586","4586","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-23 04:51:32","FALSE",NA,"801287040654422016",NA,"Twitter for Android","imsuraj_k","305","TRUE","FALSE" +"4587","4587","#demonetization crisis much? #BarrelsNBones #Goa #Panaji #Steakhouse #FoodInGoa https://t.co/77HU8Vk8Uw","FALSE","0",NA,"2016-11-23 04:51:25","FALSE",NA,"801287012951228416",NA,"Buffer","Barrels_n_Bones","0","FALSE","FALSE" +"4588","4588","#Demonetization � Sufferings, Illusion and Death of Democracy https://t.co/sYaMo8a2zM #articles #exclusive #dollar","FALSE","1",NA,"2016-11-23 04:51:04","FALSE",NA,"801286921788018688",NA,"Google","TimesOFAssam","1","FALSE","FALSE" +"4589","4589","RT @jairajp: �and the replacement RBI Governor hasn�t spoken even once for 2 weeks after initiating the World�s biggest #DeMonetization exe�","FALSE","0",NA,"2016-11-23 04:51:00","FALSE",NA,"801286908466692096",NA,"Twitter Web Client","siva_raman71","4","TRUE","FALSE" +"4590","4590","RT @bhaiyyajispeaks: RT if you support #Demonetization and Favorite if you are against it!","FALSE","0",NA,"2016-11-23 04:50:49","FALSE",NA,"801286861041926144",NA,"Twitter for Android","jitendrasing1","894","TRUE","FALSE" +"4591","4591","@MamataOfficial waiting for mumataz begum to blame his death on #Demonetization #ChorMachayeShor","FALSE","0","MamataOfficial","2016-11-23 04:50:48","FALSE","801035090763493376","801286858323808256","2526794479","Twitter for Android","aggrievdind2016","0","FALSE","FALSE" +"4592","4592","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 04:49:31","FALSE",NA,"801286531822587904",NA,"Twitter for Android","Venkat80777360","19","TRUE","FALSE" +"4593","4593","RT @jairajp: �and the replacement RBI Governor hasn�t spoken even once for 2 weeks after initiating the World�s biggest #DeMonetization exe�","FALSE","0",NA,"2016-11-23 04:49:27","FALSE",NA,"801286517448581120",NA,"Twitter for Android","snjykhtr","4","TRUE","FALSE" +"4594","4594","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 04:49:25","FALSE",NA,"801286507243995136",NA,"Twitter for Android","Naseeb54044589","15","TRUE","FALSE" +"4595","4595","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 04:49:08","FALSE",NA,"801286439145074688",NA,"Twitter for Android","PatelSarfaraz68","24","TRUE","FALSE" +"4596","4596","#Demonetization Mr Nalin Kohli you dont have to stand in queues to withdraw cash Ask the dead's relatives about the hardship they are facing","FALSE","0",NA,"2016-11-23 04:49:06","FALSE",NA,"801286427812081664",NA,"Twitter for Android","devesh_joshi78","0","FALSE","FALSE" +"4597","4597","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:48:56","FALSE",NA,"801286387710431232",NA,"Twitter for Android","VarunChaubey11","331","TRUE","FALSE" +"4598","4598","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 04:48:47","FALSE",NA,"801286349198397440",NA,"Twitter for Android","raag124","43","TRUE","FALSE" +"4599","4599","RT @Savitri4Ever: I took part in the survey on @narendramodi App & shared my opinion on #Demonetization. You can also do it now! https://t.�","FALSE","0",NA,"2016-11-23 04:48:04","FALSE",NA,"801286170562830336",NA,"Twitter Web Client","Savitri4Ever","1","TRUE","FALSE" +"4600","4600","�and the replacement RBI Governor hasn�t spoken even once for 2 weeks after initiating the World�s biggest� https://t.co/9zt1nzNruf","FALSE","1",NA,"2016-11-23 04:47:59","TRUE",NA,"801286149796937728",NA,"Buffer","jairajp","4","FALSE","FALSE" +"4601","4601","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 04:47:53","FALSE",NA,"801286123238539264",NA,"Twitter Web Client","s_cartoons","15","TRUE","FALSE" +"4602","4602","RT @TheDarjChron: #DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read: https://t.�","FALSE","0",NA,"2016-11-23 04:47:19","FALSE",NA,"801285982062518272",NA,"Twitter for Android","drvsharma99","15","TRUE","FALSE" +"4603","4603","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 04:47:02","FALSE",NA,"801285908557393920",NA,"Twitter for Android","SidhJay","27","TRUE","FALSE" +"4604","4604","We should bring smile on everyone in queue by #WithdrawUpto1000FromATM #Demonetization #Abhi","FALSE","0",NA,"2016-11-23 04:46:59","FALSE",NA,"801285897857572864",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4605","4605","Some positives of #demonetization ... https://t.co/1CROg3NzSe","FALSE","0",NA,"2016-11-23 04:46:54","FALSE",NA,"801285876017836032",NA,"Twitter Web Client","PerennialPeace","0","FALSE","FALSE" +"4606","4606","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 04:46:50","FALSE",NA,"801285860360683520",NA,"Twitter for Android","Sudan_Suman_Kr","43","TRUE","FALSE" +"4607","4607","#Abhi Please don�t hoard cash #WithdrawUpto1000FromATM #Demonetization","FALSE","0",NA,"2016-11-23 04:46:46","FALSE",NA,"801285840299315200",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4608","4608","RT @RenukaJain6: Respected Supreme Court please check if this can also cause Riots. Kindly check with @ArvindKejriwal + +#demonetization +#S�","FALSE","0",NA,"2016-11-23 04:46:43","FALSE",NA,"801285830983565312",NA,"Twitter for iPhone","i_neerav","415","TRUE","FALSE" +"4609","4609","Don�t hoard cash #WithdrawUpto1000FromATM #Demonetization #Abhi","FALSE","0",NA,"2016-11-23 04:46:33","FALSE",NA,"801285789061705728",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4610","4610","RT @Being_Humor: Is it true that @ArvindKejriwal is so aggressive against #demonetization because businessmen have promised certain percent�","FALSE","0",NA,"2016-11-23 04:46:31","FALSE",NA,"801285779976658944",NA,"Twitter for iPhone","i_neerav","238","TRUE","FALSE" +"4611","4611","#Abhi Let�s put Cash in every wallet #WithdrawUpto1000FromATM #Demonetization","FALSE","0",NA,"2016-11-23 04:46:22","FALSE",NA,"801285739917045760",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4612","4612","#DEMONETIZATION EFFECT: 21 lakh tea, jute workers set to join banking system +Writes: Pratim Ranjan Bose + +Read:� https://t.co/XtlwhQ5cw3","FALSE","10",NA,"2016-11-23 04:46:17","TRUE",NA,"801285719306174464",NA,"Twitter Web Client","TheDarjChron","15","FALSE","FALSE" +"4613","4613","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:46:04","FALSE",NA,"801285665526837248",NA,"Twitter for iPhone","mdtabishnasim","954","TRUE","FALSE" +"4614","4614","Please #WithdrawUpto1000FromATM #Demonetization #Abhi","FALSE","0",NA,"2016-11-23 04:45:55","FALSE",NA,"801285629434793984",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4615","4615","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 04:45:25","FALSE",NA,"801285500812214272",NA,"Twitter for Android","VidyaranyaKs","14","TRUE","FALSE" +"4616","4616","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 04:45:14","FALSE",NA,"801285457115910144",NA,"Twitter for Android","nikbhojal","16","TRUE","FALSE" +"4617","4617","RT @kavita_krishnan: Modi cracks joke re common citizens' weddings hit by #demonetization - corrupt Reddy bro hosts multicrore wedding http�","FALSE","0",NA,"2016-11-23 04:45:01","FALSE",NA,"801285403152150528",NA,"Twitter for Android","skhan7064","291","TRUE","FALSE" +"4618","4618","when union Minister family facing such trouble imagine the situation of common man @narendramodi #Demonetization https://t.co/7bMnPFuYTH","FALSE","0",NA,"2016-11-23 04:44:50","FALSE",NA,"801285354775080960",NA,"Twitter for Android","rzk_ali","0","FALSE","FALSE" +"4619","4619","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 04:44:45","FALSE",NA,"801285333048389632",NA,"Twitter for Android","confusini","16","TRUE","FALSE" +"4620","4620","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 04:44:40","FALSE",NA,"801285314513731584",NA,"Twitter for Android","NimishWagh","7","TRUE","FALSE" +"4621","4621","RT @renu_18: Bad thing is +The position of Worthless Unpaid Hubbies surviving on wife's money remains same aftr #demonetization & r free to�","FALSE","0",NA,"2016-11-23 04:44:18","FALSE",NA,"801285218896224256",NA,"Twitter for Android","renu_18","43","TRUE","FALSE" +"4622","4622","PM's office must release funds to the families of people died due to #demonetization policy. #CashCleanUp #CashCrisis #blackmoneydrama","FALSE","0",NA,"2016-11-23 04:43:40","FALSE",NA,"801285060037001216",NA,"Twitter for Windows Phone","karanb81","0","FALSE","FALSE" +"4623","4623","Whatever one may call it but he keeps surprising opposition wch has failed to corner him with his wrongs� https://t.co/ymc6ghCS0x","FALSE","4",NA,"2016-11-23 04:43:26","TRUE",NA,"801285001262178304",NA,"Twitter for iPhone","narulaAlka","1","FALSE","FALSE" +"4624","4624","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 04:43:23","FALSE",NA,"801284989082042368",NA,"Twitter for Android","prakashSriv","16","TRUE","FALSE" +"4625","4625","RT @s_cartoons: Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public Interes�","FALSE","0",NA,"2016-11-23 04:43:16","FALSE",NA,"801284962464825344",NA,"Twitter for Android","malathik1129","16","TRUE","FALSE" +"4626","4626","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-23 04:43:07","FALSE",NA,"801284922291822592",NA,"Twitter for iPhone","i_neerav","260","TRUE","FALSE" +"4627","4627","Don't fall for rumours on #Demonetization. +Follow @RBI, @PIB_India, @FinMinIndia for real news. + +(Issued In Public� https://t.co/ER1q7ZYNqL","FALSE","5",NA,"2016-11-23 04:42:56","TRUE",NA,"801284877190500352",NA,"Twitter Web Client","s_cartoons","16","FALSE","FALSE" +"4628","4628","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 04:42:49","FALSE",NA,"801284847012487168",NA,"Twitter for iPhone","i_neerav","471","TRUE","FALSE" +"4629","4629","RT @Awhadspeaks: This the true picture of our country #demonetization #JantaMaafNahiKaregi # #CashCrisis https://t.co/jqinEpo1Bm","FALSE","0",NA,"2016-11-23 04:42:24","FALSE",NA,"801284744562417664",NA,"Twitter for iPhone","Daily_NCP","15","TRUE","FALSE" +"4630","4630","Modi.. Please stop this #demonetization blunder ASAP. +People are dying daily + + +https://t.co/77iVJyioce","FALSE","0",NA,"2016-11-23 04:42:17","FALSE",NA,"801284713646276608",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"4631","4631","#Demonetization-VoteGainer/VoteLoser - ET is making all possible efforts to mislead people to call it a voteloser for Modi","FALSE","0",NA,"2016-11-23 04:42:17","FALSE",NA,"801284711465254912",NA,"Twitter Web Client","gopinath558","0","FALSE","FALSE" +"4632","4632","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 04:42:11","FALSE",NA,"801284689340174336",NA,"Twitter for Android","senthilbe23","23","TRUE","FALSE" +"4633","4633","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:41:53","FALSE",NA,"801284611774873600",NA,"Twitter for Android","sheroobhai","954","TRUE","FALSE" +"4634","4634","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:41:44","FALSE",NA,"801284573594198016",NA,"Twitter for Android","sachinaj2001","49","TRUE","FALSE" +"4635","4635","@mirapokhrel at least they could provide some sitting arrangements for senior citizens in the line! +#demonetization +#peoplesuffer","FALSE","2","MiraPokhrel","2016-11-23 04:40:56","FALSE","801283327789568000","801284375283400704","2447570619","Mobile Web (M2)","MiraPokhrel","1","FALSE","FALSE" +"4636","4636","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 04:40:51","FALSE",NA,"801284352781012992",NA,"Twitter for Android","MUKUNDSHARMAA","14","TRUE","FALSE" +"4637","4637","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 04:40:50","FALSE",NA,"801284347424690176",NA,"Twitter for iPhone","i_neerav","123","TRUE","FALSE" +"4638","4638","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:40:38","FALSE",NA,"801284300209463296",NA,"Twitter for iPhone","i_neerav","49","TRUE","FALSE" +"4639","4639","PM's office must release funds to the families of people died due to #demonetization policy. #CashCleanUp #CashCrisis","FALSE","0",NA,"2016-11-23 04:40:34","FALSE",NA,"801284281762885632",NA,"Twitter for Windows Phone","karanb81","0","FALSE","FALSE" +"4640","4640","#Demonetization let�s shorten long queues at ATM, by limiting our ATM withdrawals to Rs.1000/- only #WithdrawUpto1000FromATM","FALSE","0",NA,"2016-11-23 04:40:18","FALSE",NA,"801284213412507648",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4641","4641",".@MamataOfficial @AITCofficial Mamata Banerjee to Lead Protests Against #Demonetization https://t.co/Dkpq12tPHp","FALSE","0",NA,"2016-11-23 04:40:08","FALSE",NA,"801284170383138816",NA,"Twitter Web Client","rrthakur","0","FALSE","FALSE" +"4642","4642","Let�s bring smile on more faces, by withdrawing only Rs.1000/- from ATM #WithdrawUpto1000FromATM #Demonetization","FALSE","0",NA,"2016-11-23 04:40:05","FALSE",NA,"801284158664413184",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4643","4643","Rush at banks post #demonetization has cashiers 'weeping', complain #bank unions +https://t.co/LX2o1fR0pa","FALSE","2",NA,"2016-11-23 04:40:02","FALSE",NA,"801284148040040448",NA,"Twitter Web Client","mcapitalheight","0","FALSE","FALSE" +"4644","4644","A must read piece on #demonetization by @PritishNandy in today's @MumbaiMirror ""Fighting corruption? Right"" https://t.co/dQT9w7wKKv","FALSE","11",NA,"2016-11-23 04:39:51","FALSE",NA,"801284101705592832",NA,"Twitter for Android","PallabB","8","FALSE","FALSE" +"4645","4645","#Demonetization Bridge disparity and disappointments among fellow citizen by limiting our ATM withdrawal�s up to Rs.1000/-only","FALSE","0",NA,"2016-11-23 04:39:49","FALSE",NA,"801284091958202368",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4646","4646","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-23 04:39:42","FALSE",NA,"801284061641641984",NA,"Twitter for Android","JpackJack","45","TRUE","FALSE" +"4647","4647","#tvselectronics upper freeze @109. Beneficiary of #DeMonetization. And guess what if it bought by an organic farmer.","FALSE","2",NA,"2016-11-23 04:39:28","FALSE",NA,"801284004884287488",NA,"Twitter for iPhone","prateek_tater","0","FALSE","FALSE" +"4648","4648","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:39:25","FALSE",NA,"801283993152802816",NA,"Twitter Web Client","ZahidRangrez","954","TRUE","FALSE" +"4649","4649","#Demonetization Spread Joy to everyone in queue by withdrawing only Rs.1000/- from ATM #WithdrawUpto1000FromATM","FALSE","0",NA,"2016-11-23 04:39:13","FALSE",NA,"801283939700772864",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4650","4650","RT @ingujaratinfo: #Gujarat celebs share their cash crunch woes https://t.co/CFziUm4nAu #Demonetization @MalharThakar +@dhwanigautam @bhhakt�","FALSE","0",NA,"2016-11-23 04:39:03","FALSE",NA,"801283900765048832",NA,"Twitter for iPhone","bhhaktti","2","TRUE","FALSE" +"4651","4651","Proud to be a tax payer. Tables turning.Ache din coming.@narendramodi #Demonetizationeffect #demonetization #ModiFightsCorruption","FALSE","0",NA,"2016-11-23 04:39:00","FALSE",NA,"801283885354975232",NA,"Twitter for Android","BeeShilpa","0","FALSE","FALSE" +"4652","4652","#WithdrawUpto1000FromATM Please Limit your withdrawals to Rs1000 only from ATM #Demonetization","FALSE","0",NA,"2016-11-23 04:38:57","FALSE",NA,"801283873623736320",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4653","4653","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:38:57","FALSE",NA,"801283872784838656",NA,"Twitter for Android","AcAmitd","954","TRUE","FALSE" +"4654","4654","#Demonetization You can solve No-Cash, Long Queue Issues, so please limit your ATM withdrawals up to Rs.1000/- only #WithdrawUpto1000FromATM","FALSE","0",NA,"2016-11-23 04:38:42","FALSE",NA,"801283813301243904",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4655","4655","#Demonetization Let�s Make ATM�s free from queue�s #WithdrawUpto1000FromATM","FALSE","0",NA,"2016-11-23 04:38:18","FALSE",NA,"801283709533974528",NA,"Twitter Web Client","abhi_indelhi15","0","FALSE","FALSE" +"4656","4656","Please take part in this survey & give your valuable input on #Demonetization . PM has asked your first hand... https://t.co/mK5Pyt79oF","FALSE","1",NA,"2016-11-23 04:37:27","FALSE",NA,"801283495133777920",NA,"Facebook","saggirex","1","FALSE","FALSE" +"4657","4657","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:37:21","FALSE",NA,"801283472379654144",NA,"Twitter for iPhone","freeforall2014","132","TRUE","FALSE" +"4658","4658","RT @SGGeet: Honest ppl r not suffering cos of #demonetization .. Thy r suffering cos of poor fund circulation.","FALSE","0",NA,"2016-11-23 04:36:45","FALSE",NA,"801283319186890752",NA,"Twitter for Android","Nikitas73199810","3","TRUE","FALSE" +"4659","4659","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 04:36:40","FALSE",NA,"801283298446061568",NA,"Twitter for Android","pkm370","7","TRUE","FALSE" +"4660","4660","#demonetization - https://t.co/WiLp50psmg Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 04:36:23","FALSE",NA,"801283228254568448",NA,"Twitter Web Client","vifaheperoqi","0","FALSE","FALSE" +"4661","4661","Farmer suicides are back. Farmer kills self bcz of #demonetization +#NoteNahiPMBadlo","FALSE","0",NA,"2016-11-23 04:36:12","FALSE",NA,"801283184323424256",NA,"Twitter for Android","saqib_parvaiz","0","FALSE","FALSE" +"4662","4662","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:36:02","FALSE",NA,"801283141914632192",NA,"Twitter Web Client","KumarRavi5891","954","TRUE","FALSE" +"4663","4663","#Demonetization may well have been a diversionary tactic https://t.co/LK80WQawaT","FALSE","0",NA,"2016-11-23 04:35:53","FALSE",NA,"801283100986589184",NA,"Twitter Web Client","politicalbaaba","0","FALSE","FALSE" +"4664","4664","#demonetization - https://t.co/QkY50WIGuv India's rupee demonetization could spark a new digital economy in the cash-reliant country � Qu","FALSE","0",NA,"2016-11-23 04:35:52","FALSE",NA,"801283099510218752",NA,"Twitter Web Client","synabemazyt","0","FALSE","FALSE" +"4665","4665","#demonetization Govts move made more damage to the economy than oppsn stalling the parliament Govt should stand up and take notice.","FALSE","0",NA,"2016-11-23 04:35:52","FALSE",NA,"801283096662282240",NA,"Twitter for Android","devesh_joshi78","0","FALSE","FALSE" +"4666","4666","#demonetization - https://t.co/sTjiSZaTst Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 04:35:51","FALSE",NA,"801283094875611136",NA,"Twitter Web Client","jehepew","0","FALSE","FALSE" +"4667","4667","#demonetization - https://t.co/ljha0rZiK8 Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 04:35:36","FALSE",NA,"801283031264694272",NA,"Twitter Web Client","bucamupog","0","FALSE","FALSE" +"4668","4668","#demonetization - https://t.co/f71Q98VBMo Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 04:35:36","FALSE",NA,"801283031101149184",NA,"Twitter Web Client","kigytolyfet","0","FALSE","FALSE" +"4669","4669","#demonetization - https://t.co/qBJoWmXeTs Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 04:35:36","FALSE",NA,"801283030358728704",NA,"Twitter Web Client","hocipuca","0","FALSE","FALSE" +"4670","4670","#demonetization - https://t.co/Js65COYCoK India's rupee demonetization could spark a new digital economy in the cash-reliant country � Qu","FALSE","0",NA,"2016-11-23 04:35:35","FALSE",NA,"801283026072125440",NA,"Twitter Web Client","lohepujafelow","0","FALSE","FALSE" +"4671","4671","#demonetization - https://t.co/oJCUj0dScA Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 04:35:35","FALSE",NA,"801283025954816000",NA,"Twitter Web Client","wimigejocucab","0","FALSE","FALSE" +"4672","4672","@vaidehisachin This is reason why we need #demonetization +All hard earned money of Parents taken by Engg Colleges� https://t.co/m3QcYdGjaQ","FALSE","1","vaidehisachin","2016-11-23 04:35:30","TRUE",NA,"801283004442222592","88136479","Twitter for Android","Dhriyamana","0","FALSE","FALSE" +"4673","4673","RT @assassinsps: #___ no one cares about #Kejriwal as we know the fact of #demonetization #ModiFightsCorruption. We wnt #k�","FALSE","0",NA,"2016-11-23 04:34:54","FALSE",NA,"801282854286192640",NA,"Twitter Web Client","pdev070","2","TRUE","FALSE" +"4674","4674","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 04:34:09","FALSE",NA,"801282668058939392",NA,"Twitter for iPhone","vinodpokalwar","42","TRUE","FALSE" +"4675","4675","RT @dpurkayastha: Following #Demonetization of Rs500/1K notes and launch of Rs2K notes... https://t.co/oH96iTuvsk � https://t.co/xKfcZcdiaa","FALSE","0",NA,"2016-11-23 04:34:02","FALSE",NA,"801282638698819584",NA,"Twitter Web Client","KotiVinod","2","TRUE","FALSE" +"4676","4676","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 04:34:01","FALSE",NA,"801282632923258880",NA,"Twitter for Android","AAPlogical","120","TRUE","FALSE" +"4677","4677","There is always first time for everything.. This time, it's politicians coming out on road for rally.. And no Common men.. #demonetization","FALSE","0",NA,"2016-11-23 04:31:33","FALSE",NA,"801282012262723584",NA,"Twitter for Windows","bsbarve","0","FALSE","FALSE" +"4678","4678","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 04:31:33","FALSE",NA,"801282012082356224",NA,"Twitter for Android","Baisaaa","7","TRUE","FALSE" +"4679","4679","You're right, but these people didn't fund the 20000 crore election 2014 budget so Modi doesn't care about them!� https://t.co/BbeF811l0A","FALSE","0",NA,"2016-11-23 04:31:23","TRUE",NA,"801281972249104384",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"4680","4680","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 04:31:16","FALSE",NA,"801281940535922688",NA,"Twitter for iPhone","sameeruppal","6","TRUE","FALSE" +"4681","4681","@Hirav_25 @narendramodi Honest people need to support this #demonetization drive. It's now or never! #PM must address hardship to common man","FALSE","0","Hirav_25","2016-11-23 04:31:13","FALSE","801095159383490560","801281927638437888","3292908134","Twitter for iPhone","Pkpandya","0","FALSE","FALSE" +"4682","4682","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:31:10","FALSE",NA,"801281917303877632",NA,"Twitter for iPhone","Virdisharma","132","TRUE","FALSE" +"4683","4683","Agree Bhaven Kachhi sir... as usual superb familiarize article about #Demonetization +#myFavWriter https://t.co/agayzaV5DI","FALSE","0",NA,"2016-11-23 04:30:54","FALSE",NA,"801281846680109056",NA,"Facebook","Neeti_Kharadi","0","FALSE","FALSE" +"4684","4684","(Worthless notes) Laid down to form a pathway, it�d be long enough to reach the moon and back five times. . #demonetization","FALSE","1","upmanyutrivedi","2016-11-23 04:30:50","FALSE","801281189742940160","801281831358251008","102968762","Twitter Web Client","upmanyutrivedi","5","FALSE","FALSE" +"4685","4685","RT @anuragbhateja: @minimathur #Demonetization is just like those days when teacher was unable to spot the culprit and punished whole clas�","FALSE","0",NA,"2016-11-23 04:30:41","FALSE",NA,"801281792695156736",NA,"Twitter for Android","FekuBuster","1","TRUE","FALSE" +"4686","4686","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:30:40","FALSE",NA,"801281789612298240",NA,"Twitter for Android","ManishJagtap07","49","TRUE","FALSE" +"4687","4687","Good thing of #Demonetization: Going bck to Eco Books, Finding Friedman Formula, Verifying No. crunching [done by someone;)] to estimate GDP","FALSE","0",NA,"2016-11-23 04:30:19","FALSE",NA,"801281700885991424",NA,"Twitter Web Client","SudhirKulaye","0","FALSE","FALSE" +"4688","4688","The #Demonetization drive has revealed some interesting facts about women and their money https://t.co/KiO8zKqkmu","FALSE","0",NA,"2016-11-23 04:30:10","FALSE",NA,"801281665377013760",NA,"Twitter Web Client","fabzindia","0","FALSE","FALSE" +"4689","4689","#Demonetization roundup..https://t.co/4D8Ui0O7ho","FALSE","0",NA,"2016-11-23 04:29:21","FALSE",NA,"801281456626548736",NA,"Twitter Web Client","fertilizerindia","0","FALSE","FALSE" +"4690","4690","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:28:51","FALSE",NA,"801281334853464064",NA,"Twitter for Android","ssagar561","132","TRUE","FALSE" +"4691","4691","RT @iamShivaNaidu: #_ : Aam Aadmi (#AAP) is stressful and nation fooling in name of #Demonetization ! #iStillStandWithModi","FALSE","0",NA,"2016-11-23 04:28:38","FALSE",NA,"801281278498652160",NA,"Twitter Web Client","SeydouxKeira","2","TRUE","FALSE" +"4692","4692","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 04:28:36","FALSE",NA,"801281269610909696",NA,"Twitter for Android","FarahiShabina","24","TRUE","FALSE" +"4693","4693","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 04:28:08","FALSE",NA,"801281154238164992",NA,"Twitter for Android","imbindassM","1158","TRUE","FALSE" +"4694","4694","Larry Summers, a proponent of #demonetization for US currency, takes a very dim view of the process in India: +https://t.co/T7pGlb14cW","FALSE","0",NA,"2016-11-23 04:27:24","FALSE",NA,"801280969739091968",NA,"Twitter for Android","zurtalab","0","FALSE","FALSE" +"4695","4695","RT @mohitthatte: Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","0",NA,"2016-11-23 04:27:21","FALSE",NA,"801280954232926208",NA,"Twitter for iPhone","anupbhide","5","TRUE","FALSE" +"4696","4696","Hospital refuses Union Minister Sadanand Gowda his brother's body, asks for new notes https://t.co/AT55OzRDFd #Demonetization","FALSE","0",NA,"2016-11-23 04:26:49","FALSE",NA,"801280819696275456",NA,"Twitter Web Client","pratikmukane","0","FALSE","FALSE" +"4697","4697","RT @jairajp: There goes another claimed benefit of #Demonetization � after Terrorists ensuring their supplies, now the Fakes too� https://t�","FALSE","0",NA,"2016-11-23 04:25:43","FALSE",NA,"801280543212109824",NA,"Twitter for Android","abhatt88","3","TRUE","FALSE" +"4698","4698","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:25:27","FALSE",NA,"801280476161806336",NA,"Twitter for Android","KONARKDIXITKD","331","TRUE","FALSE" +"4699","4699","Netas who have been caught napping are thise who are making these noises..united my foot!!! Nothing but sheer opportunists #Demonetization","FALSE","0",NA,"2016-11-23 04:25:24","FALSE",NA,"801280466527494144",NA,"Twitter for Android","himanshpant","0","FALSE","FALSE" +"4700","4700","RT @mohitthatte: Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","0",NA,"2016-11-23 04:24:53","FALSE",NA,"801280335602401280",NA,"Twitter for Android","ninadparab","5","TRUE","FALSE" +"4701","4701","Very frustrated, disappointed lady. Fed up of Modi & his #demonetization + + +https://t.co/BTep43tvrE","FALSE","2",NA,"2016-11-23 04:24:41","FALSE",NA,"801280285765570560",NA,"Hootsuite","A_Observr","2","FALSE","FALSE" +"4702","4702","RT @CHIRU_NEWS: All other celebrities who spoke on #demonetization till now did for their selfushness. +Only Pawan Kalyan spoke for the peop�","FALSE","0",NA,"2016-11-23 04:24:15","FALSE",NA,"801280175321260032",NA,"Twitter Web Client","elijahchase9","101","TRUE","FALSE" +"4703","4703","Soldier also beheaded yesterday at border.. So? Can't you give children's life for Country? #BhakthLogic� https://t.co/LNSUiiIdDQ","FALSE","0",NA,"2016-11-23 04:23:54","TRUE",NA,"801280089245806592",NA,"Twitter for Android","hiremathji","0","FALSE","FALSE" +"4704","4704","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 04:23:24","FALSE",NA,"801279959872389120",NA,"Twitter for Android","dvkrajju","105","TRUE","FALSE" +"4705","4705","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 04:23:06","FALSE",NA,"801279887621451776",NA,"Twitter for iPhone","vikramch","6","TRUE","FALSE" +"4706","4706","#Demonetization..Optimists and Pessimists..Please watch this video..https://t.co/EWhjPe08dL","FALSE","0",NA,"2016-11-23 04:22:57","FALSE",NA,"801279848098336768",NA,"Twitter Web Client","DpkB","0","FALSE","FALSE" +"4707","4707","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:22:49","FALSE",NA,"801279816611688448",NA,"Twitter for iPhone","akarimi1974","132","TRUE","FALSE" +"4708","4708","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 04:22:46","FALSE",NA,"801279800740552704",NA,"Twitter Web Client","ATamariya","6","TRUE","FALSE" +"4709","4709","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:21:51","FALSE",NA,"801279572104777728",NA,"Twitter for Android","ajaykusahu","331","TRUE","FALSE" +"4710","4710","""[Data] Social Media reactions to #Demonetization"" #digitalmarketing #feedly https://t.co/nHI7u60XuF","FALSE","0",NA,"2016-11-23 04:21:49","FALSE",NA,"801279561291821056",NA,"Twitter for iPhone","vijaysingh_negi","0","FALSE","FALSE" +"4711","4711","RT @DDSez: Another bad thing abt #demonetization : ppl with legit but large amount of cash at home wr frightened that they wr doing sumthng�","FALSE","0",NA,"2016-11-23 04:21:28","FALSE",NA,"801279475421954048",NA,"Twitter for Android","Sameer470","1","TRUE","FALSE" +"4712","4712","RT @RJSudeshBhat: #demonetization Did this using a @KicchaSudeep and @TheParulYadav song :) Take a look :) https://t.co/UROvCy21T4","FALSE","0",NA,"2016-11-23 04:21:15","FALSE",NA,"801279419608231936",NA,"Twitter for Android","BnVybhav","60","TRUE","FALSE" +"4713","4713","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-23 04:21:02","FALSE",NA,"801279364029681664",NA,"Twitter for Android","hiremathji","25","TRUE","FALSE" +"4714","4714","RT @mohitthatte: Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","0",NA,"2016-11-23 04:20:43","FALSE",NA,"801279284677607424",NA,"Twitter for iPhone","arrebut","5","TRUE","FALSE" +"4715","4715","@vaidehisachin See below & check others too like Bhupendra Choubay met people in Banaras, Amethi & RaeBareli, all s� https://t.co/Xj3hfGQO9Q","FALSE","0","vaidehisachin","2016-11-23 04:20:41","TRUE",NA,"801279277006135296","88136479","Twitter for Android","Dhriyamana","0","FALSE","FALSE" +"4716","4716","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 04:19:05","FALSE",NA,"801278876567470080",NA,"Twitter for Android","Balaindrajith","7","TRUE","FALSE" +"4717","4717","#_ : Aam Aadmi (#AAP) is stressful and nation fooling in name of #Demonetization ! #iStillStandWithModi","FALSE","5",NA,"2016-11-23 04:18:53","FALSE",NA,"801278825564807168",NA,"Twitter Web Client","iamShivaNaidu","2","FALSE","FALSE" +"4718","4718","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:18:41","FALSE",NA,"801278775187177472",NA,"Twitter for Android","Puspendrarajpu2","954","TRUE","FALSE" +"4719","4719","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 04:18:34","FALSE",NA,"801278744249909248",NA,"Twitter for iPhone","abhinavmaddy","331","TRUE","FALSE" +"4720","4720","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:18:31","FALSE",NA,"801278733713866752",NA,"Twitter for Android","ermanohar009","49","TRUE","FALSE" +"4721","4721","RT @SGGeet: Honest ppl r not suffering cos of #demonetization .. Thy r suffering cos of poor fund circulation.","FALSE","0",NA,"2016-11-23 04:18:00","FALSE",NA,"801278601249198080",NA,"Twitter for Android","sanjulovemyself","3","TRUE","FALSE" +"4722","4722","It is surprising when #C_Voter stand for #demonetization the leaders they voted for stand against it. Doesn't nullify overall voting system?","FALSE","0",NA,"2016-11-23 04:17:10","FALSE",NA,"801278394126176256",NA,"Twitter Web Client","caesar_on20","0","FALSE","FALSE" +"4723","4723","RT @BSLMF: Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Marke�","FALSE","0",NA,"2016-11-23 04:16:55","FALSE",NA,"801278329278107648",NA,"Twitter for Android","avantiu","7","TRUE","FALSE" +"4724","4724","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 04:16:12","FALSE",NA,"801278150839861248",NA,"Twitter for iPhone","RealWorld_View","123","TRUE","FALSE" +"4725","4725","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 04:15:56","FALSE",NA,"801278084225765376",NA,"Twitter Web Client","SupremeHarish","123","TRUE","FALSE" +"4726","4726","Though #demonetization pains, people have accepted it, so no dharnas or strikes.Then for what, Opposition is stalling the sessions???","FALSE","0",NA,"2016-11-23 04:14:15","FALSE",NA,"801277659737006080",NA,"Twitter Web Client","Rajasek20507584","0","FALSE","FALSE" +"4727","4727","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 04:14:08","FALSE",NA,"801277630989279232",NA,"Twitter for Android","Madhukarkumar12","14","TRUE","FALSE" +"4728","4728","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 04:13:56","FALSE",NA,"801277578463952896",NA,"Twitter for Android","varughese4","120","TRUE","FALSE" +"4729","4729","Another bad thing abt #demonetization : ppl with legit but large amount of cash at home wr frightened that they wr doing sumthng illegal +1/","FALSE","0",NA,"2016-11-23 04:13:38","FALSE",NA,"801277504153645056",NA,"Twitter for Android","DDSez","1","FALSE","FALSE" +"4730","4730","RT @nktpnd: This is one of the better reasoned articles on #demonetization in India: Are the poor really suffering? https://t.co/KIyQJRCkL4�","FALSE","0",NA,"2016-11-23 04:12:43","FALSE",NA,"801277271310888960",NA,"Twitter for Android","KaranAwtani1","2","TRUE","FALSE" +"4731","4731","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-23 04:12:41","FALSE",NA,"801277264256114688",NA,"Twitter for Android","Ajnabismm","59","TRUE","FALSE" +"4732","4732","RT @jairajp: If #Demonetization had happened in UPA Govt & anything like this happened, Sanghis would�ve Accused Congress of Funding Terror�","FALSE","0",NA,"2016-11-23 04:12:12","FALSE",NA,"801277140725436416",NA,"Twitter for iPhone","aatali_2001","3","TRUE","FALSE" +"4733","4733","@Nk3010Neha Way this #demonetization failing miserably, 80 people dead. +Whose responsibility ","FALSE","0","Nk3010Neha","2016-11-23 04:12:05","FALSE","801275327104352256","801277114091732992","2277284886","Hootsuite","A_Observr","0","FALSE","FALSE" +"4734","4734","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 04:11:55","FALSE",NA,"801277071573954560",NA,"Twitter for Android","ullasts","7","TRUE","FALSE" +"4735","4735","95% sacrificing to cleanse 5%. Benefits of #Demonetization should reach the common man in same ratio","FALSE","0",NA,"2016-11-23 04:11:24","FALSE",NA,"801276943232430080",NA,"Twitter for Android","saxenask352","1","FALSE","FALSE" +"4736","4736","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:11:01","FALSE",NA,"801276846306299904",NA,"Twitter for iPhone","amanpreet_uppal","954","TRUE","FALSE" +"4737","4737","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:10:56","FALSE",NA,"801276822042329088",NA,"Twitter for Android","Mohamma08829459","954","TRUE","FALSE" +"4738","4738","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:10:53","FALSE",NA,"801276812198379520",NA,"Twitter for Android","swapneel_potdar","49","TRUE","FALSE" +"4739","4739","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:10:34","FALSE",NA,"801276733093777408",NA,"Twitter for Windows Phone","abhiknotty","49","TRUE","FALSE" +"4740","4740","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-23 04:10:33","FALSE",NA,"801276729591377920",NA,"Twitter Web Client","annavetticad","7","TRUE","FALSE" +"4741","4741","#Demonetization drained the swamp of paid protests in #Kashmir, so now fifth column media mavens like @seemamustafa� https://t.co/n87m1pdPib","FALSE","2",NA,"2016-11-23 04:10:23","TRUE",NA,"801276686566199296",NA,"Twitter for Android","Parikramah","0","FALSE","FALSE" +"4742","4742","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-23 04:08:53","FALSE",NA,"801276305996017664",NA,"Twitter for Android","yogeshgundale","42","TRUE","FALSE" +"4743","4743","RT @nktpnd: This is one of the better reasoned articles on #demonetization in India: Are the poor really suffering? https://t.co/KIyQJRCkL4�","FALSE","0",NA,"2016-11-23 04:08:50","FALSE",NA,"801276296055562240",NA,"Twitter for iPhone","sandeepbaliga","2","TRUE","FALSE" +"4744","4744","This is one of the better reasoned articles on #demonetization in India: Are the poor really suffering?� https://t.co/sOix4kDMsM","FALSE","1",NA,"2016-11-23 04:08:04","TRUE",NA,"801276102333399040",NA,"Buffer","nktpnd","2","FALSE","FALSE" +"4745","4745","@minimathur #Demonetization is just like those days when teacher was unable to spot the culprit and punished whole class.","FALSE","5","anuragbhateja","2016-11-23 04:07:30","FALSE","801275475645472768","801275958942519296","17490137","Twitter Web Client","anuragbhateja","1","FALSE","FALSE" +"4746","4746","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 04:06:49","FALSE",NA,"801275789417148416",NA,"Twitter for iPhone","kushagrarakesh","6","TRUE","FALSE" +"4747","4747","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:06:18","FALSE",NA,"801275658055741440",NA,"Twitter for Android","RanjitY64774415","132","TRUE","FALSE" +"4748","4748","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 04:05:44","FALSE",NA,"801275515541688320",NA,"Twitter for Android","sridharasuma","14","TRUE","FALSE" +"4749","4749","RT @BJP_RSS: Everyone should read +Major benefits of #Demonetization that you don't see in media coverage. +#ModiFightsCorruption #Bla�","FALSE","0",NA,"2016-11-23 04:04:20","FALSE",NA,"801275164755304448",NA,"Twitter for Android","Vinita003","166","TRUE","FALSE" +"4750","4750","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:04:18","FALSE",NA,"801275156681277440",NA,"Twitter for Windows Phone","abhijitmahato8","954","TRUE","FALSE" +"4751","4751","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 04:04:10","FALSE",NA,"801275119108665344",NA,"Twitter for Android","furkansayed1","24","TRUE","FALSE" +"4752","4752","RT @JanLokPaal: Goes another @narendramodi claimed benefit of #Demonetization after Terrorists ensuring their supplies now Fakes too https:�","FALSE","0",NA,"2016-11-23 04:03:52","FALSE",NA,"801275043661549568",NA,"TweetDeck","ARUNAGARWAL33","3","TRUE","FALSE" +"4753","4753","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 04:03:25","FALSE",NA,"801274932126617600",NA,"Twitter for Android","ashutoshpanday1","954","TRUE","FALSE" +"4754","4754","Goes another @narendramodi claimed benefit of #Demonetization after Terrorists ensuring their supplies now Fakes too https://t.co/6hMpRXcR6M","FALSE","1",NA,"2016-11-23 04:02:41","FALSE",NA,"801274748177182720",NA,"TwitPane Android","JanLokPaal","3","FALSE","FALSE" +"4755","4755","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 04:02:27","FALSE",NA,"801274690157289472",NA,"Twitter for Android","Geet28741109","49","TRUE","FALSE" +"4756","4756","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 04:02:20","FALSE",NA,"801274661422055424",NA,"Twitter for Android","nandkb","14","TRUE","FALSE" +"4757","4757","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 04:02:16","FALSE",NA,"801274642195324928",NA,"Twitter Web Client","anurag31","1158","TRUE","FALSE" +"4758","4758","Currency Crises Management � Some Ideas https://t.co/RYCEYlXuJy #TGI #femarbi #blackmoney #demonetization","FALSE","0",NA,"2016-11-23 04:02:05","FALSE",NA,"801274597199015936",NA,"Google","OfficialFinsr","0","FALSE","FALSE" +"4759","4759","RT @jairajp: There goes another claimed benefit of #Demonetization � after Terrorists ensuring their supplies, now the Fakes too� https://t�","FALSE","0",NA,"2016-11-23 04:01:45","FALSE",NA,"801274511911849984",NA,"TwitPane Android","JanLokPaal","3","TRUE","FALSE" +"4760","4760","@sgurumurthy poor always suffer, irrespective of #demonetization..","FALSE","0","sgurumurthy","2016-11-23 04:01:41","FALSE","801272834001608704","801274494753050624","129057534","Mobile Web (M5)","1_a_c_e","0","FALSE","FALSE" +"4761","4761","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 04:01:39","FALSE",NA,"801274486238515200",NA,"Twitter for Android","ManishBajpaiBjp","14","TRUE","FALSE" +"4762","4762","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 04:01:14","FALSE",NA,"801274382416871424",NA,"Twitter for Android","furkansayed1","132","TRUE","FALSE" +"4763","4763","There goes another claimed benefit of #Demonetization � after Terrorists ensuring their supplies, now the Fakes too� https://t.co/ELvyoTkXh0","FALSE","2","jairajp","2016-11-23 04:01:01","FALSE","801087865740402688","801274328046272512","43698075","TweetDeck","jairajp","3","FALSE","FALSE" +"4764","4764","RT @jairajp: �and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 03:59:43","FALSE",NA,"801273999917318144",NA,"Twitter for Android","svp7","6","TRUE","FALSE" +"4765","4765","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:59:33","FALSE",NA,"801273960713351168",NA,"Twitter for Android","jitendransui","331","TRUE","FALSE" +"4766","4766","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 03:58:39","FALSE",NA,"801273730781413376",NA,"Mobile Web (M5)","AndrewFemin","120","TRUE","FALSE" +"4767","4767","@ShashiTharoor Mr. Tharoor. You may have your own reasons to oppose #Demonetization but such language from a person like you?","FALSE","0","ShashiTharoor","2016-11-23 03:58:38","FALSE","801026669137907712","801273728080351232","24705126","Twitter Web Client","avdheshtondak","0","FALSE","FALSE" +"4768","4768","@minimathur It is a fact that people are facing problem and may be this #demonetization will only bring 4%-10% of the black money out. 2/n","FALSE","2","anuragbhateja","2016-11-23 03:58:25","FALSE","801273512581152768","801273675441795072","17490137","Twitter Web Client","anuragbhateja","0","FALSE","FALSE" +"4769","4769","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:58:19","FALSE",NA,"801273647646314496",NA,"Twitter for Android","ranaji0078","49","TRUE","FALSE" +"4770","4770","Please stop with the ""X died due to demonetization"" posts. Correlation does not imply causation. #demonetization","FALSE","6",NA,"2016-11-23 03:57:02","FALSE",NA,"801273327100665856",NA,"Twitter Web Client","mohitthatte","5","FALSE","FALSE" +"4771","4771","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:56:45","FALSE",NA,"801273253016702976",NA,"Twitter for Android","newsanti","49","TRUE","FALSE" +"4772","4772","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 03:56:42","FALSE",NA,"801273243281870848",NA,"Twitter for Android","mahobiaankita07","44","TRUE","FALSE" +"4773","4773","RT @ashwinmushran: Excellent piece by @AnuvabPal for those who like to look at the whole #demonetization issue in a balanced way https://t.�","FALSE","0",NA,"2016-11-23 03:56:26","FALSE",NA,"801273172939026432",NA,"Twitter for Android","mrsinghCricUmp","20","TRUE","FALSE" +"4774","4774","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:55:59","FALSE",NA,"801273061932756992",NA,"Twitter for Android","yogesverma85gma","331","TRUE","FALSE" +"4775","4775","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:55:49","FALSE",NA,"801273021755338752",NA,"Twitter for iPhone","Makarand059","381","TRUE","FALSE" +"4776","4776","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:55:45","FALSE",NA,"801273000972746752",NA,"Twitter for iPhone","sushilkaushik03","331","TRUE","FALSE" +"4777","4777","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:55:21","FALSE",NA,"801272901756325888",NA,"Twitter for Android","PawanJRai","49","TRUE","FALSE" +"4778","4778","bA K Bhattacharyab Its the politics stupid https://t.co/er71zf62Ia #Demonetization","FALSE","0",NA,"2016-11-23 03:55:10","FALSE",NA,"801272854931210240",NA,"Twitter Web Client","NagarNk","0","FALSE","FALSE" +"4779","4779","Abhishek Lodha, MD, #LodhaGroup shares his views on the impact of #demonetization on #realestate via @CNBCTV18News https://t.co/525r1e6tEC","FALSE","2",NA,"2016-11-23 03:54:43","FALSE",NA,"801272743010258944",NA,"Twitter Web Client","LODHA","0","FALSE","FALSE" +"4780","4780","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:54:28","FALSE",NA,"801272682050420736",NA,"Twitter for iPhone","Awachar1983","49","TRUE","FALSE" +"4781","4781","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:53:41","FALSE",NA,"801272482430783488",NA,"Twitter for Android","lakshman_POMA","49","TRUE","FALSE" +"4782","4782","RT @aruproytweets: Our top story today. Ministers, bureaucrats admit to glaring lack of cohesive planning #Demonetization https://t.co/Qsxc�","FALSE","0",NA,"2016-11-23 03:53:39","FALSE",NA,"801272474407038976",NA,"Twitter Web Client","manojgulnar","23","TRUE","FALSE" +"4783","4783","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 03:53:30","FALSE",NA,"801272438491201536",NA,"Twitter for Android","rvp","38","TRUE","FALSE" +"4784","4784","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:52:49","FALSE",NA,"801272262875721728",NA,"Twitter for Android","AawazIndiaKi","49","TRUE","FALSE" +"4785","4785","@mkvenu1 sir how did the crow taste? +#demonetization #Bypolls","FALSE","0","mkvenu1","2016-11-23 03:51:32","FALSE","801257023899766784","801271943852945408","524262813","Twitter for Android","Sod_Pentothal","0","FALSE","FALSE" +"4786","4786","RT @Brain_Humor: @AmitShah 56 innocent people have been died so far due to #demonetization , is this matter of joy and pride Shah ji ?","FALSE","0",NA,"2016-11-23 03:51:29","FALSE",NA,"801271928690311168",NA,"Twitter for Android","ThanjaiRiz","3","TRUE","FALSE" +"4787","4787","The way @ArvindKejriwal is linking all poor enterprises with #demonetization day is not far when he would find a link with PM's innerwear 2","FALSE","0",NA,"2016-11-23 03:51:19","FALSE",NA,"801271885811970048",NA,"Twitter Web Client","iamamenon","0","FALSE","FALSE" +"4788","4788","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:51:17","FALSE",NA,"801271880258703360",NA,"Twitter Web Client","nirbhaisingh07","49","TRUE","FALSE" +"4789","4789","RT @myvotetoday: 85% support #demonetization + +Is this more likely now or if #SupremeCourt has another midnight hearing to stay +execution o�","FALSE","0",NA,"2016-11-23 03:51:16","FALSE",NA,"801271876349808640",NA,"Twitter for Android","AvinaashKTC","8","TRUE","FALSE" +"4790","4790","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 03:50:54","FALSE",NA,"801271780560216064",NA,"Twitter for iPhone","capt_naik","23","TRUE","FALSE" +"4791","4791","opposition stop yelling stalling Parliament in name of poor pple, wake up smell your coffee. you guys way behind� https://t.co/u93fR46rgC","FALSE","16",NA,"2016-11-23 03:49:49","TRUE",NA,"801271508391690240",NA,"Twitter Web Client","anilkohli54","14","FALSE","FALSE" +"4792","4792","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:48:39","FALSE",NA,"801271216019480576",NA,"Twitter for iPhone","javeedali83","381","TRUE","FALSE" +"4793","4793","�and modi ji�s Finance Minister Jaitley Lies to the Core to Justify #DeMonetization� https://t.co/gs7yLt0aws","FALSE","0",NA,"2016-11-23 03:48:01","FALSE",NA,"801271056283660288",NA,"Buffer","jairajp","6","FALSE","FALSE" +"4794","4794","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:46:43","FALSE",NA,"801270729362866176",NA,"Twitter for Android","Mdsaif11Saif","954","TRUE","FALSE" +"4795","4795","RT @amitgupta0310: 12/n So when the dust settles this #demonetization will become part of life just like CNG, Mobiles and deMaterialized st�","FALSE","0",NA,"2016-11-23 03:46:33","FALSE",NA,"801270689466462208",NA,"Twitter Web Client","ChetanKothari_","3","TRUE","FALSE" +"4796","4796","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:46:21","FALSE",NA,"801270637901844480",NA,"Twitter for Android","RamavtarSing","14","TRUE","FALSE" +"4797","4797","RT @SaraHayatShah: Whr r the soldiers of ""Nationalism""? Over 55 people hv died ""due to #demonetization"". Their lives weren't precious? No o�","FALSE","0",NA,"2016-11-23 03:46:00","FALSE",NA,"801270547971706880",NA,"Twitter for Android","NisarChowdhary","6","TRUE","FALSE" +"4798","4798","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 03:45:50","FALSE",NA,"801270505411969024",NA,"Twitter for Android","_Narad","105","TRUE","FALSE" +"4799","4799","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 03:45:38","FALSE",NA,"801270455671762944",NA,"Twitter for Android","nakshatrala","19","TRUE","FALSE" +"4800","4800","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:45:02","FALSE",NA,"801270304182038528",NA,"Twitter for Android","jakhar_ishwar","954","TRUE","FALSE" +"4801","4801","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:44:32","FALSE",NA,"801270180416323584",NA,"Twitter for Android","AvinaashKTC","14","TRUE","FALSE" +"4802","4802","Mizoram has found a creative way of dealing with the cash crunch resulting from #demonetization. https://t.co/aJZiDCLmIJ","FALSE","0",NA,"2016-11-23 03:43:35","FALSE",NA,"801269939990429696",NA,"Facebook","sbcltr","1","FALSE","FALSE" +"4803","4803","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:43:27","FALSE",NA,"801269909544058880",NA,"Twitter for Android","IndraneelC1","381","TRUE","FALSE" +"4804","4804","#MamtaKejriXposed truth of their dictatorial mindset, intolerance to dissent, greed for power became more evident now with #demonetization","FALSE","1",NA,"2016-11-23 03:43:27","FALSE",NA,"801269909254799360",NA,"Twitter for Android","Niraj_dp1","0","FALSE","FALSE" +"4805","4805","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:42:47","FALSE",NA,"801269738383015936",NA,"Twitter for Android","uttrakhand_pyc","331","TRUE","FALSE" +"4806","4806","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:42:20","FALSE",NA,"801269625044529152",NA,"Twitter for Android","GandhiGoldy","14","TRUE","FALSE" +"4807","4807","@ArvindKejriwal do u know fire broke out in delhi bazaar. Pls see tht first. #demonetization #cheapminister� https://t.co/uNuArrwdlZ","FALSE","0","ArvindKejriwal","2016-11-23 03:41:40","TRUE",NA,"801269456932507648","405427035","Twitter for Android","GorKashyap","0","FALSE","FALSE" +"4808","4808","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:41:10","FALSE",NA,"801269332248379392",NA,"Twitter for Android","KDHANIWALA","14","TRUE","FALSE" +"4809","4809","RT @iAM_akumarS: after #demonetization jnu students don't use condom 4 safesex modi ji students ko pareshan kr rhe hai +#MamtaKejriXposed�","FALSE","0",NA,"2016-11-23 03:40:07","FALSE",NA,"801269067814289408",NA,"Twitter for Android","NOUFAL02066000","1","TRUE","FALSE" +"4810","4810","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 03:39:54","FALSE",NA,"801269016211820544",NA,"Twitter Web Client","gitithadani","132","TRUE","FALSE" +"4811","4811","Another indication of black money horses having bolted, well before.....#Demonetization? + https://t.co/tHP4weZz3Y","FALSE","0",NA,"2016-11-23 03:39:22","FALSE",NA,"801268879473287168",NA,"Twitter for Windows Phone","jay_ambadi","0","FALSE","FALSE" +"4812","4812","after #demonetization jnu students don't use condom 4 safesex modi ji students ko pareshan kr rhe hai +#MamtaKejriXposed +#_","FALSE","3",NA,"2016-11-23 03:39:18","FALSE",NA,"801268863065157632",NA,"Mobile Web (M2)","iAM_akumarS","1","FALSE","FALSE" +"4813","4813","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-23 03:39:16","FALSE",NA,"801268853602807808",NA,"Twitter for iPhone","SudhirPuthran","40","TRUE","FALSE" +"4814","4814","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 03:39:04","FALSE",NA,"801268803350839296",NA,"Twitter for iPhone","SudhirPuthran","132","TRUE","FALSE" +"4815","4815","#Demonetization is like pissing on pants on a very cold day 2 keep warm - India's Modi Didn't Do His Homework@forbes https://t.co/VmNKU5mCvX","FALSE","1",NA,"2016-11-23 03:38:54","FALSE",NA,"801268761944690688",NA,"Twitter Web Client","Currency_crisis","0","FALSE","FALSE" +"4816","4816","@ChoradiyaMehul This Jihadi lapdog @ArvindKejriwal is himself a proof of #Demonetization. Gone insane..all his thousands of crores gone.","FALSE","0","ChoradiyaMehul","2016-11-23 03:38:49","FALSE","801261364165672960","801268742353088512","2935586258","Twitter Web Client","AmiteshK01","0","FALSE","FALSE" +"4817","4817","RT @iSKatiyar: Will @ArvindKejriwal apologize to the Nation for spreading rumors about #Demonetization? @TajinderBagga @ippatel +https://t.�","FALSE","0",NA,"2016-11-23 03:38:48","FALSE",NA,"801268737944862720",NA,"Twitter for iPhone","SudhirPuthran","30","TRUE","FALSE" +"4818","4818","Banks in da rural areas hav started distributing soiled notes.1st u q up fr ur own money & den q up 2 change da soiled notes #Demonetization","FALSE","0",NA,"2016-11-23 03:38:26","FALSE",NA,"801268645540360192",NA,"Twitter for Android","soumikdas","0","FALSE","FALSE" +"4819","4819","RT @kmfameen: Advocate J. Aslam Basha Press Meet On #Demonetization https://t.co/wmLtKNR0ES via @jab9777 @YouTube","FALSE","0",NA,"2016-11-23 03:37:52","FALSE",NA,"801268504045518848",NA,"Twitter for Android","iammastanvali","2","TRUE","FALSE" +"4820","4820","Really something is wrong with Indian Politicians in handling Economy. Raghuram Rajan would have handled� https://t.co/MefSR3X6tj","FALSE","0",NA,"2016-11-23 03:37:52","TRUE",NA,"801268500534673408",NA,"Twitter Web Client","TupTamilIndian","0","FALSE","FALSE" +"4821","4821","RT @amitgupta0310: 1/n One can have a cynical view on #demonetization but one should not loose the faith in the adaptability of fellow Indi�","FALSE","0",NA,"2016-11-23 03:37:32","FALSE",NA,"801268418678693888",NA,"Twitter Web Client","ChetanKothari_","5","TRUE","FALSE" +"4822","4822","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:37:26","FALSE",NA,"801268392913080320",NA,"Twitter for Android","tshamsi88","331","TRUE","FALSE" +"4823","4823","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:36:59","FALSE",NA,"801268280484737024",NA,"Twitter for Android","triledge13","14","TRUE","FALSE" +"4824","4824","Yes. Wants to avoid taking responsibility for poor implementation of #demonetization boldly. + + +https://t.co/YcB4ETerfx","FALSE","0",NA,"2016-11-23 03:36:39","FALSE",NA,"801268195642392576",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"4825","4825","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-23 03:35:55","FALSE",NA,"801268010937942016",NA,"Twitter for Android","ravi11081985","14","TRUE","FALSE" +"4826","4826","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:34:53","FALSE",NA,"801267752363139072",NA,"Twitter for Android","jspandey_","14","TRUE","FALSE" +"4827","4827","Clear analysis and data about #demonetization https://t.co/9spYCkqy2O","FALSE","0",NA,"2016-11-23 03:34:22","FALSE",NA,"801267620704088064",NA,"Facebook","duraimanikkam","0","FALSE","FALSE" +"4828","4828","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:34:15","FALSE",NA,"801267592967127040",NA,"Twitter for iPhone","sanyogita_P","954","TRUE","FALSE" +"4829","4829","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 03:34:10","FALSE",NA,"801267570993197056",NA,"Twitter for iPhone","manishthakuriy1","22","TRUE","FALSE" +"4830","4830","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 03:34:06","FALSE",NA,"801267555621109760",NA,"Twitter for Android","iammastanvali","132","TRUE","FALSE" +"4831","4831","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:33:34","FALSE",NA,"801267418324561920",NA,"Twitter for Android","rkarnan","331","TRUE","FALSE" +"4832","4832","RT @sreesurya5: He could have just praised #demonetization without actually knowing about it,but he chose to portray the ground reality.�","FALSE","0",NA,"2016-11-23 03:33:29","FALSE",NA,"801267398045208576",NA,"Twitter for Windows Phone","Nandu_4everPK","5","TRUE","FALSE" +"4833","4833","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 03:33:15","FALSE",NA,"801267338909810688",NA,"Twitter for Android","sarathi61","105","TRUE","FALSE" +"4834","4834","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 03:33:06","FALSE",NA,"801267301932744704",NA,"Twitter for iPhone","DelhiPYC","22","TRUE","FALSE" +"4835","4835","Going by by poll results, can't see much impact of #demonetization the way opposition parties are creating. +https://t.co/HKDEVFcWis","FALSE","0",NA,"2016-11-23 03:32:16","FALSE",NA,"801267093438078976",NA,"Twitter for Android","KunalToshkhani","0","FALSE","FALSE" +"4836","4836","I am with #demonetization @narendramodi https://t.co/BH8hSI69W2","FALSE","1",NA,"2016-11-23 03:32:09","FALSE",NA,"801267065894174720",NA,"Twitter for Android","rathi_aman","0","FALSE","FALSE" +"4837","4837","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:32:05","FALSE",NA,"801267048655372288",NA,"Mobile Web (M5)","sherShivraj","14","TRUE","FALSE" +"4838","4838","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 03:31:38","FALSE",NA,"801266932225753088",NA,"Twitter for Android","PDrsudhakar","22","TRUE","FALSE" +"4839","4839","RT @ShankhNaad: Cry as much as you can whiners. +The nation is watching you. +#Demonetization https://t.co/9pfoVgO5p8","FALSE","0",NA,"2016-11-23 03:31:09","FALSE",NA,"801266813048913920",NA,"Twitter for Android","SRINIWAS007","23","TRUE","FALSE" +"4840","4840","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:30:56","FALSE",NA,"801266759001112576",NA,"Twitter for iPhone","YaDangayach","49","TRUE","FALSE" +"4841","4841","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 03:30:43","FALSE",NA,"801266704433090560",NA,"Twitter for Android","j0shiG","132","TRUE","FALSE" +"4842","4842","RT @amitgupta0310: 1/n One can have a cynical view on #demonetization but one should not loose the faith in the adaptability of fellow Indi�","FALSE","0",NA,"2016-11-23 03:30:15","FALSE",NA,"801266586266935296",NA,"Twitter Web Client","adroit_research","5","TRUE","FALSE" +"4843","4843","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:30:12","FALSE",NA,"801266574065704960",NA,"Twitter for Android","NitinTongrao","954","TRUE","FALSE" +"4844","4844","Atif Rahman of #DanubeProperties, talks about #Demonetization & #RealEstate Sector, his upcoming projects & more. +https://t.co/GGlfrxPsI1","FALSE","0",NA,"2016-11-23 03:30:01","FALSE",NA,"801266526145769472",NA,"TweetDeck","9AMStories","0","FALSE","FALSE" +"4845","4845","Most support of Modi & #demonetization is in Facebook, WhatsApp, apps +Most poor not supporting Modi #demonetization + https://t.co/xAH6n864YA","FALSE","0",NA,"2016-11-23 03:29:53","FALSE",NA,"801266494688600064",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"4846","4846","This #demonetization thing is a mess.","FALSE","0",NA,"2016-11-23 03:29:53","FALSE",NA,"801266494034223104",NA,"Facebook","Deepak_Jagmohan","0","FALSE","FALSE" +"4847","4847","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:29:31","FALSE",NA,"801266401323393024",NA,"Mobile Web (M5)","CM92Q","954","TRUE","FALSE" +"4848","4848","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:29:17","FALSE",NA,"801266343676932096",NA,"Twitter for Android","KunalChoudhary_","331","TRUE","FALSE" +"4849","4849","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:29:01","FALSE",NA,"801266276479840256",NA,"Twitter for Android","mspalv76","49","TRUE","FALSE" +"4850","4850","#Demonetization Problem is not cash crunch but service providers not registered in #banking/#Paytm systems.Stop dealing with such vendors.","FALSE","0",NA,"2016-11-23 03:28:51","FALSE",NA,"801266235174481920",NA,"Twitter for iPhone","sanjaygoeljpr","0","FALSE","FALSE" +"4851","4851","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:28:48","FALSE",NA,"801266222671233024",NA,"Twitter for iPhone","MandiraShastri","14","TRUE","FALSE" +"4852","4852","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 03:28:28","FALSE",NA,"801266135102410752",NA,"Twitter for Windows Phone","MikeDesai","24","TRUE","FALSE" +"4853","4853","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 03:27:56","FALSE",NA,"801266001006493696",NA,"Twitter for Android","ShyamLalAggarw1","24","TRUE","FALSE" +"4854","4854","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-23 03:27:50","FALSE",NA,"801265976780025856",NA,"Twitter for Android","WittyParag","15","TRUE","FALSE" +"4855","4855","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:27:38","FALSE",NA,"801265928487010304",NA,"Mobile Web (M5)","rohitmishra183","49","TRUE","FALSE" +"4856","4856","Trying to escape from responsibility of poor implementation of #demonetization + +https://t.co/x6YpQkhl44","FALSE","1",NA,"2016-11-23 03:27:21","FALSE",NA,"801265853849280512",NA,"Hootsuite","A_Observr","0","FALSE","FALSE" +"4857","4857","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:26:34","FALSE",NA,"801265659942289408",NA,"Twitter for Android","j1g4r","49","TRUE","FALSE" +"4858","4858","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 03:26:14","FALSE",NA,"801265574114312192",NA,"Twitter for Android","prabin1206","27","TRUE","FALSE" +"4859","4859","#Demonetization if rich feel so panicked over a day or 2 cash crunch,think of d poor who must be facing this on daily basis!Stop #CORRUPTION","FALSE","0",NA,"2016-11-23 03:26:12","FALSE",NA,"801265567017496576",NA,"Twitter for iPhone","sanjaygoeljpr","0","FALSE","FALSE" +"4860","4860","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:26:11","FALSE",NA,"801265560541503488",NA,"Twitter for Android","ShankerPutra","49","TRUE","FALSE" +"4861","4861","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:26:02","FALSE",NA,"801265523442925568",NA,"Twitter for Android","kuldeepdwived19","331","TRUE","FALSE" +"4862","4862","RT @sreesurya5: He could have just praised #demonetization without actually knowing about it,but he chose to portray the ground reality.�","FALSE","0",NA,"2016-11-23 03:24:55","FALSE",NA,"801265244450398208",NA,"Twitter for Android","BadBoyPspk","5","TRUE","FALSE" +"4863","4863","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 03:24:45","FALSE",NA,"801265202796732416",NA,"Twitter for Android","ashfaque156","24","TRUE","FALSE" +"4864","4864","RT @dna: #Demonetization: 5 effects of note ban on the common man https://t.co/ifatx7NRvr","FALSE","0",NA,"2016-11-23 03:24:29","FALSE",NA,"801265134484078592",NA,"Twitter for Android","imdgaurav","2","TRUE","FALSE" +"4865","4865","RT @dna: #Demonetization: 5 effects of note ban on the common man https://t.co/ifatx7NRvr","FALSE","0",NA,"2016-11-23 03:24:27","FALSE",NA,"801265127005618176",NA,"Twitter Web Client","YogeshPate1","2","TRUE","FALSE" +"4866","4866","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:24:15","FALSE",NA,"801265077076787200",NA,"Twitter for Android","bkrathee","954","TRUE","FALSE" +"4867","4867","gaganagrawal: Thats a new gem! #demonetization = license Raj! Kejriwal & manta must be wondering how they missed this one! +rachitsharma0 Yo�","FALSE","0",NA,"2016-11-23 03:24:02","FALSE",NA,"801265022471049216",NA,"IFTTT","Agrawalsunshine","0","FALSE","FALSE" +"4868","4868","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:23:14","FALSE",NA,"801264821811421184",NA,"Twitter for Android","AshishDixitKanu","954","TRUE","FALSE" +"4869","4869","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 03:23:12","FALSE",NA,"801264812768559104",NA,"Twitter for iPhone","fawu25","132","TRUE","FALSE" +"4870","4870","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:23:01","FALSE",NA,"801264763808477184",NA,"Twitter for Android","nupur_agarwal_","14","TRUE","FALSE" +"4871","4871","@washingtonpost they should learn from the lab experiment of #demonetization done with Indian economy. Tables black, terror & counterfeit.","FALSE","0","washingtonpost","2016-11-23 03:23:00","FALSE","801262261700542464","801264759513366528","2467791","Twitter for Windows Phone","npandey25","0","FALSE","FALSE" +"4872","4872","Getting feedback from only 50 lac people via Namo App. Means most of people having BlackMoney #Demonetization","FALSE","0",NA,"2016-11-23 03:22:50","FALSE",NA,"801264718694346752",NA,"Twitter for iPhone","virendra1982","0","FALSE","FALSE" +"4873","4873","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:22:46","FALSE",NA,"801264701896265728",NA,"Twitter for Android","mukesh_k1","49","TRUE","FALSE" +"4874","4874","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:22:42","FALSE",NA,"801264684988964864",NA,"Twitter for Android","bkraina8700","49","TRUE","FALSE" +"4875","4875","""@dna: #Demonetization: 5 effects of note ban on the common man https://t.co/eQgUP3kuMr""@ahirs","FALSE","0",NA,"2016-11-23 03:22:30","FALSE",NA,"801264633638219776",NA,"Twitter for Android","ahirs","0","FALSE","FALSE" +"4876","4876","#820 I have no idea what I am doing. #demonetization https://t.co/JvSPubZbEW","FALSE","0",NA,"2016-11-23 03:22:25","FALSE",NA,"801264613497196544",NA,"Twitter Web Client","jayrsamal","0","FALSE","FALSE" +"4877","4877","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-23 03:21:48","FALSE",NA,"801264458001584128",NA,"Twitter for Android","LoveEach","15","TRUE","FALSE" +"4878","4878","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-23 03:21:20","FALSE",NA,"801264340238213120",NA,"Twitter for iPhone","Himansh29466255","22","TRUE","FALSE" +"4879","4879","#Demonetization: 5 effects of note ban on the common man https://t.co/ifatx7NRvr","FALSE","4",NA,"2016-11-23 03:20:37","FALSE",NA,"801264161162338304",NA,"Twitter Web Client","dna","2","FALSE","FALSE" +"4880","4880","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-23 03:20:31","FALSE",NA,"801264136499830784",NA,"Twitter for Android","shanti66212920","14","TRUE","FALSE" +"4881","4881","Thats a new gem! #demonetization = license Raj! Kejriwal & manta must be wondering how they missed this one! +@rachitsharma0 @YouTube","FALSE","0","rachitsharma0","2016-11-23 03:20:23","FALSE","801194443961462784","801264102123405312","423565309","Twitter for Android","gaganagrawal","2","FALSE","FALSE" +"4882","4882","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:20:20","FALSE",NA,"801264088139624448",NA,"Twitter for Android","rajendra_hash","381","TRUE","FALSE" +"4883","4883","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:20:12","FALSE",NA,"801264058552893440",NA,"Twitter for Android","OroraBorealis","49","TRUE","FALSE" +"4884","4884","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:20:07","FALSE",NA,"801264035408687104",NA,"Twitter for Android","ad4justice","49","TRUE","FALSE" +"4885","4885","RT @pragya_bhushan: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mon�","FALSE","0",NA,"2016-11-23 03:20:00","FALSE",NA,"801264004270321664",NA,"Twitter for Android","abhishekvhp23","14","TRUE","FALSE" +"4886","4886","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:19:33","FALSE",NA,"801263891879698432",NA,"Twitter for iPhone","krch2783","14","TRUE","FALSE" +"4887","4887","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:19:15","FALSE",NA,"801263816940130304",NA,"Twitter for Android","modichirag1974","49","TRUE","FALSE" +"4888","4888","RT @NaanuHindustani: #MamtaKejriXposed + +whole India welcomes #demonetization +Anti nationals crying","FALSE","0",NA,"2016-11-23 03:18:59","FALSE",NA,"801263750015840256",NA,"Twitter for Android","AmoghNavare","1","TRUE","FALSE" +"4889","4889","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:18:09","FALSE",NA,"801263540015243264",NA,"Twitter for Android","ankesh7006","49","TRUE","FALSE" +"4890","4890","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:16:44","FALSE",NA,"801263183373549568",NA,"Twitter for Windows","milindshah2006","49","TRUE","FALSE" +"4891","4891","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 03:16:41","FALSE",NA,"801263171545792512",NA,"Twitter for Android","kumar10979","27","TRUE","FALSE" +"4892","4892","#demonetization - https://t.co/8pawEjJD45 Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 03:16:32","FALSE",NA,"801263134711255040",NA,"Twitter Web Client","vurulocebyjol","0","FALSE","FALSE" +"4893","4893","#demonetization - https://t.co/j9CN3wXy4k India's rupee demonetization could spark a new digital economy in the cash-reliant country � Q","FALSE","0",NA,"2016-11-23 03:16:32","FALSE",NA,"801263134354771968",NA,"Twitter Web Client","rygupusij","0","FALSE","FALSE" +"4894","4894","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:16:32","FALSE",NA,"801263133658488832",NA,"Twitter for Android","Andrewf30898751","331","TRUE","FALSE" +"4895","4895","#demonetization - https://t.co/dG993yC4GZ Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 03:16:15","FALSE",NA,"801263063458426880",NA,"Twitter Web Client","gylikyzahef","0","FALSE","FALSE" +"4896","4896","#demonetization - https://t.co/E01ahddxbp India's rupee demonetization could spark a new digital economy in the cash-reliant country � Q","FALSE","0",NA,"2016-11-23 03:16:14","FALSE",NA,"801263056596692992",NA,"Twitter Web Client","filikybovybap","0","FALSE","FALSE" +"4897","4897","#demonetization - https://t.co/2HFK1SZoyy Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 03:16:13","FALSE",NA,"801263055556354048",NA,"Twitter Web Client","begizutucok","0","FALSE","FALSE" +"4898","4898","#demonetization - https://t.co/wa7TvO2JFW Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 03:16:12","FALSE",NA,"801263048895803392",NA,"Twitter Web Client","xatogyqomil","0","FALSE","FALSE" +"4899","4899","#demonetization - https://t.co/c4pw89CCBC Demonetization will result in brighter future: PM Modi","FALSE","0",NA,"2016-11-23 03:16:11","FALSE",NA,"801263044013617152",NA,"Twitter Web Client","saxilirepuqe","0","FALSE","FALSE" +"4900","4900","#demonetization - https://t.co/dZFuYZt8d5 Demonetization: Parliament washed out, Babul Supriyo says 'no need for Daddy to be present'","FALSE","0",NA,"2016-11-23 03:16:10","FALSE",NA,"801263041337659392",NA,"Twitter Web Client","jilimamigimum","0","FALSE","FALSE" +"4901","4901","#demonetization - https://t.co/24Jls1IVwu India's rupee demonetization could spark a new digital economy in the cash-reliant country � Q","FALSE","0",NA,"2016-11-23 03:16:10","FALSE",NA,"801263040943493120",NA,"Twitter Web Client","lecozepipin","0","FALSE","FALSE" +"4902","4902","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:16:06","FALSE",NA,"801263023348269056",NA,"Twitter for Android","ananuj40","954","TRUE","FALSE" +"4903","4903","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:15:21","FALSE",NA,"801262837125496832",NA,"Twitter for iPhone","kaurrjit","954","TRUE","FALSE" +"4904","4904","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:15:15","FALSE",NA,"801262811393335296",NA,"Twitter for Android","BhaweshTiwari","381","TRUE","FALSE" +"4905","4905","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:14:57","FALSE",NA,"801262736554409984",NA,"Twitter for iPhone","Shaan27","49","TRUE","FALSE" +"4906","4906","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 03:14:43","FALSE",NA,"801262676374683648",NA,"Twitter for Android","DebDip00","471","TRUE","FALSE" +"4907","4907","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:14:37","FALSE",NA,"801262649652740096",NA,"Twitter for Android","vatsmanoj55","49","TRUE","FALSE" +"4908","4908","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 03:14:15","FALSE",NA,"801262557763866624",NA,"Twitter for Android","biplab_2008","520","TRUE","FALSE" +"4909","4909","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:13:48","FALSE",NA,"801262444672913408",NA,"Twitter for Android","monulko","49","TRUE","FALSE" +"4910","4910","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:13:31","FALSE",NA,"801262373323481088",NA,"Mobile Web (M5)","twtprashant_189","49","TRUE","FALSE" +"4911","4911","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:12:35","FALSE",NA,"801262140942327808",NA,"Twitter for iPhone","ashokepandit","49","TRUE","FALSE" +"4912","4912","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-23 03:12:21","FALSE",NA,"801262081672515584",NA,"Twitter for Android","Dayanayakm","53","TRUE","FALSE" +"4913","4913","https://t.co/83p7LWQuRs : #Demonetization has derailed the overall country�s recovery: Varun Berry","FALSE","0",NA,"2016-11-23 03:12:03","FALSE",NA,"801262006275739648",NA,"Twitter for iPhone","VikrantSinghvi","0","FALSE","FALSE" +"4914","4914","#Demonetization will result in brighter future: PM @narendramodi - https://t.co/iqLM90porF","FALSE","2",NA,"2016-11-23 03:12:01","FALSE",NA,"801261998981939200",NA,"Twitter for Android","BmouBjp","0","FALSE","FALSE" +"4915","4915","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-23 03:11:50","FALSE",NA,"801261952345509888",NA,"Twitter for Android","akshaymore","1042","TRUE","FALSE" +"4916","4916","https://t.co/36nsQapViM : #Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 03:11:44","FALSE",NA,"801261926747701248",NA,"Twitter for iPhone","VikrantSinghvi","0","FALSE","FALSE" +"4917","4917","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-23 03:11:21","FALSE",NA,"801261828537880576",NA,"Twitter for iPhone","vinita_agr","30","TRUE","FALSE" +"4918","4918","folks we cant be so cruel, we will have to empathize with opposition who have been crippled financially & politically due to #demonetization","FALSE","0",NA,"2016-11-23 03:11:18","FALSE",NA,"801261818173935616",NA,"Twitter for Android","vatsmanoj55","0","FALSE","FALSE" +"4919","4919","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:11:04","FALSE",NA,"801261757289275392",NA,"Twitter for Android","agarwal_navin","14","TRUE","FALSE" +"4920","4920","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 03:10:59","FALSE",NA,"801261739077681152",NA,"Twitter for Android","akshaymore","520","TRUE","FALSE" +"4921","4921","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:10:50","FALSE",NA,"801261699718205440",NA,"Twitter for iPhone","indianalltheway","14","TRUE","FALSE" +"4922","4922","Reqst @arunjaitley remve/redce incmeTaxSabs othrwise #BlackMoney may increase wt 2Knotes @RBI @narendramodi @PMOIndia #demonetization #India","FALSE","0",NA,"2016-11-23 03:09:51","FALSE",NA,"801261451277012992",NA,"Twitter for Android","iMdAnwar","0","FALSE","FALSE" +"4923","4923","Swiss Bank a/c details to b received from Sep 2018. Why d hell so late! Oh elections r in May 2019, gr8 timing. #DeMonetization #BlackMoney","FALSE","0",NA,"2016-11-23 03:09:39","FALSE",NA,"801261399553019904",NA,"Twitter for iPhone","ithoughtfool","2","FALSE","FALSE" +"4924","4924","folks we cant be so cruel, we will have to empathize with opposition who have been crippled financially & politically due to #demonetization","FALSE","5",NA,"2016-11-23 03:09:38","FALSE",NA,"801261397233451008",NA,"Twitter Web Client","anilkohli54","7","FALSE","FALSE" +"4925","4925","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 03:09:20","FALSE",NA,"801261320293253120",NA,"Twitter for iPhone","AkshayS35560327","960","TRUE","FALSE" +"4926","4926","#MamtaKejriXposed + +whole India welcomes #demonetization +Anti nationals crying","FALSE","0",NA,"2016-11-23 03:08:41","FALSE",NA,"801261159257096192",NA,"Twitter for Android","NaanuHindustani","1","FALSE","FALSE" +"4927","4927","Politician crying agst #demonetization undoubtedly possess huge B/M but those r mum must b in state of depression & looking fr ways 2 dilute","FALSE","0",NA,"2016-11-23 03:07:19","FALSE",NA,"801260816087547904",NA,"Twitter for Android","dugjeenihu","0","FALSE","FALSE" +"4928","4928","RT @anilkohli54: going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","0",NA,"2016-11-23 03:07:13","FALSE",NA,"801260791177433088",NA,"Twitter Web Client","anilkohli54","14","TRUE","FALSE" +"4929","4929","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-23 03:05:40","FALSE",NA,"801260398682906624",NA,"Twitter for Android","mgmnair","59","TRUE","FALSE" +"4930","4930","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-23 03:05:37","FALSE",NA,"801260386787786752",NA,"Twitter for iPhone","draksbond","381","TRUE","FALSE" +"4931","4931","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 03:05:19","FALSE",NA,"801260310594088960",NA,"Twitter for Android","vishalgaur111","23","TRUE","FALSE" +"4932","4932","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 03:04:30","FALSE",NA,"801260106428116992",NA,"Twitter for iPhone","Padiram","49","TRUE","FALSE" +"4933","4933","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 03:04:15","FALSE",NA,"801260043878297600",NA,"Twitter for Android","Prabhakarup1","24","TRUE","FALSE" +"4934","4934","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 03:03:12","FALSE",NA,"801259777598726144",NA,"Twitter for Android","kingkeshav","954","TRUE","FALSE" +"4935","4935","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 03:02:46","FALSE",NA,"801259667720585216",NA,"Twitter for Android","INirajVerma","27","TRUE","FALSE" +"4936","4936","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 03:01:10","FALSE",NA,"801259266040418304",NA,"Twitter for iPhone","bhimajiyani_mz","331","TRUE","FALSE" +"4937","4937","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 03:01:02","FALSE",NA,"801259233975144448",NA,"Twitter Web Client","n2r3ndr2","123","TRUE","FALSE" +"4938","4938","RT @Tanim0104: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://�","FALSE","0",NA,"2016-11-23 03:00:44","FALSE",NA,"801259158913896448",NA,"Twitter for Android","KHAN74QA","7","TRUE","FALSE" +"4939","4939","RT @Busvine: OK! #Demonetization will result in brighter future: PM #Modi https://t.co/gSQzfojQQN via @timesofindia","FALSE","0",NA,"2016-11-23 02:59:57","FALSE",NA,"801258959612973056",NA,"Twitter for Android","DilliChat","1","TRUE","FALSE" +"4940","4940","RT @Anand_SolKnight: When tied with Aadhaar, this is a big recipe for an Orwellian state. #demonetization #DestroyTheAadhaar #Aadhaar https�","FALSE","0",NA,"2016-11-23 02:59:42","FALSE",NA,"801258895515619328",NA,"Mobile Web (M5)","bugs_punny","8","TRUE","FALSE" +"4941","4941","In last 4days...more than 400 Naxal surrendered & they say #demonetization ..is creating adverse effects..! +if this is bad..India need it.","FALSE","2",NA,"2016-11-23 02:59:40","FALSE",NA,"801258889777790976",NA,"Twitter for Android","Ajayramakant","0","FALSE","FALSE" +"4942","4942","RT @PIB_India: Key info-graphics related to #demonetization so far, in one place, courtesy various sources.. https://t.co/Tj169Rssjt","FALSE","0",NA,"2016-11-23 02:59:13","FALSE",NA,"801258773839015936",NA,"Twitter for Android","shail_bunty","272","TRUE","FALSE" +"4943","4943","RT @madskak: Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetizat�","FALSE","0",NA,"2016-11-23 02:59:12","FALSE",NA,"801258773595635712",NA,"Twitter for iPhone","Kuhukhanna","49","TRUE","FALSE" +"4944","4944","going by the reaction which party seems to have suffered max loss due to #demonetization","FALSE","7",NA,"2016-11-23 02:58:52","FALSE",NA,"801258685758468096",NA,"Twitter Web Client","anilkohli54","14","FALSE","FALSE" +"4945","4945","Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/UQeOf6ylMi +https://t.co/Po3P7Fj3f2","FALSE","1",NA,"2016-11-23 02:58:03","FALSE",NA,"801258480493588480",NA,"Twitter for Android","Tanim0104","7","FALSE","FALSE" +"4946","4946","Modi's reluctance to speak inside the parliament itself says a lot about his own faith in what he did. #Demonetization","FALSE","4",NA,"2016-11-23 02:57:49","FALSE",NA,"801258421638967296",NA,"Twitter for Android","sahil28yadav","0","FALSE","FALSE" +"4947","4947","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 02:57:41","FALSE",NA,"801258390517325824",NA,"Twitter for Android","Tanim0104","24","TRUE","FALSE" +"4948","4948","RT @iindrojit: Surprise! Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move. What�","FALSE","0",NA,"2016-11-23 02:57:11","FALSE",NA,"801258266084798464",NA,"Twitter for Android","AyushrRathi","299","TRUE","FALSE" +"4949","4949","RT @anilkohli54: . PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","0",NA,"2016-11-23 02:57:07","FALSE",NA,"801258246635864064",NA,"Twitter for Android","AkhaiP","5","TRUE","FALSE" +"4950","4950","RT @1Patelzuber: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https:�","FALSE","0",NA,"2016-11-23 02:56:58","FALSE",NA,"801258210464305152",NA,"Twitter for Android","husainghw","24","TRUE","FALSE" +"4951","4951","Man ends life over fund shortage ahead of daughter�s wedding in Gujarat ! #Demonetization +https://t.co/Uc6jrbvUNE +https://t.co/j5FwKhN1tL","FALSE","6",NA,"2016-11-23 02:56:30","FALSE",NA,"801258093397110784",NA,"Twitter for Android","1Patelzuber","24","FALSE","FALSE" +"4952","4952","Before the Bypolls, this will decide #Demonetization of Modi ! + +After the results, Bypolls has nothing to do with #Demonetization !!","FALSE","42",NA,"2016-11-23 02:56:26","FALSE",NA,"801258075025903616",NA,"Facebook","madskak","49","FALSE","FALSE" +"4953","4953","@ashwan yup. I am shit scared. This #demonetization is projecting banks as the ultimate havens for depositing all our monies.","FALSE","0","ashwan","2016-11-23 02:56:26","FALSE","801250338061828096","801258074858082304","15406438","Twitter for Android","zainabbawa","0","FALSE","FALSE" +"4954","4954","RT @kanikacart: We are used to of #demonetization in Russia, we've been robbed by our government every several years https://t.co/Y1GTtMTHpy","FALSE","0",NA,"2016-11-23 02:56:05","FALSE",NA,"801257988967333888",NA,"Mobile Web (M2)","CitizensPoV","5","TRUE","FALSE" +"4955","4955","RT @kanikacart: We are used to of #demonetization in Russia, we've been robbed by our government every several years https://t.co/Y1GTtMTHpy","FALSE","0",NA,"2016-11-23 02:55:07","FALSE",NA,"801257745592655872",NA,"Twitter for Android","tanveer1729","5","TRUE","FALSE" +"4956","4956","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:54:10","FALSE",NA,"801257504101408768",NA,"Twitter for iPhone","abhichauhan1984","954","TRUE","FALSE" +"4957","4957","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 02:53:34","FALSE",NA,"801257355782389760",NA,"Twitter for Android","NaheedMalik24","331","TRUE","FALSE" +"4958","4958","modi about to conduct a survey of bootlickers and declare nation happy with #DeMonetization #ModiScaredOfParliament","FALSE","0",NA,"2016-11-23 02:53:07","FALSE",NA,"801257241399566336",NA,"Mobile Web (M2)","Pens_Mouth","0","FALSE","FALSE" +"4959","4959","RT @pavanaja: A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","0",NA,"2016-11-23 02:51:50","FALSE",NA,"801256915988688896",NA,"Twitter for Android","gurubrammha","5","TRUE","FALSE" +"4960","4960","RT @anilkohli54: . PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","0",NA,"2016-11-23 02:51:43","FALSE",NA,"801256886578257920",NA,"Twitter for Android","VidyaranyaKs","5","TRUE","FALSE" +"4961","4961","RT @pavanaja: A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","0",NA,"2016-11-23 02:51:36","FALSE",NA,"801256860615577600",NA,"Twitter for BlackBerry","DrDamodhar","5","TRUE","FALSE" +"4962","4962","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:51:26","FALSE",NA,"801256817602891776",NA,"Twitter for Android","LALSM","954","TRUE","FALSE" +"4963","4963","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-23 02:50:54","FALSE",NA,"801256684693889024",NA,"Twitter for Android","arulbm","82","TRUE","FALSE" +"4964","4964","#Demonetization #blackmoney + +Every one has been #threatening me to suggest constructively a way out of the... https://t.co/89mDAUjxDb","FALSE","0",NA,"2016-11-23 02:50:54","FALSE",NA,"801256681480933376",NA,"Facebook","Alex_Palanisamy","0","FALSE","FALSE" +"4965","4965","@narendramodi@PMOIndia +i m sure u must hv thought abt it n worked it out.Bt blieve me sum pple are tryn to derail d cntry. +#demonetization","FALSE","0",NA,"2016-11-23 02:50:45","FALSE",NA,"801256644936138752",NA,"Twitter for Android","krishnadjahaji","0","FALSE","FALSE" +"4966","4966","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 02:50:42","FALSE",NA,"801256634504933376",NA,"Twitter for Android","Tiranga1947","132","TRUE","FALSE" +"4967","4967","CURRENT POLICY OF #DEMONETIZATION WILL HELP PEOPLE 2 SEND MORE MONEY IN #FOREIGNBANKS PM MODI IS DOING IT AT THE INSTANCE OF #US #APNIPARTY","FALSE","0",NA,"2016-11-23 02:50:32","FALSE",NA,"801256591836094464",NA,"Twitter Web Client","advocate_naqvi","0","FALSE","FALSE" +"4968","4968","RT @shuvankr: India Just made a big mistake with its currency ban: Former US treasury secretary +#Demonetization +https://t.co/ImraofIBNx","FALSE","0",NA,"2016-11-23 02:50:27","FALSE",NA,"801256568582868992",NA,"Twitter for iPhone","dasgupta28","1","TRUE","FALSE" +"4969","4969","#Demonetization Corruption does not stops here. After such a shock treatment, the situation at state borders remains largely the same.","FALSE","0",NA,"2016-11-23 02:48:39","FALSE",NA,"801256116428472320",NA,"Twitter for iPhone","sanjeevkriocl","0","FALSE","FALSE" +"4970","4970","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:48:31","FALSE",NA,"801256082991554560",NA,"Twitter for Android","SuranjitKosta","954","TRUE","FALSE" +"4971","4971","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 02:48:26","FALSE",NA,"801256060979855360",NA,"Twitter for Android","rahul_swami_","120","TRUE","FALSE" +"4972","4972","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 02:48:25","FALSE",NA,"801256056127008768",NA,"Twitter for Android","whozdisTauheed","132","TRUE","FALSE" +"4973","4973","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 02:48:11","FALSE",NA,"801255997243359232",NA,"Twitter for Android","shekhargawade","132","TRUE","FALSE" +"4974","4974","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-23 02:48:00","FALSE",NA,"801255951294722048",NA,"Twitter for Android","pramodbadoni","1158","TRUE","FALSE" +"4975","4975","RT @RiverValleyAMsg: #Demonetization, its implications, mobile money penetration ""Strong Medicine : Black Money in India"" https://t.co/jSSY�","FALSE","0",NA,"2016-11-23 02:47:18","FALSE",NA,"801255778212380672",NA,"Twitter for iPhone","AnandChirps","1","TRUE","FALSE" +"4976","4976","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 02:47:17","FALSE",NA,"801255773405843456",NA,"Twitter for Android","sandip_vst","120","TRUE","FALSE" +"4977","4977","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:47:08","FALSE",NA,"801255735728320512",NA,"Twitter for Android","PkGzb","954","TRUE","FALSE" +"4978","4978","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:46:46","FALSE",NA,"801255643944402944",NA,"Twitter for Android","itsadityaranjan","954","TRUE","FALSE" +"4979","4979","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 02:46:13","FALSE",NA,"801255506287333376",NA,"Twitter for Android","vaayu_putra","19","TRUE","FALSE" +"4980","4980","RT @iSKatiyar: Will @ArvindKejriwal apologize to the Nation for spreading rumors about #Demonetization? @TajinderBagga @ippatel +https://t.�","FALSE","0",NA,"2016-11-23 02:45:16","FALSE",NA,"801255266830295040",NA,"Twitter Web Client","ysbais","30","TRUE","FALSE" +"4981","4981","@aamir_khan @BeingSalmanKhan @iamsrk @karanjohar Now nation needs ur voice to support on #demonetization by @PMOIndia #comeforward n support","FALSE","0","tusharsood2010","2016-11-23 02:45:12","FALSE","800901586251816960","801255247708651520","116787736","Twitter for iPhone","tusharsood2010","0","FALSE","FALSE" +"4982","4982","@SrBachchan @KapilSharmaK9 Now nation needs ur voice to support #demonetization by @PMOIndia #comeforward n support.Where is ur support now?","FALSE","0","tusharsood2010","2016-11-23 02:44:46","FALSE","800901698193596416","801255139424092160","116787736","Twitter for iPhone","tusharsood2010","0","FALSE","FALSE" +"4983","4983",". PM Modi will go to Parliament armed with millions of Indians expressing support for #demonetization. 2N","FALSE","9",NA,"2016-11-23 02:44:38","FALSE",NA,"801255106024914944",NA,"Twitter Web Client","anilkohli54","5","FALSE","FALSE" +"4984","4984","RT @HemantRitu7: Will FM@arunjaitley tell the Nation who R those Current A/c holders benifitted after #Demonetization by the Banks ? https:�","FALSE","0",NA,"2016-11-23 02:44:36","FALSE",NA,"801255095459520512",NA,"Twitter for Android","ManishJagtap07","1","TRUE","FALSE" +"4985","4985","@AnupamPkher @KapilSharmaK9 Now nation needs ur voice to support #demonetization by @PMOIndia #comeforward n support.Where is ur support now","FALSE","0","tusharsood2010","2016-11-23 02:44:22","FALSE","800901817324273664","801255040283508736","116787736","Twitter for iPhone","tusharsood2010","0","FALSE","FALSE" +"4986","4986","@rjraunac #Demonetization... For those who are getting married #RBI https://t.co/sTdk98gKTj","FALSE","0","rjraunac","2016-11-23 02:44:14","FALSE",NA,"801255004761825280","97367270","Twitter for Android","Indian_anamika","0","FALSE","FALSE" +"4987","4987","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:42:30","FALSE",NA,"801254568957014016",NA,"Twitter for Android","lallamitabh","960","TRUE","FALSE" +"4988","4988","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 02:42:08","FALSE",NA,"801254478338891776",NA,"Twitter Web Client","ysbais","132","TRUE","FALSE" +"4989","4989","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-23 02:42:03","FALSE",NA,"801254455924719616",NA,"Twitter for Android","ManishJagtap07","118","TRUE","FALSE" +"4990","4990","@ArvindKejriwal did you have a deal with uber or ola cabs when you launched your stupid odd-even drama in Delhi? #demonetization","FALSE","0","ArvindKejriwal","2016-11-23 02:41:04","FALSE","801250081890439168","801254208292855808","405427035","Twitter for Windows","Nikhilrgupta","0","FALSE","FALSE" +"4991","4991","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 02:39:34","FALSE",NA,"801253830247620608",NA,"Twitter for Android","LeninChomsky","23","TRUE","FALSE" +"4992","4992","Economic Affairs Secretary @DasShaktikanta to brief media, later today. #DeMonetization","FALSE","0",NA,"2016-11-23 02:37:34","FALSE",NA,"801253329330442240",NA,"Mobile Web (M2)","Jajabor_Manas","0","FALSE","FALSE" +"4993","4993","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 02:37:11","FALSE",NA,"801253230609125376",NA,"Twitter for Android","pankaj_03","954","TRUE","FALSE" +"4994","4994","RT @HemantRitu7: New industry set-up after #Demonetization converting BlackMoney into White. Purpose already frustrated https://t.co/YVoVPT�","FALSE","0",NA,"2016-11-23 02:36:50","FALSE",NA,"801253141563998208",NA,"Twitter for Android","ManishJagtap07","1","TRUE","FALSE" +"4995","4995","@ArvindKejriwal In #Demonetization only small businessman are loosing, corporates(Airlines) r still looting us wid mkng white transactions.","FALSE","0","liketushar","2016-11-23 02:34:46","FALSE","801250380717887488","801252622057570304","1863445388","Twitter for Android","liketushar","0","FALSE","FALSE" +"4996","4996","#Demonetization +Past 15 days HOUNDS with unrated POUNDS have been so UNSOUND.","FALSE","0",NA,"2016-11-23 02:33:49","FALSE",NA,"801252384508878848",NA,"Mobile Web (M5)","drvikasgupta007","0","FALSE","FALSE" +"4997","4997","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 02:33:37","FALSE",NA,"801252331467608064",NA,"Twitter for Android","mahaveernetaji","132","TRUE","FALSE" +"4998","4998","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-23 02:33:27","FALSE",NA,"801252290111774720",NA,"Twitter Web Client","ysbais","40","TRUE","FALSE" +"4999","4999","@narendramodi Most recent on #demonetization, felt it should have been in 2 steps, 1000 first, after a month or two 500, both secret, sudden","FALSE","0","dr_ashok_m","2016-11-23 02:33:12","FALSE","801249412823429120","801252230485590016","18073907","Twitter Web Client","dr_ashok_m","0","FALSE","FALSE" +"5000","5000","OK! #Demonetization will result in brighter future: PM #Modi https://t.co/gSQzfojQQN via @timesofindia","FALSE","0",NA,"2016-11-23 02:32:28","FALSE",NA,"801252043042091008",NA,"Twitter Web Client","Busvine","1","FALSE","FALSE" +"5001","5001","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-23 02:31:27","FALSE",NA,"801251788624105472",NA,"Twitter for Android","farhanzamir2","15","TRUE","FALSE" +"5002","5002","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:31:15","FALSE",NA,"801251735998107648",NA,"Twitter for Android","srsbang","960","TRUE","FALSE" +"5003","5003","Surprisingly, 2 weeks have been passed since the announcement of #Demonetization and we could see some factors... https://t.co/a2XPmuHid8","FALSE","0",NA,"2016-11-23 02:30:57","FALSE",NA,"801251660882440192",NA,"Facebook","TaazaTadka","0","FALSE","FALSE" +"5004","5004","Will FM@arunjaitley tell the Nation who R those Current A/c holders benifitted after #Demonetization by the Banks ? https://t.co/5Ur48JUnPK","FALSE","0","HemantRitu7","2016-11-23 02:30:37","FALSE","801250070318514176","801251576665014272","3544487833","Twitter for BlackBerry�","HemantRitu7","1","FALSE","FALSE" +"5005","5005","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 02:29:18","FALSE",NA,"801251249001758720",NA,"Twitter for Android","mdisrafil095","132","TRUE","FALSE" +"5006","5006","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:28:49","FALSE",NA,"801251123407519744",NA,"Twitter for Android","shahpareshjain","960","TRUE","FALSE" +"5007","5007","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:28:15","FALSE",NA,"801250981124001792",NA,"Twitter for Android","dsratnar791","960","TRUE","FALSE" +"5008","5008","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:27:54","FALSE",NA,"801250895942057984",NA,"Twitter for Android","YesIamSaffron","960","TRUE","FALSE" +"5009","5009","RT @pavanaja: A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","0",NA,"2016-11-23 02:27:19","FALSE",NA,"801250746826039296",NA,"Twitter for Android","prasabs","5","TRUE","FALSE" +"5010","5010","Prices of real estate near recalibrated ATMs have apparently shot up in India. #Demonetization ","FALSE","0",NA,"2016-11-23 02:26:52","FALSE",NA,"801250636457091072",NA,"Twitter for iPhone","BhaskarPG","0","FALSE","FALSE" +"5011","5011","After #Demonetization PM@narendramodi Ji's Minister Publically advised the people to set-up such type of Industry https://t.co/rzaw8NCstS","FALSE","0","HemantRitu7","2016-11-23 02:24:37","FALSE","801248646654291968","801250070318514176","3544487833","Twitter for BlackBerry�","HemantRitu7","0","FALSE","FALSE" +"5012","5012","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-23 02:24:34","FALSE",NA,"801250054413553664",NA,"Twitter for Android","sainath_kits","897","TRUE","FALSE" +"5013","5013","RT @SreeIyer1: #Demonetization The co-operative banking sector in Kerala is as good as a tax haven. Is Kerala a Black Money HQ? https://t.c�","FALSE","0",NA,"2016-11-23 02:22:42","FALSE",NA,"801249587306569728",NA,"Twitter for iPad","prabhoopatel","8","TRUE","FALSE" +"5014","5014","RT @SreeIyer1: #Demonetization Should India embrace e-Wallets? What is an e-Wallet? https://t.co/eseTV1lGYp @Swamy39 @AShetty84 @MRVChenna�","FALSE","0",NA,"2016-11-23 02:21:44","FALSE",NA,"801249341209972736",NA,"Twitter for iPad","prabhoopatel","3","TRUE","FALSE" +"5015","5015","RT @SreeIyer1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/92gaP�","FALSE","0",NA,"2016-11-23 02:21:02","FALSE",NA,"801249165418209280",NA,"Twitter for Android","baburajvarma","4","TRUE","FALSE" +"5016","5016","RT @SreeIyer1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/92gaP�","FALSE","0",NA,"2016-11-23 02:20:59","FALSE",NA,"801249155746295808",NA,"Twitter for iPad","prabhoopatel","4","TRUE","FALSE" +"5017","5017","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-23 02:20:56","FALSE",NA,"801249139971346432",NA,"Twitter for Android","mahi_2709","40","TRUE","FALSE" +"5018","5018","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 02:20:40","FALSE",NA,"801249074980622336",NA,"Twitter for Android","thecableguy201","120","TRUE","FALSE" +"5019","5019","RT @pavanaja: A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","0",NA,"2016-11-23 02:20:13","FALSE",NA,"801248961562492928",NA,"Twitter for Android","_harishl","5","TRUE","FALSE" +"5020","5020","RT @kanikacart: We are used to of #demonetization in Russia, we've been robbed by our government every several years https://t.co/Y1GTtMTHpy","FALSE","0",NA,"2016-11-23 02:20:04","FALSE",NA,"801248925474664448",NA,"Twitter Web Client","Karnikakahen","5","TRUE","FALSE" +"5021","5021","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 02:19:55","FALSE",NA,"801248884991414272",NA,"Twitter for Android","dabral_chand","132","TRUE","FALSE" +"5022","5022","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-23 02:19:51","FALSE",NA,"801248870915153920",NA,"Twitter for Android","___JCS","960","TRUE","FALSE" +"5023","5023","RT @iSKatiyar: Will @ArvindKejriwal apologize to the Nation for spreading rumors about #Demonetization? @TajinderBagga @ippatel +https://t.�","FALSE","0",NA,"2016-11-23 02:19:12","FALSE",NA,"801248703302352896",NA,"Twitter for iPhone","HHeeraram","30","TRUE","FALSE" +"5024","5024","RT @rishibagree: More than 700 Fish Vendors across Kolkata have started using e-wallets. +Before #demonetization this number was zero .. Thi�","FALSE","0",NA,"2016-11-23 02:19:10","FALSE",NA,"801248697145180160",NA,"Twitter for Android","richardtravels","947","TRUE","FALSE" +"5025","5025","New industry set-up after #Demonetization converting BlackMoney into White. Purpose already frustrated https://t.co/YVoVPTfS7R","FALSE","0",NA,"2016-11-23 02:18:58","FALSE",NA,"801248646654291968",NA,"Twitter for BlackBerry�","HemantRitu7","1","FALSE","FALSE" +"5026","5026","RT @karamjitrintu: Must see the inside details of the biggest scam in the history of independent India. #demonetization @INCIndia @punjabpc�","FALSE","0",NA,"2016-11-23 02:18:29","FALSE",NA,"801248523933061120",NA,"Twitter for Android","RanjitY64774415","55","TRUE","FALSE" +"5027","5027","Are you agree with #Demonetization #NoteBandi","FALSE","0",NA,"2016-11-23 02:18:22","FALSE",NA,"801248497513086976",NA,"Twitter for Android","iamkgupta","0","FALSE","FALSE" +"5028","5028","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-23 02:17:09","FALSE",NA,"801248188749344768",NA,"Twitter for Android","pragya_bhushan","40","TRUE","FALSE" +"5029","5029","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-23 02:16:30","FALSE",NA,"801248026341744640",NA,"Twitter for Android","pragya_bhushan","132","TRUE","FALSE" +"5030","5030","RT @iSKatiyar: Will @ArvindKejriwal apologize to the Nation for spreading rumors about #Demonetization? @TajinderBagga @ippatel +https://t.�","FALSE","0",NA,"2016-11-23 02:16:17","FALSE",NA,"801247971811553280",NA,"Twitter for Android","pragya_bhushan","30","TRUE","FALSE" +"5031","5031","From #Reuters - Fitch's view on demonetization and its impact on credit profiles #Fitch #demonetization #India https://t.co/Iw1NrM5y5z","FALSE","0",NA,"2016-11-23 02:16:07","FALSE",NA,"801247929566687232",NA,"LinkedIn","benabbate","0","FALSE","FALSE" +"5032","5032","#Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black� https://t.co/muuys4T3H1","FALSE","20",NA,"2016-11-23 02:15:48","TRUE",NA,"801247848226377728",NA,"Twitter for Android","pragya_bhushan","14","FALSE","FALSE" +"5033","5033","India Just made a big mistake with its currency ban: Former US treasury secretary +#Demonetization +https://t.co/ImraofIBNx","FALSE","0",NA,"2016-11-23 02:15:38","FALSE",NA,"801247809781411840",NA,"Twitter Web Client","shuvankr","1","FALSE","FALSE" +"5034","5034","A request -instead of tweeting & posting negative abt #demonetization, pl post/tweet abt working ATMs, Banks in ur locality","FALSE","8",NA,"2016-11-23 02:15:37","FALSE",NA,"801247804324618240",NA,"TweetCaster for Android","pavanaja","5","FALSE","FALSE" +"5035","5035","I m with india #Demonetization","FALSE","0",NA,"2016-11-23 02:14:37","FALSE",NA,"801247551324188672",NA,"Twitter for Android","bharti17979","0","FALSE","FALSE" +"5036","5036","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 02:13:52","FALSE",NA,"801247364379877376",NA,"Twitter for Android","satyanshukla","123","TRUE","FALSE" +"5037","5037","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-23 02:11:23","FALSE",NA,"801246737184608256",NA,"Twitter Web Client","amitksrawat","520","TRUE","FALSE" +"5038","5038","Honest ppl r not suffering cos of #demonetization .. Thy r suffering cos of poor fund circulation.","FALSE","4",NA,"2016-11-23 02:07:09","FALSE",NA,"801245672536031232",NA,"Twitter for Android","SGGeet","3","FALSE","FALSE" +"5039","5039","L. Summers: big notes in rich countries should be abolished..but banning notes in India was foolish #demonetization https://t.co/aTKPjM4tzJ","FALSE","0",NA,"2016-11-23 02:04:38","FALSE",NA,"801245039099871232",NA,"Twitter Web Client","fspohr","0","FALSE","FALSE" +"5040","5040","RT @CNNnews18: PM Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi app. https://t.co/lF2x�","FALSE","0",NA,"2016-11-23 02:04:05","FALSE",NA,"801244900507389952",NA,"Twitter for Android","Dhankdhindhan","25","TRUE","FALSE" +"5041","5041","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 02:02:52","FALSE",NA,"801244596655140864",NA,"Mobile Web (M5)","manojtirkey","38","TRUE","FALSE" +"5042","5042","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-23 02:02:40","FALSE",NA,"801244542800306176",NA,"Twitter for Android","anuraganuj","44","TRUE","FALSE" +"5043","5043","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 02:01:43","FALSE",NA,"801244305545371648",NA,"Twitter for Android","raghump10","123","TRUE","FALSE" +"5044","5044","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-23 02:01:11","FALSE",NA,"801244170425929728",NA,"Twitter for iPhone","NaagaSathya","40","TRUE","FALSE" +"5045","5045","RT @MinhazMerchant: Is #demonetization a gamechanging eco reform that'll hit terror funding, fake notes & black economy?","FALSE","0",NA,"2016-11-23 02:00:11","FALSE",NA,"801243918700609536",NA,"Twitter for Android","SonaChele1","321","TRUE","FALSE" +"5046","5046","RT @MinhazMerchant: SC petition says #demonetization illegal without due process. Even launderers & hoarders apparently need fair notice ht�","FALSE","0",NA,"2016-11-23 01:59:53","FALSE",NA,"801243844817715200",NA,"Twitter for Android","DharmaYuddha","316","TRUE","FALSE" +"5047","5047","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-23 01:59:45","FALSE",NA,"801243810009268224",NA,"Twitter for Android","DharmaYuddha","1057","TRUE","FALSE" +"5048","5048","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:59:32","FALSE",NA,"801243754472407040",NA,"Twitter for Android","luckmankhan39","954","TRUE","FALSE" +"5049","5049","RT @s_manjari: And the crowd is back in the Market!! #Demonetization https://t.co/zezcgQvAEs","FALSE","0",NA,"2016-11-23 01:59:22","FALSE",NA,"801243712458256384",NA,"Twitter for Android","TripathiTweet28","22","TRUE","FALSE" +"5050","5050","RT @MinhazMerchant: Is #demonetization a gamechanging eco reform that'll hit terror funding, fake notes & black economy?","FALSE","0",NA,"2016-11-23 01:59:16","FALSE",NA,"801243687866929152",NA,"Twitter for Android","DharmaYuddha","321","TRUE","FALSE" +"5051","5051","RT @MinhazMerchant: Yes, the author touches upon an angle most of us missed: Kejriwal has been damaged by #demonetization not just financia�","FALSE","0",NA,"2016-11-23 01:59:08","FALSE",NA,"801243655491100672",NA,"Twitter for Android","DharmaYuddha","357","TRUE","FALSE" +"5052","5052","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-23 01:58:28","FALSE",NA,"801243486104088576",NA,"Twitter for Android","DharmaYuddha","1030","TRUE","FALSE" +"5053","5053","RT @MinhazMerchant: Bill Gates joins global & Indian business leaders backing #demonetization https://t.co/tR4QDWIKyc","FALSE","0",NA,"2016-11-23 01:57:55","FALSE",NA,"801243348245712896",NA,"Twitter for Android","DharmaYuddha","462","TRUE","FALSE" +"5054","5054","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 01:57:30","FALSE",NA,"801243244130488320",NA,"Twitter Web Client","shuvankr","38","TRUE","FALSE" +"5055","5055","RT @karamjitrintu: Must see the inside details of the biggest scam in the history of independent India. #demonetization @INCIndia @punjabpc�","FALSE","0",NA,"2016-11-23 01:57:05","FALSE",NA,"801243139327434752",NA,"Twitter for Android","singhpawanveer","55","TRUE","FALSE" +"5056","5056","RT @omjakhar: Effects of #demonetization +#DeMonetisationResponse #Demonetizationeffect +#DeMonetisation +#DeMonetisationResponse https://t�","FALSE","0",NA,"2016-11-23 01:57:02","FALSE",NA,"801243127818358784",NA,"Twitter Web Client","RKM0907","1","TRUE","FALSE" +"5057","5057","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 01:56:57","FALSE",NA,"801243105164828672",NA,"Twitter Web Client","Memeghnad","38","TRUE","FALSE" +"5058","5058","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-23 01:56:45","FALSE",NA,"801243054577303552",NA,"Twitter for Android","gupta1587","21","TRUE","FALSE" +"5059","5059","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 01:56:40","FALSE",NA,"801243033039605760",NA,"Twitter Web Client","Stupidosaur","38","TRUE","FALSE" +"5060","5060","RT @peter_vas: #Demonetization is a great leveler; The quota that mushroomed for wealthy in the light of the caste quota that took away, ha�","FALSE","0",NA,"2016-11-23 01:56:31","FALSE",NA,"801242995299225600",NA,"Twitter for Android","indiradpk0","3","TRUE","FALSE" +"5061","5061","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:56:21","FALSE",NA,"801242956376068096",NA,"Twitter for Android","Rohitrb1983","954","TRUE","FALSE" +"5062","5062","There seems to be a sudden surge post #Demonetization https://t.co/m1kW54CgQ2","FALSE","1",NA,"2016-11-23 01:55:19","FALSE",NA,"801242694286655488",NA,"Twitter for Windows Phone","SwamiGeetika","0","FALSE","FALSE" +"5063","5063","@Visa @Mastercard @AskRuPay pls help #demonetization by waive off transaction fee","FALSE","0","Visa","2016-11-23 01:54:50","FALSE",NA,"801242574585368576","551373363","Twitter for iPhone","prakash_pc","0","FALSE","FALSE" +"5064","5064","RT @Amit_Diwakar_IN: All laws through ordin. Land,MCI & #demonetization why? we need parliament.","FALSE","0",NA,"2016-11-23 01:54:11","FALSE",NA,"801242411049644032",NA,"Mobile Web (M5)","rprashant3","1","TRUE","FALSE" +"5065","5065","RT @Amit_Diwakar_IN: @ArvindKejriwal , adani & ambani to modi : how ur banks can give money +Modi: don't worry #demonetization u will get m�","FALSE","0",NA,"2016-11-23 01:54:08","FALSE",NA,"801242397355151360",NA,"Mobile Web (M5)","rprashant3","1","TRUE","FALSE" +"5066","5066","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:53:57","FALSE",NA,"801242349665820672",NA,"Twitter for Android","saini28","954","TRUE","FALSE" +"5067","5067","RT @darjeelingtimes: #Demonetization Effect: 222 Naxals Surrender in Odisha https://t.co/KdKgI3GkpR","FALSE","0",NA,"2016-11-23 01:53:18","FALSE",NA,"801242188940120064",NA,"Twitter for Android","chettri_prem","1","TRUE","FALSE" +"5068","5068","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-23 01:52:49","FALSE",NA,"801242065816330240",NA,"Twitter Web Client","c0sm0gyral","38","TRUE","FALSE" +"5069","5069","RT @AnkitLal: Full video of @ArvindKejriwal's interaction with people on #DeMonetization being a scam of 8 lakh crore rupees. + +https://t.co�","FALSE","0",NA,"2016-11-23 01:51:57","FALSE",NA,"801241848954191872",NA,"Twitter for Android","ParagPatelPower","473","TRUE","FALSE" +"5070","5070","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 01:51:17","FALSE",NA,"801241678828843008",NA,"Twitter for Android","amms28","132","TRUE","FALSE" +"5071","5071","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 01:50:36","FALSE",NA,"801241508947103744",NA,"Twitter for Android","LYCKUSHINAGAR","331","TRUE","FALSE" +"5072","5072","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 01:50:13","FALSE",NA,"801241409596559360",NA,"Twitter for Android","priyankar_","7","TRUE","FALSE" +"5073","5073","RT @spati2012: Steps taken by Modi government to improve public convenience on #Demonetization https://t.co/CbrxWlcDKJ","FALSE","0",NA,"2016-11-23 01:49:39","FALSE",NA,"801241270316216320",NA,"Twitter Web Client","punjabimodern1","40","TRUE","FALSE" +"5074","5074","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 01:48:14","FALSE",NA,"801240911531212800",NA,"Twitter for Android","girish663","331","TRUE","FALSE" +"5075","5075","@djunnarkar74 @sanjaynirupam @Shehzad_Ind @Myth_busterz Argument that terror funding will stop after #demonetization ; is baseless.","FALSE","0","djunnarkar74","2016-11-23 01:48:12","FALSE","800970806297698304","801240905629843456","2214008232","Twitter for Android","BansodSada","0","FALSE","FALSE" +"5076","5076","RT @ashokism: .@PMOIndia Reduce & rationalise taxes. #TaxTerrorism should be stopped with #demonetization @Abhishek_Patni @navneetanand @dn�","FALSE","0",NA,"2016-11-23 01:47:30","FALSE",NA,"801240726038118400",NA,"Twitter for Android","ashokism","2","TRUE","FALSE" +"5077","5077","Ab Saadi Card is also valid to withdraw money....#DeshBadalrhahai #Demonetization","FALSE","0",NA,"2016-11-23 01:46:52","FALSE",NA,"801240568453992448",NA,"Twitter for Android","PrashantMind","0","FALSE","FALSE" +"5078","5078","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:46:33","FALSE",NA,"801240488980414464",NA,"Twitter for iPhone","physiomanjeet","954","TRUE","FALSE" +"5079","5079",".@PreetiSMenon Can you first explain the #demonetization deaths?","FALSE","0","PreetiSMenon","2016-11-23 01:46:18","FALSE","801239360297283584","801240425084440576","988858957","Twitter for Android","_HazirJawab","0","FALSE","FALSE" +"5080","5080","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 01:45:56","FALSE",NA,"801240334831415296",NA,"Twitter for iPhone","nirajkrai","123","TRUE","FALSE" +"5081","5081","Now my bank sends me propaganda emails on why #demonetization is good. I am scared, very scared!","FALSE","0",NA,"2016-11-23 01:45:56","FALSE",NA,"801240331907805184",NA,"Twitter for Android","zainabbawa","0","FALSE","FALSE" +"5082","5082","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-23 01:45:55","FALSE",NA,"801240328246169600",NA,"Twitter for Android","VidyaranyaKs","105","TRUE","FALSE" +"5083","5083","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 01:43:25","FALSE",NA,"801239698744061952",NA,"Twitter Web Client","c0sm0gyral","331","TRUE","FALSE" +"5084","5084","RT @moonsez: One good thing of #demonetization is that you can't throw money at all your problems.","FALSE","0",NA,"2016-11-23 01:43:20","FALSE",NA,"801239680419176448",NA,"Twitter for Android","BrabieGiri","3","TRUE","FALSE" +"5085","5085","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-23 01:41:42","FALSE",NA,"801239270178459648",NA,"Twitter for Android","sunilds4444","53","TRUE","FALSE" +"5086","5086","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-23 01:41:41","FALSE",NA,"801239264382091264",NA,"TwixxyBot","CurrentTechFeed","24","TRUE","FALSE" +"5087","5087","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-23 01:41:09","FALSE",NA,"801239130038476800",NA,"Twitter for Android","amits89","24","TRUE","FALSE" +"5088","5088","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-23 01:39:32","FALSE",NA,"801238721769144320",NA,"Twitter for Android","Narinder850","9","TRUE","FALSE" +"5089","5089","RT @peter_vas: #Demonetization is a great leveler; The quota that mushroomed for wealthy in the light of the caste quota that took away, ha�","FALSE","0",NA,"2016-11-23 01:39:26","FALSE",NA,"801238698553643008",NA,"Twitter for Android","prashsaralaya","3","TRUE","FALSE" +"5090","5090","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 01:39:05","FALSE",NA,"801238609558786048",NA,"Twitter for iPad","visaradah","471","TRUE","FALSE" +"5091","5091","@RBI also owes to tell India +Though it called it #Demonetization +How much actually was +#Remonetized - old to new +#Demonetized +#Tax recd","FALSE","0","RBI","2016-11-23 01:37:09","FALSE",NA,"801238123480944640","478432912","Twitter for iPhone","gandhi_pv_TQA","0","FALSE","FALSE" +"5092","5092","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 01:35:06","FALSE",NA,"801237608248397824",NA,"Twitter for Android","VidyaranyaKs","19","TRUE","FALSE" +"5093","5093","Govt shud start giving free grocery for poor without work due to #Demonetization @ places like BigBazaar etc @PMOIndia @arunjaitley Help no?","FALSE","0",NA,"2016-11-23 01:34:34","FALSE",NA,"801237471996575744",NA,"Twitter for Android","vjshankar","0","FALSE","FALSE" +"5094","5094","RT @SreeIyer1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/92gaP�","FALSE","0",NA,"2016-11-23 01:31:55","FALSE",NA,"801236807723536384",NA,"Twitter for Android","A31X64Vijay","4","TRUE","FALSE" +"5095","5095","Now when queues r shrinking, Govt should ensure dat benefits of available bank deposits reaches the common men at earliest #Demonetization","FALSE","2",NA,"2016-11-23 01:31:12","FALSE",NA,"801236626873516032",NA,"Twitter for Android","saxenask352","1","FALSE","FALSE" +"5096","5096","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 01:30:58","FALSE",NA,"801236568203636736",NA,"Twitter Web Client","dennism___","120","TRUE","FALSE" +"5097","5097","Scenes from SBI Indira Nagar branch Lucknow...#respect #demonetization https://t.co/63xKcTO3Ws","FALSE","0",NA,"2016-11-23 01:30:58","FALSE",NA,"801236566983086080",NA,"Facebook","Bharat_Untold","0","FALSE","FALSE" +"5098","5098","#Toon -Winter Session +(#Modi #BJP #India #ModiFightsCorruption #demonetization #BlackMoney #noteban ) Link- https://t.co/qJb1If4oeS","FALSE","0",NA,"2016-11-23 01:30:50","FALSE",NA,"801236531616903168",NA,"Facebook","SJVatsal","0","FALSE","FALSE" +"5099","5099","RT @TheDarjChron: #Demonetization #NorthEast Reaction: #Darjeeling small businessman has a message to opposition parties- Help the Govt ins�","FALSE","0",NA,"2016-11-23 01:30:48","FALSE",NA,"801236526638256128",NA,"Twitter for iPhone","YashJourno_","550","TRUE","FALSE" +"5100","5100","RT @ls2008: Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move C-Voter Big Bazaar�","FALSE","0",NA,"2016-11-23 01:30:35","FALSE",NA,"801236471495753728",NA,"Twitter for Android","Dhriyamana","1","TRUE","FALSE" +"5101","5101","RT @SunilSinghBJP: If anyone is giving feedback that no impact of #demonetization on business and people they r highly misreporting,busines�","FALSE","0",NA,"2016-11-23 01:30:31","FALSE",NA,"801236455037104128",NA,"Twitter Web Client","everG3","2","TRUE","FALSE" +"5102","5102","#Demonetization Effect: 222 Naxals Surrender in Odisha https://t.co/KdKgI3GkpR","FALSE","0",NA,"2016-11-23 01:30:20","FALSE",NA,"801236408115531776",NA,"Facebook","darjeelingtimes","1","FALSE","FALSE" +"5103","5103","Thorough and balanced explanation on the #Demonetization effort happening in India as a crusade against black money https://t.co/IP9Fq6UP5i","FALSE","3",NA,"2016-11-23 01:29:59","FALSE",NA,"801236321024888832",NA,"Twitter for iPhone","sravish","0","FALSE","FALSE" +"5104","5104","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 01:29:20","FALSE",NA,"801236156117417984",NA,"Twitter for Android","VidyaranyaKs","23","TRUE","FALSE" +"5105","5105","@Swamy39 +The Good News: #Demonetization Spurs Behaviour Changes We All Hoped To See https://t.co/dc4bh4esG9 v","FALSE","1","Swamy39","2016-11-23 01:28:20","FALSE",NA,"801235903624704000","60937837","Twitter for Android","TruthRoars","1","FALSE","FALSE" +"5106","5106","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:27:39","FALSE",NA,"801235730840199168",NA,"Twitter for iPhone","seemadwivedi5","954","TRUE","FALSE" +"5107","5107","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-23 01:27:02","FALSE",NA,"801235578691817472",NA,"Twitter Web Client","c0sm0gyral","48","TRUE","FALSE" +"5108","5108","RT @RealZaidHamid_: #DemonetizationMythsBusted +Anyone dying within 20 km radius of bank is coz of #Demonetization and Modi is directly resp�","FALSE","0",NA,"2016-11-23 01:26:43","FALSE",NA,"801235496726831104",NA,"Twitter for Android","AnandShubhendu","68","TRUE","FALSE" +"5109","5109","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 01:25:40","FALSE",NA,"801235233328730112",NA,"Twitter for Android","skti1988","331","TRUE","FALSE" +"5110","5110","@minimathur . Our money is safe in bank, but balance is low and it's value will increase in few days. #demonetization","FALSE","0","minimathur","2016-11-23 01:25:17","FALSE","801025520070774784","801235137895731200","58761257","Twitter for Android","_champakbhumiya","0","FALSE","FALSE" +"5111","5111","RT @Anand_SolKnight: When tied with Aadhaar, this is a big recipe for an Orwellian state. #demonetization #DestroyTheAadhaar #Aadhaar https�","FALSE","0",NA,"2016-11-23 01:25:01","FALSE",NA,"801235067846569984",NA,"Twitter Web Client","Stupidosaur","8","TRUE","FALSE" +"5112","5112","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:23:10","FALSE",NA,"801234602903867392",NA,"Twitter for Android","parwez1","954","TRUE","FALSE" +"5113","5113","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:20:03","FALSE",NA,"801233819571523584",NA,"Twitter for Android","ARRAHMA61722320","954","TRUE","FALSE" +"5114","5114","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 01:19:40","FALSE",NA,"801233723953774592",NA,"Twitter for Android","TRavi_Chandra","120","TRUE","FALSE" +"5115","5115","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 01:19:29","FALSE",NA,"801233678953086976",NA,"Twitter for Android","mnakthar","132","TRUE","FALSE" +"5116","5116","RT @karamjitrintu: Must see the inside details of the biggest scam in the history of independent India. #demonetization @INCIndia @punjabpc�","FALSE","0",NA,"2016-11-23 01:19:02","FALSE",NA,"801233563643363328",NA,"Twitter for Android","rkcas28","55","TRUE","FALSE" +"5117","5117","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:19:00","FALSE",NA,"801233555158245376",NA,"Twitter for iPhone","Ashish60324466","954","TRUE","FALSE" +"5118","5118","RT @Gitanjali_DS: This is why she is protesting #demonetization... +#MamtaBanerjee https://t.co/yv7OUOVcxB","FALSE","0",NA,"2016-11-23 01:17:53","FALSE",NA,"801233272470585344",NA,"Twitter for Windows Phone","AbhijitWadhi","8","TRUE","FALSE" +"5119","5119","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-23 01:17:42","FALSE",NA,"801233228723929088",NA,"Twitter for Android","imanojyadav","526","TRUE","FALSE" +"5120","5120","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 01:17:03","FALSE",NA,"801233065699745792",NA,"Twitter for Android","KRIRIS3322","7","TRUE","FALSE" +"5121","5121","RT @RoflTeja: Government #Demonetization Process https://t.co/0k5BXAvmy7","FALSE","0",NA,"2016-11-23 01:15:56","FALSE",NA,"801232783733452800",NA,"Twitter for Android","AAP_Revolution_","36","TRUE","FALSE" +"5122","5122","CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/92gaP8r5np","FALSE","0",NA,"2016-11-23 01:15:13","FALSE",NA,"801232601939722240",NA,"Hootsuite","SreeIyer1","4","FALSE","FALSE" +"5123","5123","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:12:37","FALSE",NA,"801231948177960960",NA,"Twitter for Android","deepak5987","954","TRUE","FALSE" +"5124","5124","#Demonetization is a great leveler; The quota that mushroomed for wealthy in the light of the caste quota that took away, has been flattened","FALSE","2","peter_vas","2016-11-23 01:11:25","FALSE","801022239902605312","801231648394072064","31102143","Twitter for iPhone","peter_vas","3","FALSE","FALSE" +"5125","5125","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 01:10:38","FALSE",NA,"801231451446358016",NA,"Twitter for Windows Phone","MahabeerR","7","TRUE","FALSE" +"5126","5126","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-23 01:10:38","FALSE",NA,"801231448195743744",NA,"Twitter for Android","kiranin","526","TRUE","FALSE" +"5127","5127","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:09:51","FALSE",NA,"801231252447789056",NA,"Twitter Web Client","bubbliabha","954","TRUE","FALSE" +"5128","5128","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 01:08:59","FALSE",NA,"801231036327694336",NA,"Twitter for iPhone","pradeep4AAP","132","TRUE","FALSE" +"5129","5129","Modi's masterstroke #demonetization may lead a 1 % decline in GDP over next 1 year period. +https://t.co/as3aBk7pcS","FALSE","0",NA,"2016-11-23 01:08:18","FALSE",NA,"801230863925002240",NA,"Twitter for Android","bhuwanmpandey","0","FALSE","FALSE" +"5130","5130","Will #demonetization Rs 1000 & Rs 500 notes curb corruption?","FALSE","1",NA,"2016-11-23 01:08:17","FALSE",NA,"801230859063828480",NA,"Twitter Web Client","NamdevAnjana","0","FALSE","FALSE" +"5131","5131","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:08:13","FALSE",NA,"801230841946869760",NA,"Twitter for Android","Rmalik73","954","TRUE","FALSE" +"5132","5132","RT @ShipraSuri: Sensible and eloquent as usual: Jean Dreze on Modi's #DeMonetization policy. Do read. https://t.co/AiXdLH8ctL","FALSE","0",NA,"2016-11-23 01:07:01","FALSE",NA,"801230538006622208",NA,"Twitter for Android","HarishCNarang1","1","TRUE","FALSE" +"5133","5133","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 01:05:45","FALSE",NA,"801230220611043328",NA,"Twitter for Android","SukhiiM","331","TRUE","FALSE" +"5134","5134","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-23 01:04:46","FALSE",NA,"801229972060782592",NA,"Twitter for Android","kamaaaa6","147","TRUE","FALSE" +"5135","5135","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-23 01:04:36","FALSE",NA,"801229932487737344",NA,"Twitter for iPhone","Shahzadadeindia","132","TRUE","FALSE" +"5136","5136","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-23 01:01:51","FALSE",NA,"801229241589207040",NA,"Twitter for iPhone","draksbond","27","TRUE","FALSE" +"5137","5137","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 01:01:42","FALSE",NA,"801229201789419520",NA,"Twitter for Android","mynk","954","TRUE","FALSE" +"5138","5138","RT @nachikethass: Yes, this thread - to all #bhakts. #DeMonetisation #demonetization https://t.co/C8Yj5F1dbd","FALSE","0",NA,"2016-11-23 01:00:25","FALSE",NA,"801228880635785216",NA,"Twitter for Android","kamaaaa6","1","TRUE","FALSE" +"5139","5139","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 00:59:48","FALSE",NA,"801228723731230720",NA,"Mobile Web (M5)","adityas24663581","7","TRUE","FALSE" +"5140","5140","RT @AmarKrishnaJha: Modi's #DeMonetization was actually a strategy to bring whole of India on-line (ATM/Banks) #DigitalIndia","FALSE","0",NA,"2016-11-23 00:58:59","FALSE",NA,"801228519015518208",NA,"Twitter for Android","JustJuning","2","TRUE","FALSE" +"5141","5141","RT @Brain_Humor: @AmitShah 56 innocent people have been died so far due to #demonetization , is this matter of joy and pride Shah ji ?","FALSE","0",NA,"2016-11-23 00:58:55","FALSE",NA,"801228501357654016",NA,"Twitter for iPhone","jasmvk","3","TRUE","FALSE" +"5142","5142","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-23 00:58:14","FALSE",NA,"801228331194744832",NA,"Twitter for Android","amitdeshwal77","21","TRUE","FALSE" +"5143","5143","#demonetization @narendramodi Honest people supporting the move...corrupt and politically motivated peeved. + https://t.co/l9o9vya9vf","FALSE","0",NA,"2016-11-23 00:58:06","FALSE",NA,"801228294351785984",NA,"Twitter for Android","ranjan_wadhwa","0","FALSE","FALSE" +"5144","5144","The latest SUSHIL PANDIT ! https://t.co/LqjivbAr6K Thanks to @Pooja_Gupta @AdityaRajKaul #aleppo #demonetization","FALSE","0",NA,"2016-11-23 00:57:33","FALSE",NA,"801228159253245952",NA,"Paper.li","panditsushil203","0","FALSE","FALSE" +"5145","5145","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-23 00:57:29","FALSE",NA,"801228140928303104",NA,"Twitter for Android","SAMI_hadyh","25","TRUE","FALSE" +"5146","5146","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-23 00:56:15","FALSE",NA,"801227830197624832",NA,"Twitter for Android","raja1260","23","TRUE","FALSE" +"5147","5147","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 00:56:04","FALSE",NA,"801227784400076800",NA,"Twitter for Android","azaharg","954","TRUE","FALSE" +"5148","5148","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 00:55:56","FALSE",NA,"801227751432679424",NA,"Twitter for Android","manita_kapoor","120","TRUE","FALSE" +"5149","5149","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 00:55:26","FALSE",NA,"801227623988764672",NA,"Twitter for Android","ersakthivel1","7","TRUE","FALSE" +"5150","5150","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-23 00:55:14","FALSE",NA,"801227574558851072",NA,"Twitter for Android","HAShankaranaray","25","TRUE","FALSE" +"5151","5151","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-23 00:54:15","FALSE",NA,"801227327824764928",NA,"Twitter for Android","DDSez","25","TRUE","FALSE" +"5152","5152","The middle class support for #demonetization has more to do with unfairness of tax collection rather than rightness of tax by itself.","FALSE","0",NA,"2016-11-23 00:50:06","FALSE",NA,"801226281358503936",NA,"Twitter for Android","mspradeep","0","FALSE","FALSE" +"5153","5153","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 00:49:45","FALSE",NA,"801226196423876608",NA,"Twitter for Android","balkararn1","954","TRUE","FALSE" +"5154","5154","#demonetization - https://t.co/6EGHzXTmGN Nine questions NaMo does not ask in his app survey on demonetization- The New Indian Express","FALSE","0",NA,"2016-11-23 00:48:36","FALSE",NA,"801225906870165504",NA,"Twitter Web Client","begizutucok","0","FALSE","FALSE" +"5155","5155","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 00:48:35","FALSE",NA,"801225902466076672",NA,"Twitter for Android","DDSez","120","TRUE","FALSE" +"5156","5156","#demonetization - https://t.co/hg8sAztbKI India demonetization news: Expect short-term pain analysts say as growth expected to take a h","FALSE","0",NA,"2016-11-23 00:48:16","FALSE",NA,"801225822031974400",NA,"Twitter Web Client","wimynopib","0","FALSE","FALSE" +"5157","5157","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 00:48:08","FALSE",NA,"801225789370929152",NA,"Twitter for Android","AapKiAawaaz","954","TRUE","FALSE" +"5158","5158","#demonetization - https://t.co/Rn4Af4nnuC Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 00:48:07","FALSE",NA,"801225781410050048",NA,"Twitter Web Client","duhyzihysuc","0","FALSE","FALSE" +"5159","5159","#demonetization - https://t.co/a2lMOi2K17 Demonetization ka side effect: Illegal opium trade in West Bengal's Malda goes up in smoke","FALSE","0",NA,"2016-11-23 00:48:06","FALSE",NA,"801225778507567104",NA,"Twitter Web Client","radosuzaga","0","FALSE","FALSE" +"5160","5160","#demonetization - https://t.co/kSSQVz8VJp Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 00:48:05","FALSE",NA,"801225773516353536",NA,"Twitter Web Client","latelomus","0","FALSE","FALSE" +"5161","5161","#demonetization - https://t.co/sF0b9x0Y9q India demonetization news: Expect short-term pain analysts say as growth expected to take a hit","FALSE","0",NA,"2016-11-23 00:48:04","FALSE",NA,"801225772916703232",NA,"Twitter Web Client","gylikyzahef","0","FALSE","FALSE" +"5162","5162","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 00:47:54","FALSE",NA,"801225728905904128",NA,"Twitter for Android","jk_coolguy","331","TRUE","FALSE" +"5163","5163","#demonetization - https://t.co/wri1Q5cr7J Nine questions NaMo does not ask in his app survey on demonetization- The New Indian Express","FALSE","0",NA,"2016-11-23 00:47:36","FALSE",NA,"801225655157399552",NA,"Twitter Web Client","kusajudifivav","0","FALSE","FALSE" +"5164","5164","#demonetization - https://t.co/cigB3Lwrjb Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 00:47:34","FALSE",NA,"801225644323409920",NA,"Twitter Web Client","leliwiligagy","0","FALSE","FALSE" +"5165","5165","#demonetization - https://t.co/fI7sA0qwVx India demonetization news: Expect short-term pain analysts say as growth expected to take a hit","FALSE","0",NA,"2016-11-23 00:47:34","FALSE",NA,"801225643295842304",NA,"Twitter Web Client","kigakowuwiqas","0","FALSE","FALSE" +"5166","5166","#demonetization - https://t.co/zut2n5MOJV India demonetization news: Expect short-term pain analysts say as growth expected to take a h","FALSE","0",NA,"2016-11-23 00:47:34","FALSE",NA,"801225643165745152",NA,"Twitter Web Client","pohebyponalu","0","FALSE","FALSE" +"5167","5167","#demonetization - https://t.co/v5agPz74Fu Demonetization ka side effect: Illegal opium trade in West Bengal's Malda goes up in smoke","FALSE","0",NA,"2016-11-23 00:47:02","FALSE",NA,"801225510747414528",NA,"Twitter Web Client","qyqekojejoh","0","FALSE","FALSE" +"5168","5168","#demonetization - https://t.co/ceht1T8QyZ Nine questions NaMo does not ask in his app survey on demonetization- The New Indian Express","FALSE","0",NA,"2016-11-23 00:47:02","FALSE",NA,"801225509577179136",NA,"Twitter Web Client","mimesufyzyg","0","FALSE","FALSE" +"5169","5169","#demonetization - https://t.co/qKrwYYlWWD Demonetization ka side effect: Illegal opium trade in West Bengal's Malda goes up in smoke","FALSE","0",NA,"2016-11-23 00:47:00","FALSE",NA,"801225503051018240",NA,"Twitter Web Client","sosubezyl","0","FALSE","FALSE" +"5170","5170","#demonetization - https://t.co/Ayitp5vTgI Nine questions NaMo does not ask in his app survey on demonetization- The New Indian Express","FALSE","0",NA,"2016-11-23 00:47:00","FALSE",NA,"801225503008903168",NA,"Twitter Web Client","cohebevanasyd","0","FALSE","FALSE" +"5171","5171","#demonetization - https://t.co/8oZc20WPnm Demonetization ka side effect: Illegal opium trade in West Bengal's Malda goes up in smoke","FALSE","0",NA,"2016-11-23 00:46:30","FALSE",NA,"801225376168980480",NA,"Twitter Web Client","zuqyzomabep","0","FALSE","FALSE" +"5172","5172","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-23 00:46:20","FALSE",NA,"801225336713256960",NA,"Twitter for Android","AapKiAawaaz","44","TRUE","FALSE" +"5173","5173","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-23 00:46:16","FALSE",NA,"801225319394852864",NA,"Twitter for Android","AapKiAawaaz","30","TRUE","FALSE" +"5174","5174","#demonetization - https://t.co/nVI1wYw9mD Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 00:46:15","FALSE",NA,"801225312826556416",NA,"Twitter Web Client","zadevyvylikav","0","FALSE","FALSE" +"5175","5175","#demonetization - https://t.co/SgdLT6mjgh India demonetization news: Expect short-term pain analysts say as growth expected to take a h","FALSE","0",NA,"2016-11-23 00:46:14","FALSE",NA,"801225308208672768",NA,"Twitter Web Client","jyqocylurisa","0","FALSE","FALSE" +"5176","5176","#demonetization - https://t.co/sCqTDK0ovb India demonetization news: Expect short-term pain analysts say as growth expected to take a hit","FALSE","0",NA,"2016-11-23 00:46:13","FALSE",NA,"801225304609959936",NA,"Twitter Web Client","xolydexejited","0","FALSE","FALSE" +"5177","5177","#demonetization - https://t.co/VwjgVcEHvh Nine questions NaMo does not ask in his app survey on demonetization- The New Indian Express","FALSE","0",NA,"2016-11-23 00:46:13","FALSE",NA,"801225304446337024",NA,"Twitter Web Client","mexemopepefa","0","FALSE","FALSE" +"5178","5178","#demonetization - https://t.co/yWb2aHy8pG Demonetization: Are the poor really suffering?","FALSE","0",NA,"2016-11-23 00:46:12","FALSE",NA,"801225302525562880",NA,"Twitter Web Client","quqafunoseruf","0","FALSE","FALSE" +"5179","5179","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-23 00:45:41","FALSE",NA,"801225171092635648",NA,"Twitter for Android","AapKiAawaaz","69","TRUE","FALSE" +"5180","5180","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-23 00:45:40","FALSE",NA,"801225166432960512",NA,"Mobile Web (M5)","samips129","123","TRUE","FALSE" +"5181","5181","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-23 00:45:29","FALSE",NA,"801225122875109376",NA,"Twitter for Android","AnuragVikram1","53","TRUE","FALSE" +"5182","5182","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 00:45:11","FALSE",NA,"801225046203060224",NA,"Twitter Web Client","Abhinair86","19","TRUE","FALSE" +"5183","5183","RT @BspUp2017: People standing on queue to be beaten by police to withdraw own hard earned money #MayawatiNextUPCM #demonetization #BSP htt�","FALSE","0",NA,"2016-11-23 00:42:17","FALSE",NA,"801224313944834048",NA,"Twitter for Android","AnuragVikram1","36","TRUE","FALSE" +"5184","5184","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 00:40:39","FALSE",NA,"801223903406231552",NA,"Twitter for Android","RajatGuptaTweet","954","TRUE","FALSE" +"5185","5185","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 00:39:51","FALSE",NA,"801223704277446656",NA,"Twitter for iPhone","pjkaur24","120","TRUE","FALSE" +"5186","5186","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-23 00:39:39","FALSE",NA,"801223654826643456",NA,"Twitter for Android","yguptabgh","471","TRUE","FALSE" +"5187","5187","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 00:39:14","FALSE",NA,"801223548194975744",NA,"Twitter for Android","theway2pawan","7","TRUE","FALSE" +"5188","5188","RT @avatans: #Demonetization makes it easier to downsize government, remove bureaucratic discretionary powers. @RajeevSrinivasa. https://t.�","FALSE","0",NA,"2016-11-23 00:37:04","FALSE",NA,"801223001484034048",NA,"Twitter for Android","suniljakkaraju","2","TRUE","FALSE" +"5189","5189","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-23 00:36:58","FALSE",NA,"801222976079269888",NA,"Twitter for Android","AshwaniS_24","43","TRUE","FALSE" +"5190","5190","RT @ls2008: Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Ba�","FALSE","0",NA,"2016-11-23 00:34:54","FALSE",NA,"801222456652533760",NA,"Twitter for iPhone","HarishS66284892","7","TRUE","FALSE" +"5191","5191","#Demonetization let public #deposit the money in their #Bank a/c. and pay taxes , rather being a victim in the hands of unscrupulous #Modi","FALSE","0",NA,"2016-11-23 00:32:55","FALSE",NA,"801221959967047680",NA,"Twitter Web Client","heritageimpex","0","FALSE","FALSE" +"5192","5192","Several laborers,employees in shops,small companies getting paid advance salary coz of #demonetization #AchheDin C-Voter Big Bazaar","FALSE","9",NA,"2016-11-23 00:31:09","FALSE",NA,"801221514582364160",NA,"Twitter Web Client","ls2008","7","FALSE","FALSE" +"5193","5193","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-23 00:30:40","FALSE",NA,"801221394008776704",NA,"TweetDeck","aap_petlad","147","TRUE","FALSE" +"5194","5194","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-23 00:28:49","FALSE",NA,"801220926327001088",NA,"Twitter for iPhone","dannys640","19","TRUE","FALSE" +"5195","5195","Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move C-Vote� https://t.co/zMEv7JJth0","FALSE","2",NA,"2016-11-23 00:25:28","TRUE",NA,"801220084144304128",NA,"Twitter Web Client","ls2008","1","FALSE","FALSE" +"5196","5196","RT @MayurP2024: #Demonetization Day 14: @bankofbaroda @RBI @smartcityrajkot ATM still closed.Don't you think it is too much now?Other bank�","FALSE","0",NA,"2016-11-23 00:24:38","FALSE",NA,"801219873955348480",NA,"Twitter for Android","ashishchaniara","1","TRUE","FALSE" +"5197","5197","RT @avatans: #Demonetization makes it easier to downsize government, remove bureaucratic discretionary powers. @RajeevSrinivasa. https://t.�","FALSE","0",NA,"2016-11-23 00:23:36","FALSE",NA,"801219614935912448",NA,"Twitter for Android","RajeevSrinivasa","2","TRUE","FALSE" +"5198","5198","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-23 00:22:50","FALSE",NA,"801219419292585984",NA,"Twitter for Android","singhashish93","70","TRUE","FALSE" +"5199","5199","RT @Gitanjali_DS: This is why she is protesting #demonetization... +#MamtaBanerjee https://t.co/yv7OUOVcxB","FALSE","0",NA,"2016-11-23 00:22:15","FALSE",NA,"801219272290795520",NA,"Twitter for Android","EshaSenDethe","8","TRUE","FALSE" +"5200","5200","#Demonetization makes it easier to downsize government, remove bureaucratic discretionary powers. @RajeevSrinivasa. https://t.co/3qmpa9tw1t","FALSE","3",NA,"2016-11-23 00:21:53","FALSE",NA,"801219181047857152",NA,"Twitter for iPhone","avatans","2","FALSE","FALSE" +"5201","5201","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 00:21:45","FALSE",NA,"801219148395134976",NA,"Twitter for Android","Ankit_Saraf","120","TRUE","FALSE" +"5202","5202","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-23 00:21:23","FALSE",NA,"801219054857924608",NA,"Twitter for Android","twitt2animesh","53","TRUE","FALSE" +"5203","5203","RT @ajaymaken: Thoughtful analysis on #demonetization by .@bainjal + +A must read article! https://t.co/nihLSKUVtf","FALSE","0",NA,"2016-11-23 00:21:07","FALSE",NA,"801218989401645056",NA,"Twitter for Android","ChandniChowkLS","125","TRUE","FALSE" +"5204","5204","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-23 00:20:33","FALSE",NA,"801218846824824832",NA,"Twitter for Android","ghanendra","53","TRUE","FALSE" +"5205","5205","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-23 00:19:32","FALSE",NA,"801218591731302400",NA,"Twitter for Android","RavindraManjre2","120","TRUE","FALSE" +"5206","5206",".@ndtv @MamataOfficial So Didi has problem with the design of the notes, not #DeMonetization itself","FALSE","0","ndtv","2016-11-23 00:13:40","FALSE","800715036113006592","801217113188892672","37034483","Twitter for Android","_HazirJawab","0","FALSE","FALSE" +"5207","5207","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 00:13:24","FALSE",NA,"801217047656951808",NA,"Twitter for Android","dixitvinod167","331","TRUE","FALSE" +"5208","5208","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-23 00:09:17","FALSE",NA,"801216009679966208",NA,"Twitter Web Client","HinduHangout","1030","TRUE","FALSE" +"5209","5209","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-23 00:08:11","FALSE",NA,"801215735578013696",NA,"Twitter for iPhone","JumanaMN","82","TRUE","FALSE" +"5210","5210","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-23 00:06:25","FALSE",NA,"801215290998669312",NA,"Twitter for iPhone","iamvir1","1030","TRUE","FALSE" +"5211","5211","@raghurajan21 How people who don't know about proper defecation before TV Ads, would know benefits of #Demonetization? + +Wait n watch kiddo.","FALSE","0","raghurajan21","2016-11-23 00:05:16","FALSE","801205571751989248","801214999930830848","907456268","Twitter for Android","pratik624","0","FALSE","FALSE" +"5212","5212","RT @BspUp2017: Must watch: Huge Farmer's protest in Gujarat yesterday against the #demonetization policy of Modi Govt. +#___�","FALSE","0",NA,"2016-11-23 00:04:15","FALSE",NA,"801214745277710336",NA,"Twitter for Android","Assam123dotCom","35","TRUE","FALSE" +"5213","5213","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-23 00:03:26","FALSE",NA,"801214539924541440",NA,"Twitter for Android","Ghunawatakshay1","954","TRUE","FALSE" +"5214","5214","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-23 00:01:36","FALSE",NA,"801214078312071168",NA,"Twitter for Android","ChowdhryGuru","331","TRUE","FALSE" +"5215","5215","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:59:54","FALSE",NA,"801213651055099904",NA,"Twitter for Android","AviJai143","954","TRUE","FALSE" +"5216","5216","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 23:58:40","FALSE",NA,"801213337367445504",NA,"Twitter for iPhone","IndianMaher","123","TRUE","FALSE" +"5217","5217","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:57:17","FALSE",NA,"801212989240119296",NA,"Twitter for Android","rammitsharma","954","TRUE","FALSE" +"5218","5218","RT @CNNnews18: PM Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi app. https://t.co/lF2x�","FALSE","0",NA,"2016-11-22 23:55:37","FALSE",NA,"801212571772653568",NA,"Twitter for Android","Maheshc00143011","25","TRUE","FALSE" +"5219","5219","[Data] Social Media reactions to #Demonetization https://t.co/bW0lXKbmSk https://t.co/0wKVxv091A","FALSE","0",NA,"2016-11-22 23:55:08","FALSE",NA,"801212449517015040",NA,"dlvr.it","SocialCubik","0","FALSE","FALSE" +"5220","5220","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 23:52:59","FALSE",NA,"801211907944263680",NA,"Twitter for iPhone","varajiv","23","TRUE","FALSE" +"5221","5221","RT @prettypadmaja: @sunetrac #DeMonetization I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 23:51:40","FALSE",NA,"801211575688314880",NA,"Twitter for Android","sradeep_d","4","TRUE","FALSE" +"5222","5222","RT @OnlyKollywood: #Demonetization: #KaththiSandai postponed until normalcy returns + +Read here https://t.co/ODZTfBXfX9 @VishalKOfficial @t�","FALSE","0",NA,"2016-11-22 23:50:18","FALSE",NA,"801211232032129024",NA,"Twitter for Android","ChennaiCircuit","2","TRUE","FALSE" +"5223","5223","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 23:47:18","FALSE",NA,"801210478554775552",NA,"Mobile Web (M5)","EdifiedModifier","23","TRUE","FALSE" +"5224","5224","#Demonetization The bye elections have shown that atleast for now, people are tolerating the inconvenience : https://t.co/BkSvEsWZQh","FALSE","1",NA,"2016-11-22 23:45:41","FALSE",NA,"801210071518625792",NA,"Twitter Web Client","deeepakkher","0","FALSE","FALSE" +"5225","5225","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:38:27","FALSE",NA,"801208251668758528",NA,"Twitter Web Client","sehiashok","954","TRUE","FALSE" +"5226","5226","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 23:35:03","FALSE",NA,"801207397637353472",NA,"Twitter Web Client","msirsiwal","331","TRUE","FALSE" +"5227","5227","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 23:34:47","FALSE",NA,"801207328829751296",NA,"Twitter for iPhone","000Hansa","123","TRUE","FALSE" +"5228","5228","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 23:34:34","FALSE",NA,"801207274358251520",NA,"Twitter for Android","jab9777","331","TRUE","FALSE" +"5229","5229","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 23:31:28","FALSE",NA,"801206494481920000",NA,"Twitter for Android","bantoshdayama","82","TRUE","FALSE" +"5230","5230","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 23:30:31","FALSE",NA,"801206253049348096",NA,"Twitter for Android","abhayinsearch","23","TRUE","FALSE" +"5231","5231",".@kanimozhi #Demonetization is as popular as Indira's nationalization/confiscation of banks.","FALSE","0","kanimozhi","2016-11-22 23:30:23","FALSE","801127240868200448","801206219339862016","8818742","Twitter Web Client","audit_uscirf","0","FALSE","FALSE" +"5232","5232","RT @karamjitrintu: Must see the inside details of the biggest scam in the history of independent India. #demonetization @INCIndia @punjabpc�","FALSE","0",NA,"2016-11-22 23:29:31","FALSE",NA,"801206002410471424",NA,"Twitter for Android","NeelamG04002414","55","TRUE","FALSE" +"5233","5233","RT @kmfameen: Advocate J. Aslam Basha Press Meet On #Demonetization https://t.co/wmLtKNR0ES via @jab9777 @YouTube","FALSE","0",NA,"2016-11-22 23:28:41","FALSE",NA,"801205792569315328",NA,"Twitter for Android","jab9777","2","TRUE","FALSE" +"5234","5234","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:25:15","FALSE",NA,"801204927934525440",NA,"Twitter for iPhone","rashi_narsha","954","TRUE","FALSE" +"5235","5235","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:21:51","FALSE",NA,"801204072044904448",NA,"Twitter for iPhone","jangrahyr","954","TRUE","FALSE" +"5236","5236","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 23:17:20","FALSE",NA,"801202937779265536",NA,"Twitter for iPhone","indigokores","120","TRUE","FALSE" +"5237","5237","The richest 1% of #Indians now own 58.4% of wealth - Let's see #demonetization cripple this! #IndiaFightsCorruption https://t.co/eV3zPwMncg","FALSE","0",NA,"2016-11-22 23:12:52","FALSE",NA,"801201812435038208",NA,"iOS","jontymisra","0","FALSE","FALSE" +"5238","5238","Frankly Speaking....: Your thinking is restricted to your knowledge. #Demonetization - There is much more .... https://t.co/S4LpLt6mw4","FALSE","1",NA,"2016-11-22 23:09:34","FALSE",NA,"801200983040589824",NA,"Put your button on any page! ","mvnair212","0","FALSE","FALSE" +"5239","5239","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 23:04:04","FALSE",NA,"801199599696244736",NA,"Twitter for iPhone","dhaliwalson","954","TRUE","FALSE" +"5240","5240","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 22:55:00","FALSE",NA,"801197318032752640",NA,"Twitter for iPhone","sanpras1007","19","TRUE","FALSE" +"5241","5241","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 22:53:23","FALSE",NA,"801196911873159168",NA,"Twitter for Android","abid_hussain","38","TRUE","FALSE" +"5242","5242","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 22:52:04","FALSE",NA,"801196577058492416",NA,"Twitter Web Client","shyekra","19","TRUE","FALSE" +"5243","5243","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 22:51:47","FALSE",NA,"801196506980061184",NA,"Twitter for Android","ckraaman","23","TRUE","FALSE" +"5244","5244","RT @CHIRU_NEWS: All other celebrities who spoke on #demonetization till now did for their selfushness. +Only Pawan Kalyan spoke for the peop�","FALSE","0",NA,"2016-11-22 22:50:28","FALSE",NA,"801196177001738240",NA,"Twitter for Android","sunilguts","101","TRUE","FALSE" +"5245","5245","RT @myvotetoday: It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM #Modi co�","FALSE","0",NA,"2016-11-22 22:49:28","FALSE",NA,"801195923904806912",NA,"Twitter for Android","JayeshPansara","5","TRUE","FALSE" +"5246","5246","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 22:47:59","FALSE",NA,"801195551702196224",NA,"Twitter for Android","A31X64Vijay","29","TRUE","FALSE" +"5247","5247","RT @karamjitrintu: Must see the inside details of the biggest scam in the history of independent India. #demonetization @INCIndia @punjabpc�","FALSE","0",NA,"2016-11-22 22:44:36","FALSE",NA,"801194699834855424",NA,"Twitter for iPhone","raavikontham","55","TRUE","FALSE" +"5248","5248","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 22:37:53","FALSE",NA,"801193010239328256",NA,"Twitter for Android","drkeza","10","TRUE","FALSE" +"5249","5249","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 22:34:49","FALSE",NA,"801192239246536704",NA,"Twitter for iPhone","human24679","23","TRUE","FALSE" +"5250","5250","RT @ShomaChaudhury: #demonetization Mayhem, suffering terrifying: Surat textile down by 80%; Chennai Koyambedu perishable mkt down by half;�","FALSE","0",NA,"2016-11-22 22:33:30","FALSE",NA,"801191907929919488",NA,"Twitter for Android","pooja9394","18","TRUE","FALSE" +"5251","5251","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 22:33:24","FALSE",NA,"801191881954758656",NA,"Twitter for iPhone","BindasBK","40","TRUE","FALSE" +"5252","5252","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 22:30:57","FALSE",NA,"801191264762949632",NA,"Twitter for Android","faraz5556","105","TRUE","FALSE" +"5253","5253","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 22:30:11","FALSE",NA,"801191070805565440",NA,"Twitter for iPhone","kya_bakte_ho","19","TRUE","FALSE" +"5254","5254","RT @MajorPoonia: What kind of journalism is this ! +Will any death before 30 Dec be attributed to #demonetization Ms @sunetrac +What's @ndtv�","FALSE","0",NA,"2016-11-22 22:28:31","FALSE",NA,"801190652872687616",NA,"Twitter for Android","iCivilized","17","TRUE","FALSE" +"5255","5255","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 22:28:07","FALSE",NA,"801190552406552576",NA,"Twitter for Android","ShiwamYadav","954","TRUE","FALSE" +"5256","5256","How come #demonetization supporting people r able to manage cash? & praise initiative or those all r fake & preten� https://t.co/1pVEGZDTXT","FALSE","0",NA,"2016-11-22 22:27:20","TRUE",NA,"801190356201205760",NA,"Twitter for Android","ravioshankar","0","FALSE","FALSE" +"5257","5257","RT @rajeev_mp: Today a washout of #parliament. i cudnt spk in bcoz #congress didnt allw Debate on #demonetization n #BlackMoney dspite aski�","FALSE","0",NA,"2016-11-22 22:25:35","FALSE",NA,"801189913039224832",NA,"Twitter for Windows Phone","sakthi11122","330","TRUE","FALSE" +"5258","5258","you know everyone is suffering due to the foolish plan of #demonetization ; even the @PMOIndia is crying over it daily! #crocodiletears","FALSE","0",NA,"2016-11-22 22:21:27","FALSE",NA,"801188873636192256",NA,"Twitter Web Client","mrtkachokra","0","FALSE","FALSE" +"5259","5259","RT @MuzzammilAap: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/hI3d2yTuic @ArvindKejriwal @PreetiSM�","FALSE","0",NA,"2016-11-22 22:21:24","FALSE",NA,"801188860025860096",NA,"Twitter for Android","AapKaMuzzammil","3","TRUE","FALSE" +"5260","5260","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 22:21:10","FALSE",NA,"801188801091665920",NA,"Twitter Web Client","Shahab1956","48","TRUE","FALSE" +"5261","5261","Guy's help @minimathur her. She is poor now due to #demonetization . All her black money now gone. Help her please !!!","FALSE","0",NA,"2016-11-22 22:17:53","FALSE",NA,"801187977825255424",NA,"TweetDeck","HinduIDF","1","FALSE","FALSE" +"5262","5262","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 22:16:17","FALSE",NA,"801187574597480448",NA,"Twitter for Android","AapKaMuzzammil","69","TRUE","FALSE" +"5263","5263","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 22:15:52","FALSE",NA,"801187466577227776",NA,"Twitter Web Client","Shahab1956","520","TRUE","FALSE" +"5264","5264","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 22:15:02","FALSE",NA,"801187257730400256",NA,"Twitter for iPad","azeez_ahmad","42","TRUE","FALSE" +"5265","5265","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 22:14:33","FALSE",NA,"801187136452120576",NA,"Twitter Web Client","realtruthpak","331","TRUE","FALSE" +"5266","5266","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 22:13:00","FALSE",NA,"801186747275210752",NA,"Twitter for Android","AapKaMuzzammil","30","TRUE","FALSE" +"5267","5267","RT @deepaknegi23: Shri Mani Shankar Aiyar ji addressing on #Demonetization issue at @nsui National Executive meeting #Goa #Sankalp16 https�","FALSE","0",NA,"2016-11-22 22:11:31","FALSE",NA,"801186373579505664",NA,"Twitter for Android","Braveindianmax","22","TRUE","FALSE" +"5268","5268","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 22:10:30","FALSE",NA,"801186117324111872",NA,"Twitter for Android","delhi_kapil","30","TRUE","FALSE" +"5269","5269","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 22:10:04","FALSE",NA,"801186009853657088",NA,"Twitter for iPhone","MANGALASSERY","82","TRUE","FALSE" +"5270","5270","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 22:09:59","FALSE",NA,"801185988919717888",NA,"Twitter for Android","delhi_kapil","44","TRUE","FALSE" +"5271","5271","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 22:09:16","FALSE",NA,"801185805695787008",NA,"Twitter for iPhone","Baheshta_S","15","TRUE","FALSE" +"5272","5272","One of the best side effects of #demonetization @narendramodi @NSA_AjitDoval https://t.co/DnTeVy2DO8","FALSE","0",NA,"2016-11-22 22:07:14","FALSE",NA,"801185296943484928",NA,"Mobile Web (M5)","nnagasti","0","FALSE","FALSE" +"5273","5273","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 22:06:47","FALSE",NA,"801185184695615488",NA,"Twitter for iPad","samkma","954","TRUE","FALSE" +"5274","5274","@sanjaynirupam is Dr @OfficeOfRG is certifying these 70 deaths are due to #Demonetization ? @JPNadda @PMOIndia https://t.co/p30RjkbBJQ","FALSE","0","sanjaynirupam","2016-11-22 22:05:35","FALSE",NA,"801184881099227136","20427494","Twitter for iPhone","kuldeepkumarin","0","FALSE","FALSE" +"5275","5275","RT @AamAdmy: https://t.co/0RLMBE38mS Glads at bhakts' candid admission of falling exports under #Modi! #demonetization @DelhiMuse @bprerna�","FALSE","0",NA,"2016-11-22 22:04:56","FALSE",NA,"801184715889745920",NA,"Twitter Web Client","AamAdmy","3","TRUE","FALSE" +"5276","5276","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 22:04:05","FALSE",NA,"801184505042087936",NA,"Twitter for Android","Krn_sethi","954","TRUE","FALSE" +"5277","5277","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 22:03:22","FALSE",NA,"801184321474359296",NA,"Twitter for Android","AkShooter5","954","TRUE","FALSE" +"5278","5278","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 22:02:47","FALSE",NA,"801184175202193408",NA,"Twitter for iPhone","SVaquas","44","TRUE","FALSE" +"5279","5279","Philosophy +RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization","FALSE","8",NA,"2016-11-22 22:00:50","FALSE",NA,"801183687005962240",NA,"Twitter for BlackBerry","Rohtakite","3","FALSE","FALSE" +"5280","5280","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 21:58:00","FALSE",NA,"801182972569337856",NA,"Twitter for Android","MuzzammilAap","44","TRUE","FALSE" +"5281","5281","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 21:57:52","FALSE",NA,"801182939425996800",NA,"Twitter for Android","MuzzammilAap","30","TRUE","FALSE" +"5282","5282","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 21:57:06","FALSE",NA,"801182745753812992",NA,"Twitter for Android","MuzzammilAap","69","TRUE","FALSE" +"5283","5283","RT @RantsofIndia: Mr Modi and his #demonetization be like.. +Captions by Admin, Rants of India +Watch the full version in fb/RantsofIndia. h�","FALSE","0",NA,"2016-11-22 21:56:57","FALSE",NA,"801182706830753792",NA,"Twitter for iPhone","BruvPeace","2","TRUE","FALSE" +"5284","5284","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 21:55:31","FALSE",NA,"801182348876226560",NA,"Twitter for Android","Braveindianmax","331","TRUE","FALSE" +"5285","5285","RT @SushmaMMaurya: Bike rally organised by @AAPGujarat volunteers in baroda against #demonetization today.locals also joined this rally 2 s�","FALSE","0",NA,"2016-11-22 21:53:49","FALSE",NA,"801181920293830656",NA,"Twitter for Android","jumle_baaz","58","TRUE","FALSE" +"5286","5286","RT @prettypadmaja: @sunetrac #DeMonetization I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 21:52:11","FALSE",NA,"801181507641606144",NA,"Twitter for Android","L0veFr0mIndia","4","TRUE","FALSE" +"5287","5287","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 21:43:29","FALSE",NA,"801179320240709632",NA,"Twitter for Android","satymeva_jayate","43","TRUE","FALSE" +"5288","5288","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 21:41:08","FALSE",NA,"801178725530206208",NA,"Mobile Web (M5)","riyazqureshi","237","TRUE","FALSE" +"5289","5289","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 21:40:58","FALSE",NA,"801178686582063104",NA,"Twitter for Android","ParthPa07241800","471","TRUE","FALSE" +"5290","5290","everyone against #demonetization got elixir in the form of NAC former member during UPA, Jean Dr�ze article in ET :)","FALSE","0",NA,"2016-11-22 21:39:59","FALSE",NA,"801178436232282112",NA,"Twitter Web Client","RakiTweets","0","FALSE","FALSE" +"5291","5291","RT @prasanto: In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","0",NA,"2016-11-22 21:39:30","FALSE",NA,"801178317537673216",NA,"Fenix for Android","kiranjholla","7","TRUE","FALSE" +"5292","5292","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-22 21:39:24","FALSE",NA,"801178292246249472",NA,"Twitter for iPhone","rrr23saini","381","TRUE","FALSE" +"5293","5293","RT @CMOMaharashtra: @mandybedi on Hon PM @narendramodi 's #demonetization decision ... https://t.co/j74RkdZRTO","FALSE","0",NA,"2016-11-22 21:38:25","FALSE",NA,"801178042282475520",NA,"Twitter for iPhone","rrr23saini","144","TRUE","FALSE" +"5294","5294","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 21:37:50","FALSE",NA,"801177896672841728",NA,"Twitter for Android","monk_razr","105","TRUE","FALSE" +"5295","5295","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 21:34:11","FALSE",NA,"801176977247858688",NA,"Twitter for Android","kanimozhi","23","TRUE","FALSE" +"5296","5296","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 21:33:39","FALSE",NA,"801176843810324480",NA,"Twitter for Android","Jaishankar_Sing","43","TRUE","FALSE" +"5297","5297","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 21:32:59","FALSE",NA,"801176676377849856",NA,"Twitter for Android","monk_razr","23","TRUE","FALSE" +"5298","5298","#RBI offers marginal relief for wedding withdrawals #demonetization https://t.co/SfwaYV6DKR","FALSE","1",NA,"2016-11-22 21:30:01","FALSE",NA,"801175929040969728",NA,"TweetDeck","OnmanoramaLive","0","FALSE","FALSE" +"5299","5299","Two new blogs on https://t.co/vaDfPynsef A concept finally inked followed by its loss #Demonetization #Whider","FALSE","0",NA,"2016-11-22 21:27:23","FALSE",NA,"801175266399662080",NA,"Twitter Web Client","iamAbhinavKumar","0","FALSE","FALSE" +"5300","5300","Here is who actually benefited from #demonetization https://t.co/uMu8deNP7l","FALSE","0",NA,"2016-11-22 21:27:09","FALSE",NA,"801175209336193024",NA,"Twitter Web Client","JK_Yaduvanshi","0","FALSE","FALSE" +"5301","5301","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 21:25:59","FALSE",NA,"801174913709064192",NA,"Twitter for Android","Iqbal64856299","954","TRUE","FALSE" +"5302","5302","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 21:23:27","FALSE",NA,"801174277974167552",NA,"Twitter Web Client","nirbhaisingh07","43","TRUE","FALSE" +"5303","5303","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 21:20:03","FALSE",NA,"801173421392543744",NA,"Twitter for Android","farhat_yk","1042","TRUE","FALSE" +"5304","5304","RT @Brain_Humor: @AmitShah 56 innocent people have been died so far due to #demonetization , is this matter of joy and pride Shah ji ?","FALSE","0",NA,"2016-11-22 21:14:51","FALSE",NA,"801172113172426752",NA,"Twitter for Android","KashifZ06979223","3","TRUE","FALSE" +"5305","5305","RT @amolsainis: @arunjaitley #demonetization Sir a superb step. Pls. Allow NRIs to deposit old notes in NRO acc. till March 31. Exch'�","FALSE","0",NA,"2016-11-22 21:14:45","FALSE",NA,"801172086039465984",NA,"Twitter for iPhone","kiranmgosavi","2","TRUE","FALSE" +"5306","5306","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 21:13:34","FALSE",NA,"801171790953213952",NA,"Twitter for iPhone","KhajuriyaMukesh","954","TRUE","FALSE" +"5307","5307","RT @AnjuNagarajan: @ArvindKejriwal most effected man by #Demonetization Is hit by mental disorder. Retweeting Striyan children's pic as t�","FALSE","0",NA,"2016-11-22 21:11:47","FALSE",NA,"801171342418546688",NA,"Twitter for Android","Veerkumar6717","132","TRUE","FALSE" +"5308","5308","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 21:11:19","FALSE",NA,"801171223329665024",NA,"Twitter for Android","Veerkumar6717","70","TRUE","FALSE" +"5309","5309","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 21:11:05","FALSE",NA,"801171163862941696",NA,"Twitter for Android","funloveraap","132","TRUE","FALSE" +"5310","5310","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 21:11:04","FALSE",NA,"801171160738078720",NA,"Twitter Web Client","thekanishk","331","TRUE","FALSE" +"5311","5311","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 21:10:03","FALSE",NA,"801170905795727360",NA,"Twitter for Android","im_nitin","38","TRUE","FALSE" +"5312","5312","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 21:09:51","FALSE",NA,"801170856487501824",NA,"Twitter for Android","Veerkumar6717","105","TRUE","FALSE" +"5313","5313","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 21:09:39","FALSE",NA,"801170803903512576",NA,"Twitter for Android","Veerkumar6717","118","TRUE","FALSE" +"5314","5314","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 21:07:55","FALSE",NA,"801170370266923008",NA,"Twitter for iPhone","Shakkrpara","954","TRUE","FALSE" +"5315","5315","Delhi came out to support #Modi on #Demonetization�!! https://t.co/XBLgjEXqMX","FALSE","0",NA,"2016-11-22 21:07:54","FALSE",NA,"801170365745500160",NA,"Facebook","vibhor_scorpio","0","FALSE","FALSE" +"5316","5316","RT @awesomeindia83: A Brilliant #OpenLetter by a #KashmiriMuslim Showing Support to #PMModi on #demonetization .. https://t.co/AuIqbo2ctJ @�","FALSE","0",NA,"2016-11-22 21:07:11","FALSE",NA,"801170185864564736",NA,"RoundTeam","OpenTwLetter","2","TRUE","FALSE" +"5317","5317","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 21:06:15","FALSE",NA,"801169950748471296",NA,"Twitter Web Client","abdulmuneer","38","TRUE","FALSE" +"5318","5318","17/ @ArvindKejriwal Question is who actually benefited by #demonetization its Common-man or PayTM ?","FALSE","0",NA,"2016-11-22 21:03:41","FALSE",NA,"801169304142024704",NA,"Twitter Web Client","JK_Yaduvanshi","0","FALSE","FALSE" +"5319","5319","RT @anil_khandal: Bypolls: BJP retains Lok Sabha, Assembly seats in MP +what about congress which raises the #demonetization issue in this e�","FALSE","0",NA,"2016-11-22 21:03:39","FALSE",NA,"801169294251802624",NA,"Twitter for Android","saurabhindoriya","1","TRUE","FALSE" +"5320","5320","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 21:03:36","FALSE",NA,"801169280041553920",NA,"Twitter for Android","AshishCooper","120","TRUE","FALSE" +"5321","5321","16/ @ArvindKejriwal On 22-Nov-2016, Sr. BJP leader Mr.swami said dt Sr. Officials & others're aware of the #demonetization for abt 6 mnths.","FALSE","0",NA,"2016-11-22 21:03:10","FALSE",NA,"801169172713439232",NA,"Twitter Web Client","JK_Yaduvanshi","0","FALSE","FALSE" +"5322","5322","Sad that @tv9kannada is losing its credibility by reporting the biased news on #demonetization and seeding negativity in people's mind!","FALSE","0",NA,"2016-11-22 21:00:51","FALSE",NA,"801168589608755200",NA,"Twitter for Android","praveenvspatil","0","FALSE","FALSE" +"5323","5323","11/ @ArvindKejriwal On 8-Nov-2016 night PM announced #demonetization of Rs:500 and Rs:1000 notes & shattered the economy.","FALSE","0",NA,"2016-11-22 21:00:47","FALSE",NA,"801168571661361152",NA,"Twitter Web Client","JK_Yaduvanshi","0","FALSE","FALSE" +"5324","5324","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 21:00:02","FALSE",NA,"801168382506766336",NA,"Twitter for Android","saifi_inam","331","TRUE","FALSE" +"5325","5325","RT @adybhel: Enjoy this folk dance from Rajasthan +On Newly coined song on #demonetization +@narendramodi +@VasundharaBJP +@AchaleshAmar +@Ch�","FALSE","0",NA,"2016-11-22 20:58:36","FALSE",NA,"801168023671476224",NA,"Twitter Web Client","AchaleshAmar","1","TRUE","FALSE" +"5326","5326","#India : #Farmers can buy seeds with old Rs 500 notes to bu #seeds https://t.co/bYFwIR0b4Q #demonetization","FALSE","0",NA,"2016-11-22 20:58:25","FALSE",NA,"801167978960195584",NA,"Twitter Web Client","Tkarera","0","FALSE","FALSE" +"5327","5327","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 20:58:09","FALSE",NA,"801167909665935360",NA,"Twitter for Android","aapjnp","132","TRUE","FALSE" +"5328","5328","To all the #golddiggers now even your baby aint got cash.#demonetization #cheapthrills literally","FALSE","0",NA,"2016-11-22 20:56:46","FALSE",NA,"801167561958117376",NA,"Mobile Web (M5)","GratefulNeha","0","FALSE","FALSE" +"5329","5329","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 20:54:59","FALSE",NA,"801167112534265856",NA,"Twitter for Android","anirban19k","526","TRUE","FALSE" +"5330","5330","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 20:53:26","FALSE",NA,"801166724317876224",NA,"Twitter for Android","Weewake666","23","TRUE","FALSE" +"5331","5331","Giving a whole new meaning to 'I aint got cash but I got you baby'#demonetization #cardpayments","FALSE","0",NA,"2016-11-22 20:53:10","FALSE",NA,"801166657636814848",NA,"Mobile Web (M5)","GratefulNeha","0","FALSE","FALSE" +"5332","5332","Yes, this thread - to all #bhakts. #DeMonetisation #demonetization https://t.co/C8Yj5F1dbd","FALSE","1",NA,"2016-11-22 20:47:09","FALSE",NA,"801165140192202752",NA,"Twitter Web Client","nachikethass","1","FALSE","FALSE" +"5333","5333","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 20:47:07","FALSE",NA,"801165134702018560",NA,"Twitter for Android","AapDiwana","69","TRUE","FALSE" +"5334","5334","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 20:46:27","FALSE",NA,"801164964216143872",NA,"Twitter for Android","AapDiwana","30","TRUE","FALSE" +"5335","5335","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 20:41:54","FALSE",NA,"801163821868052480",NA,"Twitter for iPhone","annu_philip","331","TRUE","FALSE" +"5336","5336","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 20:41:46","FALSE",NA,"801163788082970624",NA,"Twitter for Android","AapDiwana","954","TRUE","FALSE" +"5337","5337","India is the only country in the world where you can pull out money from the bank with a wedding card! Yeah, thanks to #demonetization. :D","FALSE","1",NA,"2016-11-22 20:41:41","FALSE",NA,"801163767488753664",NA,"Twitter for BlackBerry","monsieursoupier","0","FALSE","FALSE" +"5338","5338","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 20:40:24","FALSE",NA,"801163441708920832",NA,"Twitter Web Client","Jorebungley","43","TRUE","FALSE" +"5339","5339","RT @bainjal: RT if you agree that @PMOIndia created an artificial crisis fav if you think this will hurt black money. +#demonetization","FALSE","0",NA,"2016-11-22 20:38:40","FALSE",NA,"801163005819895808",NA,"Twitter for iPhone","JenixRino","635","TRUE","FALSE" +"5340","5340","RT @manickamtagore: Why 1000 years Stephen now @narendramodi making all arrangements for 120crore #demonetization https://t.co/Bm7Ho2UmKj","FALSE","0",NA,"2016-11-22 20:38:29","FALSE",NA,"801162960089399296",NA,"Twitter for iPhone","JenixRino","3","TRUE","FALSE" +"5341","5341","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 20:38:17","FALSE",NA,"801162909766160384",NA,"Twitter for iPhone","JenixRino","154","TRUE","FALSE" +"5342","5342","RT @girishkuber: Another blow. No notes exchange for next two days, Banks Association decides. Shows govt preparedness. #demonetization. @B�","FALSE","0",NA,"2016-11-22 20:38:03","FALSE",NA,"801162853889622016",NA,"Twitter for iPhone","JenixRino","125","TRUE","FALSE" +"5343","5343","RT @tr_partha: #Demonetization of Marriage and #Divorce will discourage #legal terrorism and de-incentivize the NGO dalals and the thriving�","FALSE","0",NA,"2016-11-22 20:37:20","FALSE",NA,"801162672305676288",NA,"Twitter Web Client","MRAFighter1981","21","TRUE","FALSE" +"5344","5344","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 20:37:08","FALSE",NA,"801162619449208832",NA,"Twitter Web Client","sateesharv","42","TRUE","FALSE" +"5345","5345","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 20:36:34","FALSE",NA,"801162477945794560",NA,"Twitter for iPhone","Smita_AAP","120","TRUE","FALSE" +"5346","5346","Exposed facts, WATCH #demonetization A LIE. https://t.co/IJvxsANaYr #CashCleanUp #cashchaos #blackMoneycleanup #blackmoneycrackdown","FALSE","0",NA,"2016-11-22 20:36:22","FALSE",NA,"801162428583022592",NA,"Twitter for Android","ijajur","0","FALSE","FALSE" +"5347","5347","This thread if you think #demonetization is all cream and peaches. Real issues you may not even think about. https://t.co/bIVVq7r4nP","FALSE","0",NA,"2016-11-22 20:35:56","FALSE",NA,"801162319367696384",NA,"Twitter for Android","bewdasaala","0","FALSE","FALSE" +"5348","5348","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 20:35:11","FALSE",NA,"801162128753184768",NA,"Twitter for Android","Sahilcongres1","132","TRUE","FALSE" +"5349","5349","RT @ameytirodkar: #demonetization exposed many things. one most important is Modi's planning n management skill ! he is failed on this fron�","FALSE","0",NA,"2016-11-22 20:33:50","FALSE",NA,"801161789362708480",NA,"Twitter for Android","AzazShaikhIYC","47","TRUE","FALSE" +"5350","5350","RT @devyanidilli: When one uses mouth and anus for same purpose + +#demonetization https://t.co/6FY3MSHsH2","FALSE","0",NA,"2016-11-22 20:31:48","FALSE",NA,"801161280606404608",NA,"Twitter for iPhone","anilkumarkpn","886","TRUE","FALSE" +"5351","5351","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-22 20:31:17","FALSE",NA,"801161147575451648",NA,"Twitter for iPhone","sri_handler1","1030","TRUE","FALSE" +"5352","5352","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-22 20:30:57","FALSE",NA,"801161066113855488",NA,"Twitter for Android","satymeva_jayate","1030","TRUE","FALSE" +"5353","5353","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-22 20:30:42","FALSE",NA,"801161004440662016",NA,"Twitter for iPhone","PresstituteBark","1030","TRUE","FALSE" +"5354","5354","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-22 20:30:27","FALSE",NA,"801160937797550080",NA,"Twitter for iPhone","anilkumarkpn","897","TRUE","FALSE" +"5355","5355","How will #demonetization Impact India�s #GDP? +Know more: https://t.co/ofvlikg9jy +#currency https://t.co/dDD4tFaFhM","FALSE","0",NA,"2016-11-22 20:30:10","FALSE",NA,"801160866804756480",NA,"HubSpot","aranca","0","FALSE","FALSE" +"5356","5356","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 20:30:07","FALSE",NA,"801160857224810496",NA,"Twitter for Android","KapindraVerma","132","TRUE","FALSE" +"5357","5357","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 20:29:51","FALSE",NA,"801160787238604800",NA,"Twitter for Windows","chintu002","331","TRUE","FALSE" +"5358","5358","A Brilliant #OpenLetter by a #KashmiriMuslim Showing Support to #PMModi on #demonetization ..� https://t.co/wA77M2DNxH","FALSE","1",NA,"2016-11-22 20:26:45","TRUE",NA,"801160008696086528",NA,"Twitter Web Client","awesomeindia83","2","FALSE","FALSE" +"5359","5359","RT @MouneshHD: Thanks To Modi +Due #Demonetization I could able to control my expenses and saved some amount of money from past 15 days!!�","FALSE","0",NA,"2016-11-22 20:26:24","FALSE",NA,"801159922348130304",NA,"Twitter for Android","psr_sharan","3","TRUE","FALSE" +"5360","5360","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 20:25:57","FALSE",NA,"801159807642324992",NA,"TweetDeck","HarshilGujarati","147","TRUE","FALSE" +"5361","5361","RT @newsflicks: Lesson from #demonetization flip-flops: Panic pays in cash. Those who panicked are better off than those who didn't: https:�","FALSE","0",NA,"2016-11-22 20:24:06","FALSE",NA,"801159341592158208",NA,"Twitter for Android","khany25","9","TRUE","FALSE" +"5362","5362","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 20:23:59","FALSE",NA,"801159311833649152",NA,"TweetDeck","Calvin30125","147","TRUE","FALSE" +"5363","5363","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 20:23:55","FALSE",NA,"801159296960593920",NA,"Twitter for iPhone","ProudAapian1","954","TRUE","FALSE" +"5364","5364","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 20:23:54","FALSE",NA,"801159292061683712",NA,"TweetDeck","11Boms","147","TRUE","FALSE" +"5365","5365","Rs 2000 notes recovered from terrorists gunned down by Army in Bandipora(J&K) #demonetization https://t.co/zSBOJzlE9p","FALSE","0",NA,"2016-11-22 20:23:49","FALSE",NA,"801159270993575936",NA,"Twitter for Android","kendentshering","0","FALSE","FALSE" +"5366","5366","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 20:23:27","FALSE",NA,"801159176508428288",NA,"Twitter for iPhone","MaulikPatel_mb","123","TRUE","FALSE" +"5367","5367","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 20:22:21","FALSE",NA,"801158899969753088",NA,"Twitter for Android","Narayanan_P","331","TRUE","FALSE" +"5368","5368","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 20:22:17","FALSE",NA,"801158886325682176",NA,"Twitter for iPhone","aamir209","25","TRUE","FALSE" +"5369","5369","The latest The Money Daily! https://t.co/HdJy5O6iRv Thanks to @rassboteen @Ave_Six @KEYESEN2000 #demonetization #demonetisation","FALSE","0",NA,"2016-11-22 20:22:11","FALSE",NA,"801158860157386752",NA,"Paper.li","StackorStarvDJS","0","FALSE","FALSE" +"5370","5370","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 20:21:47","FALSE",NA,"801158758151913472",NA,"Twitter for iPhone","ProudAapian1","132","TRUE","FALSE" +"5371","5371","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 20:19:22","FALSE",NA,"801158151596871680",NA,"Twitter for Android","TrsMuqeetChanda","42","TRUE","FALSE" +"5372","5372","RT @subichaturvedi: More measures to ease #demonetization stress. Read complete story here: https://t.co/AmSxM28vRD @BJP4India @BJPLive @na�","FALSE","0",NA,"2016-11-22 20:19:05","FALSE",NA,"801158077068103680",NA,"Twitter for Windows Phone","subh851","2","TRUE","FALSE" +"5373","5373","Last 4 days in Parliament every opposition leader try to become Modi but when he/her start it change in to rahul or kejrival #demonetization","FALSE","0",NA,"2016-11-22 20:15:49","FALSE",NA,"801157257249558528",NA,"Twitter for Android","8140509049","0","FALSE","FALSE" +"5374","5374","Forget #blackmoney, I am unable to withdraw my #Whitemoney, my hard earned money!!! + +#Demonetization","FALSE","0",NA,"2016-11-22 20:15:37","FALSE",NA,"801157205139390464",NA,"Twitter for iPhone","AyoubChoudhury","0","FALSE","FALSE" +"5375","5375","There is not one place in Lucknow these days without traffic congestion. In one way #demonetization was good, it swept crowds off the roads","FALSE","0",NA,"2016-11-22 20:15:09","FALSE",NA,"801157088286109696",NA,"Twitter Web Client","anuragkumarlko","0","FALSE","FALSE" +"5376","5376","RT @timane: ��� +@SriSri Ravi Shankar roots for #demonetization, hails PM Modi + +#CashCleanUp #CashlessEconomy #cash https://t.co/TS0C7pTwBs�","FALSE","0",NA,"2016-11-22 20:12:55","FALSE",NA,"801156526157086720",NA,"Twitter Web Client","timane","3","TRUE","FALSE" +"5377","5377","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-22 20:12:28","FALSE",NA,"801156412457897984",NA,"Twitter for Android","dutt_cool","1030","TRUE","FALSE" +"5378","5378","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 20:11:54","FALSE",NA,"801156273337090048",NA,"Twitter Web Client","timane","40","TRUE","FALSE" +"5379","5379","RT @giniromet: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to�","FALSE","0",NA,"2016-11-22 20:11:47","FALSE",NA,"801156241368096768",NA,"Twitter for Android","pritamRtodaynws","5","TRUE","FALSE" +"5380","5380","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 20:10:10","FALSE",NA,"801155834495594496",NA,"TweetDeck","GujaratDalit","147","TRUE","FALSE" +"5381","5381","A planned Marathon #Demonetization � Mr Unreasonable #demonetisation https://t.co/gYsJtfzX0b via @madhurchadha","FALSE","0",NA,"2016-11-22 20:08:55","FALSE",NA,"801155519184412672",NA,"Twitter Web Client","madhurchadha","0","FALSE","FALSE" +"5382","5382","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 20:07:40","FALSE",NA,"801155207845421056",NA,"Twitter for iPad","monsoonbrishti","954","TRUE","FALSE" +"5383","5383","@ICICIBank_Care Please enquire the branch IFSC code ICIC0000583, and ask for how many days was the attached ATM unrepaired! + +#DeMonetization","FALSE","0","ICICIBank_Care","2016-11-22 20:07:25","FALSE","801056600962134016","801155142137450496","63752206","Twitter for iPhone","AyoubChoudhury","0","FALSE","FALSE" +"5384","5384","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 20:06:44","FALSE",NA,"801154972557537280",NA,"Twitter for Windows Phone","subh851","23","TRUE","FALSE" +"5385","5385","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 20:05:59","FALSE",NA,"801154782131933184",NA,"Twitter for Android","salmanashraf117","954","TRUE","FALSE" +"5386","5386","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 20:05:52","FALSE",NA,"801154753052876800",NA,"Twitter for Android","SaikatEmpire","19","TRUE","FALSE" +"5387","5387","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 20:05:38","FALSE",NA,"801154692202033152",NA,"TweetDeck","AAP_Neel","147","TRUE","FALSE" +"5388","5388","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 20:05:34","FALSE",NA,"801154676838187008",NA,"Twitter Web Client","pranavdi","1158","TRUE","FALSE" +"5389","5389","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 20:04:50","FALSE",NA,"801154492003708928",NA,"Twitter for Android","GabbarRaush","105","TRUE","FALSE" +"5390","5390","RT @subichaturvedi: More measures to ease #demonetization stress. Read complete story here: https://t.co/AmSxM28vRD @BJP4India @BJPLive @na�","FALSE","0",NA,"2016-11-22 20:03:51","FALSE",NA,"801154244854378496",NA,"Twitter for iPhone","rasita","2","TRUE","FALSE" +"5391","5391","RT @SalmanSoz: Economy will suffer due to #demonetization. How much is anybody's guess. @mkvenu1 brings some disturbing info. + +https://t.co�","FALSE","0",NA,"2016-11-22 20:01:53","FALSE",NA,"801153750673014784",NA,"Twitter for Android","shanmugam_18","36","TRUE","FALSE" +"5392","5392","Lets correct the spell first, + +its #Demonetization + +Not #Demonitization","FALSE","1",NA,"2016-11-22 20:01:26","FALSE",NA,"801153635652485120",NA,"Twitter for iPhone","AyoubChoudhury","0","FALSE","FALSE" +"5393","5393","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 20:00:42","FALSE",NA,"801153451195592704",NA,"Twitter for Android","SushilSk444","1868","TRUE","FALSE" +"5394","5394","RT @tr_partha: #Demonetization of Marriage and #Divorce will discourage #legal terrorism and de-incentivize the NGO dalals and the thriving�","FALSE","0",NA,"2016-11-22 20:00:24","FALSE",NA,"801153377639927808",NA,"Twitter Web Client","palsingh1981","21","TRUE","FALSE" +"5395","5395","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-22 19:59:38","FALSE",NA,"801153183418462208",NA,"Twitter for Android","ravsd88","305","TRUE","FALSE" +"5396","5396","A planned #Marathon ##Demonetization https://t.co/uvoyuSq3mp #india #deaths","FALSE","0",NA,"2016-11-22 19:59:34","FALSE",NA,"801153167861960704",NA,"Google","madhurchadha","0","FALSE","FALSE" +"5397","5397","RT @LangaMahesh: Farmers in Surat protesting against #demonetization, as cash crunch has almost crippled rural economy in south Guj. @the_h�","FALSE","0",NA,"2016-11-22 19:59:29","FALSE",NA,"801153146642841600",NA,"Twitter for Android","shanmugam_18","451","TRUE","FALSE" +"5398","5398","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 19:57:03","FALSE",NA,"801152535192944640",NA,"Twitter for Android","helal_786","120","TRUE","FALSE" +"5399","5399","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 19:56:40","FALSE",NA,"801152437214056448",NA,"Twitter for Android","Balaindrajith","520","TRUE","FALSE" +"5400","5400","RT @priyankac19: Modiji next joke on their plight perhaps? #demonetization https://t.co/KxVve4mKta","FALSE","0",NA,"2016-11-22 19:56:20","FALSE",NA,"801152354125049856",NA,"Twitter for Android","shanmugam_18","129","TRUE","FALSE" +"5401","5401","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:55:12","FALSE",NA,"801152068513734656",NA,"Twitter for Android","sunny4AAP","954","TRUE","FALSE" +"5402","5402","RT @sanjuydv: Thru #demonetization garner money frm public into banks so tht fulfilled bank coffers enable thm to again lend money to capit�","FALSE","0",NA,"2016-11-22 19:53:46","FALSE",NA,"801151707048710144",NA,"Twitter for Android","shanmugam_18","55","TRUE","FALSE" +"5403","5403","In which Calvin & Hobbes plan #Demonetization https://t.co/CyyVY7FDcI","FALSE","9",NA,"2016-11-22 19:53:27","FALSE",NA,"801151629491720192",NA,"Twitter Web Client","prasanto","7","FALSE","FALSE" +"5404","5404","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 19:50:43","FALSE",NA,"801150939209998336",NA,"Twitter Web Client","IdeaofCongress","237","TRUE","FALSE" +"5405","5405","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 19:50:11","FALSE",NA,"801150805604593664",NA,"Twitter Web Client","IdeaofCongress","520","TRUE","FALSE" +"5406","5406","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 19:49:46","FALSE",NA,"801150700063485952",NA,"Twitter for Android","shanmugam_18","1042","TRUE","FALSE" +"5407","5407","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 19:49:03","FALSE",NA,"801150519494475776",NA,"TweetDeck","Patel_Rajesh207","147","TRUE","FALSE" +"5408","5408","RT @tr_partha: #Demonetization of Marriage and #Divorce will discourage #legal terrorism and de-incentivize the NGO dalals and the thriving�","FALSE","0",NA,"2016-11-22 19:48:45","FALSE",NA,"801150445989154816",NA,"Twitter Web Client","MPalSingh1981","21","TRUE","FALSE" +"5409","5409","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 19:48:18","FALSE",NA,"801150333783195648",NA,"Twitter for Android","ReetRawat","120","TRUE","FALSE" +"5410","5410","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 19:46:46","FALSE",NA,"801149948238692352",NA,"TweetDeck","aapingoa","147","TRUE","FALSE" +"5411","5411","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 19:46:16","FALSE",NA,"801149821071593472",NA,"TweetDeck","The_Sailor_Men","147","TRUE","FALSE" +"5412","5412","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 19:45:20","FALSE",NA,"801149585913565184",NA,"Twitter for Android","SheikAbduRahman","120","TRUE","FALSE" +"5413","5413","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 19:45:15","FALSE",NA,"801149566498181120",NA,"Twitter for Android","mdsaif_alikhan","237","TRUE","FALSE" +"5414","5414","@Joydas This is not feedback for #DeMonetization. It is a Bakth or not test?","FALSE","1","Joydas","2016-11-22 19:44:47","FALSE","801102354174988288","801149445802864640","18628451","Twitter Web Client","AamirKhanTN","0","FALSE","FALSE" +"5415","5415","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 19:43:37","FALSE",NA,"801149154206556160",NA,"Twitter for iPhone","akarimi1974","59","TRUE","FALSE" +"5416","5416","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 19:43:28","FALSE",NA,"801149115191218176",NA,"TweetDeck","lalurohit1","147","TRUE","FALSE" +"5417","5417","RT @MahikaInfra: @narendramodi +1st Phase deposits of #demonetization is ""The Real Currency Requirement"" of our nation as liquid cash +https:�","FALSE","0",NA,"2016-11-22 19:42:58","FALSE",NA,"801148990830112768",NA,"Twitter for Android","Harvansh_Batra","14","TRUE","FALSE" +"5418","5418","RT @roamingraghu: Hi @jacobinmag Please report on the massive #Demonetization crisis that is happening in India. Millions of Indians advers�","FALSE","0",NA,"2016-11-22 19:42:56","FALSE",NA,"801148982831423488",NA,"Twitter for Android","roamingraghu","1","TRUE","FALSE" +"5419","5419","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 19:42:48","FALSE",NA,"801148948056420352",NA,"Twitter for Android","jamsheedsyed","120","TRUE","FALSE" +"5420","5420","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 19:41:53","FALSE",NA,"801148715989766144",NA,"telangana RT bot","TelanganaPost1","42","TRUE","FALSE" +"5421","5421","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:41:11","FALSE",NA,"801148543247364096",NA,"Twitter for Android","radhika0111","954","TRUE","FALSE" +"5422","5422","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:40:00","FALSE",NA,"801148243694456832",NA,"Twitter for Android","JayTaksande","954","TRUE","FALSE" +"5423","5423","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 19:39:34","FALSE",NA,"801148135896551424",NA,"Twitter for Android","urstrullyfan","42","TRUE","FALSE" +"5424","5424","@ZeeNews @DrGPradhan Do u feel that its a stage drama by SP to fail #Demonetization","FALSE","0","ZeeNews","2016-11-22 19:39:17","FALSE","801133145873645568","801148063616155648","18071358","Twitter for Android","dsuditya","0","FALSE","FALSE" +"5425","5425","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:38:27","FALSE",NA,"801147852818771968",NA,"Twitter for Android","renjjo","132","TRUE","FALSE" +"5426","5426","More measures to ease #demonetization stress. Read complete story here: https://t.co/AmSxM28vRD @BJP4India @BJPLive @narendramodi #currency","FALSE","2",NA,"2016-11-22 19:36:19","FALSE",NA,"801147315117395968",NA,"Twitter for Android","subichaturvedi","2","FALSE","FALSE" +"5427","5427","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:35:38","FALSE",NA,"801147143788658688",NA,"Twitter for iPhone","saadseyes7","132","TRUE","FALSE" +"5428","5428","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:34:54","FALSE",NA,"801146960971448320",NA,"Twitter for Android","MdShuaib7","954","TRUE","FALSE" +"5429","5429","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 19:34:30","FALSE",NA,"801146857749680128",NA,"Twitter for Android","osman_ali187","1158","TRUE","FALSE" +"5430","5430","RT @iindrojit: Surprise! Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move. What�","FALSE","0",NA,"2016-11-22 19:34:21","FALSE",NA,"801146823071043584",NA,"Twitter for Android","IamaroonShah","299","TRUE","FALSE" +"5431","5431","RT @MinhazMerchant: Anna Hazare tells @CNNnews18 #demonetization is ""a historic decision by govt, those with black money against move."" And�","FALSE","0",NA,"2016-11-22 19:33:29","FALSE",NA,"801146604598108160",NA,"Twitter for Android","SnatanSupremacy","1030","TRUE","FALSE" +"5432","5432","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:33:05","FALSE",NA,"801146501753933824",NA,"Twitter for Android","subhashraj364","954","TRUE","FALSE" +"5433","5433","RT @hstapanghosh: A 'Normal' Weekend In Kashmir After Nearly Four Months https://t.co/Af5PMOpVK0 +Modi'fied effect of #demonetization. Koi s�","FALSE","0",NA,"2016-11-22 19:32:13","FALSE",NA,"801146285424144384",NA,"Twitter for Android","SnatanSupremacy","31","TRUE","FALSE" +"5434","5434","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-22 19:30:43","FALSE",NA,"801145909237006336",NA,"Twitter for Android","anjan_karak","10","TRUE","FALSE" +"5435","5435","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:30:16","FALSE",NA,"801145792249655296",NA,"Twitter for iPhone","patilashish687","954","TRUE","FALSE" +"5436","5436","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 19:30:12","FALSE",NA,"801145777150005248",NA,"Twitter for Windows Phone","ZaalimAnna","94","TRUE","FALSE" +"5437","5437","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:29:15","FALSE",NA,"801145540138237952",NA,"Twitter for Android","altaf_pathan","132","TRUE","FALSE" +"5438","5438","RT @iindrojit: Surprise! Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move. What�","FALSE","0",NA,"2016-11-22 19:29:06","FALSE",NA,"801145499344584704",NA,"Twitter for Android","Freud_of_Jung","299","TRUE","FALSE" +"5439","5439","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:28:29","FALSE",NA,"801145344583028736",NA,"Twitter for Android","mdjafarkhan","954","TRUE","FALSE" +"5440","5440","RT @ashokepandit: If this is true,then it's the biggest benefit of #demonetization. Other trrsts & political Ldrs will fall in the line. ht�","FALSE","0",NA,"2016-11-22 19:27:33","FALSE",NA,"801145109588807680",NA,"Twitter for iPhone","nandakrishna2","203","TRUE","FALSE" +"5441","5441","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 19:26:53","FALSE",NA,"801144942118604800",NA,"Twitter for Android","johnyraja","23","TRUE","FALSE" +"5442","5442","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:26:41","FALSE",NA,"801144893578117120",NA,"Twitter for Android","susheelkalra","954","TRUE","FALSE" +"5443","5443","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 19:26:02","FALSE",NA,"801144728834162688",NA,"Twitter for iPhone","Hero56223621","331","TRUE","FALSE" +"5444","5444","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 19:25:11","FALSE",NA,"801144515675320320",NA,"Twitter for Android","vineetbakshi4","331","TRUE","FALSE" +"5445","5445","PM Modi wants public poll on #demonetization on APP from a country whose internet penetration rate is just 34% #irony @ArvindKejriwal","FALSE","0",NA,"2016-11-22 19:24:56","FALSE",NA,"801144450739146752",NA,"Twitter Web Client","bhasin_arjun","0","FALSE","FALSE" +"5446","5446","RT @Nikhilrgupta: Does @ArvindKejriwal spend more time on finding and retweeting tweets against #demonetization than on his duties as a chi�","FALSE","0",NA,"2016-11-22 19:24:36","FALSE",NA,"801144369117995008",NA,"Twitter for Android","sharad14","1","TRUE","FALSE" +"5447","5447","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 19:24:06","FALSE",NA,"801144241388810240",NA,"Twitter Web Client","jvsk3","94","TRUE","FALSE" +"5448","5448","Yes I support demonetization and said yes in that poll :) +What else can be done with these guys and their boxes:)� https://t.co/OIz7hFkE2a","FALSE","1",NA,"2016-11-22 19:24:05","TRUE",NA,"801144237530091520",NA,"Twitter Web Client","laxman_xy","0","FALSE","FALSE" +"5449","5449","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-22 19:23:05","FALSE",NA,"801143988082397184",NA,"Twitter for Android","rahul_2277","139","TRUE","FALSE" +"5450","5450","RT @vmlsanna9: Power of #Demonetization + +Rahul Gandhi had 2wait in queue with #AamAadami at SBI to exchange Rs 4,000 + +#BlackMoney +https:/�","FALSE","0",NA,"2016-11-22 19:22:53","FALSE",NA,"801143935104090112",NA,"Twitter for Android","Harvansh_Batra","18","TRUE","FALSE" +"5451","5451","#demonetization #Modi +*MIND BLOWING RESPONSE FROM INTERNATIONAL MEDIA TO DEMONETIZATION! IT WILL SHUT THE MOUTH... https://t.co/CLSHRqvYh1","FALSE","0",NA,"2016-11-22 19:21:55","FALSE",NA,"801143691809357824",NA,"Facebook","wedoindia","0","FALSE","FALSE" +"5452","5452","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:20:53","FALSE",NA,"801143433309995008",NA,"Twitter for Android","waseemqadiri","132","TRUE","FALSE" +"5453","5453","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:20:42","FALSE",NA,"801143386212167680",NA,"Mobile Web (M2)","PoliTrick_","132","TRUE","FALSE" +"5454","5454","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 19:18:52","FALSE",NA,"801142926617309184",NA,"Twitter for iPhone","beingdzired","27","TRUE","FALSE" +"5455","5455","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:17:41","FALSE",NA,"801142628091731968",NA,"Twitter for Android","dipsticktest","132","TRUE","FALSE" +"5456","5456","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 19:17:34","FALSE",NA,"801142597569769472",NA,"Twitter Web Client","InspireBirbal","120","TRUE","FALSE" +"5457","5457","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-22 19:17:14","FALSE",NA,"801142513390260224",NA,"Twitter for Android","MAlimPatel1","221","TRUE","FALSE" +"5458","5458","RT @ChickenBiryanii: Another Success Story Of #Demonetization +Did u guys realised that dhoni haters & abusive star fans r not there on TL�","FALSE","0",NA,"2016-11-22 19:17:02","FALSE",NA,"801142464434163712",NA,"Twitter for Android","SuitablyDumb","5","TRUE","FALSE" +"5459","5459","@dna sir why u n all #aaptards are hell-bent these days 2 demonize the government�s move on #demonetization.plz emphasize on #delhi problems","FALSE","2","dna","2016-11-22 19:16:13","FALSE","801138360722931712","801142259877937152","17710740","Twitter for Android","mansi2905","0","FALSE","FALSE" +"5460","5460","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@SrBachchan","FALSE","0",NA,"2016-11-22 19:15:47","FALSE",NA,"801142147713998848",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5461","5461","RT @SinhaPune: Praises over #demonetization from international fraternity tells one thing. #oppositionxposed + +@iSirArnab @hindustanse @T�","FALSE","0",NA,"2016-11-22 19:15:38","FALSE",NA,"801142111290523648",NA,"Twitter for Android","NaMoKsath","225","TRUE","FALSE" +"5462","5462","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 19:15:34","FALSE",NA,"801142096501452800",NA,"Twitter for iPhone","ramusha1983","19","TRUE","FALSE" +"5463","5463","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:15:08","FALSE",NA,"801141983850872832",NA,"Twitter for Android","Bharatiyasevak","132","TRUE","FALSE" +"5464","5464","RT @myvotetoday: If @AnjuNagarajan DP says she supports #demonetization why is she not following us https://t.co/cZZvv6VUas","FALSE","0",NA,"2016-11-22 19:14:16","FALSE",NA,"801141766074159104",NA,"Twitter for Android","Bsharma7","7","TRUE","FALSE" +"5465","5465","There goes the claim that #demonetization will stop fake notes and/or cripple terrorist funding. https://t.co/Q6E3cVZlux","FALSE","0",NA,"2016-11-22 19:13:03","FALSE",NA,"801141460129239040",NA,"Twitter for Android","roynosaurus","0","FALSE","FALSE" +"5466","5466","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 19:12:56","FALSE",NA,"801141432912330752",NA,"Twitter for Android","ZumbarlalH","1158","TRUE","FALSE" +"5467","5467","Does @ArvindKejriwal spend more time on finding and retweeting tweets against #demonetization than on his duties as a chief minister?","FALSE","1",NA,"2016-11-22 19:11:30","FALSE",NA,"801141071883317248",NA,"Twitter for Windows","Nikhilrgupta","1","FALSE","FALSE" +"5468","5468","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 19:11:30","FALSE",NA,"801141069576597504",NA,"Twitter for Windows","moohchod","43","TRUE","FALSE" +"5469","5469","Advocate J. Aslam Basha Press Meet On #Demonetization https://t.co/wmLtKNR0ES via @jab9777 @YouTube","FALSE","2",NA,"2016-11-22 19:11:19","FALSE",NA,"801141025729232896",NA,"Twitter Web Client","kmfameen","2","FALSE","FALSE" +"5470","5470","RT @ianuragthakur: Long winding lines will continue to decrease,GOI hs taken numerous steps to ease #demonetization issues: https://t.co/sb�","FALSE","0",NA,"2016-11-22 19:11:07","FALSE",NA,"801140973522796544",NA,"Twitter for Android","AshuGupta288","182","TRUE","FALSE" +"5471","5471","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 19:10:44","FALSE",NA,"801140879394217984",NA,"TweetDeck","nehapunjab","147","TRUE","FALSE" +"5472","5472","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:10:04","FALSE",NA,"801140709357191168",NA,"Twitter for Android","chandansingh57","132","TRUE","FALSE" +"5473","5473","RT @CMOMaharashtra: One of the greatest computer scientists Dr. Vijay Bhatkar's views on #demonetization decision by Hon PM @narendramodi h�","FALSE","0",NA,"2016-11-22 19:09:21","FALSE",NA,"801140529261985792",NA,"Twitter for iPhone","Bharat_desh","375","TRUE","FALSE" +"5474","5474","Now terrorists are making fake 100, 500 & 2000 notes. So was #demonetization a good decision? My knees are tired of queueing up again ","FALSE","0",NA,"2016-11-22 19:08:29","FALSE",NA,"801140311619563520",NA,"Twitter for Android","MegaArnab","0","FALSE","FALSE" +"5475","5475","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:08:05","FALSE",NA,"801140211270811648",NA,"Twitter for Android","bhati_yash","132","TRUE","FALSE" +"5476","5476","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 19:07:26","FALSE",NA,"801140045856014336",NA,"Twitter for iPhone","Ajitkumar_Kanan","331","TRUE","FALSE" +"5477","5477","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:07:24","FALSE",NA,"801140041036636160",NA,"Twitter for iPhone","nazrah","132","TRUE","FALSE" +"5478","5478","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 19:06:46","FALSE",NA,"801139881921519616",NA,"Twitter for Android","twilightfairy","954","TRUE","FALSE" +"5479","5479","Even the noblest intentions get flipped in #India #RBI acknowledges fraud by bank officials in #demonetization drive +https://t.co/OCNMhR2K3n","FALSE","0",NA,"2016-11-22 19:06:01","FALSE",NA,"801139692460802048",NA,"Mobile Web (M5)","Mr_YoKa_","0","FALSE","FALSE" +"5480","5480","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:04:45","FALSE",NA,"801139372670087168",NA,"Twitter for Android","SheikAbduRahman","132","TRUE","FALSE" +"5481","5481","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:04:32","FALSE",NA,"801139316957188096",NA,"Twitter for iPhone","rahulj_09","132","TRUE","FALSE" +"5482","5482","RT @RanaAyyub: In which @ravishndtv rips through the #demonetization conundrum in a way only he is capable of. Must read + +https://t.co/LNpG�","FALSE","0",NA,"2016-11-22 19:04:18","FALSE",NA,"801139258878730240",NA,"Twitter for Android","rahulja13034944","264","TRUE","FALSE" +"5483","5483","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 19:03:56","FALSE",NA,"801139165572132864",NA,"Twitter for Android","srikantasingh","331","TRUE","FALSE" +"5484","5484","#Demonetization #cashchaos news outlets and journalists are supposed to give both sides of the story not sensationalize one side.","FALSE","0",NA,"2016-11-22 19:03:30","FALSE",NA,"801139058030342144",NA,"Echofon","NayaDristikon","0","FALSE","FALSE" +"5485","5485","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 19:03:09","FALSE",NA,"801138968511135744",NA,"Twitter for Android","dilse_desi","1868","TRUE","FALSE" +"5486","5486","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 19:03:01","FALSE",NA,"801138936378593280",NA,"Twitter for Android","bipinbhimani","123","TRUE","FALSE" +"5487","5487","#demonetization No matter what is the situation; think what good YOU can do!","FALSE","0",NA,"2016-11-22 19:02:58","FALSE",NA,"801138922264924160",NA,"Twitter Web Client","pawanmusale","0","FALSE","FALSE" +"5488","5488","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 19:02:37","FALSE",NA,"801138836122177536",NA,"Twitter for iPhone","ishi891","132","TRUE","FALSE" +"5489","5489","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 19:02:36","FALSE",NA,"801138830384369664",NA,"Twitter Web Client","pri1us","10","TRUE","FALSE" +"5490","5490","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 19:01:24","FALSE",NA,"801138528780369920",NA,"Twitter for Android","spMotaBhai","70","TRUE","FALSE" +"5491","5491","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:59:11","FALSE",NA,"801137971252457472",NA,"Twitter for Android","AtheistDevil","1158","TRUE","FALSE" +"5492","5492","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-22 18:58:57","FALSE",NA,"801137914914611200",NA,"Twitter for Android","rishikesh227","260","TRUE","FALSE" +"5493","5493","@RNTata2000 #demonetization had honest objective with terrible terrible planning and execution.","FALSE","0","RNTata2000","2016-11-22 18:58:52","FALSE","801081057261010944","801137891938140160","277434037","Twitter for Android","RohitKhendkar","0","FALSE","FALSE" +"5494","5494","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:58:32","FALSE",NA,"801137807221723136",NA,"Twitter for Android","RangaSiyaar","132","TRUE","FALSE" +"5495","5495","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:57:37","FALSE",NA,"801137577633972224",NA,"Twitter for Android","drkeza","132","TRUE","FALSE" +"5496","5496","RT @AmarKrishnaJha: Modi's #DeMonetization was actually a strategy to bring whole of India on-line (ATM/Banks) #DigitalIndia","FALSE","0",NA,"2016-11-22 18:56:51","FALSE",NA,"801137384851210240",NA,"Twitter for Android","_DrCool_","2","TRUE","FALSE" +"5497","5497","RT @CMOMaharashtra: One of the greatest computer scientists Dr. Vijay Bhatkar's views on #demonetization decision by Hon PM @narendramodi h�","FALSE","0",NA,"2016-11-22 18:56:14","FALSE",NA,"801137230278369280",NA,"Twitter for Android","comonuman","375","TRUE","FALSE" +"5498","5498","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:55:47","FALSE",NA,"801137115497017344",NA,"Twitter for iPhone","narala_Ratnaker","331","TRUE","FALSE" +"5499","5499","�If they don�t have cash, let them use credit cards� @Sharmistha_GK quotes Antoinette on #demonetization. Brilliant! https://t.co/4Gxs7n8pbm","FALSE","0",NA,"2016-11-22 18:54:21","FALSE",NA,"801136753428090880",NA,"Put your button on any page! ","ankitjain2191","0","FALSE","FALSE" +"5500","5500","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 18:53:40","FALSE",NA,"801136582908526592",NA,"Twitter for Android","saghi2260","40","TRUE","FALSE" +"5501","5501","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:53:26","FALSE",NA,"801136525937414144",NA,"Twitter for Android","impthk","954","TRUE","FALSE" +"5502","5502","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:53:26","FALSE",NA,"801136524695699456",NA,"Twitter for Android","Rajeshdm10","132","TRUE","FALSE" +"5503","5503","I hope few who is too much in inconvenience with Govt's move on #demonetization, can rewind their memory... https://t.co/mcT6uLDhrC","FALSE","0",NA,"2016-11-22 18:53:23","FALSE",NA,"801136511970316288",NA,"Facebook","3dipkumar","0","FALSE","FALSE" +"5504","5504","RT @krist0ph3r: already feeling benefits of #demonetization: +1. money lasts longer +2. rickshaws don't say no any more +3. i'm walking more a�","FALSE","0",NA,"2016-11-22 18:53:04","FALSE",NA,"801136432056147968",NA,"Twitter for iPhone","VAC22","1","TRUE","FALSE" +"5505","5505","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 18:51:42","FALSE",NA,"801136089859784704",NA,"Twitter for iPhone","srajorakgp","19","TRUE","FALSE" +"5506","5506","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 18:51:05","FALSE",NA,"801135933844115456",NA,"Twitter Web Client","AjayYakapur","520","TRUE","FALSE" +"5507","5507","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@Ram_Guha","FALSE","0",NA,"2016-11-22 18:49:57","FALSE",NA,"801135649046888448",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5508","5508","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-22 18:49:56","FALSE",NA,"801135642482642944",NA,"Twitter for Android","iMikeCorleone","1057","TRUE","FALSE" +"5509","5509","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@shekharkapur","FALSE","0",NA,"2016-11-22 18:49:27","FALSE",NA,"801135522651447296",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5510","5510","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:49:27","FALSE",NA,"801135520227074048",NA,"Twitter for Android","moeen_sayed_86","132","TRUE","FALSE" +"5511","5511","#Demonetization is only thing which taught me a lesson of minimalism +Needful stuffs But More Happiness ! Thank you PM Modi @PMOIndia","FALSE","1",NA,"2016-11-22 18:49:20","FALSE",NA,"801135492724965376",NA,"Twitter Web Client","Dineshsuthar88","0","FALSE","FALSE" +"5512","5512","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:49:07","FALSE",NA,"801135438895267840",NA,"Twitter Web Client","IdeaofCongress","132","TRUE","FALSE" +"5513","5513","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:48:28","FALSE",NA,"801135274705096704",NA,"Twitter for iPhone","mansoor05026046","132","TRUE","FALSE" +"5514","5514","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-22 18:48:17","FALSE",NA,"801135226705412096",NA,"Twitter for Android","SnatanSupremacy","421","TRUE","FALSE" +"5515","5515","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:47:44","FALSE",NA,"801135089966944256",NA,"Mobile Web (M5)","sehgal_indian","132","TRUE","FALSE" +"5516","5516","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:47:31","FALSE",NA,"801135033935396864",NA,"Twitter for Android","Rahulya16959357","954","TRUE","FALSE" +"5517","5517","Finally gathered courage to stand in queue....line lambi hai...countdown starts......20........ #demonetization #noteban","FALSE","0",NA,"2016-11-22 18:47:27","FALSE",NA,"801135020207316992",NA,"Facebook","bobgan99","0","FALSE","FALSE" +"5518","5518","RT @bainjal: Unclear why @PMOIndia can address election rallies on #demonetization but not face Parliament? Why? https://t.co/0PWe3eXzWF","FALSE","0",NA,"2016-11-22 18:47:26","FALSE",NA,"801135012619829248",NA,"Twitter Web Client","dpatell19471","148","TRUE","FALSE" +"5519","5519","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:47:18","FALSE",NA,"801134981992968192",NA,"Twitter Web Client","gyansr","132","TRUE","FALSE" +"5520","5520","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:47:03","FALSE",NA,"801134918960967680",NA,"Twitter for iPad","Shehzad_Ind","132","TRUE","FALSE" +"5521","5521","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:46:57","FALSE",NA,"801134891664605184",NA,"Twitter for iPhone","Gurpreetjhand","132","TRUE","FALSE" +"5522","5522","Suspension of parking charges at airports extended till Nov 28 https://t.co/Z1EawxqjM9 #CurrencyBan #PMModi, #Demonetization #airports","FALSE","0",NA,"2016-11-22 18:46:34","FALSE",NA,"801134796386619392",NA,"Twitter Web Client","indiablooms","0","FALSE","FALSE" +"5523","5523","RT @CMOMaharashtra: @mandybedi on Hon PM @narendramodi 's #demonetization decision ... https://t.co/j74RkdZRTO","FALSE","0",NA,"2016-11-22 18:46:08","FALSE",NA,"801134685812232192",NA,"Twitter for Android","rishi_matrix","144","TRUE","FALSE" +"5524","5524","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2016-11-22 18:46:06","FALSE",NA,"801134677092352000",NA,"Twitter for Android","AdityaNair20","862","TRUE","FALSE" +"5525","5525","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:46:05","FALSE",NA,"801134675653787648",NA,"Twitter for Android","dilip_boghani","132","TRUE","FALSE" +"5526","5526","Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization https://t.co/UTShDBMlll","FALSE","0",NA,"2016-11-22 18:46:00","FALSE",NA,"801134652526202880",NA,"Twitter Web Client","SidPaji","0","FALSE","FALSE" +"5527","5527","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:45:37","FALSE",NA,"801134558351605760",NA,"Twitter for Android","dhirend16266090","331","TRUE","FALSE" +"5528","5528","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:45:34","FALSE",NA,"801134543122014208",NA,"Twitter for Android","sadelhisatish1","132","TRUE","FALSE" +"5529","5529","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:45:11","FALSE",NA,"801134449932967936",NA,"Twitter for iPad","ceekayv","954","TRUE","FALSE" +"5530","5530","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:44:39","FALSE",NA,"801134314725502976",NA,"TweetDeck","18Vikaram","127","TRUE","FALSE" +"5531","5531","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:44:35","FALSE",NA,"801134298111672320",NA,"Twitter for iPhone","ashishretweeter","120","TRUE","FALSE" +"5532","5532","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:44:20","FALSE",NA,"801134232537960448",NA,"Twitter for Android","rsrajat365","132","TRUE","FALSE" +"5533","5533","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:44:10","FALSE",NA,"801134190687358976",NA,"Twitter for Android","bharat_builder","132","TRUE","FALSE" +"5534","5534","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:43:37","FALSE",NA,"801134054904995840",NA,"Twitter for Android","pandey_priyanka","120","TRUE","FALSE" +"5535","5535","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:42:28","FALSE",NA,"801133764361547776",NA,"Twitter for Android","satishgovindwar","954","TRUE","FALSE" +"5536","5536","@rssurjewala @geetv79 Isn't it true that paytm is going to be acquired by Reliance Jio? #Demonetization","FALSE","0","rssurjewala","2016-11-22 18:41:15","FALSE","801014988479418368","801133458693099520","3066787711","Twitter Web Client","gdjasuja","0","FALSE","FALSE" +"5537","5537","Am getting signals that RSS not happy with #Demonetization .Any info in this regard ?","FALSE","0",NA,"2016-11-22 18:41:10","FALSE",NA,"801133438317117440",NA,"Facebook","Kishlaysharma","0","FALSE","FALSE" +"5538","5538","#Demonetization will not be able to end corruption @ black money because the corrupt people are still running the show.","FALSE","0",NA,"2016-11-22 18:40:09","FALSE",NA,"801133181068050432",NA,"Twitter Web Client","RealFoxdie","0","FALSE","FALSE" +"5539","5539","This is a terrible implementation. Every ATM runs out of cash pretty early and is only able to serve 40-50 people. #Horrific #Demonetization","FALSE","0",NA,"2016-11-22 18:39:57","FALSE",NA,"801133130602070016",NA,"Twitter for Android","haseebquadri","0","FALSE","FALSE" +"5540","5540","The greatest shock is gullible masses electing @narendramodi as the @PMOIndia . Everything else is just consequenti� https://t.co/RfkjswgMKM","FALSE","0",NA,"2016-11-22 18:39:56","TRUE",NA,"801133126885908480",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"5541","5541","RT @OnestlyBrutal: If this doesn't invite the criticism for the governmen't step, then what will? #Demonetization was a risky Idea, very po�","FALSE","0",NA,"2016-11-22 18:39:33","FALSE",NA,"801133030563663872",NA,"Twitter for Android","SakshamSobti","1","TRUE","FALSE" +"5542","5542","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:39:09","FALSE",NA,"801132931431432192",NA,"Twitter for Android","HudaQuamar","954","TRUE","FALSE" +"5543","5543","already feeling benefits of #demonetization: +1. money lasts longer +2. rickshaws don't say no any more +3. i'm walking more and snacking less","FALSE","0",NA,"2016-11-22 18:37:16","FALSE",NA,"801132457877614592",NA,"Twitter Web Client","krist0ph3r","1","FALSE","FALSE" +"5544","5544","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:36:55","FALSE",NA,"801132366559412224",NA,"Twitter for Android","blrvikash","331","TRUE","FALSE" +"5545","5545","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:36:50","FALSE",NA,"801132348746014720",NA,"TweetDeck","rambabu_14","147","TRUE","FALSE" +"5546","5546","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:36:46","FALSE",NA,"801132331159293952",NA,"Twitter Web Client","AAPVind","94","TRUE","FALSE" +"5547","5547","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:35:42","FALSE",NA,"801132063558615040",NA,"Twitter for Android","AshishA21953185","954","TRUE","FALSE" +"5548","5548","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:35:04","FALSE",NA,"801131903092830208",NA,"Twitter for Android","ramanjha_artha","1158","TRUE","FALSE" +"5549","5549","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:35:01","FALSE",NA,"801131891394953216",NA,"Twitter for Android","geetv79","331","TRUE","FALSE" +"5550","5550","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:33:50","FALSE",NA,"801131592664104960",NA,"Twitter Web Client","DNDReporter","954","TRUE","FALSE" +"5551","5551","Even the BJP leaders say #demonetization is just one step to curb black money. More loyal than the king? https://t.co/e4ZLnSoNFs","FALSE","0",NA,"2016-11-22 18:33:34","FALSE",NA,"801131523424432128",NA,"Twitter for Android","bhuwanmpandey","0","FALSE","FALSE" +"5552","5552","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 18:33:30","FALSE",NA,"801131509352714240",NA,"Twitter for Android","Yoyohon92361983","526","TRUE","FALSE" +"5553","5553","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 18:32:42","FALSE",NA,"801131308025946112",NA,"Twitter for Android","ganesh2k5","105","TRUE","FALSE" +"5554","5554","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:32:34","FALSE",NA,"801131274240823296",NA,"Twitter for Android","KapindraVerma","120","TRUE","FALSE" +"5555","5555","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:32:14","FALSE",NA,"801131189020954624",NA,"Twitter for iPhone","ahmed_sf","331","TRUE","FALSE" +"5556","5556","RT @spati2012: Steps taken by Modi government to improve public convenience on #Demonetization https://t.co/CbrxWlcDKJ","FALSE","0",NA,"2016-11-22 18:32:02","FALSE",NA,"801131137389105152",NA,"Twitter for Android","Harvansh_Batra","40","TRUE","FALSE" +"5557","5557","You either die a hungry man or stand in line long enough to see the cash run out. #demonetization","FALSE","1",NA,"2016-11-22 18:31:13","FALSE",NA,"801130932879036416",NA,"Twitter Web Client","TuMidShotLe","0","FALSE","FALSE" +"5558","5558","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 18:30:27","FALSE",NA,"801130741232869376",NA,"Twitter for Android","dinipc","23","TRUE","FALSE" +"5559","5559","How #Modiji be responsible for deaths of people standing in line for #Demonetization as these Banks & ATMs were setup during #Congress rule?","FALSE","0",NA,"2016-11-22 18:30:22","FALSE",NA,"801130720366211072",NA,"Twitter for iPhone","manishbpl1","0","FALSE","FALSE" +"5560","5560","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:30:17","FALSE",NA,"801130699541594112",NA,"TweetDeck","R_Krishnan09","147","TRUE","FALSE" +"5561","5561","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 18:29:51","FALSE",NA,"801130588979593216",NA,"Twitter Web Client","iSirArnab","27","TRUE","FALSE" +"5562","5562","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 18:29:46","FALSE",NA,"801130570537435136",NA,"Twitter for Windows","THANDA2KOOL","1868","TRUE","FALSE" +"5563","5563","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 18:29:17","FALSE",NA,"801130446478311424",NA,"Twitter for Android","trueindian131","520","TRUE","FALSE" +"5564","5564","RT @mrtkachokra: Lol. When the banks themselves are involved in #blackmoney racketeering Modi says #demonetization will root out corruptio�","FALSE","0",NA,"2016-11-22 18:28:42","FALSE",NA,"801130300315037696",NA,"Twitter for iPhone","unknown_i_m","1","TRUE","FALSE" +"5565","5565","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:28:40","FALSE",NA,"801130290424885248",NA,"Twitter Web Client","shreya7376","331","TRUE","FALSE" +"5566","5566","RT @patelriship: #RemoveFixPay +Fixed pay emplys support #DEMONETIZATION #POLICY ,But When #BJP will #Remove #FIXED #PAY REMOVAL #DECISION�","FALSE","0",NA,"2016-11-22 18:28:19","FALSE",NA,"801130204131266560",NA,"newTwitBotTesting101","darsh_goswami","12","TRUE","FALSE" +"5567","5567","RT @patelriship: #RemoveFixPay +Fixed pay emplys support #DEMONETIZATION #POLICY ,But When #BJP will #Remove #FIXED #PAY REMOVAL #DECISION�","FALSE","0",NA,"2016-11-22 18:28:19","FALSE",NA,"801130203938484224",NA,"newTwitBotTesting101","darsh_goswami","12","TRUE","FALSE" +"5568","5568","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 18:28:15","FALSE",NA,"801130187043835904",NA,"Twitter for Windows","avdheshkumartsi","19","TRUE","FALSE" +"5569","5569","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:28:11","FALSE",NA,"801130171894009856",NA,"Twitter for Android","indieanarch","147","TRUE","FALSE" +"5570","5570","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:28:04","FALSE",NA,"801130140977639424",NA,"Twitter for Android","indieanarch","127","TRUE","FALSE" +"5571","5571","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:27:54","FALSE",NA,"801130098304782336",NA,"Twitter for Android","rajkshroff","1158","TRUE","FALSE" +"5572","5572","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 18:27:46","FALSE",NA,"801130064557420544",NA,"Twitter for Android","ganesh2k5","23","TRUE","FALSE" +"5573","5573","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:27:43","FALSE",NA,"801130053006401536",NA,"Twitter for iPhone","YoungHaryana","331","TRUE","FALSE" +"5574","5574","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 18:27:43","FALSE",NA,"801130050686959616",NA,"Twitter for Android","ChoudhurySam1","132","TRUE","FALSE" +"5575","5575","Lol. When the banks themselves are involved in #blackmoney racketeering Modi says #demonetization will root out co� https://t.co/9lhLfExMV6","FALSE","0",NA,"2016-11-22 18:27:06","TRUE",NA,"801129895644401664",NA,"Twitter for Android","mrtkachokra","1","FALSE","FALSE" +"5576","5576","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 18:26:56","FALSE",NA,"801129855614001152",NA,"Twitter for Android","iUtkarshSharma","1868","TRUE","FALSE" +"5577","5577","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 18:26:21","FALSE",NA,"801129708016414720",NA,"Twitter for Android","Insaan71","53","TRUE","FALSE" +"5578","5578","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:25:57","FALSE",NA,"801129610121543680",NA,"Twitter for Android","kamaaaa6","94","TRUE","FALSE" +"5579","5579","RT @patelriship: #RemoveFixPay +Fixed pay emplys support #DEMONETIZATION #POLICY ,But When #BJP will #Remove #FIXED #PAY REMOVAL #DECISION�","FALSE","0",NA,"2016-11-22 18:25:53","FALSE",NA,"801129591054155776",NA,"Twitter for iPhone","krupalhadia89","12","TRUE","FALSE" +"5580","5580","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:25:52","FALSE",NA,"801129585932808192",NA,"Twitter Web Client","singh_biswajeet","120","TRUE","FALSE" +"5581","5581","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:25:43","FALSE",NA,"801129549748699136",NA,"TweetDeck","AAPGUJVolunteer","147","TRUE","FALSE" +"5582","5582","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 18:25:10","FALSE",NA,"801129410875244544",NA,"Twitter for Android","ssmunshi","526","TRUE","FALSE" +"5583","5583","#demonetization in best period for two company. all our only #patym and #patanjali","FALSE","0",NA,"2016-11-22 18:25:01","FALSE",NA,"801129373856251904",NA,"Mobile Web (M2)","swapnilrane16","0","FALSE","FALSE" +"5584","5584","RT @amitgupta0310: 1/n One can have a cynical view on #demonetization but one should not loose the faith in the adaptability of fellow Indi�","FALSE","0",NA,"2016-11-22 18:24:40","FALSE",NA,"801129285981470720",NA,"Twitter for Android","baredevili","5","TRUE","FALSE" +"5585","5585","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 18:24:32","FALSE",NA,"801129252317986816",NA,"Twitter for Android","MayurKotiya","23","TRUE","FALSE" +"5586","5586","#byelection was on 15 seats..#BJP won only 5 seats and 9 by opposition ... +#demonetization effects as Modiji explained ?","FALSE","0",NA,"2016-11-22 18:24:17","FALSE",NA,"801129190665912320",NA,"Twitter for Android","sporiha","0","FALSE","FALSE" +"5587","5587","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:24:11","FALSE",NA,"801129165453828096",NA,"Twitter for Android","aniljothomas","1158","TRUE","FALSE" +"5588","5588","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 18:24:08","FALSE",NA,"801129149196800000",NA,"Twitter for Android","awnuraag","471","TRUE","FALSE" +"5589","5589","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-22 18:23:38","FALSE",NA,"801129023388557312",NA,"Twitter for Android","_ratnesh","260","TRUE","FALSE" +"5590","5590","I just can't figure out ""What does he actually want????"" #Kejriwal #Demonetization #aaptards Kaala Pani was meant f� https://t.co/qo1eXNOc3v","FALSE","1",NA,"2016-11-22 18:23:36","TRUE",NA,"801129015343915008",NA,"Twitter Web Client","vivek1946","0","FALSE","FALSE" +"5591","5591","RT @abhic_1983: @SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.�","FALSE","0",NA,"2016-11-22 18:23:19","FALSE",NA,"801128947068977152",NA,"Twitter for iPhone","neophyte11","19","TRUE","FALSE" +"5592","5592","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:22:52","FALSE",NA,"801128834137460736",NA,"TweetDeck","GujaratKiAwaaz","94","TRUE","FALSE" +"5593","5593","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:22:48","FALSE",NA,"801128814285754368",NA,"Twitter for Android","altaliaa","331","TRUE","FALSE" +"5594","5594","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:22:27","FALSE",NA,"801128727946100736",NA,"TweetDeck","EeshaChawda","127","TRUE","FALSE" +"5595","5595","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:22:18","FALSE",NA,"801128690834817024",NA,"Twitter for Android","jaijaicongress","331","TRUE","FALSE" +"5596","5596","The latest The Property Daily! https://t.co/QSdJPDWwdc Thanks to @Mallick1962 @patrival @UpUpNoDown #realestate #demonetization","FALSE","0",NA,"2016-11-22 18:21:45","FALSE",NA,"801128549960687616",NA,"Paper.li","chrisredfern83","0","FALSE","FALSE" +"5597","5597","RT @AjoyAshirwad: Will #demonetization impact food supplies next? https://t.co/w1cO08y5Le @thewire_in @PMOIndia @BJP4India @AamAadmiParty @�","FALSE","0",NA,"2016-11-22 18:21:31","FALSE",NA,"801128493492805632",NA,"Twitter for Android","lucifer_damned","7","TRUE","FALSE" +"5598","5598","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:20:55","FALSE",NA,"801128340904181760",NA,"TweetDeck","NamoMad","127","TRUE","FALSE" +"5599","5599","This show the real motive behind the so-called survey on #demonetization. +Modi assumes all poor have smartphones! + https://t.co/0N33ac0ibv","FALSE","0",NA,"2016-11-22 18:20:52","FALSE",NA,"801128327251492864",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"5600","5600","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:19:44","FALSE",NA,"801128043838218240",NA,"Mobile Web (M5)","PalakMisty11","331","TRUE","FALSE" +"5601","5601","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:19:39","FALSE",NA,"801128023298715648",NA,"Twitter for Android","mrtkachokra","120","TRUE","FALSE" +"5602","5602","RT @AmanatUllah23: Addressed the #YouthCongressProtest over #Demonetization issue in Delhi. @OfficeOfRG https://t.co/MDxu4YtbPW","FALSE","0",NA,"2016-11-22 18:19:26","FALSE",NA,"801127967539593216",NA,"Twitter for Android","sanjay_lycsidhi","9","TRUE","FALSE" +"5603","5603","RT @AmanatUllah23: #YouthCongressProtest over #Demonetization issue in Delhi. (1/2) @OfficeOfRG https://t.co/6AhloTCt0s","FALSE","0",NA,"2016-11-22 18:19:23","FALSE",NA,"801127955900534784",NA,"Twitter for Android","sanjay_lycsidhi","9","TRUE","FALSE" +"5604","5604","RT @AmanatUllah23: #YouthCongressProtest over #Demonetization issue in Delhi. (2/2) @OfficeOfRG https://t.co/CVvyz430bg","FALSE","0",NA,"2016-11-22 18:19:20","FALSE",NA,"801127944605335552",NA,"Twitter for Android","sanjay_lycsidhi","7","TRUE","FALSE" +"5605","5605","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 18:19:17","FALSE",NA,"801127931921764352",NA,"Twitter for Android","TTeerandaz","520","TRUE","FALSE" +"5606","5606","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:19:12","FALSE",NA,"801127910354472960",NA,"TweetDeck","VristiB","94","TRUE","FALSE" +"5607","5607","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:18:55","FALSE",NA,"801127838237605888",NA,"Twitter for Android","Amitward148","954","TRUE","FALSE" +"5608","5608","RT @kanimozhi: Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","0",NA,"2016-11-22 18:18:12","FALSE",NA,"801127656192294912",NA,"Twitter Web Client","venugopalgv","23","TRUE","FALSE" +"5609","5609","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:17:50","FALSE",NA,"801127566719467520",NA,"TweetDeck","devenddr42","147","TRUE","FALSE" +"5610","5610","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:17:40","FALSE",NA,"801127524457541632",NA,"Twitter Web Client","inquestioner","1158","TRUE","FALSE" +"5611","5611","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:17:40","FALSE",NA,"801127523740315648",NA,"Twitter for iPhone","naveenbebra","147","TRUE","FALSE" +"5612","5612","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:16:59","FALSE",NA,"801127353128722432",NA,"Twitter for iPhone","IleshIdoshi","331","TRUE","FALSE" +"5613","5613","@runjhunmehrotra he could be hopping between ATM's, Modiji Ka kripa #demonetization","FALSE","0","runjhunmehrotra","2016-11-22 18:16:47","FALSE","800776797776322560","801127303048732672","189782415","Twitter for Android","arunpatil36","0","FALSE","FALSE" +"5614","5614","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 18:16:46","FALSE",NA,"801127298304864256",NA,"Twitter for Android","vmkapre","103","TRUE","FALSE" +"5615","5615","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 18:16:46","FALSE",NA,"801127298154070016",NA,"Twitter for Android","JndMahesh","36","TRUE","FALSE" +"5616","5616","RT @SatyendarJain: Daily wage earner are the first sufferer of #demonetization. Others will feel the consequences of economic slowdown shor�","FALSE","0",NA,"2016-11-22 18:16:46","FALSE",NA,"801127296899784704",NA,"Twitter for Android","vmkapre","48","TRUE","FALSE" +"5617","5617","RT @1Patelzuber: Farmers in Surat protesting against #demonetization,as cash crunch hs crippled rural economy https://t.co/u9DFFEcYIf + + #�","FALSE","0",NA,"2016-11-22 18:16:45","FALSE",NA,"801127292890128384",NA,"Twitter for iPhone","Richasharma0971","26","TRUE","FALSE" +"5618","5618","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:16:34","FALSE",NA,"801127248451538944",NA,"Twitter for Android","JusticeNIndia","954","TRUE","FALSE" +"5619","5619","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:16:33","FALSE",NA,"801127243443535872",NA,"Twitter for Android","Zeeshanzeshu","120","TRUE","FALSE" +"5620","5620","Everyone seems to hate the rich, even the rich hates richer and the richer hates the richest. #Demonetization.","FALSE","24",NA,"2016-11-22 18:16:33","FALSE",NA,"801127240868200448",NA,"Twitter Web Client","kanimozhi","23","FALSE","FALSE" +"5621","5621","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 18:16:13","FALSE",NA,"801127159196631040",NA,"Twitter for Android","yaajushi","44","TRUE","FALSE" +"5622","5622","RT @CMOMaharashtra: @mandybedi on Hon PM @narendramodi 's #demonetization decision ... https://t.co/j74RkdZRTO","FALSE","0",NA,"2016-11-22 18:16:06","FALSE",NA,"801127127215054848",NA,"Twitter for Android","AASHISH8294","144","TRUE","FALSE" +"5623","5623","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:15:37","FALSE",NA,"801127007899750400",NA,"Twitter for Android","jaspree40225358","954","TRUE","FALSE" +"5624","5624","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:15:23","FALSE",NA,"801126949783486464",NA,"TweetDeck","RudrChotaliya","94","TRUE","FALSE" +"5625","5625","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:15:02","FALSE",NA,"801126859928899584",NA,"Twitter for Android","Drraviphysio","331","TRUE","FALSE" +"5626","5626","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:14:44","FALSE",NA,"801126785748377600",NA,"Twitter for Android","prajakt990","331","TRUE","FALSE" +"5627","5627","#R3 widows are still in #Rudali mode. Why, @Swamy39 Sir? +#DeMonetization","FALSE","0",NA,"2016-11-22 18:13:43","FALSE",NA,"801126528235032576",NA,"Twitter Web Client","vikingthakkar","0","FALSE","FALSE" +"5628","5628","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:13:34","FALSE",NA,"801126491677478912",NA,"TweetDeck","navikaarao","94","TRUE","FALSE" +"5629","5629","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:13:23","FALSE",NA,"801126446936760320",NA,"TweetDeck","BomIndus","127","TRUE","FALSE" +"5630","5630","@Manesha76 then afzal guru hang himself bcz of #Demonetization","FALSE","0","Manesha76","2016-11-22 18:13:22","FALSE","801068014548369408","801126439483359232","961054086","Twitter for Android","prakashSriv","1","FALSE","FALSE" +"5631","5631","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:13:19","FALSE",NA,"801126427122769920",NA,"TweetDeck","PrathiDey","127","TRUE","FALSE" +"5632","5632","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@iKabirBedi","FALSE","1",NA,"2016-11-22 18:13:08","FALSE",NA,"801126383661543424",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5633","5633","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@bachikarkaria","FALSE","0",NA,"2016-11-22 18:12:48","FALSE",NA,"801126298022281216",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5634","5634","RT @TheDarjChron: Mainstream media suffers from ""Tyranny of Distance"" so we r reporting what people in #NorthEast think of #Demonetization�","FALSE","0",NA,"2016-11-22 18:12:34","FALSE",NA,"801126240421892096",NA,"Twitter for Android","Umesh_Sharma05","88","TRUE","FALSE" +"5635","5635","RT @SatyendarJain: Daily wage earner are the first sufferer of #demonetization. Others will feel the consequences of economic slowdown shor�","FALSE","0",NA,"2016-11-22 18:12:27","FALSE",NA,"801126209706983424",NA,"Twitter for Android","BaislaVivek","48","TRUE","FALSE" +"5636","5636","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 18:12:26","FALSE",NA,"801126207429414912",NA,"Twitter for Android","BaislaVivek","103","TRUE","FALSE" +"5637","5637","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 18:12:21","FALSE",NA,"801126185522577408",NA,"Twitter for iPhone","Richasharma0971","520","TRUE","FALSE" +"5638","5638","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@kiranshaw","FALSE","0",NA,"2016-11-22 18:12:17","FALSE",NA,"801126168871260160",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5639","5639","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:11:57","FALSE",NA,"801126086738407424",NA,"TweetDeck","19_vikash","127","TRUE","FALSE" +"5640","5640","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:11:46","FALSE",NA,"801126039275483136",NA,"TweetDeck","Chinmay_Sav","94","TRUE","FALSE" +"5641","5641","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:11:45","FALSE",NA,"801126033185349632",NA,"TweetDeck","SanjayVMor","127","TRUE","FALSE" +"5642","5642","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:11:37","FALSE",NA,"801125999031119872",NA,"TweetDeck","ModiJaisil","127","TRUE","FALSE" +"5643","5643","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:11:28","FALSE",NA,"801125961337073664",NA,"TweetDeck","BajajHansal","127","TRUE","FALSE" +"5644","5644","RT @ianuragthakur: Long winding lines will continue to decrease,GOI hs taken numerous steps to ease #demonetization issues: https://t.co/sb�","FALSE","0",NA,"2016-11-22 18:11:12","FALSE",NA,"801125897570951168",NA,"Twitter Web Client","KapilGurjarBJP","182","TRUE","FALSE" +"5645","5645","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 18:11:10","FALSE",NA,"801125889329115136",NA,"Twitter for Android","ajitjagtap","48","TRUE","FALSE" +"5646","5646","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 18:11:00","FALSE",NA,"801125846111096832",NA,"Twitter for Android","ramsa_b29","27","TRUE","FALSE" +"5647","5647","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:10:56","FALSE",NA,"801125828801114112",NA,"TweetDeck","BaavaChitra","147","TRUE","FALSE" +"5648","5648","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:10:25","FALSE",NA,"801125699247636480",NA,"TweetDeck","18Kruti","127","TRUE","FALSE" +"5649","5649","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 18:10:11","FALSE",NA,"801125638354571264",NA,"Twitter Web Client","centreofleft","25","TRUE","FALSE" +"5650","5650","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 18:10:03","FALSE",NA,"801125607224397824",NA,"Twitter for Android","sshail5455","120","TRUE","FALSE" +"5651","5651","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:09:54","FALSE",NA,"801125570348056576",NA,"Twitter for Android","manjujadhav_","331","TRUE","FALSE" +"5652","5652","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 18:09:50","FALSE",NA,"801125551557767168",NA,"Twitter for Android","Yogi210875","123","TRUE","FALSE" +"5653","5653","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:09:45","FALSE",NA,"801125531739652096",NA,"TweetDeck","10_rekha","127","TRUE","FALSE" +"5654","5654","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:09:35","FALSE",NA,"801125489586774016",NA,"Twitter Web Client","ayushnigamsworl","954","TRUE","FALSE" +"5655","5655","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:08:35","FALSE",NA,"801125238071316480",NA,"TweetDeck","CA_Sahay","94","TRUE","FALSE" +"5656","5656","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:08:23","FALSE",NA,"801125185826918400",NA,"TweetDeck","19_vikash","147","TRUE","FALSE" +"5657","5657","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:08:14","FALSE",NA,"801125148099248128",NA,"TweetDeck","RudrChotaliya","127","TRUE","FALSE" +"5658","5658","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:08:12","FALSE",NA,"801125142718009344",NA,"TweetDeck","SonamIsHere","127","TRUE","FALSE" +"5659","5659","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:08:11","FALSE",NA,"801125137533771776",NA,"TweetDeck","Calvin30125","127","TRUE","FALSE" +"5660","5660","@jayantsinha amazing video to encourage & motivate people during #demonetization +https://t.co/44rTV2ac1e","FALSE","0","jayantsinha","2016-11-22 18:07:45","FALSE",NA,"801125028498505728","17850606","Twitter for Android","haria1979","0","FALSE","FALSE" +"5661","5661","Now one who complaints standing in ATM and Bank lines are termed as Anti-Nationals. +#PakBorderBrutality #demonetization #__","FALSE","0",NA,"2016-11-22 18:07:39","FALSE",NA,"801125001801781248",NA,"Mobile Web (M2)","nvigneshshetty","0","FALSE","FALSE" +"5662","5662","RT @gops333: Experts believe the #Demonetization will impact negative on India's #GDP . Unplanned misadventure will cost the #Economy for a�","FALSE","0",NA,"2016-11-22 18:06:51","FALSE",NA,"801124802232582144",NA,"Twitter for Android","PoonamB40929685","75","TRUE","FALSE" +"5663","5663","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:06:22","FALSE",NA,"801124680262438912",NA,"Twitter for Android","ak134008","954","TRUE","FALSE" +"5664","5664","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 18:06:18","FALSE",NA,"801124663241777152",NA,"Twitter for Android","AnjuNagarajan","27","TRUE","FALSE" +"5665","5665","@darokr1 @SREEHARI2001 u really think this Country needs a govt of scams? Probably u also lst a lot of black money in dis #demonetization","FALSE","0","darokr1","2016-11-22 18:06:17","FALSE","800996302691500032","801124658670018560","57388054","Twitter for Android","mayank245","0","FALSE","FALSE" +"5666","5666","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 18:06:06","FALSE",NA,"801124610653622272",NA,"Twitter for Android","iamnowhere2016","471","TRUE","FALSE" +"5667","5667","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:05:20","FALSE",NA,"801124418382663680",NA,"TweetDeck","LabdhiBadger","127","TRUE","FALSE" +"5668","5668","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:05:12","FALSE",NA,"801124386577129472",NA,"TweetDeck","87_bansari","147","TRUE","FALSE" +"5669","5669","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 18:04:52","FALSE",NA,"801124301696970752",NA,"Twitter for iPhone","bhavnapb","43","TRUE","FALSE" +"5670","5670","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:04:52","FALSE",NA,"801124301172776960",NA,"Twitter Web Client","naishadhvyas","331","TRUE","FALSE" +"5671","5671","Great video to support Hon�ble PM Sh. @narendramodi ji's steps against black money and corruption. +https://t.co/5XCDWAnJnx #demonetization","FALSE","0",NA,"2016-11-22 18:04:36","FALSE",NA,"801124237096337408",NA,"Twitter for Android","kuldipgayan","0","FALSE","FALSE" +"5672","5672","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 18:04:19","FALSE",NA,"801124164631404544",NA,"Twitter for iPad","Congressevartha","1158","TRUE","FALSE" +"5673","5673","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:04:11","FALSE",NA,"801124129432813568",NA,"Twitter for iPhone","spbsm","954","TRUE","FALSE" +"5674","5674","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 18:03:57","FALSE",NA,"801124071190708224",NA,"Twitter for Android","PramodTater","123","TRUE","FALSE" +"5675","5675","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@ShashiTharoor","FALSE","0",NA,"2016-11-22 18:03:41","FALSE",NA,"801124003771510784",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5676","5676","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:03:00","FALSE",NA,"801123833956667392",NA,"Twitter for Android","Mohammedwasima3","331","TRUE","FALSE" +"5677","5677","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 18:02:54","FALSE",NA,"801123805443670016",NA,"Twitter for Android","Mir_Bugti3","27","TRUE","FALSE" +"5678","5678","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:02:50","FALSE",NA,"801123790285484032",NA,"Twitter for Android","amar129438","331","TRUE","FALSE" +"5679","5679","#demonetization and IT raid drama! +#CurrencyCrisis https://t.co/f6sAgo6lP0","FALSE","0",NA,"2016-11-22 18:02:38","FALSE",NA,"801123742071930880",NA,"Twitter for Android","mrtkachokra","0","FALSE","FALSE" +"5680","5680","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@ShekharGupta","FALSE","0",NA,"2016-11-22 18:02:36","FALSE",NA,"801123729853943808",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5681","5681","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:02:24","FALSE",NA,"801123681724416000",NA,"Twitter for Android","I_Am_AnasKhan","94","TRUE","FALSE" +"5682","5682","RT @bhaiyyajispeaks: RT if you support #Demonetization and Favorite if you are against it!","FALSE","0",NA,"2016-11-22 18:02:18","FALSE",NA,"801123654784299008",NA,"Twitter for Android","GirishC1964","894","TRUE","FALSE" +"5683","5683","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 18:02:16","FALSE",NA,"801123647117094912",NA,"Twitter for Android","NationalistDoc","471","TRUE","FALSE" +"5684","5684","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:01:33","FALSE",NA,"801123467135488000",NA,"TweetDeck","38Jalpa","94","TRUE","FALSE" +"5685","5685","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 18:01:31","FALSE",NA,"801123458629259264",NA,"TweetDeck","phlli9","94","TRUE","FALSE" +"5686","5686","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 18:01:30","FALSE",NA,"801123453096988672",NA,"Twitter for Android","AsthaMittalRG","331","TRUE","FALSE" +"5687","5687","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:01:19","FALSE",NA,"801123408104845312",NA,"TweetDeck","kantiAAP","147","TRUE","FALSE" +"5688","5688","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:01:15","FALSE",NA,"801123392640401408",NA,"TweetDeck","_MittalShah","147","TRUE","FALSE" +"5689","5689","RT @bhaiyyajispeaks: RT if you support #Demonetization and Favorite if you are against it!","FALSE","0",NA,"2016-11-22 18:01:03","FALSE",NA,"801123339800449024",NA,"Twitter for Android","iamiteshh","894","TRUE","FALSE" +"5690","5690","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 18:00:51","FALSE",NA,"801123292778209280",NA,"TweetDeck","NaikSaransh","147","TRUE","FALSE" +"5691","5691","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 18:00:37","FALSE",NA,"801123233911205888",NA,"TweetDeck","aapkipalki","127","TRUE","FALSE" +"5692","5692","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 18:00:37","FALSE",NA,"801123233164464128",NA,"Twitter for Android","bijalwan_devi","954","TRUE","FALSE" +"5693","5693","Indian Bonds Buck Global Rout after #Demonetization. Best performing bond market among 65 countries. https://t.co/qTShrJb14M","FALSE","0",NA,"2016-11-22 17:59:40","FALSE",NA,"801122993963270144",NA,"Put your button on any page! ","abhinavkalyan","0","FALSE","FALSE" +"5694","5694","#__ ki hamari chahte poori Ho. Oh jejus! Please be kind to us. Let this facade of #demonetization end soon.","FALSE","1",NA,"2016-11-22 17:59:37","FALSE",NA,"801122981711745024",NA,"Twitter for Android","aeternusanima","0","FALSE","FALSE" +"5695","5695","And I thought at least something good will come out of this harebrained #Demonetization exercise, guess I was... https://t.co/NEu8sXthuw","FALSE","0",NA,"2016-11-22 17:59:35","FALSE",NA,"801122970957651968",NA,"Facebook","gautham_n","0","FALSE","FALSE" +"5696","5696","RT @bhaiyyajispeaks: RT if you support #Demonetization and Favorite if you are against it!","FALSE","0",NA,"2016-11-22 17:59:31","FALSE",NA,"801122955166175232",NA,"Twitter for Android","ParthPa07241800","894","TRUE","FALSE" +"5697","5697","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:59:30","FALSE",NA,"801122951584239616",NA,"Twitter for Android","Counter_Part_X","123","TRUE","FALSE" +"5698","5698","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:58:55","FALSE",NA,"801122806381637632",NA,"TweetDeck","umeshAAPpcmc","94","TRUE","FALSE" +"5699","5699","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:58:47","FALSE",NA,"801122772168515584",NA,"TweetDeck","AnshAAP1","147","TRUE","FALSE" +"5700","5700","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:58:42","FALSE",NA,"801122750546866176",NA,"TweetDeck","nilshah2203","94","TRUE","FALSE" +"5701","5701","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:58:40","FALSE",NA,"801122742695141376",NA,"TweetDeck","Modi_Krish1","94","TRUE","FALSE" +"5702","5702","RT @Chopsyturvey: #Demonetization Buying houses is going to become Cheaper. some corrupt don't think its a good idea https://t.co/pQwSI4hUpb","FALSE","0",NA,"2016-11-22 17:58:31","FALSE",NA,"801122703721709568",NA,"Twitter for Android","victoryvinoll","18","TRUE","FALSE" +"5703","5703","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 17:58:24","FALSE",NA,"801122675523342336",NA,"TweetDeck","Rana_Fenny","127","TRUE","FALSE" +"5704","5704","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 17:58:20","FALSE",NA,"801122659719204864",NA,"TweetDeck","TilakShroff","127","TRUE","FALSE" +"5705","5705","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:58:13","FALSE",NA,"801122626756288512",NA,"TweetDeck","sawanpurohit","147","TRUE","FALSE" +"5706","5706","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:58:12","FALSE",NA,"801122622876463104",NA,"TweetDeck","81_jignesh","147","TRUE","FALSE" +"5707","5707","RT @timane: ��� +@SriSri Ravi Shankar roots for #demonetization, hails PM Modi + +#CashCleanUp #CashlessEconomy #cash https://t.co/TS0C7pTwBs�","FALSE","0",NA,"2016-11-22 17:57:53","FALSE",NA,"801122545801928704",NA,"Twitter for Android","Mass_Comm_Media","3","TRUE","FALSE" +"5708","5708","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 17:57:43","FALSE",NA,"801122502764175360",NA,"Twitter Web Client","Skedia_gaya","105","TRUE","FALSE" +"5709","5709","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:57:38","FALSE",NA,"801122482354798592",NA,"Twitter Web Client","laxmisagarnitw","120","TRUE","FALSE" +"5710","5710","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:57:08","FALSE",NA,"801122355518943232",NA,"Twitter for Android","rajatj7","954","TRUE","FALSE" +"5711","5711","RT @ParvinSharma_: The #Demonetization is a huge step against terrorism #PmSavedKashmir","FALSE","0",NA,"2016-11-22 17:57:07","FALSE",NA,"801122353715417088",NA,"Twitter for Android","shuklapinku","14","TRUE","FALSE" +"5712","5712","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:57:01","FALSE",NA,"801122327844880384",NA,"Twitter for Android","UrsAravinda","954","TRUE","FALSE" +"5713","5713","RT @Mass_Comm_Media: ��� +#Demonetization: #Banks received Rs5.12 trillion worth #deposits till 18 Nov, says @RBI + +#currencyswitch https:�","FALSE","0",NA,"2016-11-22 17:56:49","FALSE",NA,"801122276145926144",NA,"Twitter for Android","Mass_Comm_Media","2","TRUE","FALSE" +"5714","5714","I hv took part in the survey on PM App and shared my opinion on #Demonetization You can also do it now.Just Do it. +https://t.co/dFC4hePFDy","FALSE","0",NA,"2016-11-22 17:56:46","FALSE",NA,"801122263844065280",NA,"Twitter for Android","maheshbw94","0","FALSE","FALSE" +"5715","5715","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@GhoshAmitav","FALSE","0",NA,"2016-11-22 17:56:41","FALSE",NA,"801122241203179520",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5716","5716","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:56:20","FALSE",NA,"801122156759445504",NA,"TweetDeck","1Ojas","147","TRUE","FALSE" +"5717","5717","RT @LODHA: How would #demonetization impact Indian #realestate? Industry experts share their insights via @Realty_Et https://t.co/M41zVvbJG6","FALSE","0",NA,"2016-11-22 17:56:14","FALSE",NA,"801122130687455232",NA,"Twitter for iPhone","VINIT_SHAH1","1","TRUE","FALSE" +"5718","5718","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:56:13","FALSE",NA,"801122124588924928",NA,"Twitter Web Client","Mohitks519","120","TRUE","FALSE" +"5719","5719","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@NandanNilekani","FALSE","0",NA,"2016-11-22 17:56:12","FALSE",NA,"801122120797421568",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5720","5720","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:55:38","FALSE",NA,"801121977843019776",NA,"TweetDeck","AhirChaarvi","94","TRUE","FALSE" +"5721","5721","PM #NarendraModi wants your #views on #demonetization via his #app + +https://t.co/nUOH68TXi5","FALSE","1",NA,"2016-11-22 17:55:19","FALSE",NA,"801121899497463808",NA,"Twitter for Android","hitech_guru","0","FALSE","FALSE" +"5722","5722","RT @BJP_RSS: Everyone should read +Major benefits of #Demonetization that you don't see in media coverage. +#ModiFightsCorruption #Bla�","FALSE","0",NA,"2016-11-22 17:55:02","FALSE",NA,"801121827745452032",NA,"Twitter for iPad","Vidyagauri","166","TRUE","FALSE" +"5723","5723","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:54:51","FALSE",NA,"801121781352271872",NA,"Twitter for Android","JSK__11","120","TRUE","FALSE" +"5724","5724","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 17:54:50","FALSE",NA,"801121778898649088",NA,"Twitter for Android","MayurKotiya","105","TRUE","FALSE" +"5725","5725","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:54:48","FALSE",NA,"801121768626761728",NA,"Twitter for Android","PRINCEsri20","27","TRUE","FALSE" +"5726","5726","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 17:54:48","FALSE",NA,"801121767532019712",NA,"Twitter Web Client","iparthpatel","82","TRUE","FALSE" +"5727","5727","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 17:54:47","FALSE",NA,"801121764445016064",NA,"Twitter Web Client","BreakiNews","127","TRUE","FALSE" +"5728","5728","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:54:41","FALSE",NA,"801121738226401280",NA,"Twitter Web Client","BreakiNews","147","TRUE","FALSE" +"5729","5729","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 17:54:36","FALSE",NA,"801121719914143744",NA,"Twitter for Android","ShashidharSM545","1042","TRUE","FALSE" +"5730","5730","Withdraw cash upto Rs. 2000 from @BigBazaar. Relief to people. #Demonetization","FALSE","1",NA,"2016-11-22 17:54:03","FALSE",NA,"801121579400728576",NA,"Twitter Web Client","meshrammanish07","0","FALSE","FALSE" +"5731","5731","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:53:59","FALSE",NA,"801121563328147456",NA,"Twitter Web Client","rkmarar9","331","TRUE","FALSE" +"5732","5732","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:53:43","FALSE",NA,"801121495451779072",NA,"Twitter for Android","aaptimist_","120","TRUE","FALSE" +"5733","5733","RT @the_kkkkhk: This will win your heart. #Bank #Staff #Flower #Demonetization: https://t.co/2opIIiAKKc via @YouTube","FALSE","0",NA,"2016-11-22 17:53:43","FALSE",NA,"801121495451717632",NA,"Twitter for iPad","vimalmittal26","1","TRUE","FALSE" +"5734","5734","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:53:42","FALSE",NA,"801121490565349376",NA,"Twitter for Android","ChandokSumeet","25","TRUE","FALSE" +"5735","5735","RT @absolutethinker: @csbhakuni @SPRE_Official especially in the current situation of #demonetization","FALSE","0",NA,"2016-11-22 17:53:30","FALSE",NA,"801121442075004928",NA,"Twitter for Android","02Neeha","1","TRUE","FALSE" +"5736","5736","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 17:53:14","FALSE",NA,"801121376031703040",NA,"Twitter for Android","ParthPa07241800","1868","TRUE","FALSE" +"5737","5737","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 17:53:04","FALSE",NA,"801121331328774144",NA,"Twitter for Android","Harish4262","42","TRUE","FALSE" +"5738","5738","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:52:54","FALSE",NA,"801121288781631488",NA,"Twitter for iPhone","Sandy_Ag","123","TRUE","FALSE" +"5739","5739","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 17:52:39","FALSE",NA,"801121228115374080",NA,"Twitter for Android","Magicbull1962","69","TRUE","FALSE" +"5740","5740","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:52:39","FALSE",NA,"801121226227859456",NA,"Mobile Web (M5)","sab_subh_hai","147","TRUE","FALSE" +"5741","5741","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 17:52:04","FALSE",NA,"801121081956429824",NA,"Twitter for Android","BNamsha","14","TRUE","FALSE" +"5742","5742","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:51:59","FALSE",NA,"801121059877584896",NA,"Twitter for Android","AmberRishi","25","TRUE","FALSE" +"5743","5743","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:51:47","FALSE",NA,"801121011613728768",NA,"Twitter for Android","Afroz786Bits","331","TRUE","FALSE" +"5744","5744","RT @nesoron: Arun Sathe, has been wishy-washy in his stance regarding #DeMonetization. Jumps from one point to the other, swinging bet ext�","FALSE","0",NA,"2016-11-22 17:51:37","FALSE",NA,"801120966533185536",NA,"Twitter for Android","goeltm_tg","2","TRUE","FALSE" +"5745","5745","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:51:23","FALSE",NA,"801120910233239552",NA,"Twitter for Android","sadaf_j","954","TRUE","FALSE" +"5746","5746","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:51:03","FALSE",NA,"801120827223801856",NA,"Twitter for Android","KamalHaider1991","331","TRUE","FALSE" +"5747","5747","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:50:42","FALSE",NA,"801120735980883968",NA,"TweetDeck","RathodShaiv","94","TRUE","FALSE" +"5748","5748","RT @timane: ��� +@SriSri Ravi Shankar roots for #demonetization, hails PM Modi + +#CashCleanUp #CashlessEconomy #cash https://t.co/TS0C7pTwBs�","FALSE","0",NA,"2016-11-22 17:50:40","FALSE",NA,"801120728405798912",NA,"Twitter for Android","strategy_indica","3","TRUE","FALSE" +"5749","5749","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:50:40","FALSE",NA,"801120727940284416",NA,"Twitter for Android","Rajashekharrbr","954","TRUE","FALSE" +"5750","5750","RT @myvotetoday: It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM #Modi co�","FALSE","0",NA,"2016-11-22 17:50:37","FALSE",NA,"801120715424428032",NA,"Twitter for Android","sanjay99000","5","TRUE","FALSE" +"5751","5751","@savik1012 @ArvindKejriwal @Rohinisgh_ET no sleep sonce black money got lost in #Demonetization . Became full blown nut case after BJP win","FALSE","1","savik1012","2016-11-22 17:50:19","FALSE","801116654230970368","801120639855640576","113649248","Twitter for iPhone","catchclrs","0","FALSE","FALSE" +"5752","5752","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:50:13","FALSE",NA,"801120613733515264",NA,"Twitter for iPhone","500Urvashi","94","TRUE","FALSE" +"5753","5753","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:49:57","FALSE",NA,"801120546821849088",NA,"Twitter Web Client","BreakiNews","94","TRUE","FALSE" +"5754","5754","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:49:52","FALSE",NA,"801120529407234048",NA,"Twitter for Android","ChoudhuryAkmal","954","TRUE","FALSE" +"5755","5755","RT @_MiteshPatel: You're forgetting the Motive. + +#Demonetization Drama is just a PR exercise. +Just a means through which Pro-Feku Media can�","FALSE","0",NA,"2016-11-22 17:49:39","FALSE",NA,"801120473383735296",NA,"Twitter for Android","OfficeOfArjun","94","TRUE","FALSE" +"5756","5756","RT @_MiteshPatel: Do we have any reports on how much #BlackMoney is recovered by this #demonetization? + +Or is it just PR drama? https://t.c�","FALSE","0",NA,"2016-11-22 17:49:34","FALSE",NA,"801120453980876800",NA,"Twitter for Android","OfficeOfArjun","147","TRUE","FALSE" +"5757","5757","RT @_MiteshPatel: #Demonetization is NOT blunder. + +It's deliberate drama being done for PR propaganda. +Don't down play this. https://t.co/g�","FALSE","0",NA,"2016-11-22 17:49:31","FALSE",NA,"801120438151618560",NA,"Twitter for Android","OfficeOfArjun","127","TRUE","FALSE" +"5758","5758","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:49:24","FALSE",NA,"801120411555692544",NA,"Twitter for Android","sharwanmatwa111","27","TRUE","FALSE" +"5759","5759","RT @vanichandra2010: If Tripura is bench mark, #Demonetization had positive impact. BJP gains 20% vote. Congress loses 41%. Other seats�","FALSE","0",NA,"2016-11-22 17:49:23","FALSE",NA,"801120405805154304",NA,"Twitter for Android","monty_chadha","8","TRUE","FALSE" +"5760","5760","RT @GodrejGroup: Despite #demonetization, India and Godrej can expect good growth next year, says our Group Chairman, Mr. Adi Godrej. https�","FALSE","0",NA,"2016-11-22 17:48:59","FALSE",NA,"801120304613339136",NA,"Twitter for iPhone","sshekhar0380","6","TRUE","FALSE" +"5761","5761","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:48:53","FALSE",NA,"801120280676421632",NA,"Twitter for Android","skjain_05","25","TRUE","FALSE" +"5762","5762","Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi provided by Kejriwal.","FALSE","0",NA,"2016-11-22 17:48:18","FALSE",NA,"801120132022013952",NA,"Facebook","AKSINGHRAWAT","0","FALSE","FALSE" +"5763","5763","Very well written by @SwarajyaMag. Those who oppose #DeMonetization may be indirectly, opposing the development of� https://t.co/jS7217d0OS","FALSE","0",NA,"2016-11-22 17:47:41","TRUE",NA,"801119978045014016",NA,"TweetDeck","schaurasiya","0","FALSE","FALSE" +"5764","5764","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 17:47:06","FALSE",NA,"801119829818310656",NA,"Twitter for Android","gosamm","10","TRUE","FALSE" +"5765","5765","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:46:00","FALSE",NA,"801119555812610048",NA,"Twitter for Android","kingkeshav","120","TRUE","FALSE" +"5766","5766","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 17:45:53","FALSE",NA,"801119523399049216",NA,"Twitter Web Client","ChhotaHulk","10","TRUE","FALSE" +"5767","5767","@CNNnews18 #demonetization against black money not cash https://t.co/jLbid6yFDL cannot become dirty money .Threats means blackmailing.","FALSE","0","CNNnews18","2016-11-22 17:45:32","FALSE","801116788020776960","801119437461929984","6509832","Twitter for iPad","jonil2012","0","FALSE","FALSE" +"5768","5768","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 17:45:27","FALSE",NA,"801119414141599744",NA,"Twitter for Android","strategy_indica","43","TRUE","FALSE" +"5769","5769","RT @vifindia: Lalit Joshi | After #Demonetization, Good Governance from Babudom is required for Transforming India +https://t.co/BTHGf5vQrg�","FALSE","0",NA,"2016-11-22 17:45:18","FALSE",NA,"801119378016116736",NA,"Twitter for Android","strategy_indica","5","TRUE","FALSE" +"5770","5770","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 17:45:01","FALSE",NA,"801119307576983552",NA,"Twitter for Android","strategy_indica","40","TRUE","FALSE" +"5771","5771","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:44:44","FALSE",NA,"801119235955159040",NA,"Twitter for Android","rajnikantmisra","27","TRUE","FALSE" +"5772","5772","RT @tncpim: Courtesy @Theekkathir #Demonetization https://t.co/hNmGeKNI30","FALSE","0",NA,"2016-11-22 17:44:36","FALSE",NA,"801119203990216704",NA,"Twitter for Android","vmkapre","54","TRUE","FALSE" +"5773","5773","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-22 17:43:55","FALSE",NA,"801119028068519936",NA,"Twitter for iPhone","reyansh0007","22","TRUE","FALSE" +"5774","5774","@PMOIndia security at banks should be increased in millitant & Naxal areas. #demonetization @arunjaitley @narendramodi","FALSE","0","PMOIndia","2016-11-22 17:43:53","FALSE",NA,"801119023551238144","471741741","Twitter for Android","nischaymadan","0","FALSE","FALSE" +"5775","5775","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:43:52","FALSE",NA,"801119015493976064",NA,"Twitter for Android","DPadhihari","132","TRUE","FALSE" +"5776","5776","@APanagariya can u find out what jagdish bhagwati sir thinks abt #demonetization?","FALSE","0","APanagariya","2016-11-22 17:43:14","FALSE",NA,"801118857918152704","2961297390","Twitter Web Client","rajput213","0","FALSE","FALSE" +"5777","5777","Level of CM & Dy CM of #Delhi SAD +#Modi #India #ModiFightsCorruption #demonetization #BlackMoney #noteban� https://t.co/8YJ0CJVxru","FALSE","0",NA,"2016-11-22 17:41:39","TRUE",NA,"801118460826644480",NA,"Twitter for Android","SJVatsal","0","FALSE","FALSE" +"5778","5778","RT @ANI_news: The queues are not getting longer but are getting shorter day by day: Chanda Kochar,ICIC MD and CEO #demonetization https://t�","FALSE","0",NA,"2016-11-22 17:41:13","FALSE",NA,"801118350407385088",NA,"Twitter Web Client","Banizlam","421","TRUE","FALSE" +"5779","5779","Why should such ""business"" be allowed to function at all on the Indian soil using the national resources of any kind ??? #demonetization","FALSE","0",NA,"2016-11-22 17:41:04","FALSE",NA,"801118313635975168",NA,"Twitter for Android","WITTYCUPID","0","FALSE","FALSE" +"5780","5780","RT @ShefVaidya: Waise, why are @BBCWorld and @ndtv interviewing only 1 CM, that too not even of a full state on #DeMonetization?","FALSE","0",NA,"2016-11-22 17:40:19","FALSE",NA,"801118122316959744",NA,"Twitter for Android","shravankapoor1","116","TRUE","FALSE" +"5781","5781","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 17:40:07","FALSE",NA,"801118075252719616",NA,"Twitter for iPad","BombayKaBabu","10","TRUE","FALSE" +"5782","5782","RT @dhume: Sharma: It might be satisfying to punish shady fortunes, but revenge is not a development strategy. #demonetization https://t.c�","FALSE","0",NA,"2016-11-22 17:39:59","FALSE",NA,"801118039244754944",NA,"Twitter for Android","BaislaVivek","47","TRUE","FALSE" +"5783","5783","What is a ""business"" that is eludes taxes of the country as well as statutes & social commitments ? #demonetization","FALSE","0",NA,"2016-11-22 17:39:35","FALSE",NA,"801117938006659072",NA,"Twitter for Android","WITTYCUPID","0","FALSE","FALSE" +"5784","5784","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 17:39:07","FALSE",NA,"801117822168379392",NA,"Twitter for Android","surekha7722","520","TRUE","FALSE" +"5785","5785","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:38:49","FALSE",NA,"801117747824312320",NA,"Twitter for Android","Aakhiri_SALAAM","132","TRUE","FALSE" +"5786","5786","��� +@SriSri Ravi Shankar roots for #demonetization, hails PM Modi + +#CashCleanUp #CashlessEconomy #cash� https://t.co/uzLJnq0CcQ","FALSE","1",NA,"2016-11-22 17:38:44","TRUE",NA,"801117725951021056",NA,"Twitter for Android","timane","3","FALSE","FALSE" +"5787","5787","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:38:29","FALSE",NA,"801117661237104640",NA,"Twitter for Android","nilleo007","123","TRUE","FALSE" +"5788","5788","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:38:17","FALSE",NA,"801117611165646848",NA,"Twitter for Android","AAPRevolutionCG","132","TRUE","FALSE" +"5789","5789","@madhukishwar #Demonetization decision may benefit in the long run but without any doubt it has created inconvenience to common people..","FALSE","0","madhukishwar","2016-11-22 17:38:09","FALSE","801113285013553152","801117578449932288","258283931","Twitter Web Client","ashishkt30","0","FALSE","FALSE" +"5790","5790","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:37:12","FALSE",NA,"801117338405773312",NA,"Twitter Web Client","munima_coolbaby","120","TRUE","FALSE" +"5791","5791","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:37:11","FALSE",NA,"801117333762605056",NA,"Twitter for Android","KESDEEP","954","TRUE","FALSE" +"5792","5792","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:36:56","FALSE",NA,"801117272106532864",NA,"Twitter for Android","FarooqiRahil","954","TRUE","FALSE" +"5793","5793","Hi @jacobinmag Please report on the massive #Demonetization crisis that is happening in India. Millions of Indians adversely affected.","FALSE","0","roamingraghu","2016-11-22 17:36:54","FALSE","800678022323924992","801117264451731456","2570549330","Twitter for Android","roamingraghu","1","FALSE","FALSE" +"5794","5794","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:36:28","FALSE",NA,"801117154707931136",NA,"Twitter for Android","saadmaqsood","120","TRUE","FALSE" +"5795","5795","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 17:36:10","FALSE",NA,"801117080909017088",NA,"Twitter Web Client","Banizlam","43","TRUE","FALSE" +"5796","5796","On the #demonetization , does one really have to think on which side to choose between Ratan Tata & Arvind Kejriwal?","FALSE","0",NA,"2016-11-22 17:35:16","FALSE",NA,"801116851552092160",NA,"Twitter for Android","vyangyanik","0","FALSE","FALSE" +"5797","5797","RT @RenukaJain6: How media which is running on black money not reporting true facts. Please RT to expose them + +#demonetization https://t.c�","FALSE","0",NA,"2016-11-22 17:35:09","FALSE",NA,"801116825555714048",NA,"Twitter for Android","ravitrvm","230","TRUE","FALSE" +"5798","5798","Govt may withdraw service charge on card transactions. +#DeMonetization","FALSE","2",NA,"2016-11-22 17:35:05","FALSE",NA,"801116808358920192",NA,"Twitter for Android","BaradaDs","1","FALSE","FALSE" +"5799","5799","RT @SJVatsal: TRUTH (#Modi #BJP #India #malaya #kingfisher #IndiaFightsBlackMoney #IndiaFirst #ModiFightsCorruption #demonetization #Black�","FALSE","0",NA,"2016-11-22 17:34:48","FALSE",NA,"801116736326025216",NA,"Twitter for Android","PremchandOstwal","1","TRUE","FALSE" +"5800","5800","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:34:41","FALSE",NA,"801116705577639936",NA,"Twitter for iPhone","shiyadshah","132","TRUE","FALSE" +"5801","5801","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 17:33:23","FALSE",NA,"801116379634106368",NA,"Twitter for Android","kamlesh2710","960","TRUE","FALSE" +"5802","5802","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 17:33:11","FALSE",NA,"801116327817736192",NA,"Twitter for Android","kaiserazim","8","TRUE","FALSE" +"5803","5803","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 17:32:58","FALSE",NA,"801116273849470976",NA,"Twitter for Android","blue21sky","43","TRUE","FALSE" +"5804","5804","RT @myvotetoday: It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM #Modi co�","FALSE","0",NA,"2016-11-22 17:32:43","FALSE",NA,"801116212553863168",NA,"Twitter for iPhone","rbjp67","5","TRUE","FALSE" +"5805","5805","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 17:32:37","FALSE",NA,"801116185404260352",NA,"Twitter for Android","sajithvcblr","33","TRUE","FALSE" +"5806","5806","RT @myvotetoday: It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM #Modi co�","FALSE","0",NA,"2016-11-22 17:32:26","FALSE",NA,"801116141510791168",NA,"Twitter for Android","Harshadjshah","5","TRUE","FALSE" +"5807","5807","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:32:23","FALSE",NA,"801116126625177600",NA,"Twitter for Android","Rupali40821166","123","TRUE","FALSE" +"5808","5808","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 17:31:45","FALSE",NA,"801115969984688128",NA,"Twitter for Android","PRADEEP57405168","21","TRUE","FALSE" +"5809","5809","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 17:31:32","FALSE",NA,"801115912879210496",NA,"Twitter Web Client","advska","960","TRUE","FALSE" +"5810","5810","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-22 17:31:30","FALSE",NA,"801115905958653952",NA,"Twitter for Android","Ck54C","6","TRUE","FALSE" +"5811","5811","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 17:31:11","FALSE",NA,"801115824845156352",NA,"Twitter for iPhone","SantoshIshu","526","TRUE","FALSE" +"5812","5812","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:31:09","FALSE",NA,"801115818759073792",NA,"Twitter for Android","FxBookers","331","TRUE","FALSE" +"5813","5813","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:29:55","FALSE",NA,"801115506417672192",NA,"Twitter for Android","cksandysk","120","TRUE","FALSE" +"5814","5814","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:29:38","FALSE",NA,"801115436230189056",NA,"Twitter Web Client","premchauhan09","123","TRUE","FALSE" +"5815","5815","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 17:29:23","FALSE",NA,"801115371172294656",NA,"Twitter for iPhone","iamDSP1","960","TRUE","FALSE" +"5816","5816","RT @AashaBisht: @narendramodi Banks hv been given enough cash then why ATMs lacking Cash. Sir do look into d matter. #demonetization","FALSE","0",NA,"2016-11-22 17:28:35","FALSE",NA,"801115170726477824",NA,"Twitter for Android","anil_chouksey","6","TRUE","FALSE" +"5817","5817","RT @tncpim: Courtesy @Theekkathir #Demonetization https://t.co/hNmGeKNI30","FALSE","0",NA,"2016-11-22 17:28:17","FALSE",NA,"801115095547973632",NA,"Twitter for Android","GyanendrAw","54","TRUE","FALSE" +"5818","5818","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:28:09","FALSE",NA,"801115063922917376",NA,"Twitter for Android","AnitaAm9653275","331","TRUE","FALSE" +"5819","5819","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:28:05","FALSE",NA,"801115046688489472",NA,"Twitter for Android","sachanuj","123","TRUE","FALSE" +"5820","5820","#DeMonetization - crazytization of financial systems ... 50 days to see the effects...abhi tho side effects hi hain...modiji..paisa dilado","FALSE","0",NA,"2016-11-22 17:28:05","FALSE",NA,"801115044968734720",NA,"Twitter for Android","njangam","0","FALSE","FALSE" +"5821","5821","RT @HinduIDF: Many Hindu's want war with Pakistan !! and just cannot handle issues related to #Demonetization for even 20 days !! . THINK !!","FALSE","0",NA,"2016-11-22 17:28:00","FALSE",NA,"801115024282382336",NA,"Twitter for Android","desi_murgaa","2","TRUE","FALSE" +"5822","5822","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 17:27:35","FALSE",NA,"801114918946631680",NA,"Twitter for Android","mohanrakesh1909","45","TRUE","FALSE" +"5823","5823","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:27:14","FALSE",NA,"801114831793360896",NA,"Twitter for iPhone","shiyadshah","120","TRUE","FALSE" +"5824","5824","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:27:09","FALSE",NA,"801114809743785984",NA,"Twitter for Android","ajumis","331","TRUE","FALSE" +"5825","5825","RT @HinduIDF: Many Hindu's want war with Pakistan !! and just cannot handle issues related to #Demonetization for even 20 days !! . THINK !!","FALSE","0",NA,"2016-11-22 17:27:08","FALSE",NA,"801114806283431936",NA,"Twitter for Android","navbhaarat","2","TRUE","FALSE" +"5826","5826","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:26:57","FALSE",NA,"801114759500152832",NA,"Twitter Web Client","AAPLink","120","TRUE","FALSE" +"5827","5827","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:26:31","FALSE",NA,"801114651593322496",NA,"Twitter for Android","amms28","331","TRUE","FALSE" +"5828","5828","RT @jairajp: Actually #DeMonetization takes over as No. 1 Scam title from #GujaratModel of Development. Tea Selling becomes No. 3 https://t�","FALSE","0",NA,"2016-11-22 17:26:16","FALSE",NA,"801114587592531968",NA,"Twitter for Android","NiranjanTripa16","2","TRUE","FALSE" +"5829","5829","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 17:26:14","FALSE",NA,"801114580726358016",NA,"Twitter for Android","jaiwanth1","15","TRUE","FALSE" +"5830","5830","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 17:26:09","FALSE",NA,"801114558400057344",NA,"Twitter for Android","purohit_b","105","TRUE","FALSE" +"5831","5831","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 17:25:58","FALSE",NA,"801114514460508160",NA,"Twitter for Android","laboni276","520","TRUE","FALSE" +"5832","5832","Retweeted Dipankar. (@deep_anchor): + +India's Modi Didn't Do His Homework https://t.co/Nqdb0pVqGQ +#Demonetization https://t.co/Yr6t7WgY9a","FALSE","0",NA,"2016-11-22 17:25:58","FALSE",NA,"801114511323398144",NA,"Facebook","Sahil_RG","0","FALSE","FALSE" +"5833","5833","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 17:25:54","FALSE",NA,"801114495389081600",NA,"Twitter for Android","Sahil_RG","14","TRUE","FALSE" +"5834","5834","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:25:39","FALSE",NA,"801114435137900544",NA,"Twitter for Android","Abhishe05987418","954","TRUE","FALSE" +"5835","5835","If this doesn't invite the criticism for the governmen't step, then what will? #Demonetization was a risky Idea, very poorly implemented 9/9","FALSE","1","OnestlyBrutal","2016-11-22 17:25:26","FALSE","801111611305926656","801114379584290816","230227528","Twitter for Android","OnestlyBrutal","1","FALSE","FALSE" +"5836","5836","Retweeted Dipankar. (@deep_anchor): + +Collateral damage of #Demonetization +https://t.co/es3k8qincE https://t.co/Xs55dsSazJ","FALSE","0",NA,"2016-11-22 17:25:15","FALSE",NA,"801114334076211200",NA,"Facebook","Sahil_RG","1","FALSE","FALSE" +"5837","5837","RT @deep_anchor: Collateral damage of #Demonetization +https://t.co/s3kogyvd3I","FALSE","0",NA,"2016-11-22 17:25:10","FALSE",NA,"801114312391593984",NA,"Twitter for Android","Sahil_RG","4","TRUE","FALSE" +"5838","5838","@DrShobha @pmoindia Not affected individually, but d brute show of money and its power has definitely come down in society #Demonetization","FALSE","0","DrShobha","2016-11-22 17:24:44","FALSE","801077690505842688","801114201548726272","99034397","Twitter for iPhone","hmmjsk","0","FALSE","FALSE" +"5839","5839","Many Hindu's want war with Pakistan !! and just cannot handle issues related to #Demonetization for even 20 days !! . THINK !!","FALSE","2",NA,"2016-11-22 17:24:27","FALSE",NA,"801114131331878912",NA,"TweetDeck","HinduIDF","2","FALSE","FALSE" +"5840","5840","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:24:25","FALSE",NA,"801114123752902656",NA,"Twitter for Android","KeshavKarn11","27","TRUE","FALSE" +"5841","5841","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 17:23:55","FALSE",NA,"801113997357371392",NA,"Twitter for Android","TiryakDesai","14","TRUE","FALSE" +"5842","5842","RT @Devinder_Sharma: If Rs 3 lakh cr expected from #demonetization is a 'windfall' what would we term Rs 6.23-lk cr tax exemptions to India�","FALSE","0",NA,"2016-11-22 17:23:47","FALSE",NA,"801113964964757504",NA,"Twitter for Android","aslam200227","115","TRUE","FALSE" +"5843","5843","RT @nesoron: Arun Sathe, has been wishy-washy in his stance regarding #DeMonetization. Jumps from one point to the other, swinging bet ext�","FALSE","0",NA,"2016-11-22 17:23:46","FALSE",NA,"801113958090506240",NA,"Twitter for iPhone","Richasharma0971","2","TRUE","FALSE" +"5844","5844","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:23:35","FALSE",NA,"801113914104647680",NA,"Twitter for Android","Sahil_RG","120","TRUE","FALSE" +"5845","5845","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 17:22:44","FALSE",NA,"801113698706165760",NA,"Mobile Web (M5)","gnr_rwt","45","TRUE","FALSE" +"5846","5846","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:22:43","FALSE",NA,"801113694696394752",NA,"Twitter for iPad","raghuynt","25","TRUE","FALSE" +"5847","5847","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:22:25","FALSE",NA,"801113617353449472",NA,"Twitter for Android","monk_razr","123","TRUE","FALSE" +"5848","5848","RT @roamingraghu: Hi @DilliDurAst Could you track #Demonetization deaths after Friday? Or (Hopefully) no one died after that? If they have,�","FALSE","0",NA,"2016-11-22 17:22:12","FALSE",NA,"801113566573043712",NA,"Twitter Web Client","roamingraghu","1","TRUE","FALSE" +"5849","5849","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:22:04","FALSE",NA,"801113532494331904",NA,"Twitter for iPhone","eBankeLal","10","TRUE","FALSE" +"5850","5850","RT @girishalva: Kejriwal shud go on hunger strike and test how many ppl support him on #demonetization. +Ppl know by now #oppositionXposed","FALSE","0",NA,"2016-11-22 17:21:50","FALSE",NA,"801113471152623616",NA,"Twitter for Android","Capt_cas","17","TRUE","FALSE" +"5851","5851","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:21:22","FALSE",NA,"801113354278354944",NA,"Twitter for Android","shailendrat","27","TRUE","FALSE" +"5852","5852","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:21:21","FALSE",NA,"801113352453771264",NA,"Twitter Web Client","MEHBOOBHJAKATI","954","TRUE","FALSE" +"5853","5853","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-22 17:21:11","FALSE",NA,"801113310905057280",NA,"Twitter for Android","BansodSada","6","TRUE","FALSE" +"5854","5854","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 17:21:10","FALSE",NA,"801113306253537280",NA,"Twitter for Android","asimuddin_1997","237","TRUE","FALSE" +"5855","5855","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 17:20:53","FALSE",NA,"801113234992414720",NA,"Twitter for Android","asimuddin_1997","520","TRUE","FALSE" +"5856","5856","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:20:50","FALSE",NA,"801113218965872640",NA,"Twitter for Android","kparveen2005","331","TRUE","FALSE" +"5857","5857","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:20:47","FALSE",NA,"801113209616924672",NA,"Twitter for Android","DilawarTalkies","120","TRUE","FALSE" +"5858","5858","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:20:43","FALSE",NA,"801113192755855360",NA,"Twitter for iPhone","sw_spot","25","TRUE","FALSE" +"5859","5859","^ @Vidyut Sakinaka dad commits suicide after poisoning his 3 daughters https://t.co/WSSx65C5Ul No relationship with #Demonetization","FALSE","0","Vidyut","2016-11-22 17:20:33","FALSE","801108108923707392","801113149499850752","15199808","Twitter Web Client","avinashk1975","1","FALSE","FALSE" +"5860","5860","Good to see peace in Kashmir .all credits goes to #demonetization .","FALSE","0",NA,"2016-11-22 17:20:26","FALSE",NA,"801113119783342080",NA,"Twitter for Android","AnuragVangavolu","0","FALSE","FALSE" +"5861","5861","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:20:18","FALSE",NA,"801113087365378048",NA,"Twitter for Android","TTeerandaz","120","TRUE","FALSE" +"5862","5862","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 17:20:18","FALSE",NA,"801113086568476672",NA,"Twitter for Android","IndiasBigdebate","520","TRUE","FALSE" +"5863","5863","#Demonetization Cash Crunch in #Andaman Banks Causing Endless Troubles to Customers, Banks Helpless https://t.co/JnlbhWxLhS","FALSE","0",NA,"2016-11-22 17:20:07","FALSE",NA,"801113039873318912",NA,"Twitter Web Client","AndamanNews","0","FALSE","FALSE" +"5864","5864","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:20:03","FALSE",NA,"801113022026555392",NA,"Twitter for Android","bhavingadz","120","TRUE","FALSE" +"5865","5865","Arun Sathe, has been wishy-washy in his stance regarding #DeMonetization. Jumps from one point to the other, swing� https://t.co/lszoTtCyLk","FALSE","0",NA,"2016-11-22 17:19:56","TRUE",NA,"801112993949892608",NA,"Twitter for iPhone","nesoron","2","FALSE","FALSE" +"5866","5866","Support from common mass of India to #Demonetization https://t.co/vTH3C7WI5u","FALSE","0",NA,"2016-11-22 17:19:28","FALSE",NA,"801112877058834432",NA,"Facebook","bjym_jk","0","FALSE","FALSE" +"5867","5867","@narendramodi sir I believe in your plan for #Demonetization, but currency flow should be quick as ppl shouldn't lose faith in ur believe","FALSE","0","narendramodi","2016-11-22 17:19:16","FALSE",NA,"801112827746349056","18839785","Twitter for iPhone","iamarjunrathore","0","FALSE","FALSE" +"5868","5868","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 17:19:05","FALSE",NA,"801112780057128960",NA,"Twitter for Android","TPrasad_7","29","TRUE","FALSE" +"5869","5869","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:18:52","FALSE",NA,"801112727372468224",NA,"Twitter for Android","bd8a9b02c9214b7","132","TRUE","FALSE" +"5870","5870","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:18:20","FALSE",NA,"801112593561751552",NA,"Twitter for iPhone","AshwinKenkare","120","TRUE","FALSE" +"5871","5871","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:18:14","FALSE",NA,"801112568240611328",NA,"Twitter for Android","imsp495","954","TRUE","FALSE" +"5872","5872","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:18:05","FALSE",NA,"801112528788987904",NA,"Twitter Web Client","iparthpatel","331","TRUE","FALSE" +"5873","5873","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:18:05","FALSE",NA,"801112527077855232",NA,"Twitter for Android","Panditj83889845","954","TRUE","FALSE" +"5874","5874","RT @abhitripathi15: Put ur Hand on ur God's book Gita or Quran... Can you say now #demonetization is not for ultimate benefit of 'INDIA'. #�","FALSE","0",NA,"2016-11-22 17:17:56","FALSE",NA,"801112489630920704",NA,"Twitter for iPhone","sethichandigarh","39","TRUE","FALSE" +"5875","5875","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:17:43","FALSE",NA,"801112435633463296",NA,"Twitter for iPad","BombayKaBabu","120","TRUE","FALSE" +"5876","5876","RT @SinhaPune: Praises over #demonetization from international fraternity tells one thing. #oppositionxposed + +@iSirArnab @hindustanse @T�","FALSE","0",NA,"2016-11-22 17:17:28","FALSE",NA,"801112375105462272",NA,"Twitter for iPhone","sethichandigarh","225","TRUE","FALSE" +"5877","5877","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:17:05","FALSE",NA,"801112278414278656",NA,"Twitter for Android","thodabahut","10","TRUE","FALSE" +"5878","5878","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:16:58","FALSE",NA,"801112249205067776",NA,"Twitter for Android","rdeepakk","120","TRUE","FALSE" +"5879","5879","Actually #DeMonetization takes over as No. 1 Scam title from #GujaratModel of Development. Tea Selling becomes No. 3 https://t.co/kmvz3pfQRN","FALSE","1","jairajp","2016-11-22 17:16:31","FALSE","645840144742780928","801112135413612544","43698075","TweetDeck","jairajp","2","FALSE","FALSE" +"5880","5880","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@mrsfunnybones","FALSE","0",NA,"2016-11-22 17:16:11","FALSE",NA,"801112050441261056",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5881","5881","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:15:59","FALSE",NA,"801112000252104704",NA,"Twitter for Android","manishsnp","27","TRUE","FALSE" +"5882","5882","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:15:47","FALSE",NA,"801111949270339584",NA,"Twitter Web Client","raincloudg","120","TRUE","FALSE" +"5883","5883","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 17:15:45","FALSE",NA,"801111942811164672",NA,"Twitter for Android","srisriyash1","29","TRUE","FALSE" +"5884","5884","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@Chikisarkar","FALSE","0",NA,"2016-11-22 17:15:33","FALSE",NA,"801111893020737536",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5885","5885","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:15:16","FALSE",NA,"801111818085273600",NA,"Twitter for Android","AnandKu53192961","954","TRUE","FALSE" +"5886","5886","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:15:12","FALSE",NA,"801111801400213504",NA,"Twitter for Android","ruthnora27","331","TRUE","FALSE" +"5887","5887","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:15:01","FALSE",NA,"801111758211600384",NA,"Twitter for Android","meBlack_Sheep","10","TRUE","FALSE" +"5888","5888","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 17:14:48","FALSE",NA,"801111701810597888",NA,"Twitter for Android","dinipc","45","TRUE","FALSE" +"5889","5889","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@DeShobhaa","FALSE","0",NA,"2016-11-22 17:14:43","FALSE",NA,"801111683343286272",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5890","5890","@AQpk #India PM #Modi shoots pakistani foot. Pakistan fake currency factory has been closed #demonetization plan will increase India GDP 25%","FALSE","0","AQpk","2016-11-22 17:14:37","FALSE","800077517185019904","801111657338392576","32849980","Twitter Web Client","Hate_Pakistan","0","FALSE","FALSE" +"5891","5891","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:14:20","FALSE",NA,"801111585393504256",NA,"Twitter for Android","jigarnada12320","954","TRUE","FALSE" +"5892","5892","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-22 17:14:11","FALSE",NA,"801111548265631744",NA,"Twitter Web Client","CitizensPoV","6","TRUE","FALSE" +"5893","5893","Big Bazaar....Big Queues....Big time consumption....Big Mess. Yeah. Chutta toh bhi milega ya nahi? :( + +#bigbazaar #demonetization","FALSE","0",NA,"2016-11-22 17:14:10","FALSE",NA,"801111542179635200",NA,"Twitter for Android","Nr_Shiralkar","0","FALSE","FALSE" +"5894","5894","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 17:14:02","FALSE",NA,"801111507702464512",NA,"Twitter for Android","mejoycardoza","103","TRUE","FALSE" +"5895","5895","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@dravirmani","FALSE","0",NA,"2016-11-22 17:13:58","FALSE",NA,"801111491218849792",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5896","5896","Year 1946 #Demonetization Ordinance, Excitement, Panic & Scramble For Exchange In Big Cities, Case Against Delhi Mi� https://t.co/vEllI9QSMA","FALSE","0",NA,"2016-11-22 17:13:31","TRUE",NA,"801111377641283584",NA,"Twitter for Android","Nagarohit2","0","FALSE","FALSE" +"5897","5897","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone +@virsanghvi","FALSE","0",NA,"2016-11-22 17:13:28","FALSE",NA,"801111366551670784",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5898","5898","RT @IYC: Is Indian Railways still unaware about #demonetization ??? + +Will @sureshpprabhu @manojsinhabjp take note of it + +CC @narendramodi @�","FALSE","0",NA,"2016-11-22 17:13:04","FALSE",NA,"801111268304175104",NA,"Twitter for Android","deepakkhatri812","165","TRUE","FALSE" +"5899","5899","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 17:13:01","FALSE",NA,"801111255528280064",NA,"Twitter for Android","rsrajat365","120","TRUE","FALSE" +"5900","5900","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:12:36","FALSE",NA,"801111148200218624",NA,"Twitter for Android","HamadMomin","331","TRUE","FALSE" +"5901","5901","$ @MVenkaiahNaidu People are, by and large,supporting #demonetization , but r hugely upset with ATMs not dispensing cash for 9 days in a row","FALSE","3",NA,"2016-11-22 17:12:35","FALSE",NA,"801111143720755200",NA,"Twitter Web Client","PplOfIndia","0","FALSE","FALSE" +"5902","5902","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 17:12:15","FALSE",NA,"801111062439346176",NA,"Twitter Web Client","myblackboard","8","TRUE","FALSE" +"5903","5903","@rupasubramanya 's scathing, logical, and articulate take down of Larry Summer's blog post on #DeMonetization +https://t.co/NGKGvkJvqy","FALSE","0","rupasubramanya","2016-11-22 17:12:05","FALSE",NA,"801111017698623488","151432737","Twitter for iPhone","vashtalk","0","FALSE","FALSE" +"5904","5904","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone. +@PritishNandy","FALSE","0",NA,"2016-11-22 17:11:50","FALSE",NA,"801110955073671168",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5905","5905","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:11:46","FALSE",NA,"801110940741607424",NA,"Twitter for Android","kauserseema","331","TRUE","FALSE" +"5906","5906","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone. +@AnupamPkher","FALSE","0",NA,"2016-11-22 17:11:19","FALSE",NA,"801110827751378944",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5907","5907","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 17:11:17","FALSE",NA,"801110817487745024",NA,"Twitter for Android","mejoycardoza","47","TRUE","FALSE" +"5908","5908","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 17:11:15","FALSE",NA,"801110809678118912",NA,"Twitter for iPhone","Rajeev_NL","59","TRUE","FALSE" +"5909","5909","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:10:46","FALSE",NA,"801110688060030976",NA,"Twitter for Android","singhbp09","123","TRUE","FALSE" +"5910","5910","#NewsDog #Analysis #Demonetization #EconomicsBehind +Economics behind demonetization of Rs 1000 & 500 notes in India.https://t.co/O2k5grr7DZ","FALSE","0",NA,"2016-11-22 17:10:39","FALSE",NA,"801110659106795520",NA,"Hootsuite","Amit___Yadav","0","FALSE","FALSE" +"5911","5911","RT @meshrammanish07: Lesser people on #ATM queue. I assume adequate money is now in the system. #Demonetization.","FALSE","0",NA,"2016-11-22 17:10:34","FALSE",NA,"801110637514366976",NA,"Twitter for iPhone","juhichaturvedi","1","TRUE","FALSE" +"5912","5912","#Demonetization +Time will tell whether it's a big though not flawless kick to push the country out of its comfort zone. +@sagarikaghose","FALSE","0",NA,"2016-11-22 17:10:25","FALSE",NA,"801110598964551680",NA,"Twitter for Android","AmiKanu","0","FALSE","FALSE" +"5913","5913","RT @RamraoKP_: Exactly #PMSavedKashmir after #demonetization Pakistan sponsored stone palters disappeared from Kashmir :) Thanku pm @naren�","FALSE","0",NA,"2016-11-22 17:10:22","FALSE",NA,"801110588751429632",NA,"Twitter Web Client","smity732","15","TRUE","FALSE" +"5914","5914","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 17:09:43","FALSE",NA,"801110425110650880",NA,"Twitter for Android","DennisSteyn","43","TRUE","FALSE" +"5915","5915","RT @deep_anchor: It's another day for you and me in paradise. +#Demonetization +#CurrencyBan +#AccheDin +( via @ttindia ) https://t.co/sKuU8ei�","FALSE","0",NA,"2016-11-22 17:09:41","FALSE",NA,"801110414415138816",NA,"Twitter Web Client","newbie109","20","TRUE","FALSE" +"5916","5916","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 17:09:37","FALSE",NA,"801110399055601664",NA,"Twitter for iPad","ChauhanRPraveen","24","TRUE","FALSE" +"5917","5917","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 17:09:31","FALSE",NA,"801110374267359232",NA,"Twitter for Android","Ggaurav1122","27","TRUE","FALSE" +"5918","5918","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:09:03","FALSE",NA,"801110253597179904",NA,"Twitter for Android","sahil28yadav","10","TRUE","FALSE" +"5919","5919","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:08:52","FALSE",NA,"801110210916052992",NA,"Twitter for Android","Oldheart0210","954","TRUE","FALSE" +"5920","5920","DO YOU SUPPORT #DEMONETISATION #DEMONETIZATION MOVE BT PM @NARENDRAMODI ? #BLACKMONEY #corruption","FALSE","0",NA,"2016-11-22 17:08:49","FALSE",NA,"801110198144241664",NA,"Twitter Web Client","TenNewsDotIn","0","FALSE","FALSE" +"5921","5921","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:08:43","FALSE",NA,"801110170831089664",NA,"Twitter for Android","ALOKdelhi6","954","TRUE","FALSE" +"5922","5922","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:08:31","FALSE",NA,"801110123233976320",NA,"Twitter for iPhone","rollingravi","954","TRUE","FALSE" +"5923","5923","RT @ShashiTharoor: Joined Kerala MPs protesting the exclusion of co-operative banks from #demonetization arrangements. 90% of rural savers�","FALSE","0",NA,"2016-11-22 17:07:55","FALSE",NA,"801109970859204608",NA,"Twitter for iPhone","jameelsjam","48","TRUE","FALSE" +"5924","5924","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 17:07:33","FALSE",NA,"801109878089523200",NA,"Twitter for Android","jrai56","43","TRUE","FALSE" +"5925","5925","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:07:20","FALSE",NA,"801109823253200896",NA,"Twitter for Android","campdavid2012ad","123","TRUE","FALSE" +"5926","5926","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 17:07:16","FALSE",NA,"801109807629561856",NA,"Twitter for iPhone","Keyur210112","331","TRUE","FALSE" +"5927","5927","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:07:16","FALSE",NA,"801109806417264640",NA,"Twitter for Android","bloggingbroad","10","TRUE","FALSE" +"5928","5928","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 17:06:52","FALSE",NA,"801109705775058944",NA,"Twitter for Android","KanotraHarish","15","TRUE","FALSE" +"5929","5929","RT @jairajp: One cartoon that explains everything that�s happening in #DeMonetization� Missed Target; Bad Execution; Severe Collateral Dama�","FALSE","0",NA,"2016-11-22 17:06:44","FALSE",NA,"801109671905869824",NA,"Twitter for Android","AtheistDevil","5","TRUE","FALSE" +"5930","5930","Lesser people on #ATM queue. I assume adequate money is now in the system. #Demonetization.","FALSE","0",NA,"2016-11-22 17:06:44","FALSE",NA,"801109670949588992",NA,"Twitter Web Client","meshrammanish07","1","FALSE","FALSE" +"5931","5931","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:06:35","FALSE",NA,"801109634333347840",NA,"Twitter for Android","vikaspapreja","954","TRUE","FALSE" +"5932","5932","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:06:22","FALSE",NA,"801109582286385152",NA,"Twitter for iPhone","LalitCh1989","954","TRUE","FALSE" +"5933","5933","RT @SatyendarJain: Daily wage earner are the first sufferer of #demonetization. Others will feel the consequences of economic slowdown shor�","FALSE","0",NA,"2016-11-22 17:06:05","FALSE",NA,"801109508873457664",NA,"Twitter for Android","aap_parvinder","48","TRUE","FALSE" +"5934","5934","With all the focus on #demonetization, will gov't make time to reach consensus and pass #GST? Read this thing I wro� https://t.co/MFdVdvqlKI","FALSE","0",NA,"2016-11-22 17:05:53","TRUE",NA,"801109458034098176",NA,"Twitter Web Client","siri_notsiri","0","FALSE","FALSE" +"5935","5935","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:05:38","FALSE",NA,"801109396013154304",NA,"Twitter for Android","aap_parvinder","954","TRUE","FALSE" +"5936","5936","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-22 17:04:59","FALSE",NA,"801109233236180992",NA,"Twitter for Android","nn_ojha","100","TRUE","FALSE" +"5937","5937","RT @fgautier26: A little noticed consequence of #demonetization drive of @narendramodi is that valley of Kashmir has gone very quiet: no�","FALSE","0",NA,"2016-11-22 17:04:57","FALSE",NA,"801109223883108352",NA,"Twitter for Android","abhilasha2809","40","TRUE","FALSE" +"5938","5938","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 17:04:21","FALSE",NA,"801109073852628992",NA,"Twitter for Android","t_s_mohan","29","TRUE","FALSE" +"5939","5939","RT @vaishaliishere: Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","0",NA,"2016-11-22 17:04:17","FALSE",NA,"801109057750712320",NA,"Twitter for iPhone","Goodboy_Badman","10","TRUE","FALSE" +"5940","5940","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 17:04:05","FALSE",NA,"801109007209369600",NA,"Twitter for Android","shirishgaur","14","TRUE","FALSE" +"5941","5941","RT @WhirlingDervesh: True,WhatsApp forwards on #demonetization convinced many gullible there is no blunder and Modi as messiah will do goo�","FALSE","0",NA,"2016-11-22 17:03:13","FALSE",NA,"801108789470576640",NA,"Twitter for Android","Kuttch_Wala","4","TRUE","FALSE" +"5942","5942","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:03:12","FALSE",NA,"801108782075891712",NA,"Twitter for Android","TheYogendra_","954","TRUE","FALSE" +"5943","5943","RT @SwachhPolitics: #Demonetization +Can't believe people openly supporting black money: PM Modi +Can't believe PM @NarendraModi allowed 80�","FALSE","0",NA,"2016-11-22 17:02:53","FALSE",NA,"801108703080378368",NA,"Twitter for iPhone","achinth","3","TRUE","FALSE" +"5944","5944","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 17:02:08","FALSE",NA,"801108515112812544",NA,"Twitter for Android","SanjeevMohan12","954","TRUE","FALSE" +"5945","5945","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 17:02:08","FALSE",NA,"801108514160525312",NA,"Twitter for Android","mandirChorBJP","132","TRUE","FALSE" +"5946","5946","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 17:01:39","FALSE",NA,"801108392831893504",NA,"Twitter for Android","anilvs2003","123","TRUE","FALSE" +"5947","5947","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 17:01:30","FALSE",NA,"801108355666231296",NA,"Twitter for Android","bala_rabhouse","25","TRUE","FALSE" +"5948","5948","Can't help but notice results of #bypolls being termed as referendum on #demonetization. Even #BJP would oppose to this.","FALSE","1",NA,"2016-11-22 17:00:57","FALSE",NA,"801108218311127040",NA,"Twitter Web Client","PiyushRaiTOI","0","FALSE","FALSE" +"5949","5949","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-22 17:00:43","FALSE",NA,"801108157212819456",NA,"Twitter for iPhone","ronakdhadiwal3","428","TRUE","FALSE" +"5950","5950","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 17:00:31","FALSE",NA,"801108108575588352",NA,"Twitter Web Client","astro_rat","21","TRUE","FALSE" +"5951","5951","RT @PathanAsmakhan: Patriotism is supporting your country all the time, and your government when it deserves it. +#demonetization https://t.�","FALSE","0",NA,"2016-11-22 17:00:16","FALSE",NA,"801108046793601024",NA,"Twitter for Android","rahultkd","17","TRUE","FALSE" +"5952","5952","TRUTH (#Modi #BJP #India #malaya #kingfisher #IndiaFightsBlackMoney #IndiaFirst #ModiFightsCorruption� https://t.co/AWAkqcy3Q9","FALSE","0",NA,"2016-11-22 17:00:06","TRUE",NA,"801108004183490560",NA,"Twitter for Android","SJVatsal","1","FALSE","FALSE" +"5953","5953","RT @WIONews: Live now on #WION: How is #India's #demonetization working? Plastic over Paper. Join this exclusive coverage with @anchalvohra�","FALSE","0",NA,"2016-11-22 16:59:51","FALSE",NA,"801107938945290240",NA,"Twitter for Android","HoskoteVish89","5","TRUE","FALSE" +"5954","5954","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:59:50","FALSE",NA,"801107937011695616",NA,"Twitter Web Client","astro_rat","132","TRUE","FALSE" +"5955","5955","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:59:47","FALSE",NA,"801107922898059264",NA,"Twitter for iPhone","aapkadonation","954","TRUE","FALSE" +"5956","5956","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 16:59:39","FALSE",NA,"801107888186032128",NA,"Twitter for Android","PrashantAAP","21","TRUE","FALSE" +"5957","5957","Hardship is General Category vs Reserved Category, Donation(Management Quota) vs Merit. Why are people ignoring these facts #Demonetization","FALSE","1",NA,"2016-11-22 16:59:33","FALSE",NA,"801107863284445184",NA,"Twitter for iPad","viveksharma1408","0","FALSE","FALSE" +"5958","5958","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 16:59:11","FALSE",NA,"801107773719052288",NA,"Twitter for Android","YPingoliya","53","TRUE","FALSE" +"5959","5959","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:58:38","FALSE",NA,"801107636028469248",NA,"Twitter for Android","PrashantAAP","132","TRUE","FALSE" +"5960","5960","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:57:52","FALSE",NA,"801107442411061248",NA,"Twitter for iPad","noronhalynn","331","TRUE","FALSE" +"5961","5961","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:57:41","FALSE",NA,"801107393799159808",NA,"Twitter for Android","piyush_love1","120","TRUE","FALSE" +"5962","5962","@narendramodi #DeMonetization request to waive off credit card service charges to encourage electronic payment paid 2% service charge now","FALSE","0","narendramodi","2016-11-22 16:57:36","FALSE",NA,"801107375167979520","18839785","Twitter for Android","Rameshbes2008","0","FALSE","FALSE" +"5963","5963","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:57:23","FALSE",NA,"801107317693431808",NA,"Twitter Web Client","rajjat","120","TRUE","FALSE" +"5964","5964","People with lots of #BlackMoney , shouting more against #demonetization . #NarendraModi #media is dividing people in poor and rich. sad","FALSE","0",NA,"2016-11-22 16:57:09","FALSE",NA,"801107259770048512",NA,"Twitter Web Client","wildgraphynu","0","FALSE","FALSE" +"5965","5965","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:56:34","FALSE",NA,"801107115192369152",NA,"Twitter for Android","FifthPenalty","120","TRUE","FALSE" +"5966","5966","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 16:56:34","FALSE",NA,"801107112935952384",NA,"Twitter for Android","TripatM","14","TRUE","FALSE" +"5967","5967","RT @CNNnews18: PM Narendra Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi app. https://�","FALSE","0",NA,"2016-11-22 16:56:30","FALSE",NA,"801107098432143360",NA,"Twitter for Android","TayengJyoti","13","TRUE","FALSE" +"5968","5968","What do u expect from @RNTata2000 to say against #DeMonetization? madam @drtamilisaibjp","FALSE","0","RNTata2000","2016-11-22 16:56:23","FALSE","801081057261010944","801107066534252544","277434037","Plume�for�Android","SSRK15","0","FALSE","FALSE" +"5969","5969","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:56:22","FALSE",NA,"801107062209904640",NA,"Twitter for Android","indianhype","120","TRUE","FALSE" +"5970","5970","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:55:53","FALSE",NA,"801106941753716736",NA,"Twitter for Android","naveenchauhan6","954","TRUE","FALSE" +"5971","5971","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:55:36","FALSE",NA,"801106872610586624",NA,"Twitter for Android","mandirChorBJP","120","TRUE","FALSE" +"5972","5972","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:55:31","FALSE",NA,"801106848782790656",NA,"Twitter for iPhone","SarcasticSaint","48","TRUE","FALSE" +"5973","5973","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:55:21","FALSE",NA,"801106809096314880",NA,"Twitter for Android","Sunna5V","48","TRUE","FALSE" +"5974","5974","#Demonetization: It's just the beginning, says PM Modi as #BJP #MPs endorse his crusade https://t.co/Mf2EVvWA9X","FALSE","0",NA,"2016-11-22 16:55:13","FALSE",NA,"801106774103244800",NA,"Twitter Web Client","PriyankaWandhe","0","FALSE","FALSE" +"5975","5975","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 16:55:12","FALSE",NA,"801106771410567168",NA,"Twitter for Android","aap_parvinder","103","TRUE","FALSE" +"5976","5976","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:55:03","FALSE",NA,"801106733493940224",NA,"Twitter for Android","guptasanjay63","954","TRUE","FALSE" +"5977","5977","RT @vishalvkumar: @Vaibhav_CFA History tells that #demonetization failed every where globally. Its like burning down your house to get rid�","FALSE","0",NA,"2016-11-22 16:55:00","FALSE",NA,"801106719208128512",NA,"Twitter for Android","Davinder2010","2","TRUE","FALSE" +"5978","5978","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-22 16:54:59","FALSE",NA,"801106715483652096",NA,"Twitter for iPhone","rahulrzen","100","TRUE","FALSE" +"5979","5979","RT @SwachhPolitics: #Demonetization +Can't believe people openly supporting black money: PM Modi +Can't believe PM @NarendraModi allowed 80�","FALSE","0",NA,"2016-11-22 16:54:53","FALSE",NA,"801106690087223296",NA,"Twitter for iPhone","barundebbarun","3","TRUE","FALSE" +"5980","5980","RT @ShashiTharoor: @Rajharitas that wld also have been incomplete. There'd be no disruption if Govt agreed2 debate on #demonetization under�","FALSE","0",NA,"2016-11-22 16:54:49","FALSE",NA,"801106671997173760",NA,"Twitter for iPhone","jameelsjam","9","TRUE","FALSE" +"5981","5981","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:54:38","FALSE",NA,"801106625884917760",NA,"Twitter for Android","VinnuDawn","120","TRUE","FALSE" +"5982","5982","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:54:32","FALSE",NA,"801106601419612160",NA,"Twitter Web Client","SwitchHitMaster","120","TRUE","FALSE" +"5983","5983","RT @stausifr: When the PMO acts like a PRO #demonetization","FALSE","0",NA,"2016-11-22 16:54:31","FALSE",NA,"801106596247932928",NA,"Twitter for iPhone","ashahul","1","TRUE","FALSE" +"5984","5984","going by the tweets about @narendramodi's ""feedback"" request about #demonetization, one can expect ""Should there be elections in 2019?"" too!","FALSE","0",NA,"2016-11-22 16:53:59","FALSE",NA,"801106464269996032",NA,"Twitter Web Client","godavar","0","FALSE","FALSE" +"5985","5985","RT @SwachhPolitics: #Demonetization +Can't believe people openly supporting black money: PM Modi +Can't believe PM @NarendraModi allowed 80�","FALSE","0",NA,"2016-11-22 16:53:53","FALSE",NA,"801106440593305600",NA,"Twitter for Android","SimpleCommonMan","3","TRUE","FALSE" +"5986","5986","When Bank cannot serve their customers then how come private non banking concern can serve +#Demonetization","FALSE","0",NA,"2016-11-22 16:53:52","FALSE",NA,"801106433395671040",NA,"Facebook","muralibe","0","FALSE","FALSE" +"5987","5987","RT @rssurjewala: ModiJi,47 dead tragically post over hyped #Demonetization drive!Do u feel the pain of these families?Then, apologize.https�","FALSE","0",NA,"2016-11-22 16:53:45","FALSE",NA,"801106405696700416",NA,"Twitter Web Client","arrechisimo","348","TRUE","FALSE" +"5988","5988","@Krishnara @Being_Humor @sunetrac on 12th nov, i had a seizure a few yards away frm ATM... can i blame #Demonetization","FALSE","0","Krishnara","2016-11-22 16:53:38","FALSE","801105972726902784","801106374339891200","20903478","Twitter for Android","gkundra","0","FALSE","FALSE" +"5989","5989","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:53:31","FALSE",NA,"801106345726357504",NA,"Twitter for iPhone","jake_nucleoid","43","TRUE","FALSE" +"5990","5990","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:53:20","FALSE",NA,"801106302113939456",NA,"Twitter for Android","rox55g","120","TRUE","FALSE" +"5991","5991","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:53:20","FALSE",NA,"801106298809044992",NA,"Twitter for Android","hrpritz","132","TRUE","FALSE" +"5992","5992","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:53:11","FALSE",NA,"801106263333441536",NA,"Twitter for iPhone","NotThatMP","120","TRUE","FALSE" +"5993","5993","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 16:52:51","FALSE",NA,"801106177325047808",NA,"Twitter for iPhone","4ushashishekhar","33","TRUE","FALSE" +"5994","5994","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:52:47","FALSE",NA,"801106162506530816",NA,"Twitter Web Client","godavar","120","TRUE","FALSE" +"5995","5995","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:52:47","FALSE",NA,"801106160799477760",NA,"Twitter for Android","umeshbansode","120","TRUE","FALSE" +"5996","5996","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:52:40","FALSE",NA,"801106131389026304",NA,"Twitter for Android","samgold21","11","TRUE","FALSE" +"5997","5997","RT @prashantktm: Voices from the ground in UP - on #demonetization. Women complain, yet support move in Jaunpur. https://t.co/2cqfAnzBhd","FALSE","0",NA,"2016-11-22 16:52:37","FALSE",NA,"801106118298587136",NA,"Twitter for Android","samarpitvatry","1944","TRUE","FALSE" +"5998","5998","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:52:25","FALSE",NA,"801106071721046016",NA,"Twitter for Android","pravinthoratk1","954","TRUE","FALSE" +"5999","5999","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:52:25","FALSE",NA,"801106070554943488",NA,"Twitter for iPhone","4ushashishekhar","43","TRUE","FALSE" +"6000","6000","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:52:18","FALSE",NA,"801106040947359744",NA,"Twitter for Android","vrinda_m","48","TRUE","FALSE" +"6001","6001","RT @rohitavasaha: I had to share this +Just today had an animated debate with friends over economists' opinion on #demonetization https://�","FALSE","0",NA,"2016-11-22 16:52:11","FALSE",NA,"801106009271844864",NA,"Twitter for iPhone","jyotirmoy24","5","TRUE","FALSE" +"6002","6002","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:51:42","FALSE",NA,"801105888152948736",NA,"Twitter Web Client","raghuramrajan_","120","TRUE","FALSE" +"6003","6003","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:51:05","FALSE",NA,"801105732309393408",NA,"Twitter Web Client","Krishnara","43","TRUE","FALSE" +"6004","6004","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:51:03","FALSE",NA,"801105725191700480",NA,"Twitter for Android","ColdCigar","120","TRUE","FALSE" +"6005","6005","#Demonetization #DeMonetisation RaGa withdrew Rs4000 from ATM & dead terrorists had Rs4000 requires .. @Neera_26� https://t.co/PsO6LIavfw","FALSE","0",NA,"2016-11-22 16:50:37","TRUE",NA,"801105616961826816",NA,"Twitter for iPhone","Krishna_Kannur1","0","FALSE","FALSE" +"6006","6006","@SitaramYechury Continue with your rants against #demonetization +People of Bengal has answered you. LOL Salaam. https://t.co/IqVxyqVtIH","FALSE","59","SitaramYechury","2016-11-22 16:50:33","FALSE","801085157184663552","801105599027023872","4053162792","Twitter Web Client","abhic_1983","19","FALSE","FALSE" +"6007","6007","RT @SJVatsal: #Toon-Cheating hai ji +(#Modi #BJP #India #ModiFightsCorruption #demonetization #BlackMoney #noteban #NoteBandi #IndiaFightsCo�","FALSE","0",NA,"2016-11-22 16:50:29","FALSE",NA,"801105584967647232",NA,"Twitter Web Client","rk_prk","1","TRUE","FALSE" +"6008","6008","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:49:19","FALSE",NA,"801105291613868032",NA,"Twitter for Android","skull_baba","120","TRUE","FALSE" +"6009","6009","#Demonetization +Can't believe people openly supporting black money: PM Modi +Can't believe PM @NarendraModi allowed 80 massacre in 13days?","FALSE","1",NA,"2016-11-22 16:49:03","FALSE",NA,"801105220772118528",NA,"Twitter Web Client","SwachhPolitics","3","FALSE","FALSE" +"6010","6010","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:48:45","FALSE",NA,"801105147350790144",NA,"Twitter for iPhone","naveenbebra","120","TRUE","FALSE" +"6011","6011","RT @JanLokPaal: Farmers in Surat protesting against #demonetization, as cash crunch has almost crippled rural economy in south Guj? https:/�","FALSE","0",NA,"2016-11-22 16:48:38","FALSE",NA,"801105119311863808",NA,"Twitter for Android","sasha557931","3","TRUE","FALSE" +"6012","6012","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 16:48:29","FALSE",NA,"801105080221110272",NA,"Twitter for iPhone","jameelsjam","82","TRUE","FALSE" +"6013","6013","RT @satishacharya: Happy People! @mail_today cartoon #demonetization #cashchaos https://t.co/2Yn8y39QrV","FALSE","0",NA,"2016-11-22 16:48:28","FALSE",NA,"801105074105643008",NA,"Twitter Web Client","souvik_in","153","TRUE","FALSE" +"6014","6014","RT @jairajp: One cartoon that explains everything that�s happening in #DeMonetization� Missed Target; Bad Execution; Severe Collateral Dama�","FALSE","0",NA,"2016-11-22 16:47:50","FALSE",NA,"801104917360295936",NA,"Twitter Web Client","kumarshyam","5","TRUE","FALSE" +"6015","6015","Even the periods of liberals is happening due to #demonetization","FALSE","0",NA,"2016-11-22 16:47:40","FALSE",NA,"801104873936691200",NA,"Twitter for Android","BankKeBabu","0","FALSE","FALSE" +"6016","6016","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:47:22","FALSE",NA,"801104799794012160",NA,"Twitter for Android","truesoul18","120","TRUE","FALSE" +"6017","6017","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:46:30","FALSE",NA,"801104581933441024",NA,"Twitter for Android","rbr6000","123","TRUE","FALSE" +"6018","6018","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 16:45:56","FALSE",NA,"801104438119149568",NA,"Twitter for iPhone","skg31skg","21","TRUE","FALSE" +"6019","6019","Modi's #DeMonetization was actually a strategy to bring whole of India on-line (ATM/Banks) #DigitalIndia","FALSE","1",NA,"2016-11-22 16:45:33","FALSE",NA,"801104340593176576",NA,"Twitter for iPhone","AmarKrishnaJha","2","FALSE","FALSE" +"6020","6020","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:45:33","FALSE",NA,"801104340102488064",NA,"Twitter for Android","AJITHspeaking","120","TRUE","FALSE" +"6021","6021","@narendramodi We should have at least 30 minutes to 1 hour session on news channels for what a #CommonMan should do in this #demonetization.","FALSE","0","narendramodi","2016-11-22 16:45:14","FALSE",NA,"801104260322594816","18839785","Twitter for iPhone","mehtanikhil","0","FALSE","FALSE" +"6022","6022","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 16:45:12","FALSE",NA,"801104254484131840",NA,"Twitter for Android","yesabhinav","36","TRUE","FALSE" +"6023","6023","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:45:03","FALSE",NA,"801104217079508992",NA,"Twitter for Android","MShravank","43","TRUE","FALSE" +"6024","6024","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:44:20","FALSE",NA,"801104037407956992",NA,"Twitter for Android","NationalMoron","120","TRUE","FALSE" +"6025","6025","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-22 16:44:11","FALSE",NA,"801103997553627136",NA,"Twitter for Android","hariram_ojha","10","TRUE","FALSE" +"6026","6026","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:43:44","FALSE",NA,"801103886438146048",NA,"Twitter for iPhone","skg31skg","132","TRUE","FALSE" +"6027","6027","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:43:37","FALSE",NA,"801103856729931776",NA,"Twitter for Windows Phone","LataPatil5","954","TRUE","FALSE" +"6028","6028","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:43:36","FALSE",NA,"801103849683460096",NA,"Twitter for Android","DURGESH65146162","11","TRUE","FALSE" +"6029","6029","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:43:27","FALSE",NA,"801103812857630720",NA,"Twitter for Android","myvivek1989","132","TRUE","FALSE" +"6030","6030","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 16:43:09","FALSE",NA,"801103736198176768",NA,"Twitter Web Client","BoscoUnchained","10","TRUE","FALSE" +"6031","6031","#DeMonetisation #DeMonetization #Reality . RIP to the 70+ people who died because of this step. https://t.co/Zwpql5fRwN","FALSE","0",NA,"2016-11-22 16:43:07","FALSE",NA,"801103731244744704",NA,"Twitter for Android","AxomBhumiputro","0","FALSE","FALSE" +"6032","6032","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:43:03","FALSE",NA,"801103714270355456",NA,"Twitter for Android","sanju10orama","123","TRUE","FALSE" +"6033","6033","@AAPVed @narendramodi we elected u 4 takng bld decisions in national intrst. Biger cry against #demonetization mean biger loss of blk money","FALSE","0","AAPVed","2016-11-22 16:42:58","FALSE","800944621069234176","801103690786603008","1841351484","Twitter for Android","Amitrajpal83","0","FALSE","FALSE" +"6034","6034","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:42:41","FALSE",NA,"801103621492445184",NA,"Twitter for Android","Veedo","120","TRUE","FALSE" +"6035","6035","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:41:57","FALSE",NA,"801103437052149760",NA,"Twitter for Android","truevirathindu","43","TRUE","FALSE" +"6036","6036","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:41:48","FALSE",NA,"801103398510542848",NA,"Twitter for Android","Neorimbaud","120","TRUE","FALSE" +"6037","6037","RT @Dipankar_cpiml: #DeMonetization is a big time gamble which may result in a major economic slowdown apart from its immediate disruptive�","FALSE","0",NA,"2016-11-22 16:41:48","FALSE",NA,"801103397915017216",NA,"Twitter for Android","sasha557931","10","TRUE","FALSE" +"6038","6038","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 16:41:48","FALSE",NA,"801103397856432128",NA,"Twitter for Android","truevirathindu","33","TRUE","FALSE" +"6039","6039","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:41:41","FALSE",NA,"801103369234313216",NA,"Twitter for Android","VinodhUM1","331","TRUE","FALSE" +"6040","6040","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:41:24","FALSE",NA,"801103298807726080",NA,"Twitter for Android","JayaBhatter","11","TRUE","FALSE" +"6041","6041","RT @coolfunnytshirt: Delhiites least affected by #demonetization & long queues at ATMs. They are doing online transactions with free wi-fi�","FALSE","0",NA,"2016-11-22 16:41:23","FALSE",NA,"801103292134588416",NA,"Twitter for Android","srividya23","260","TRUE","FALSE" +"6042","6042","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:41:12","FALSE",NA,"801103245816958976",NA,"Twitter for Android","DocVatsa","120","TRUE","FALSE" +"6043","6043","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 16:41:08","FALSE",NA,"801103228435734528",NA,"Twitter for Android","sasha557931","45","TRUE","FALSE" +"6044","6044","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:41:07","FALSE",NA,"801103224228945920",NA,"Twitter for Android","ModiLeDubega","120","TRUE","FALSE" +"6045","6045","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:41:04","FALSE",NA,"801103211394310144",NA,"Twitter for Android","LodhAmar","25","TRUE","FALSE" +"6046","6046","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 16:40:42","FALSE",NA,"801103123137728512",NA,"Twitter for Android","shobhanpounikar","29","TRUE","FALSE" +"6047","6047","Stopping supply of condoms will stop prostitution. +#DeMonetization logic","FALSE","18",NA,"2016-11-22 16:40:15","FALSE",NA,"801103008583057408",NA,"Twitter for Android","vaishaliishere","10","FALSE","FALSE" +"6048","6048","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:39:27","FALSE",NA,"801102807122051072",NA,"Twitter Web Client","Rehmaanism","120","TRUE","FALSE" +"6049","6049","RT @Joydas: Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","0",NA,"2016-11-22 16:39:00","FALSE",NA,"801102693951361024",NA,"Twitter for Android","khushiimumbai","120","TRUE","FALSE" +"6050","6050","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 16:38:57","FALSE",NA,"801102682769518592",NA,"Twitter for Android","Harikishanjosh1","40","TRUE","FALSE" +"6051","6051","#BigBazar #MiniATM at all 260 stores across #India +#demonetization https://t.co/EGjZnd3zh0","FALSE","0",NA,"2016-11-22 16:38:53","FALSE",NA,"801102664008339456",NA,"Facebook","youthbuzzonline","0","FALSE","FALSE" +"6052","6052","RT @myvotetoday: It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM #Modi co�","FALSE","0",NA,"2016-11-22 16:38:25","FALSE",NA,"801102544432828416",NA,"Twitter for iPhone","vkparihar1995","5","TRUE","FALSE" +"6053","6053","RT @sharmavaibhav20: Do u support #demonetization ? +#IndiraGandhi +#assam +#worldtoiletday +#ConfusedModiSarkar +#oppositionXposed +#JioAtYo�","FALSE","0",NA,"2016-11-22 16:37:59","FALSE",NA,"801102437373202432",NA,"Twitter for Android","sharmavaibhav20","6","TRUE","FALSE" +"6054","6054","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:37:58","FALSE",NA,"801102431740301312",NA,"Twitter for Android","mnakthar","25","TRUE","FALSE" +"6055","6055","Question in Narendra Modi App where PM is taking feedback if people support his #DeMonetization strategy https://t.co/pYgK8Rmg7r","FALSE","70",NA,"2016-11-22 16:37:39","FALSE",NA,"801102354174988288",NA,"Twitter for iPhone","Joydas","120","FALSE","FALSE" +"6056","6056","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:37:38","FALSE",NA,"801102350760873984",NA,"Twitter for Android","IchbinUjjaini","331","TRUE","FALSE" +"6057","6057","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-22 16:37:16","FALSE",NA,"801102258301648896",NA,"Twitter for Android","rahultkd","381","TRUE","FALSE" +"6058","6058","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 16:36:52","FALSE",NA,"801102157453950976",NA,"Twitter for Android","Harikishanjosh1","43","TRUE","FALSE" +"6059","6059","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:36:21","FALSE",NA,"801102028453781504",NA,"Twitter for Android","MangoBwoy","25","TRUE","FALSE" +"6060","6060","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:35:59","FALSE",NA,"801101933616525312",NA,"Twitter for iPhone","imranraza22","954","TRUE","FALSE" +"6061","6061","3. This despite the colossal cluster-fuck due to BJP's unplanned #Demonetization is something not even worth spitting on.","FALSE","0","SaiyanBlackGoku","2016-11-22 16:35:51","FALSE","801101094071873536","801101901093695488","801090242417553408","Twitter Web Client","SaiyanBlackGoku","0","FALSE","FALSE" +"6062","6062","RT @godavar: Strange that while everyone from the PM down is touting #demonetization and #digitization my own digital experience is going�","FALSE","0",NA,"2016-11-22 16:35:42","FALSE",NA,"801101864418746368",NA,"Twitter for Android","g_101010","2","TRUE","FALSE" +"6063","6063","It has been a hot #wintersession till now in both the houses of #parliament over #demonetization debate. + +Will PM� https://t.co/ziyIkNCm8X","FALSE","27","myvotetoday","2016-11-22 16:35:06","TRUE","801083691745193984","801101712941383680","3683007026","Twitter Web Client","myvotetoday","5","FALSE","FALSE" +"6064","6064","The classical example of Echo Chamber is this feedback which our honorable PM has asked for his #demonetization... https://t.co/MluCuwGnuv","FALSE","0",NA,"2016-11-22 16:34:57","FALSE",NA,"801101675830255616",NA,"Facebook","MOOC5","0","FALSE","FALSE" +"6065","6065","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:34:46","FALSE",NA,"801101629592219648",NA,"Twitter for iPhone","ajaysharma1315","331","TRUE","FALSE" +"6066","6066","BJP haa passed litmus test as it has performed well in Bypolls, therby watering down the dreams of #Khangress & #Aaptards #Demonetization","FALSE","0",NA,"2016-11-22 16:34:45","FALSE",NA,"801101625242763264",NA,"Mobile Web (M2)","TechieGuy_12","0","FALSE","FALSE" +"6067","6067","RT @quizderek: More questions.No answers. #demonetization https://t.co/7RF51v313n","FALSE","0",NA,"2016-11-22 16:34:00","FALSE",NA,"801101435387580416",NA,"Twitter for Android","jain_robin64","12","TRUE","FALSE" +"6068","6068","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:33:20","FALSE",NA,"801101267217027072",NA,"Twitter for Android","prabhuvashist1","43","TRUE","FALSE" +"6069","6069","RT @allstartupsin: How #startups & #SMEs are impacted by #demonetization: #survey LocalCircles rsardana sangwan_sujata BabuBeg� https://t.c�","FALSE","0",NA,"2016-11-22 16:32:41","FALSE",NA,"801101105052585984",NA,"Twitter Web Client","sangwan_sujata","3","TRUE","FALSE" +"6070","6070","@csbhakuni @SPRE_Official especially in the current situation of #demonetization","FALSE","1","csbhakuni","2016-11-22 16:32:19","FALSE","801099202524626944","801101010630381568","3302619102","Twitter for Android","absolutethinker","1","FALSE","FALSE" +"6071","6071","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-22 16:32:16","FALSE",NA,"801100999024906240",NA,"Twitter for iPhone","JMollander","6","TRUE","FALSE" +"6072","6072","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:32:06","FALSE",NA,"801100955785854976",NA,"Twitter for iPhone","grsovent","43","TRUE","FALSE" +"6073","6073","RT @NewDelhiTimesIN: Is the #demonetization of 1000 & 500 notes good for India? + +@AmitShah @OfficeOfRG @PMOIndia @BJP4India","FALSE","0",NA,"2016-11-22 16:32:02","FALSE",NA,"801100938605838336",NA,"Twitter for Android","RajeshDSachdev","368","TRUE","FALSE" +"6074","6074","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:31:55","FALSE",NA,"801100910487162880",NA,"Twitter for Android","MonicaMishra16","43","TRUE","FALSE" +"6075","6075","It's not important to download PayTm for everything haha, you can transact specifically from the sites too. #Demonetization #Gyaan","FALSE","0",NA,"2016-11-22 16:31:43","FALSE",NA,"801100861761994752",NA,"Twitter for Android","me_akif","0","FALSE","FALSE" +"6076","6076","#DeMonetization effect: Govt extends parking fee waiver at airports till Nov 28th https://t.co/Ceu8E0axHF","FALSE","1",NA,"2016-11-22 16:30:47","FALSE",NA,"801100626679726080",NA,"Twitter for Android","kattu_ak","0","FALSE","FALSE" +"6077","6077","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 16:30:35","FALSE",NA,"801100576423428096",NA,"Twitter for Android","ankitmunjal20","33","TRUE","FALSE" +"6078","6078","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 16:30:13","FALSE",NA,"801100482793979904",NA,"Twitter for Android","INirajVerma","43","TRUE","FALSE" +"6079","6079","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 16:30:10","FALSE",NA,"801100468394938368",NA,"Twitter for Android","INirajVerma","33","TRUE","FALSE" +"6080","6080","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-22 16:30:07","FALSE",NA,"801100455614902272",NA,"Twitter for Android","rahultkd","428","TRUE","FALSE" +"6081","6081","NRIs can get all your banking and #DeMonetization queries answered here! https://t.co/hI9zfrjRtz https://t.co/xGGWxFIeru","FALSE","14",NA,"2016-11-22 16:30:01","FALSE",NA,"801100433678802944",NA,"TweetDeck","ICICIBank","0","FALSE","FALSE" +"6082","6082","RT @godavar: So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone go�","FALSE","0",NA,"2016-11-22 16:29:52","FALSE",NA,"801100395791597568",NA,"TweetDeck","Vidyut","10","TRUE","FALSE" +"6083","6083","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:29:15","FALSE",NA,"801100240728096768",NA,"Twitter for Android","NiaziShadab","132","TRUE","FALSE" +"6084","6084","Reqst you waive off credit&debit card transction chrges of 2%. @RBI @narendramodi @PMOIndia @arunjaitley #demonetization #BlackMoney #India","FALSE","0",NA,"2016-11-22 16:29:03","FALSE",NA,"801100188051902464",NA,"Twitter for Android","iMdAnwar","0","FALSE","FALSE" +"6085","6085","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:29:02","FALSE",NA,"801100184197414912",NA,"Twitter Web Client","Ram_Krishna15","123","TRUE","FALSE" +"6086","6086","RT @swatisam: #demonetization #CITIBANK Sets new limits of inefficiency. Handling only 15 customers per hour at the Nehru Pl. branch","FALSE","0",NA,"2016-11-22 16:28:56","FALSE",NA,"801100159748739072",NA,"Twitter for Android","valsaw","2","TRUE","FALSE" +"6087","6087","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-22 16:28:48","FALSE",NA,"801100126097907712",NA,"Twitter Web Client","pablodelgc","6","TRUE","FALSE" +"6088","6088","For rubbish WhatsApp messages and claiming that Modi's #demonetization move is being hailed by the entire world� https://t.co/43ae6OZe1n","FALSE","0",NA,"2016-11-22 16:28:29","TRUE",NA,"801100046431240192",NA,"Twitter for Android","avalok","0","FALSE","FALSE" +"6089","6089","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:28:25","FALSE",NA,"801100028479537152",NA,"Twitter for Windows Phone","kumar69781989","132","TRUE","FALSE" +"6090","6090","@ArvindKejriwal @OfficeOfRG @MamataOfficial ne pics of ur party workers helping poor n ordinary pple standing in long qs ? #demonetization","FALSE","0","ArvindKejriwal","2016-11-22 16:27:55","FALSE",NA,"801099904072323072","405427035","Twitter for Android","nileschandorkar","0","FALSE","FALSE" +"6091","6091","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:27:42","FALSE",NA,"801099850934878208",NA,"Twitter for Android","rzk_ali","331","TRUE","FALSE" +"6092","6092","RT @godavar: Strange that while everyone from the PM down is touting #demonetization and #digitization my own digital experience is going�","FALSE","0",NA,"2016-11-22 16:27:20","FALSE",NA,"801099755715575808",NA,"TweetDeck","Vidyut","2","TRUE","FALSE" +"6093","6093","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:27:17","FALSE",NA,"801099746714779648",NA,"Twitter Web Client","RamPD78","954","TRUE","FALSE" +"6094","6094","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:26:55","FALSE",NA,"801099650677620736",NA,"Twitter for Android","alisadaqat","331","TRUE","FALSE" +"6095","6095","#Toon-Cheating hai ji +(#Modi #BJP #India #ModiFightsCorruption #demonetization #BlackMoney #noteban #NoteBandi� https://t.co/sJJ5mjBjtS","FALSE","1",NA,"2016-11-22 16:26:45","TRUE",NA,"801099608709443584",NA,"Twitter for Android","SJVatsal","1","FALSE","FALSE" +"6096","6096","Strange that while everyone from the PM down is touting #demonetization and #digitization my own digital experience is going off the rails!","FALSE","0",NA,"2016-11-22 16:26:33","FALSE",NA,"801099560969867264",NA,"Twitter Web Client","godavar","2","FALSE","FALSE" +"6097","6097","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:26:20","FALSE",NA,"801099506909474816",NA,"Twitter Web Client","aapsolute","954","TRUE","FALSE" +"6098","6098","2dy my classmate gave me change of old 500 to 100 notes. Krare notes!! Wow! 100khrch kr diye!Aj se pkka dost wo� https://t.co/EUEmqmB9PE","FALSE","0",NA,"2016-11-22 16:25:54","TRUE",NA,"801099395345227776",NA,"Twitter for iPhone","Mr_Ghaint","0","FALSE","FALSE" +"6099","6099","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 16:25:05","FALSE",NA,"801099189283393536",NA,"Twitter for iPhone","123nida321","237","TRUE","FALSE" +"6100","6100","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:24:59","FALSE",NA,"801099167011655680",NA,"Twitter for Android","parveen_bhadoo","331","TRUE","FALSE" +"6101","6101","RT @PIB_India: Key info-graphics related to #demonetization so far, in one place, courtesy various sources.. https://t.co/Tj169Rssjt","FALSE","0",NA,"2016-11-22 16:24:53","FALSE",NA,"801099142227324928",NA,"Twitter for Android","rahultkd","272","TRUE","FALSE" +"6102","6102","LonerTwiner: https://t.co/kXhcXTiQLl world will see #demonetization as big initiative & Indians as change India was looking for long time �","FALSE","0",NA,"2016-11-22 16:24:27","FALSE",NA,"801099030197452800",NA,"IFTTT","InElectionNews","0","FALSE","FALSE" +"6103","6103","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 16:24:25","FALSE",NA,"801099024505929728",NA,"Twitter for iPhone","123nida321","520","TRUE","FALSE" +"6104","6104","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:24:24","FALSE",NA,"801099019795603456",NA,"Twitter for Android","mnakthar","331","TRUE","FALSE" +"6105","6105","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:24:20","FALSE",NA,"801099001865142272",NA,"Twitter for Android","miteshsharma06","954","TRUE","FALSE" +"6106","6106","RT @justtneeraj: Thousands of farmers took out a protest rally in Surat against #demonetization. + ! +#AcheDin https:/�","FALSE","0",NA,"2016-11-22 16:24:05","FALSE",NA,"801098938539458560",NA,"Twitter for Android","NDhanesh75","187","TRUE","FALSE" +"6107","6107","https://t.co/Fa1k8RCOQb world will see #demonetization as big initiative & Indians as change India was looking for long time #LionHeartPM","FALSE","0",NA,"2016-11-22 16:23:50","FALSE",NA,"801098877197635584",NA,"Twitter for Android","LonerTwiner","0","FALSE","FALSE" +"6108","6108","RT @jairajp: One cartoon that explains everything that�s happening in #DeMonetization� Missed Target; Bad Execution; Severe Collateral Dama�","FALSE","0",NA,"2016-11-22 16:23:13","FALSE",NA,"801098723312836608",NA,"Twitter Web Client","DevenSaluja","5","TRUE","FALSE" +"6109","6109","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 16:22:53","FALSE",NA,"801098637103153152",NA,"Twitter for iPad","ravipatil15167","105","TRUE","FALSE" +"6110","6110","Airtel DTH has changed every channel's number without enough prior notice !! This is more painful than #demonetization 's side effects.","FALSE","0",NA,"2016-11-22 16:22:45","FALSE",NA,"801098605788442624",NA,"Twitter for Android","NityanandNaik08","0","FALSE","FALSE" +"6111","6111","Narendra Modi may get casted in ""Rudaali Returns"" #Demonetization","FALSE","0",NA,"2016-11-22 16:21:53","FALSE",NA,"801098384400470016",NA,"Twitter for iPhone","DadaThaakur","0","FALSE","FALSE" +"6112","6112","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:21:47","FALSE",NA,"801098358622474240",NA,"Twitter for iPhone","SwamiVipin","132","TRUE","FALSE" +"6113","6113","#Toon -Cheating hai ji!! +(#Modi #BJP #India #ModiFightsCorruption #demonetization #BlackMoney #noteban ) Link- https://t.co/TdL0KvpwCc","FALSE","0",NA,"2016-11-22 16:21:39","FALSE",NA,"801098327832100864",NA,"Facebook","SJVatsal","0","FALSE","FALSE" +"6114","6114","RT @Raheelk: Riding the #Demonetization wave to growth hacking at the @Paytm HQ https://t.co/GdWWNAYilh Hats off @vijayshekhar & team. What�","FALSE","0",NA,"2016-11-22 16:21:37","FALSE",NA,"801098316876369920",NA,"Twitter for iPhone","RushikeshKul","41","TRUE","FALSE" +"6115","6115","@RealHistoryPic Very sad, people are getting beaten like cattle! We are told that it is all for the good of the country!! #demonetization","FALSE","3","RealHistoryPic","2016-11-22 16:21:29","FALSE","801054748111605760","801098283082862592","1937140903","Twitter for Android","franktoni23","3","FALSE","FALSE" +"6116","6116","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-22 16:21:24","FALSE",NA,"801098265496264704",NA,"Twitter Web Client","LionelRALaurent","6","TRUE","FALSE" +"6117","6117","RT @ABCYoutubeCh: Are the common people happy with #demonetization? + +Subscribe https://t.co/lSptmjbdsp & watch it on #OnPoint tomorrow, 21N�","FALSE","0",NA,"2016-11-22 16:20:47","FALSE",NA,"801098110457892864",NA,"Twitter for iPhone","veer_h27","21","TRUE","FALSE" +"6118","6118","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:20:42","FALSE",NA,"801098086734905344",NA,"Mobile Web (M2)","Jiji_Jai","132","TRUE","FALSE" +"6119","6119","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 16:20:23","FALSE",NA,"801098006208647168",NA,"Twitter for Android","vsangur2","27","TRUE","FALSE" +"6120","6120","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:20:16","FALSE",NA,"801097980757549056",NA,"Twitter for Android","___baddog","11","TRUE","FALSE" +"6121","6121","Feeling the heat of #demonetization but can't resist from Dance Classes, no issue . We are here again to let you... https://t.co/m2OFHZPbgm","FALSE","0",NA,"2016-11-22 16:19:51","FALSE",NA,"801097872741519360",NA,"Facebook","steptwostep","0","FALSE","FALSE" +"6122","6122","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 16:19:36","FALSE",NA,"801097813086105600",NA,"Twitter for Android","vasudevkutukam","24","TRUE","FALSE" +"6123","6123","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-22 16:19:16","FALSE",NA,"801097729262911488",NA,"Twitter Web Client","insidefinance","6","TRUE","FALSE" +"6124","6124","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-22 16:18:58","FALSE",NA,"801097652716740608",NA,"Twitter for Android","vkansagra","24","TRUE","FALSE" +"6125","6125","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-22 16:18:54","FALSE",NA,"801097636417671168",NA,"Twitter for Android","kiran_patniak","6","TRUE","FALSE" +"6126","6126","RT @tjain2016: @narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and execut�","FALSE","0",NA,"2016-11-22 16:18:37","FALSE",NA,"801097563197808640",NA,"Twitter for Android","ibhagwa_n","27","TRUE","FALSE" +"6127","6127","RT @vikramreuters: India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS cut�","FALSE","0",NA,"2016-11-22 16:18:31","FALSE",NA,"801097538770178048",NA,"TweetDeck","Sentimentcharts","6","TRUE","FALSE" +"6128","6128","@narendramodi I'm with you, +#Demonetization was a good decision against Corruption, but why it was not planned and executed properly??","FALSE","16","tjain2016","2016-11-22 16:18:23","FALSE","797705945556090880","801097506331492352","709337482257498112","Twitter for Android","tjain2016","27","FALSE","FALSE" +"6129","6129","India #demonetization & markets: net foreign outflow $3B (stocks+bonds) since Nov 8, Nifty -6%, MSCI India 2017 EPS� https://t.co/XK00ygyCBc","FALSE","7",NA,"2016-11-22 16:18:12","TRUE",NA,"801097457220354048",NA,"TweetDeck","vikramreuters","6","FALSE","FALSE" +"6130","6130","One cartoon that explains everything that�s happening in #DeMonetization� Missed Target; Bad Execution; Severe Coll� https://t.co/j4WB4aJo3l","FALSE","0",NA,"2016-11-22 16:18:03","TRUE",NA,"801097421656686592",NA,"Buffer","jairajp","5","FALSE","FALSE" +"6131","6131","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:17:48","FALSE",NA,"801097359719428096",NA,"Twitter for Android","gmkrishna","123","TRUE","FALSE" +"6132","6132","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:17:38","FALSE",NA,"801097317113675776",NA,"Twitter for Android","Inderpalmaan","954","TRUE","FALSE" +"6133","6133","#Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black money: PM Narendra Modi","FALSE","0",NA,"2016-11-22 16:17:19","FALSE",NA,"801097235274539008",NA,"Twitter for Android","shashank4069","0","FALSE","FALSE" +"6134","6134","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:16:58","FALSE",NA,"801097147445673984",NA,"Twitter for Android","samk7019","132","TRUE","FALSE" +"6135","6135","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:16:53","FALSE",NA,"801097127665405952",NA,"Twitter for iPhone","congressamit","331","TRUE","FALSE" +"6136","6136","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:16:52","FALSE",NA,"801097122003070976",NA,"Twitter Web Client","GargTarun1987","132","TRUE","FALSE" +"6137","6137","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:16:51","FALSE",NA,"801097120954667008",NA,"Twitter Web Client","Mohaniya88","25","TRUE","FALSE" +"6138","6138","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:16:48","FALSE",NA,"801097104403800064",NA,"Twitter for iPhone","sanjayadav20","954","TRUE","FALSE" +"6139","6139","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 16:16:31","FALSE",NA,"801097035373940736",NA,"Twitter for Android","MogheMilind","960","TRUE","FALSE" +"6140","6140","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:16:29","FALSE",NA,"801097028130336768",NA,"Twitter for iPhone","vimalk78","25","TRUE","FALSE" +"6141","6141","My 1st visit to ATM after #Demonetization.No1 at the ICICI ATM in Bengalur.It had 2K notes.Difficulty paying with 2K note.@vishu49 @ogash19","FALSE","1",NA,"2016-11-22 16:16:16","FALSE",NA,"801096971767271424",NA,"Twitter for Android","ChillyShake","0","FALSE","FALSE" +"6142","6142","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:16:00","FALSE",NA,"801096904431964160",NA,"Twitter for iPhone","mannu209","132","TRUE","FALSE" +"6143","6143","RT @rishibagree: A Housewife's view on #demonetization https://t.co/nFwuiZUJOD","FALSE","0",NA,"2016-11-22 16:15:55","FALSE",NA,"801096883435401216",NA,"Twitter Web Client","m_susmita","114","TRUE","FALSE" +"6144","6144","PM Narendra Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi... https://t.co/8zcWy0dgjm","FALSE","0",NA,"2016-11-22 16:15:46","FALSE",NA,"801096844444958720",NA,"Facebook","selvaprasad_vs","0","FALSE","FALSE" +"6145","6145","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:15:26","FALSE",NA,"801096761817387008",NA,"Twitter for Android","sampaul28579","25","TRUE","FALSE" +"6146","6146","RT @AmitHPanchal: #Sikh Community Starts free #Langar at #Mangalore Railway Station to serve travelers affected by #Demonetization. Respect�","FALSE","0",NA,"2016-11-22 16:15:06","FALSE",NA,"801096676941275136",NA,"Twitter for Android","Being_Akbar","18","TRUE","FALSE" +"6147","6147","RT @giniromet: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to�","FALSE","0",NA,"2016-11-22 16:14:52","FALSE",NA,"801096621526171648",NA,"Twitter for Android","Trilok_S","5","TRUE","FALSE" +"6148","6148","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 16:14:46","FALSE",NA,"801096595529830400",NA,"Twitter for Android","darshanmdave","52","TRUE","FALSE" +"6149","6149","Must read TL on #DeMonetization Blows #mediapimps ... https://t.co/U9dFoWQbrH","FALSE","1",NA,"2016-11-22 16:14:46","FALSE",NA,"801096593931808768",NA,"Twitter for iPhone","Gajaakesari","0","FALSE","FALSE" +"6150","6150","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:14:24","FALSE",NA,"801096501501956096",NA,"Mobile Web (M5)","joe_joeluis","132","TRUE","FALSE" +"6151","6151","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 16:14:15","FALSE",NA,"801096463241474048",NA,"Twitter for Android","bhanuvrat","38","TRUE","FALSE" +"6152","6152","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:14:10","FALSE",NA,"801096444702769152",NA,"Twitter for Android","NeeruAwasthi","954","TRUE","FALSE" +"6153","6153","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:13:55","FALSE",NA,"801096379460440064",NA,"Twitter Web Client","arvsubm","123","TRUE","FALSE" +"6154","6154","@prasannavishy @RajeevSrinivasa Thanks 4 giving the moral heft to the narrative. Sorely missing in much of the debates on #demonetization","FALSE","0","prasannavishy","2016-11-22 16:13:35","FALSE","801081392536788992","801096298145280000","29398579","Twitter for Windows","narenkondajji","2","FALSE","FALSE" +"6155","6155","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:13:33","FALSE",NA,"801096288385331200",NA,"Twitter for Android","madkatte","11","TRUE","FALSE" +"6156","6156","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:13:18","FALSE",NA,"801096227106353152",NA,"Twitter for iPhone","syadav2010","954","TRUE","FALSE" +"6157","6157","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:13:11","FALSE",NA,"801096197842694144",NA,"Twitter Web Client","Nava_Hindutva","11","TRUE","FALSE" +"6158","6158","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-22 16:13:10","FALSE",NA,"801096193610760192",NA,"Mobile Web (M5)","nishi_sharmaa","762","TRUE","FALSE" +"6159","6159","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:13:07","FALSE",NA,"801096181384216576",NA,"Twitter for iPhone","Farhan222","25","TRUE","FALSE" +"6160","6160","RT @CNNnews18: PM Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi app. https://t.co/lF2x�","FALSE","0",NA,"2016-11-22 16:13:02","FALSE",NA,"801096156923117568",NA,"Twitter for Android","dpatil7876","25","TRUE","FALSE" +"6161","6161","# irony so called guru @sardesairajdeep is begging on street fr anti #Demonetization comments , whle #ArnabGoswami is enjoying reputation.","FALSE","0",NA,"2016-11-22 16:12:56","FALSE",NA,"801096135460974592",NA,"Twitter for BlackBerry","indianfirst001","0","FALSE","FALSE" +"6162","6162","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:12:51","FALSE",NA,"801096110899019776",NA,"Twitter for Android","kailashjat","331","TRUE","FALSE" +"6163","6163","Politically bankrupt parties making troubled water-but things will be settled in favour of PM DRIVE WITHIN 30 days- #demonetization","FALSE","0",NA,"2016-11-22 16:12:49","FALSE",NA,"801096105513525248",NA,"Twitter for iPhone","candysona3","0","FALSE","FALSE" +"6164","6164","RT @ABCYoutubeCh: Are the common people happy with #demonetization? + +Subscribe https://t.co/lSptmjbdsp & watch it on #OnPoint tomorrow, 21N�","FALSE","0",NA,"2016-11-22 16:12:49","FALSE",NA,"801096103651250176",NA,"Twitter for Android","iDeepakKapoor","21","TRUE","FALSE" +"6165","6165","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:12:43","FALSE",NA,"801096080192634880",NA,"Twitter for Android","10anandrai","331","TRUE","FALSE" +"6166","6166","RT @ajaymaken: Thoughtful analysis on #demonetization by .@bainjal + +A must read article! https://t.co/nihLSKUVtf","FALSE","0",NA,"2016-11-22 16:12:33","FALSE",NA,"801096037293178880",NA,"Twitter for Android","sujitkumar5555","125","TRUE","FALSE" +"6167","6167","RT @ajaymaken: Thoughtful analysis on #demonetization by .@bainjal + +A must read article! https://t.co/nihLSKDkBH","FALSE","0",NA,"2016-11-22 16:12:30","FALSE",NA,"801096022894247936",NA,"Twitter for Android","sujitkumar5555","142","TRUE","FALSE" +"6168","6168","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 16:12:22","FALSE",NA,"801095989561962496",NA,"Twitter for Android","Ramcham1","82","TRUE","FALSE" +"6169","6169","RT @rishibagree: This is exactly how some people behaving on #demonetization + +Since Modi Did it lets oppose it +If Sonia Gandhi have done i�","FALSE","0",NA,"2016-11-22 16:12:21","FALSE",NA,"801095987628490752",NA,"Twitter Web Client","m_susmita","120","TRUE","FALSE" +"6170","6170","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:12:20","FALSE",NA,"801095983635505152",NA,"Twitter for Android","hackernewbie","48","TRUE","FALSE" +"6171","6171","RT @shilpakannan: India's Central Bank comes up with more rules on #Demonetization - Latest on how much cash you get for marriages! #NoteBa�","FALSE","0",NA,"2016-11-22 16:11:54","FALSE",NA,"801095872004001792",NA,"Twitter for Android","Ghaint_Jatt88","3","TRUE","FALSE" +"6172","6172","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:11:51","FALSE",NA,"801095859551113216",NA,"Twitter for iPhone","Raj5576","331","TRUE","FALSE" +"6173","6173","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:11:47","FALSE",NA,"801095843067506688",NA,"Twitter for iPhone","sourabhx25","132","TRUE","FALSE" +"6174","6174","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 16:11:29","FALSE",NA,"801095766819438592",NA,"Twitter for Android","sen_sindh","526","TRUE","FALSE" +"6175","6175","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:11:22","FALSE",NA,"801095737064861696",NA,"Twitter for Android","emumec","331","TRUE","FALSE" +"6176","6176","From Man Ki Baat to Jan Ki Baat on #demonetization. On #ManKiBaat PM @narendramodi supports #JanKiBaat and asks f� https://t.co/VUQuXxHNPT","FALSE","3",NA,"2016-11-22 16:11:17","TRUE",NA,"801095716886167552",NA,"Twitter for Android","jankibaat1","0","FALSE","FALSE" +"6177","6177","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-22 16:11:10","FALSE",NA,"801095687366582272",NA,"Twitter for iPhone","BSN84","1057","TRUE","FALSE" +"6178","6178","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:11:06","FALSE",NA,"801095673407893504",NA,"Twitter for iPhone","sophilal","25","TRUE","FALSE" +"6179","6179","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:11:04","FALSE",NA,"801095665556357120",NA,"Twitter for iPhone","AAP2014kumar","132","TRUE","FALSE" +"6180","6180","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 16:10:35","FALSE",NA,"801095543959277568",NA,"Twitter for Android","PandeyRajrsh","36","TRUE","FALSE" +"6181","6181","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 16:10:24","FALSE",NA,"801095497020633088",NA,"Twitter for Android","nilofar31","45","TRUE","FALSE" +"6182","6182","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 16:10:17","FALSE",NA,"801095465664028672",NA,"Twitter for Android","iiffii_irf","82","TRUE","FALSE" +"6183","6183","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:09:52","FALSE",NA,"801095362123595776",NA,"Twitter for Android","farhat_yk","331","TRUE","FALSE" +"6184","6184","@absolutethinker @SPRE_Official even I thought that builders always dealt in black money & rates will go down soon bcoz of #demonetization","FALSE","2","absolutethinker","2016-11-22 16:09:49","FALSE","801093465408872448","801095347695038464","56977094","Twitter for Android","rakesh_garia","1","FALSE","FALSE" +"6185","6185","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:09:41","FALSE",NA,"801095314396454912",NA,"Twitter for Android","manishbhardwaj1","132","TRUE","FALSE" +"6186","6186","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:09:32","FALSE",NA,"801095277063049216",NA,"Twitter Web Client","BublyTheBuilder","48","TRUE","FALSE" +"6187","6187","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 16:08:54","FALSE",NA,"801095119025733632",NA,"Twitter for iPad","ravipatil15167","43","TRUE","FALSE" +"6188","6188","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:08:53","FALSE",NA,"801095113552236544",NA,"Twitter for Android","arunsharma1970","331","TRUE","FALSE" +"6189","6189","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:08:48","FALSE",NA,"801095092966604800",NA,"Twitter for Android","padre9rr","331","TRUE","FALSE" +"6190","6190","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 16:08:26","FALSE",NA,"801095000767377408",NA,"Twitter for Android","prabin1206","36","TRUE","FALSE" +"6191","6191","@CNNnews18 Hon'ble Minister Sir 4 Ur kind information only 39 days left of Demonetization bt aftershocks of #Demonetization Sunami may tkeYr","FALSE","0","CNNnews18","2016-11-22 16:07:58","FALSE","801089850656968704","801094881984659456","6509832","Twitter for Windows Phone","arahimkhan56_r","0","FALSE","FALSE" +"6192","6192","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:07:46","FALSE",NA,"801094835201445888",NA,"Twitter for Android","TTeerandaz","25","TRUE","FALSE" +"6193","6193","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:07:46","FALSE",NA,"801094832894550016",NA,"Twitter for Android","MardanaMohit","331","TRUE","FALSE" +"6194","6194","RT @sumongantait: Entire Cyrus Mistry vs Ratan Tata saga is outshined by #Demonetization","FALSE","0",NA,"2016-11-22 16:07:39","FALSE",NA,"801094802007736320",NA,"Twitter Web Client","__yamaniyaa","2","TRUE","FALSE" +"6195","6195","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 16:07:38","FALSE",NA,"801094799071780864",NA,"Twitter for Android","ashishsahu84830","954","TRUE","FALSE" +"6196","6196","RT @amitgupta0310: 12/n So when the dust settles this #demonetization will become part of life just like CNG, Mobiles and deMaterialized st�","FALSE","0",NA,"2016-11-22 16:07:37","FALSE",NA,"801094797444476928",NA,"Twitter for Android","AJITPJAIN1","3","TRUE","FALSE" +"6197","6197","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-22 16:07:09","FALSE",NA,"801094678636433408",NA,"Mobile Web (M5)","IRaaajAs","221","TRUE","FALSE" +"6198","6198","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:06:45","FALSE",NA,"801094577511796736",NA,"Twitter for Android","SinghAbu","11","TRUE","FALSE" +"6199","6199","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 16:06:18","FALSE",NA,"801094462818521088",NA,"Twitter for Android","Anarchified","48","TRUE","FALSE" +"6200","6200","What about 70 who died due to ur Mindless #Demonetization.Shameless Pigs concerned abt BJP@alamgirizvi� https://t.co/81ATkI8vjf","FALSE","0",NA,"2016-11-22 16:06:14","TRUE",NA,"801094446137753600",NA,"Twitter for Android","rameshraoswamy","0","FALSE","FALSE" +"6201","6201","RT @rssurjewala: ModiJi,47 dead tragically post over hyped #Demonetization drive!Do u feel the pain of these families?Then, apologize.https�","FALSE","0",NA,"2016-11-22 16:05:57","FALSE",NA,"801094374373412864",NA,"Twitter for Android","sujitkumar5555","348","TRUE","FALSE" +"6202","6202","Share ur view on #DeMonetization https://t.co/tBR915aLmG","FALSE","0",NA,"2016-11-22 16:05:39","FALSE",NA,"801094298682830848",NA,"Twitter for Android","BaradaDs","0","FALSE","FALSE" +"6203","6203","@minimathur How dare you question PM Modi and his policies on #Demonetization? You are #AntiNational. Go to Pakistan. +#BhaktLogic #Sarcasm","FALSE","0","minimathur","2016-11-22 16:05:33","FALSE","801025520070774784","801094276599910400","58761257","Twitter Web Client","faizkarobari","0","FALSE","FALSE" +"6204","6204","RT @Dipankar_cpiml: #DeMonetization is a big time gamble which may result in a major economic slowdown apart from its immediate disruptive�","FALSE","0",NA,"2016-11-22 16:05:30","FALSE",NA,"801094263945605120",NA,"Twitter for Android","nilofar31","10","TRUE","FALSE" +"6205","6205","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 16:04:53","FALSE",NA,"801094105853927424",NA,"Twitter for Android","utkarshashish","15","TRUE","FALSE" +"6206","6206","RT @urbantreehomes: Ramesh Nair, COO Business & International Dir, JLL India speaks on #demonetization & #realestate to NDTV Profit. - http�","FALSE","0",NA,"2016-11-22 16:04:19","FALSE",NA,"801093964195512320",NA,"Twitter for Android","ctrlaltdel007","1","TRUE","FALSE" +"6207","6207","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:03:47","FALSE",NA,"801093828824305664",NA,"Twitter for iPhone","i_me_my5elf","331","TRUE","FALSE" +"6208","6208","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:03:45","FALSE",NA,"801093824323780608",NA,"Mobile Web (M5)","calmgalin","25","TRUE","FALSE" +"6209","6209","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 16:03:41","FALSE",NA,"801093803641749504",NA,"Twitter for Android","ajay97781","36","TRUE","FALSE" +"6210","6210","Forthcoming SRK film now to be called 'Ek thha Raees'. #Demonetization","FALSE","1",NA,"2016-11-22 16:03:39","FALSE",NA,"801093797379653632",NA,"Twitter for iPhone","BhaskarPG","0","FALSE","FALSE" +"6211","6211","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:03:34","FALSE",NA,"801093774877212672",NA,"Twitter for Android","sujitkumar5555","331","TRUE","FALSE" +"6212","6212","Indian Opposition failed to understand @narendramodi skills before attacking him on #demonetization +https://t.co/OzlkWM7rFd","FALSE","0",NA,"2016-11-22 16:03:33","FALSE",NA,"801093772884910080",NA,"Twitter for Android","Devtech11","0","FALSE","FALSE" +"6213","6213","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 16:03:19","FALSE",NA,"801093714550493184",NA,"Twitter for Android","gujju17","11","TRUE","FALSE" +"6214","6214","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 16:03:03","FALSE",NA,"801093646166564864",NA,"Twitter for Android","mknid","8","TRUE","FALSE" +"6215","6215","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:02:55","FALSE",NA,"801093610917662720",NA,"Twitter for Android","naam_pk","132","TRUE","FALSE" +"6216","6216","@India_Policy basically market needed Rs 100 notes + Printing of Rs 100 notes could have been done before #Demonetization.No babu anticipated","FALSE","0","India_Policy","2016-11-22 16:02:53","FALSE","801092426064678912","801093603229515776","21186231","Twitter for Android","gkundra","0","FALSE","FALSE" +"6217","6217","Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pause & think LT","FALSE","9",NA,"2016-11-22 16:02:22","FALSE",NA,"801093475047391232",NA,"Twitter for Android","giniromet","5","FALSE","FALSE" +"6218","6218","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 16:02:05","FALSE",NA,"801093403358310400",NA,"Twitter for Android","Vikasdi0143","40","TRUE","FALSE" +"6219","6219","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 16:02:01","FALSE",NA,"801093385322774528",NA,"Twitter for Android","Maddy_Saheb","132","TRUE","FALSE" +"6220","6220","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 16:01:39","FALSE",NA,"801093292792299520",NA,"Twitter for Android","vaibhavg10","123","TRUE","FALSE" +"6221","6221","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 16:01:29","FALSE",NA,"801093250958245888",NA,"Twitter Web Client","gsvasan","38","TRUE","FALSE" +"6222","6222","The #biggest #question on #fb after #demonetization is where did #we first #meet +","FALSE","0",NA,"2016-11-22 16:01:25","FALSE",NA,"801093235233804288",NA,"Twitter for Android","Piyu3690","0","FALSE","FALSE" +"6223","6223","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 16:01:24","FALSE",NA,"801093231517675520",NA,"Twitter for Android","Bawachi64","105","TRUE","FALSE" +"6224","6224","Entire Cyrus Mistry vs Ratan Tata saga is outshined by #Demonetization","FALSE","1",NA,"2016-11-22 16:01:22","FALSE",NA,"801093223305199616",NA,"Twitter Web Client","sumongantait","2","FALSE","FALSE" +"6225","6225","He is so cute! But it's his daddy who needs to answer why people must suffer due to his poorly planned and executed� https://t.co/CggI7QN5s9","FALSE","3",NA,"2016-11-22 16:01:00","TRUE",NA,"801093128937558016",NA,"Twitter Web Client","bhuwanmpandey","2","FALSE","FALSE" +"6226","6226","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 16:01:00","FALSE",NA,"801093128862060544",NA,"Twitter Web Client","eccentricraj","36","TRUE","FALSE" +"6227","6227","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 16:00:59","FALSE",NA,"801093125670404096",NA,"Twitter for Android","Braju33","331","TRUE","FALSE" +"6228","6228","RT @MouneshHD: Thanks To Modi +Due #Demonetization I could able to control my expenses and saved some amount of money from past 15 days!!�","FALSE","0",NA,"2016-11-22 16:00:49","FALSE",NA,"801093083014266880",NA,"Twitter for Android","MouneshHD","3","TRUE","FALSE" +"6229","6229","RT @jairajp: So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking License and Oper�","FALSE","0",NA,"2016-11-22 16:00:35","FALSE",NA,"801093024230961152",NA,"TweetCaster for Android","SSRK15","25","TRUE","FALSE" +"6230","6230","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-22 15:59:59","FALSE",NA,"801092876138594304",NA,"Twitter for Android","MSuthar000","221","TRUE","FALSE" +"6231","6231","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:59:51","FALSE",NA,"801092842093281280",NA,"Twitter for iPhone","sethrishi","48","TRUE","FALSE" +"6232","6232","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 15:59:42","FALSE",NA,"801092801928773632",NA,"Twitter for Android","veenapatel_26","36","TRUE","FALSE" +"6233","6233","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:59:23","FALSE",NA,"801092722417278976",NA,"Twitter for Android","sujitchandran","123","TRUE","FALSE" +"6234","6234","Tune in to Prime time on @ndtvindia and see the beauty of planning before #demonetization +@ArvindKejriwal @ShirishKunder","FALSE","0",NA,"2016-11-22 15:58:59","FALSE",NA,"801092622248878080",NA,"Twitter for Android","mukulmvr","0","FALSE","FALSE" +"6235","6235","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:58:50","FALSE",NA,"801092585951555584",NA,"Twitter for Android","smscool27","48","TRUE","FALSE" +"6236","6236","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:58:13","FALSE",NA,"801092430703587328",NA,"Twitter Web Client","SrinathNair_","954","TRUE","FALSE" +"6237","6237","RT @SwachhPolitics: #Demonetization: It's just the beginning, says PM Modi as BJP MPs endorse his crusade. Worst is yet to come + https://t.�","FALSE","0",NA,"2016-11-22 15:57:45","FALSE",NA,"801092311463534592",NA,"Twitter for Android","BoughKisor","3","TRUE","FALSE" +"6238","6238","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:57:11","FALSE",NA,"801092171797434368",NA,"Twitter for iPhone","itsmeAdii1221","44","TRUE","FALSE" +"6239","6239","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 15:57:04","FALSE",NA,"801092141971714048",NA,"Twitter for iPhone","VictoryForNamo","36","TRUE","FALSE" +"6240","6240","Only selling seeds on old notes, will that help? #Farmers need fertilizers, pesticides and fodder for cattle. +#Demonetization","FALSE","0",NA,"2016-11-22 15:57:01","FALSE",NA,"801092127480430592",NA,"Twitter Web Client","Neeru_Bahl","0","FALSE","FALSE" +"6241","6241",". In fact ppl want @RailMinIndia to go cashless in a big way. He @sureshpprabhu shd support @narendramodi #Demonetization @Abhishek_Mshra","FALSE","0","gkundra","2016-11-22 15:56:57","FALSE","801091630354661376","801092109994336256","278148804","Twitter for Android","gkundra","0","FALSE","FALSE" +"6242","6242","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:56:45","FALSE",NA,"801092058614235136",NA,"TweetCaster for Android","iamsmithaa","331","TRUE","FALSE" +"6243","6243","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 15:56:37","FALSE",NA,"801092028079583232",NA,"Twitter for Android","chetankul","15","TRUE","FALSE" +"6244","6244","Aim of #demonetization laudable, but Govt has no road map2create institutional... https://t.co/iJq8AHCJHE by #ShashiTharoor via @c0nvey","FALSE","0",NA,"2016-11-22 15:56:36","FALSE",NA,"801092022333411328",NA,"Put your button on any page! ","colpcchauhan","0","FALSE","FALSE" +"6245","6245","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:56:36","FALSE",NA,"801092021691686912",NA,"Twitter for iPhone","indigokores","954","TRUE","FALSE" +"6246","6246","Ikk number da kamm karo. +Raseed katt ke davo. +No #demonetization will affect you. +Satt vachan!","FALSE","0",NA,"2016-11-22 15:56:28","FALSE",NA,"801091990095990784",NA,"Twitter for Android","codenamepaulie","0","FALSE","FALSE" +"6247","6247","RT @SwachhPolitics: #Demonetization: It's just the beginning, says PM Modi as BJP MPs endorse his crusade. Worst is yet to come + https://t.�","FALSE","0",NA,"2016-11-22 15:56:14","FALSE",NA,"801091930436222976",NA,"Twitter for Android","polticalquest","3","TRUE","FALSE" +"6248","6248","RT @dgogoi: Blow to Modi, bypolls election result - all seats won by Cogress & AAP. Modi's #demonetization failed. BTW where is Khujli #�","FALSE","0",NA,"2016-11-22 15:56:12","FALSE",NA,"801091921905074176",NA,"Twitter for Android","Avi0074","1","TRUE","FALSE" +"6249","6249","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-22 15:55:55","FALSE",NA,"801091850496921600",NA,"Twitter for Windows Phone","BeingAKhan_","14","TRUE","FALSE" +"6250","6250","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 15:55:37","FALSE",NA,"801091774915571712",NA,"Twitter for Android","sonal_31559","15","TRUE","FALSE" +"6251","6251","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 15:55:17","FALSE",NA,"801091690161381376",NA,"Twitter for Android","mvmeet","15","TRUE","FALSE" +"6252","6252","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:55:04","FALSE",NA,"801091639070625792",NA,"Twitter for Android","NMukhii","331","TRUE","FALSE" +"6253","6253",". @Abhishek_Mshra increasingly one gets the feeling that Govt isn't sure of public support 4 #Demonetization. @sureshpprabhu","FALSE","0","Abhishek_Mshra","2016-11-22 15:55:02","FALSE","801090397690728448","801091630354661376","226234783","Twitter for Android","gkundra","0","FALSE","FALSE" +"6254","6254","RT @shilpakannan: India's Central Bank comes up with more rules on #Demonetization - Latest on how much cash you get for marriages! #NoteBa�","FALSE","0",NA,"2016-11-22 15:55:01","FALSE",NA,"801091626118414336",NA,"Twitter for iPhone","1985jay","3","TRUE","FALSE" +"6255","6255","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:54:52","FALSE",NA,"801091587841343488",NA,"Twitter for Android","AkashKinker","331","TRUE","FALSE" +"6256","6256","Blow to Modi, bypolls election result - all seats won by Cogress & AAP. Modi's #demonetization failed. BTW where is Khujli #_?","FALSE","0",NA,"2016-11-22 15:54:44","FALSE",NA,"801091553166925824",NA,"Twitter Web Client","dgogoi","1","FALSE","FALSE" +"6257","6257","My #Cartoon on long #queues at #banks due to #demonetization. https://t.co/h9ZTxSq8jl","FALSE","0",NA,"2016-11-22 15:54:12","FALSE",NA,"801091419330920448",NA,"Twitter Web Client","vivekthakkarart","0","FALSE","FALSE" +"6258","6258","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:53:55","FALSE",NA,"801091346190761984",NA,"Twitter for Android","thairaladka","954","TRUE","FALSE" +"6259","6259","Wish to convert black money into white despite #demonetization? Here are 10 ways. + +Disclaimer: Please do not... https://t.co/ifOwfC7X8E","FALSE","0",NA,"2016-11-22 15:53:53","FALSE",NA,"801091339223900160",NA,"Facebook","apchattopadhyay","0","FALSE","FALSE" +"6260","6260","If you can't manage it, please quit. Don't take nation for granted #Demonetization #Cashban #___� https://t.co/SOuihdiaEH","FALSE","0",NA,"2016-11-22 15:53:50","TRUE",NA,"801091328473866240",NA,"Twitter Web Client","tirangabrigade","0","FALSE","FALSE" +"6261","6261","RT @1997INDIAN: #Chota #kejriwal @ArvindKejriwal .no more captioning +#Kanpur #demonetization #Demonetizationeffect https://t.co/dC30tY02�","FALSE","0",NA,"2016-11-22 15:53:39","FALSE",NA,"801091279052410880",NA,"Twitter for Android","Ajtnegi","38","TRUE","FALSE" +"6262","6262","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 15:53:22","FALSE",NA,"801091209724907520",NA,"Twitter for Android","vishalgandhi221","33","TRUE","FALSE" +"6263","6263","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:53:16","FALSE",NA,"801091186056278016",NA,"Twitter for Android","SLB_KR","954","TRUE","FALSE" +"6264","6264","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:53:15","FALSE",NA,"801091178447990784",NA,"Twitter for Android","Office_of_SG","331","TRUE","FALSE" +"6265","6265","RT @rishibagree: A Housewife's view on #demonetization https://t.co/nFwuiZUJOD","FALSE","0",NA,"2016-11-22 15:52:33","FALSE",NA,"801091002228412416",NA,"Twitter for Android","govinms","114","TRUE","FALSE" +"6266","6266","RT @SwachhPolitics: #Demonetization: It's just the beginning, says PM Modi as BJP MPs endorse his crusade. Worst is yet to come + https://t.�","FALSE","0",NA,"2016-11-22 15:51:48","FALSE",NA,"801090816496300032",NA,"Twitter for Android","whiterose02_wr","3","TRUE","FALSE" +"6267","6267","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:51:20","FALSE",NA,"801090698397319168",NA,"Twitter for Android","manju_datta","132","TRUE","FALSE" +"6268","6268","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:51:14","FALSE",NA,"801090670492413952",NA,"Twitter for Android","SLB_KR","132","TRUE","FALSE" +"6269","6269","Since #Demonetization all non-veg orders are coming to home are by @ZomatoIN, some relief.","FALSE","1",NA,"2016-11-22 15:51:04","FALSE",NA,"801090632177438720",NA,"Twitter for Android","ajazlone","0","FALSE","FALSE" +"6270","6270","@sardesairajdeep @narendramodi, #Demonetization typical of Rajdeep working for which party, putting words in poor man's mouth against Modi.","FALSE","0","sardesairajdeep","2016-11-22 15:50:53","FALSE",NA,"801090582294597632","56304605","Twitter for iPhone","jainsunil1960","0","FALSE","FALSE" +"6271","6271","RT @Ashish_1905: Even EC doesn't approve Gov's methods, +writes to FM not to use indelible ink in banks +#demonetization +#noteban +https://t�","FALSE","0",NA,"2016-11-22 15:50:48","FALSE",NA,"801090564942864384",NA,"Twitter for Android","JohnTho49503509","40","TRUE","FALSE" +"6272","6272","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 15:50:28","FALSE",NA,"801090479198642176",NA,"Twitter Web Client","shramn","13","TRUE","FALSE" +"6273","6273","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:50:24","FALSE",NA,"801090463558082560",NA,"Twitter for Android","Subhash_ati9","48","TRUE","FALSE" +"6274","6274","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:49:54","FALSE",NA,"801090338890747904",NA,"Twitter for Android","somnath_3331","954","TRUE","FALSE" +"6275","6275","RT @Mr_LoLwa: Politicians reaction, +If modi withdraws #demonetization scheme Today. https://t.co/OO0MptVdQT","FALSE","0",NA,"2016-11-22 15:49:50","FALSE",NA,"801090320796618752",NA,"Twitter for Android","KeshavKarn11","36","TRUE","FALSE" +"6276","6276","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 15:49:36","FALSE",NA,"801090262097227776",NA,"Twitter for Android","MAH2498","1158","TRUE","FALSE" +"6277","6277","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:49:34","FALSE",NA,"801090253352148992",NA,"Twitter for iPhone","MushkoorKhan","954","TRUE","FALSE" +"6278","6278","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:49:28","FALSE",NA,"801090225883807744",NA," Kautilya 22092016","kautilyya","954","TRUE","FALSE" +"6279","6279","@Krishnara @ShootinThoughts if only Govt had accompanied #Demonetization with raids on #Blackmoney media would have been forced to report it","FALSE","0","Krishnara","2016-11-22 15:49:10","FALSE","801082836350484480","801090152193867776","20903478","Twitter for Android","gkundra","0","FALSE","FALSE" +"6280","6280","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 15:48:33","FALSE",NA,"801089997906399232",NA,"Twitter for Android","hellboy300","105","TRUE","FALSE" +"6281","6281","@NewsX @sushmitadevmp makes it very clear that, except for inflated ego, Oppstn. doesn't have anything constructive wrt #Demonetization.","FALSE","0","NewsX","2016-11-22 15:48:15","FALSE","801088708380278784","801089920760582144","23405846","Twitter Web Client","gopakumar67","0","FALSE","FALSE" +"6282","6282","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 15:48:04","FALSE",NA,"801089874589863936",NA,"Twitter for iPhone","narenb26","42","TRUE","FALSE" +"6283","6283","So this #DeMonetization has been so Tragic in Implementation that modi govt is Flouting RBI rules for Banking Licen� https://t.co/fNleuvlKA8","FALSE","7",NA,"2016-11-22 15:48:02","TRUE",NA,"801089865970569216",NA,"Buffer","jairajp","25","FALSE","FALSE" +"6284","6284","#finally #liningup at the #ATM #couldnthelpit #demonetization #notcomplaining #achedin round the corner!","FALSE","0",NA,"2016-11-22 15:47:26","FALSE",NA,"801089716426657792",NA,"Twitter for Android","d_harshita","0","FALSE","FALSE" +"6285","6285","#demonetization is a disaster +#RahulGandhi @OfficeOfRG @digvijaya_28 https://t.co/5F7E2yyeXk","FALSE","0",NA,"2016-11-22 15:47:26","FALSE",NA,"801089714707107840",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"6286","6286","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:47:05","FALSE",NA,"801089628631465984",NA,"Twitter for Android","MdSajidTweets","954","TRUE","FALSE" +"6287","6287","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 15:47:04","FALSE",NA,"801089622419701760",NA,"Twitter for Android","arvind291","43","TRUE","FALSE" +"6288","6288","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:46:54","FALSE",NA,"801089581630169088",NA,"Twitter for Android","Akhil5in","132","TRUE","FALSE" +"6289","6289","RT @myvotetoday: If @AnjuNagarajan DP says she supports #demonetization why is she not following us https://t.co/cZZvv6VUas","FALSE","0",NA,"2016-11-22 15:46:45","FALSE",NA,"801089543998840832",NA,"Twitter Web Client","nirbhaisingh07","7","TRUE","FALSE" +"6290","6290","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:46:44","FALSE",NA,"801089538407821312",NA,"Twitter for Android","Virus4Congress","29","TRUE","FALSE" +"6291","6291","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:46:42","FALSE",NA,"801089530669338624",NA,"Twitter for Android","2023ajith","132","TRUE","FALSE" +"6292","6292","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 15:46:08","FALSE",NA,"801089388385927168",NA,"Twitter for Android","DeepakPoche","11","TRUE","FALSE" +"6293","6293","RT @ndtv: PM Narendra Modi took biggest economic decision without consultation: Rahul Gandhi on #notesban #demonetization https://t.co/ogoa�","FALSE","0",NA,"2016-11-22 15:45:56","FALSE",NA,"801089337811144704",NA,"Twitter for iPhone","tweetsfromarnab","52","TRUE","FALSE" +"6294","6294","#HimachalCongress to hold statewide protest against #Demonetization decision taken in haste with: https://t.co/09oZ4XFYnt + +@virbhadrasingh","FALSE","0",NA,"2016-11-22 15:45:53","FALSE",NA,"801089326956232704",NA,"Twitter Web Client","HimachalW","0","FALSE","FALSE" +"6295","6295","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:45:11","FALSE",NA,"801089149499363328",NA,"Twitter for Android","MAKARYAN786","954","TRUE","FALSE" +"6296","6296","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:45:06","FALSE",NA,"801089127101788160",NA,"Twitter Web Client","NewsNinja","331","TRUE","FALSE" +"6297","6297","One of the silver lining of #Demonetization is waiving off the toll. The toll plazas are a breeze! Love it!","FALSE","0",NA,"2016-11-22 15:45:04","FALSE",NA,"801089121661976576",NA,"Twitter for Android","aktiwary","0","FALSE","FALSE" +"6298","6298","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:45:02","FALSE",NA,"801089112706936832",NA,"Twitter for iPhone","rkam105","132","TRUE","FALSE" +"6299","6299","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:44:42","FALSE",NA,"801089027197849600",NA,"Mobile Web (M5)","bugs_punny","48","TRUE","FALSE" +"6300","6300","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:44:37","FALSE",NA,"801089007207714816",NA,"Twitter for Android","manindar100yaho","954","TRUE","FALSE" +"6301","6301","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:44:04","FALSE",NA,"801088868036419584",NA,"Twitter Web Client","ekalavya07","954","TRUE","FALSE" +"6302","6302","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:43:58","FALSE",NA,"801088844175208448",NA,"Twitter for Android","PDrsudhakar","132","TRUE","FALSE" +"6303","6303","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:43:38","FALSE",NA,"801088758489739264",NA,"Twitter Web Client","munnnabai","954","TRUE","FALSE" +"6304","6304","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 15:43:31","FALSE",NA,"801088729343356928",NA,"Twitter Web Client","HaraaIndia","13","TRUE","FALSE" +"6305","6305","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:43:23","FALSE",NA,"801088696774774784",NA,"Twitter for iPhone","muntaziraapka","132","TRUE","FALSE" +"6306","6306","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-22 15:43:04","FALSE",NA,"801088615283441664",NA,"Twitter for Android","deepram8","10","TRUE","FALSE" +"6307","6307","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 15:42:55","FALSE",NA,"801088579506237440",NA,"Mobile Web (M5)","DhirajBorse2","11","TRUE","FALSE" +"6308","6308","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:42:53","FALSE",NA,"801088569104179200",NA,"Twitter for Android","Abinash_2K","132","TRUE","FALSE" +"6309","6309","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:42:45","FALSE",NA,"801088537302941696",NA,"Twitter for Android","SantoshGGupta","954","TRUE","FALSE" +"6310","6310","RT @myvotetoday: So #CJIThakur says there will be riots due to #DeMonetization Qs +. +No #SpicesNSecrets +. +No riots due to citizens #Waiting�","FALSE","0",NA,"2016-11-22 15:42:36","FALSE",NA,"801088499088814080",NA,"Mobile Web (M5)","HHitesh687","53","TRUE","FALSE" +"6311","6311","RT @CimGOI: Smt @nsitharaman to meet exporters on Monday, 21/11/16 to discuss issues related to the impact of #demonetization . @DoC_GoI","FALSE","0",NA,"2016-11-22 15:42:28","FALSE",NA,"801088465395859456",NA,"Twitter for Windows Phone","gahana99","68","TRUE","FALSE" +"6312","6312","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:42:16","FALSE",NA,"801088416452673536",NA,"Twitter for Android","MartiKhabre","21","TRUE","FALSE" +"6313","6313","This is like... Blaming each other for #Demonetization + +~ Kejriwal https://t.co/s5BWMtIMdr","FALSE","0",NA,"2016-11-22 15:42:13","FALSE",NA,"801088401197805568",NA,"Twitter for Android","On_The_Rocksss","0","FALSE","FALSE" +"6314","6314","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:42:07","FALSE",NA,"801088376136929280",NA,"Twitter for iPhone","KalairLakhvir","954","TRUE","FALSE" +"6315","6315","RT @vdehejia: Ambit Capital's much touted prediction of a sharp drop in GDP growth, due to #demonetization, is bunk, as I explain. https://�","FALSE","0",NA,"2016-11-22 15:41:53","FALSE",NA,"801088320516325376",NA,"Twitter for Android","khilav","28","TRUE","FALSE" +"6316","6316","RT @FrustIndian: Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any not�","FALSE","0",NA,"2016-11-22 15:41:50","FALSE",NA,"801088305462988800",NA,"Twitter for Android","mayuranit","11","TRUE","FALSE" +"6317","6317","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:41:48","FALSE",NA,"801088298324082688",NA,"Twitter for iPhone","raosaabs","123","TRUE","FALSE" +"6318","6318","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:41:42","FALSE",NA,"801088271371542528",NA,"Twitter for iPhone","Prince_Chd","132","TRUE","FALSE" +"6319","6319","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:41:33","FALSE",NA,"801088236881780736",NA,"Twitter for Android","navinbhansali","44","TRUE","FALSE" +"6320","6320","RT @jairajp: If #Demonetization had happened in UPA Govt & anything like this happened, Sanghis would�ve Accused Congress of Funding Terror�","FALSE","0",NA,"2016-11-22 15:41:29","FALSE",NA,"801088219244740608",NA,"TweetCaster for Android","SSRK15","3","TRUE","FALSE" +"6321","6321","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:41:28","FALSE",NA,"801088215994236928",NA,"Twitter for Android","MartiKhabre","132","TRUE","FALSE" +"6322","6322","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:41:07","FALSE",NA,"801088125221163008",NA,"Twitter Web Client","helloanand","48","TRUE","FALSE" +"6323","6323","RT @TheApplop: Learn how retailers in India are fighting against #Demonetization and starting their #DigitalDukan","FALSE","0",NA,"2016-11-22 15:41:06","FALSE",NA,"801088121643274240",NA,"Twitter for Android","IndianDropout","1","TRUE","FALSE" +"6324","6324","Since #Demonetization was announced, i have been living like i used to when i was doing engineering. +Haven't taken any notes.","FALSE","40",NA,"2016-11-22 15:41:05","FALSE",NA,"801088119608987648",NA,"Twitter for Android","FrustIndian","11","FALSE","FALSE" +"6325","6325","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:40:28","FALSE",NA,"801087963576709120",NA,"Twitter for Android","anky2591","331","TRUE","FALSE" +"6326","6326","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:40:24","FALSE",NA,"801087947558637568",NA,"Twitter for Android","parwez1","48","TRUE","FALSE" +"6327","6327","If #Demonetization had happened in UPA Govt & anything like this happened, Sanghis would�ve Accused Congress of Fun� https://t.co/DqeOMveXSU","FALSE","1","jairajp","2016-11-22 15:40:05","TRUE","801014370130137088","801087865740402688","43698075","TweetDeck","jairajp","3","FALSE","FALSE" +"6328","6328","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:40:01","FALSE",NA,"801087849609080832",NA,"Twitter for Android","mahaveernetaji","331","TRUE","FALSE" +"6329","6329","RT @indiaforums: .@aamir_khan's wife #KiranRao REACTS to PM @narendramodi's #demonetization move! +https://t.co/WiFzfKYAgF","FALSE","0",NA,"2016-11-22 15:39:56","FALSE",NA,"801087827530366976",NA,"Twitter for Android","FatimaKabo","1","TRUE","FALSE" +"6330","6330","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:39:43","FALSE",NA,"801087775814615040",NA,"Twitter for Android","tiwari_1983","123","TRUE","FALSE" +"6331","6331","RT @LangaMahesh: Farmers in Surat protesting against #demonetization, as cash crunch has almost crippled rural economy in south Guj. @the_h�","FALSE","0",NA,"2016-11-22 15:38:55","FALSE",NA,"801087571195367424",NA,"Twitter for Android","NiyamatGarmala","451","TRUE","FALSE" +"6332","6332","RT @shilpakannan: India's Central Bank comes up with more rules on #Demonetization - Latest on how much cash you get for marriages! #NoteBa�","FALSE","0",NA,"2016-11-22 15:38:51","FALSE",NA,"801087555219267584",NA,"Twitter for BlackBerry","madhan_g","3","TRUE","FALSE" +"6333","6333","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:38:34","FALSE",NA,"801087484306292736",NA,"Twitter for Android","prashantky143","954","TRUE","FALSE" +"6334","6334","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:38:10","FALSE",NA,"801087385756958720",NA,"Twitter for Android","AlwaysProIndian","29","TRUE","FALSE" +"6335","6335","RT @JaydKrish: #demonetization #iamwithmodi +please participate and give your thumbs up! +@bhavnapb @rahulroushan @rishibagree @ashokepand�","FALSE","0",NA,"2016-11-22 15:38:03","FALSE",NA,"801087355633405952",NA,"RoundTeam","prayag","1","TRUE","FALSE" +"6336","6336","@narendramodi @IndianExpress Also, ppl actually facing problems are not literate to understand the functioning of apps. #demonetization","FALSE","0","PranjalS11","2016-11-22 15:37:42","FALSE","801086789716840448","801087268656017408","2920331826","Twitter for Android","PranjalS11","0","FALSE","FALSE" +"6337","6337","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 15:37:37","FALSE",NA,"801087247374163968",NA,"Twitter for iPhone","SathkarLobo","59","TRUE","FALSE" +"6338","6338","@ANI_news #Demonetization effect","FALSE","2","ANI_news","2016-11-22 15:37:37","FALSE","801086932629323776","801087246640226304","355989081","Twitter for Android","Na7vs","0","FALSE","FALSE" +"6339","6339","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:37:09","FALSE",NA,"801087127803101184",NA,"Twitter for Android","umeshthemaster","954","TRUE","FALSE" +"6340","6340","RT @dhume: .@lhsummers raises serious questions about India's #demonetization. https://t.co/HaCWgfslx5 https://t.co/QQlE1m8RaG","FALSE","0",NA,"2016-11-22 15:36:38","FALSE",NA,"801086997381070848",NA,"Twitter for Android","KunalTheKothari","18","TRUE","FALSE" +"6341","6341","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 15:36:09","FALSE",NA,"801086877428158464",NA,"Twitter for Android","theijtema","1158","TRUE","FALSE" +"6342","6342","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:35:59","FALSE",NA,"801086833828446208",NA,"Twitter for Android","Satyarth_P","954","TRUE","FALSE" +"6343","6343","RT @ashokgehlot51: The Modi Government did not do any homework or ground work before its #deMonetization declaration.","FALSE","0",NA,"2016-11-22 15:35:47","FALSE",NA,"801086786273349632",NA,"Twitter Web Client","GehlotAshokFans","97","TRUE","FALSE" +"6344","6344","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:35:44","FALSE",NA,"801086773287735296",NA,"Twitter for Android","c9feb8aefbaa42a","331","TRUE","FALSE" +"6345","6345","RT @mayankjain100: #demonetization is world's first proletariat revolution by a right wing political party!","FALSE","0",NA,"2016-11-22 15:35:42","FALSE",NA,"801086761778561024",NA,"Twitter Web Client","jaganniwas","5","TRUE","FALSE" +"6346","6346","India's Central Bank comes up with more rules on #Demonetization - Latest on how much cash you get for marriages!� https://t.co/YWEwO1mmuJ","FALSE","5",NA,"2016-11-22 15:35:40","TRUE",NA,"801086753943654400",NA,"Twitter for iPhone","shilpakannan","3","FALSE","FALSE" +"6347","6347","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:35:30","FALSE",NA,"801086713485357056",NA,"Twitter Web Client","lethalw2010","44","TRUE","FALSE" +"6348","6348","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:35:17","FALSE",NA,"801086658116337664",NA,"Twitter for Android","psinghmis","954","TRUE","FALSE" +"6349","6349","#demonetization #iamwithmodi +please participate and give your thumbs up! +@bhavnapb @rahulroushan @rishibagree� https://t.co/kKI2I2lpcj","FALSE","1",NA,"2016-11-22 15:35:12","TRUE",NA,"801086637635608576",NA,"Twitter for Android","JaydKrish","1","FALSE","FALSE" +"6350","6350","#Demonetization 1000-500 ke note Chang karne Wale Jo log bank line mei Lage hain unme se mostly black money walo ke rental admi hain.","FALSE","0",NA,"2016-11-22 15:34:42","FALSE",NA,"801086510132961280",NA,"Twitter for Android","Pramodk75450996","0","FALSE","FALSE" +"6351","6351","RT @ashokgehlot51: First and foremost, there should be a clear guideline and arrangements for people without bank accounts. +#demonetization�","FALSE","0",NA,"2016-11-22 15:34:37","FALSE",NA,"801086492009320448",NA,"Twitter Web Client","GehlotAshokFans","107","TRUE","FALSE" +"6352","6352","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 15:34:15","FALSE",NA,"801086398027669504",NA,"Mobile Web (M5)","CitizensPoV","44","TRUE","FALSE" +"6353","6353","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-22 15:34:10","FALSE",NA,"801086375948759040",NA,"Twitter Web Client","beingkhalia","14","TRUE","FALSE" +"6354","6354","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:33:52","FALSE",NA,"801086300614901760",NA,"Twitter for Android","sacchasb","123","TRUE","FALSE" +"6355","6355","RT @laxman_xy: 'We don't know about rest of India but we Kashmiris are very happy with #Demonetization ' +https://t.co/WDpsFankI1","FALSE","0",NA,"2016-11-22 15:33:11","FALSE",NA,"801086131072864256",NA,"Twitter for Android","JaykumarChoube","15","TRUE","FALSE" +"6356","6356","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 15:32:44","FALSE",NA,"801086018485190656",NA,"Twitter for iPhone","afzal37_","1158","TRUE","FALSE" +"6357","6357","#BookMyChotu lets you hire helpers for standing in #ATM queues +https://t.co/CIl9yA896p +#Startups #Demonetization #Rs500 #CIOL","FALSE","1",NA,"2016-11-22 15:32:34","FALSE",NA,"801085975065661440",NA,"SocialOomph","CIOL_NEWS","0","FALSE","FALSE" +"6358","6358","RT @MouneshHD: Thanks To Modi +Due #Demonetization I could able to control my expenses and saved some amount of money from past 15 days!!�","FALSE","0",NA,"2016-11-22 15:32:34","FALSE",NA,"801085974927339520",NA,"Twitter for Android","ManjuFeel","3","TRUE","FALSE" +"6359","6359","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:32:30","FALSE",NA,"801085959622324224",NA,"Twitter for Android","Shymala50","44","TRUE","FALSE" +"6360","6360","RT @ashokgehlot51: NDA Government after declaring its #demonetization plan has not been able to devise any means to mitigate the suffering�","FALSE","0",NA,"2016-11-22 15:32:27","FALSE",NA,"801085945684463616",NA,"Twitter Web Client","GehlotAshokFans","102","TRUE","FALSE" +"6361","6361","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:32:26","FALSE",NA,"801085939535593472",NA,"Twitter for Android","hpsaraswat","123","TRUE","FALSE" +"6362","6362","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 15:32:15","FALSE",NA,"801085896317616128",NA,"Twitter Web Client","kanchankumar","38","TRUE","FALSE" +"6363","6363","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:32:00","FALSE",NA,"801085830236278784",NA,"Twitter for Android","HITESWAR_","44","TRUE","FALSE" +"6364","6364","More business for PayTM, whose owners have clearly got friends in all the right places #DeMonetisation� https://t.co/WgIHZfVm7w","FALSE","0",NA,"2016-11-22 15:31:46","TRUE",NA,"801085771629244416",NA,"TweetDeck","causticji","0","FALSE","FALSE" +"6365","6365","PM must take part in a debate on #demonetization in Parliament. His refusal to do so should be considered a contempt of this institution","FALSE","0",NA,"2016-11-22 15:31:42","FALSE",NA,"801085755791523840",NA,"Twitter Web Client","aakashmehrotra","0","FALSE","FALSE" +"6366","6366","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:31:35","FALSE",NA,"801085728474005504",NA,"Twitter for Android","techie_smart","954","TRUE","FALSE" +"6367","6367","Thanks To Modi +Due #Demonetization I could able to control my expenses and saved some amount of money from past 15 days!! + +Think positive","FALSE","7",NA,"2016-11-22 15:31:13","FALSE",NA,"801085634307731456",NA,"Twitter for Android","MouneshHD","3","FALSE","FALSE" +"6368","6368","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:30:55","FALSE",NA,"801085558898364416",NA,"Twitter Web Client","Dildiwana11","123","TRUE","FALSE" +"6369","6369","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 15:30:54","FALSE",NA,"801085555878465536",NA,"Twitter for Android","kamlendrasingh3","44","TRUE","FALSE" +"6370","6370","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:30:40","FALSE",NA,"801085498693447680",NA,"Twitter for Android","drhsvastrakar","21","TRUE","FALSE" +"6371","6371","Indian Bank's New Name After the #Demonetization Move ","FALSE","0",NA,"2016-11-22 15:30:10","FALSE",NA,"801085370477715456",NA,"Facebook","ifunjabimunda","0","FALSE","FALSE" +"6372","6372","Effects of #Demonetization.....!!! https://t.co/QbjT6pawzV","FALSE","0",NA,"2016-11-22 15:30:08","FALSE",NA,"801085363171237888",NA,"Facebook","AFacts4You","0","FALSE","FALSE" +"6373","6373","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:30:08","FALSE",NA,"801085360574869504",NA,"Twitter for Android","ankurhathi333","44","TRUE","FALSE" +"6374","6374","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 15:30:06","FALSE",NA,"801085352333033472",NA,"Twitter for Android","jaibhimkranti","53","TRUE","FALSE" +"6375","6375","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 15:30:05","FALSE",NA,"801085350974263296",NA,"Nuzzel","r0h1n","38","TRUE","FALSE" +"6376","6376",".@aamir_khan's wife #KiranRao REACTS to PM @narendramodi's #demonetization move! +https://t.co/WiFzfKYAgF","FALSE","8",NA,"2016-11-22 15:30:00","FALSE",NA,"801085330325577728",NA,"TweetDeck","indiaforums","1","FALSE","FALSE" +"6377","6377","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:29:57","FALSE",NA,"801085317264510976",NA,"Mobile Web (M2)","sachinraj2706","331","TRUE","FALSE" +"6378","6378","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:29:53","FALSE",NA,"801085300994752512",NA,"Mobile Web (M5)","kamesh2277","44","TRUE","FALSE" +"6379","6379","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:29:32","FALSE",NA,"801085211144372224",NA,"Twitter Web Client","hindustanse","44","TRUE","FALSE" +"6380","6380","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 15:29:23","FALSE",NA,"801085172711985152",NA,"Twitter for Android","watdehel","45","TRUE","FALSE" +"6381","6381","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:28:54","FALSE",NA,"801085053770022912",NA,"Twitter for Android","drhsvastrakar","132","TRUE","FALSE" +"6382","6382","RT @cramachandran: Thoughtful piece on #demonetization and ""Development by Announcement"". https://t.co/HoG3q8O18c","FALSE","0",NA,"2016-11-22 15:28:53","FALSE",NA,"801085048858484736",NA,"Twitter for Android","sandeep_2021","4","TRUE","FALSE" +"6383","6383","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:28:30","FALSE",NA,"801084951651229696",NA,"Twitter Web Client","AbdulBariHanfi","331","TRUE","FALSE" +"6384","6384","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:28:21","FALSE",NA,"801084914301079552",NA,"Twitter for Android","vkn2904","29","TRUE","FALSE" +"6385","6385","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:28:20","FALSE",NA,"801084910307901440",NA,"Twitter for Android","vgshelar","954","TRUE","FALSE" +"6386","6386","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:27:53","FALSE",NA,"801084796029931520",NA,"Twitter for Android","ajayy1973","954","TRUE","FALSE" +"6387","6387","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:26:56","FALSE",NA,"801084556598087680",NA,"Twitter for iPhone","minnasood","331","TRUE","FALSE" +"6388","6388","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:26:53","FALSE",NA,"801084543121772544",NA,"Mobile Web (M5)","kktripathi4","123","TRUE","FALSE" +"6389","6389","Those who had ingenuity of beating India's Tax System will they not find the ways to circumvent #demonetization? #cashCrisis #netascashin","FALSE","0",NA,"2016-11-22 15:26:51","FALSE",NA,"801084536188596224",NA,"Twitter Web Client","anilrai","0","FALSE","FALSE" +"6390","6390","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:26:48","FALSE",NA,"801084524620677120",NA,"Twitter for iPhone","suneet7954","123","TRUE","FALSE" +"6391","6391","A new kind of polarisation is taking place.. It may reset political equations and the results may be surprising #demonetization","FALSE","0",NA,"2016-11-22 15:26:42","FALSE",NA,"801084499060604928",NA,"Twitter for Android","bharat_k","0","FALSE","FALSE" +"6392","6392","RT @FrustIndian: Everyone in india rn #Demonetization https://t.co/p0R2QQKq8K","FALSE","0",NA,"2016-11-22 15:26:34","FALSE",NA,"801084466282319872",NA,"Twitter for Android","AnishAney","6","TRUE","FALSE" +"6393","6393","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:26:27","FALSE",NA,"801084436741758976",NA,"Twitter for Android","prakashkaraj","954","TRUE","FALSE" +"6394","6394","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:25:40","FALSE",NA,"801084238313328640",NA,"Twitter for Android","Khurram1inc","331","TRUE","FALSE" +"6395","6395","See what Anna Hazare have to say about #Demonetization and #ArvindKejriwal + +What do you think ? https://t.co/vnn2OEGKtS","FALSE","0",NA,"2016-11-22 15:25:39","FALSE",NA,"801084236019044352",NA,"Facebook","zailetblog","0","FALSE","FALSE" +"6396","6396","Retweeted Shashi Tharoor (@ShashiTharoor): + +Aim of #demonetization laudable, but Govt has no road map2create... https://t.co/A4Geu9chOv","FALSE","0",NA,"2016-11-22 15:25:21","FALSE",NA,"801084159733153792",NA,"Facebook","Sahil_RG","0","FALSE","FALSE" +"6397","6397","Retweeted Dr Shobha (@DrShobha): + +#Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank... https://t.co/CbCbtwyTt8","FALSE","0",NA,"2016-11-22 15:25:21","FALSE",NA,"801084158034538496",NA,"Facebook","Srianuragh","0","FALSE","FALSE" +"6398","6398","RT @anilrai: LeT terrorists caught with new 2000 rupee notes. Is #demonetization going in right direction? #netascashin #cashCrisis","FALSE","0",NA,"2016-11-22 15:25:20","FALSE",NA,"801084152451735552",NA,"Twitter for Android","IndiasBigdebate","1","TRUE","FALSE" +"6399","6399","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 15:25:19","FALSE",NA,"801084151482810368",NA,"Twitter for Android","Sahil_RG","82","TRUE","FALSE" +"6400","6400","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:25:19","FALSE",NA,"801084150056763392",NA,"Twitter for Android","Srianuragh","44","TRUE","FALSE" +"6401","6401","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:25:13","FALSE",NA,"801084123574128640",NA,"Twitter for iPhone","snswaraj","44","TRUE","FALSE" +"6402","6402","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:25:08","FALSE",NA,"801084105609936896",NA,"Twitter for Android","ktarun90","29","TRUE","FALSE" +"6403","6403","#Demonetization: It's just the beginning, says PM Modi as BJP MPs endorse his crusade. Worst is yet to come + https://t.co/NrtMtS4bVE","FALSE","0",NA,"2016-11-22 15:24:48","FALSE",NA,"801084021211992064",NA,"Twitter Web Client","SwachhPolitics","3","FALSE","FALSE" +"6404","6404","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:24:34","FALSE",NA,"801083961292124160",NA,"Twitter for Android","jyotishankarjha","132","TRUE","FALSE" +"6405","6405","RT @RoflTeja: Government #Demonetization Process https://t.co/0k5BXAvmy7","FALSE","0",NA,"2016-11-22 15:24:29","FALSE",NA,"801083940232691712",NA,"Twitter for Android","Moniszappy","36","TRUE","FALSE" +"6406","6406","RT @SaundiD: @narendramodi + +4 ladies r managing #demonetization perfectly +#SBI +#PNB +#AxisBank +#ICICI + +#__ +#__�","FALSE","0",NA,"2016-11-22 15:24:29","FALSE",NA,"801083939506925568",NA,"Twitter for Android","das_prashant777","69","TRUE","FALSE" +"6407","6407","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:24:25","FALSE",NA,"801083921823764480",NA,"Twitter for Android","SatrajitMukher6","44","TRUE","FALSE" +"6408","6408","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:24:18","FALSE",NA,"801083892505673728",NA,"Twitter for iPhone","Priyamvadhaprem","123","TRUE","FALSE" +"6409","6409","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:24:04","FALSE",NA,"801083834146037760",NA,"Twitter for Android","sandeep_2021","331","TRUE","FALSE" +"6410","6410","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:23:51","FALSE",NA,"801083780148539392",NA,"Twitter for Android","jyotishankarjha","21","TRUE","FALSE" +"6411","6411","@Balubal39339348 @firstpost pics will make u feel popularity of #PMModi Atleast #WorkingClass will curse ur� https://t.co/NDbFLU3tMW","FALSE","1","Balubal39339348","2016-11-22 15:23:43","TRUE","801012750570770432","801083747487477760","790170047083745280","Twitter for Android","SAURAVK09644570","0","FALSE","FALSE" +"6412","6412","Even in urban areas, looking forward to sane prices for regular joes thanks to #demonetization https://t.co/oIfEKOVWF0","FALSE","0",NA,"2016-11-22 15:23:40","FALSE",NA,"801083734820868096",NA,"LinkedIn","skdasbhaumik","0","FALSE","FALSE" +"6413","6413","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:22:48","FALSE",NA,"801083518365204480",NA,"Twitter for iPhone","mandeep2025","132","TRUE","FALSE" +"6414","6414","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:22:47","FALSE",NA,"801083513009307648",NA,"Twitter for Android","jethiankur","21","TRUE","FALSE" +"6415","6415","Retweeted Bahujan Samaj Party (@BspUp2017): + +#Demonetization succinctly explained by Rebel Politik.... https://t.co/OylDkq2Hsl","FALSE","1",NA,"2016-11-22 15:22:46","FALSE",NA,"801083508911390720",NA,"Facebook","Sahil_RG","0","FALSE","FALSE" +"6416","6416","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:22:45","FALSE",NA,"801083505266532352",NA,"Twitter for iPhone","bhardwaj4020","954","TRUE","FALSE" +"6417","6417","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 15:22:44","FALSE",NA,"801083501659332608",NA,"Twitter for Android","Sahil_RG","53","TRUE","FALSE" +"6418","6418","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:22:26","FALSE",NA,"801083425830514688",NA,"Twitter for Android","jethiankur","132","TRUE","FALSE" +"6419","6419","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 15:22:17","FALSE",NA,"801083388643966976",NA,"Twitter for iPhone","shiladitya","48","TRUE","FALSE" +"6420","6420","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:22:03","FALSE",NA,"801083326928818176",NA,"Twitter for Android","gopikiran198","44","TRUE","FALSE" +"6421","6421","Posted today: alumna Mitali Nikore discusses how negative of effects of #demonetization on women can be mitigated https://t.co/8SlR20WXKs","FALSE","0",NA,"2016-11-22 15:22:00","FALSE",NA,"801083315713429504",NA,"Buffer","SAsiaLSE","0","FALSE","FALSE" +"6422","6422","Even the terrorist have got the new 2000 notes now what again discontinue 2000 notes #demonetization","FALSE","2",NA,"2016-11-22 15:21:01","FALSE",NA,"801083069008674816",NA,"Twitter for Android","DrSandeshMhatre","0","FALSE","FALSE" +"6423","6423","RT @SimplyShilpi_89: That is not an ad, they are congratuting Pm for #demonetization https://t.co/a66mZH5yfZ","FALSE","0",NA,"2016-11-22 15:20:01","FALSE",NA,"801082816113020928",NA,"Twitter for Android","DiffErotically","2","TRUE","FALSE" +"6424","6424","RT @sabeaux: Sr VP of All India Bank Offcrs Confed holds Urjit Patel morally responsible for the #demonetization chaos and related deaths.�","FALSE","0",NA,"2016-11-22 15:19:54","FALSE",NA,"801082789038690304",NA,"Twitter for Android","AmitshuklaO7","269","TRUE","FALSE" +"6425","6425","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:19:45","FALSE",NA,"801082750983753728",NA,"Twitter for Android","Neelu64774991","954","TRUE","FALSE" +"6426","6426","RT @NeetuGarg6: Do check what I was saying #demonetization ended fake currency and even ended violence in Kashmir valley! + +https://t.co/�","FALSE","0",NA,"2016-11-22 15:19:36","FALSE",NA,"801082712648011776",NA,"Twitter for iPhone","rdmakwana","49","TRUE","FALSE" +"6427","6427","RT @RJSudeshBhat: #demonetization Did this using a @KicchaSudeep and @TheParulYadav song :) Take a look :) https://t.co/UROvCy21T4","FALSE","0",NA,"2016-11-22 15:19:30","FALSE",NA,"801082685082849280",NA,"Twitter for Android","KSFCKkp","60","TRUE","FALSE" +"6428","6428","RT @RoshanSdrprop: #DeMonetisation +Cong-45 +TMC-32 +Left-11 +SP-5 +RJD-4 +AAP-4 +JDU-2 +BSP-0 +105 in a House of 543 members oppose #demonetization�","FALSE","0",NA,"2016-11-22 15:19:11","FALSE",NA,"801082606544506880",NA,"Twitter for iPhone","shailendra1212","3","TRUE","FALSE" +"6429","6429","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:18:44","FALSE",NA,"801082491754975232",NA,"Twitter for Android","BarauniVeer","123","TRUE","FALSE" +"6430","6430","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:18:42","FALSE",NA,"801082487065624576",NA,"Twitter for iPhone","shruthi_ps","29","TRUE","FALSE" +"6431","6431","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:18:35","FALSE",NA,"801082456812064768",NA,"Twitter Web Client","JP_Pwar","331","TRUE","FALSE" +"6432","6432","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:18:12","FALSE",NA,"801082360917725184",NA,"Twitter for Android","RRspoonia1","331","TRUE","FALSE" +"6433","6433","RT @cramachandran: Thoughtful piece on #demonetization and ""Development by Announcement"". https://t.co/HoG3q8O18c","FALSE","0",NA,"2016-11-22 15:18:09","FALSE",NA,"801082348129243136",NA,"Twitter for Android","IMSajidHassan","4","TRUE","FALSE" +"6434","6434","RT @ahmedtells: Now they all diverting our minds frm #demonetization . + +@SalmanNizami_ @tshamsi88 @indscribe @asadowaisi @_sabanaqvi https:�","FALSE","0",NA,"2016-11-22 15:18:04","FALSE",NA,"801082324947529728",NA,"Twitter for Android","MkkhanMk","2","TRUE","FALSE" +"6435","6435","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 15:18:02","FALSE",NA,"801082318878339072",NA,"Twitter for Android","30Vineet","69","TRUE","FALSE" +"6436","6436","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:17:57","FALSE",NA,"801082295960514560",NA,"Twitter for Android","neelamrr1974","123","TRUE","FALSE" +"6437","6437","RT @AroundDIndia: Indians know who is corrupt. Corruption to go nil with #demonetization in india https://t.co/CS0qFumpGP #demonetizeKEJRIW�","FALSE","0",NA,"2016-11-22 15:17:34","FALSE",NA,"801082200024182784",NA,"TweetDeck","NaMoCurrent","7","TRUE","FALSE" +"6438","6438","RT @AroundDIndia: Indians know who is corrupt. Corruption to go nil with #demonetization in india https://t.co/CS0qFumpGP #demonetizeKEJRIW�","FALSE","0",NA,"2016-11-22 15:17:34","FALSE",NA,"801082199281926144",NA,"TweetDeck","IPCircus","7","TRUE","FALSE" +"6439","6439","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:17:29","FALSE",NA,"801082179543384064",NA,"Twitter for iPhone","abhishekkumrr","123","TRUE","FALSE" +"6440","6440","Retweeted Randeep S Surjewala (@rssurjewala): + +Critical question: Was PayTM informed about #Demonetization edict... https://t.co/68KYdCwxNk","FALSE","0",NA,"2016-11-22 15:17:23","FALSE",NA,"801082154172067840",NA,"Facebook","Sahil_RG","0","FALSE","FALSE" +"6441","6441","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:17:22","FALSE",NA,"801082148056772608",NA,"Twitter for Android","Sahil_RG","331","TRUE","FALSE" +"6442","6442","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:17:11","FALSE",NA,"801082102221402112",NA,"Twitter for iPhone","indigokores","21","TRUE","FALSE" +"6443","6443","Indians know who is corrupt. Corruption to go nil with #demonetization in india https://t.co/CS0qFumpGP #demonetizeKEJRIWAL","FALSE","0",NA,"2016-11-22 15:16:45","FALSE",NA,"801081993865920512",NA,"TweetDeck","AroundDIndia","7","FALSE","FALSE" +"6444","6444","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:16:44","FALSE",NA,"801081991407906816",NA,"Twitter for Android","kmarkri","331","TRUE","FALSE" +"6445","6445","@AtulEkIndian every single economist (not bought) is against #demonetization & cashless economy yet these fools are treating him like kuber","FALSE","1","jit5o","2016-11-22 15:16:33","FALSE","801080209302753280","801081944343777280","752363697809555456","Twitter Web Client","jit5o","0","FALSE","FALSE" +"6446","6446","RT @MinhazMerchant: Bill Gates joins global & Indian business leaders backing #demonetization https://t.co/tR4QDWIKyc","FALSE","0",NA,"2016-11-22 15:16:21","FALSE",NA,"801081894309724160",NA,"Twitter for Android","Wolverin81","462","TRUE","FALSE" +"6447","6447","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:16:12","FALSE",NA,"801081855407570944",NA,"Twitter for Android","swamiiii","123","TRUE","FALSE" +"6448","6448","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:16:11","FALSE",NA,"801081853801177088",NA,"Twitter for iPad","VijayKumarBans5","331","TRUE","FALSE" +"6449","6449","RT @deep_anchor: Collateral damage of #Demonetization +https://t.co/s3kogyvd3I","FALSE","0",NA,"2016-11-22 15:16:00","FALSE",NA,"801081807101952000",NA,"Twitter for Android","srajendrn","4","TRUE","FALSE" +"6450","6450","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:15:30","FALSE",NA,"801081679288946688",NA,"Twitter for Android","ssmunshi","44","TRUE","FALSE" +"6451","6451","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-22 15:15:13","FALSE",NA,"801081609587814400",NA,"Twitter for Android","Devendra2555","10","TRUE","FALSE" +"6452","6452","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 15:14:24","FALSE",NA,"801081404914302976",NA,"Twitter for Android","srajendrn","14","TRUE","FALSE" +"6453","6453","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:13:56","FALSE",NA,"801081287016648704",NA,"Twitter for Android","ManikPtk","21","TRUE","FALSE" +"6454","6454","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:13:53","FALSE",NA,"801081272143486976",NA,"Twitter Web Client","VinayakH2016","29","TRUE","FALSE" +"6455","6455","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:13:24","FALSE",NA,"801081150928195584",NA,"Twitter for Android","imbansalabhishe","954","TRUE","FALSE" +"6456","6456","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:13:16","FALSE",NA,"801081118078353408",NA,"Twitter for Android","rajsidnik","44","TRUE","FALSE" +"6457","6457","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:12:52","FALSE",NA,"801081015561138176",NA,"Twitter Web Client","IVNTalks","132","TRUE","FALSE" +"6458","6458","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:12:39","FALSE",NA,"801080964390612992",NA,"Twitter for iPhone","shamshiasfar","954","TRUE","FALSE" +"6459","6459","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 15:12:23","FALSE",NA,"801080896648519680",NA,"Twitter for Android","bk_surender1989","24","TRUE","FALSE" +"6460","6460","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 15:12:11","FALSE",NA,"801080846052532224",NA,"Twitter for Android","qayyum0509","1158","TRUE","FALSE" +"6461","6461","Actually u never voted for Modi... #DEMONETIZATION https://t.co/Lvq7aq9iJo","FALSE","0",NA,"2016-11-22 15:12:10","FALSE",NA,"801080840444706816",NA,"Twitter for Android","DrRakeshkr082","0","FALSE","FALSE" +"6462","6462","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:12:09","FALSE",NA,"801080836858593280",NA,"Twitter Web Client","shivprasadkabir","44","TRUE","FALSE" +"6463","6463","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:12:07","FALSE",NA,"801080829749395456",NA,"Twitter for Android","JoomlenderModi","954","TRUE","FALSE" +"6464","6464","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:11:55","FALSE",NA,"801080777530163200",NA,"Twitter for Android","amandeep_kler","132","TRUE","FALSE" +"6465","6465","RT @jairajp: 2 Weeks into Tragic #DeMonetization, just 8% of Withdrawn currency has been replaced. So much for Planning & Execution by #Fai�","FALSE","0",NA,"2016-11-22 15:11:55","FALSE",NA,"801080776200687616",NA,"Twitter for Android","srajendrn","4","TRUE","FALSE" +"6466","6466","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 15:11:38","FALSE",NA,"801080705652387840",NA,"Twitter for Android","abeyjt","105","TRUE","FALSE" +"6467","6467","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:10:36","FALSE",NA,"801080448768098304",NA,"Twitter Web Client","imdharmic","29","TRUE","FALSE" +"6468","6468","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:10:34","FALSE",NA,"801080436344504320",NA,"Twitter for Android","69b1b71236104d6","29","TRUE","FALSE" +"6469","6469","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:10:29","FALSE",NA,"801080418422255616",NA,"Twitter for Android","BoughKisor","132","TRUE","FALSE" +"6470","6470","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:10:27","FALSE",NA,"801080407659872256",NA,"Twitter for Android","always_vishal","954","TRUE","FALSE" +"6471","6471","RT @_Narad: Basically, evil Moodi made people comfortable standing in queues as a result of #demonetization. Same people stood in queues to�","FALSE","0",NA,"2016-11-22 15:10:02","FALSE",NA,"801080304622370816",NA,"Twitter for BlackBerry","MKankunj","1","TRUE","FALSE" +"6472","6472","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:09:55","FALSE",NA,"801080274847141888",NA,"Twitter for Android","6b15055656184ea","331","TRUE","FALSE" +"6473","6473","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:09:42","FALSE",NA,"801080221311057920",NA,"Twitter for Android","thothweet","44","TRUE","FALSE" +"6474","6474","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:09:11","FALSE",NA,"801080089769222144",NA,"Twitter for Android","Olgort","29","TRUE","FALSE" +"6475","6475","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:09:06","FALSE",NA,"801080067660972032",NA,"Twitter for Android","VabsAgr","954","TRUE","FALSE" +"6476","6476","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:09:02","FALSE",NA,"801080053308293120",NA,"Twitter for Android","Super_sshiv","954","TRUE","FALSE" +"6477","6477","@narendramodi Sir, given first hand experience showing no impact on black/cash demand in property txns. Expect action #demonetization","FALSE","0","narendramodi","2016-11-22 15:08:58","FALSE","800940663244132352","801080035067056128","18839785","Twitter Web Client","gauravonnet","0","FALSE","FALSE" +"6478","6478","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:08:53","FALSE",NA,"801080014162706432",NA,"Twitter for Android","kppradeepdr","29","TRUE","FALSE" +"6479","6479","Most significant thing about #demonetization is that Modi has not shied away from hurting his own vote banks. +https://t.co/CtrCuFA717","FALSE","0",NA,"2016-11-22 15:08:50","FALSE",NA,"801080001193852928",NA,"Twitter for iPhone","vashtalk","0","FALSE","FALSE" +"6480","6480","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:08:21","FALSE",NA,"801079880242774016",NA,"Twitter for Android","mithleshverma12","123","TRUE","FALSE" +"6481","6481","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 15:08:20","FALSE",NA,"801079874475606016",NA,"Twitter for Android","arushib93","23","TRUE","FALSE" +"6482","6482","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 15:08:16","FALSE",NA,"801079858235260928",NA,"Twitter for Android","gmkrishna","105","TRUE","FALSE" +"6483","6483","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:08:14","FALSE",NA,"801079849691582464",NA,"Twitter for Android","Prabhav135","29","TRUE","FALSE" +"6484","6484","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:08:05","FALSE",NA,"801079813435891712",NA,"Twitter for iPhone","RoshanSonmi","331","TRUE","FALSE" +"6485","6485","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:08:02","FALSE",NA,"801079801763287040",NA,"Twitter for Android","lovely_Phaaji","21","TRUE","FALSE" +"6486","6486","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:08:02","FALSE",NA,"801079799825330176",NA,"Twitter for Android","ProudIndian66","954","TRUE","FALSE" +"6487","6487","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:07:58","FALSE",NA,"801079782750330880",NA,"Twitter for Android","sparsh9999","123","TRUE","FALSE" +"6488","6488","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:07:50","FALSE",NA,"801079751204929536",NA,"Mobile Web (M5)","soumyadeepdebna","44","TRUE","FALSE" +"6489","6489","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:07:37","FALSE",NA,"801079696049913856",NA,"Twitter for Android","mukeshrai881","132","TRUE","FALSE" +"6490","6490","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:07:10","FALSE",NA,"801079582409375744",NA,"Twitter for iPhone","jhon23camp","132","TRUE","FALSE" +"6491","6491","RT @SBengali: Opposition parties may well be the real targets of #demonetization: good stuf from Jean Dreze https://t.co/HLG1n6yzLp","FALSE","0",NA,"2016-11-22 15:07:10","FALSE",NA,"801079581948133376",NA,"Mobile Web (M5)","ekaurat","1","TRUE","FALSE" +"6492","6492","Basically, evil Moodi made people comfortable standing in queues as a result of #demonetization. Same people stood in queues to vote BJP ","FALSE","0",NA,"2016-11-22 15:06:47","FALSE",NA,"801079485382598656",NA,"Twitter for Android","_Narad","1","FALSE","FALSE" +"6493","6493","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:06:39","FALSE",NA,"801079452847329280",NA,"Twitter for Android","Drvineetgarg65","44","TRUE","FALSE" +"6494","6494","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:06:27","FALSE",NA,"801079402654093312",NA,"Twitter for iPhone","vinirish","44","TRUE","FALSE" +"6495","6495","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:06:27","FALSE",NA,"801079400972230656",NA,"Mobile Web (M5)","AsliSaleem","331","TRUE","FALSE" +"6496","6496","LeT terrorists caught with new 2000 rupee notes. Is #demonetization going in right direction? #netascashin #cashCrisis","FALSE","0",NA,"2016-11-22 15:06:22","FALSE",NA,"801079381095366656",NA,"Twitter Web Client","anilrai","1","FALSE","FALSE" +"6497","6497","It is best time to upgrade you & your business for future. #BlackMoney #IndiaAgainstCorruption #Demonetization #NarendraModi","FALSE","0",NA,"2016-11-22 15:06:00","FALSE",NA,"801079291043713024",NA,"Twitter for Android","vishvesh_here","0","FALSE","FALSE" +"6498","6498","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:05:51","FALSE",NA,"801079253215440896",NA,"Twitter for Windows","ZedLens","331","TRUE","FALSE" +"6499","6499","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 15:05:41","FALSE",NA,"801079208042598400",NA,"Twitter for iPad","peepal59","43","TRUE","FALSE" +"6500","6500","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:05:32","FALSE",NA,"801079171271143424",NA,"Twitter for Android","soami_s","123","TRUE","FALSE" +"6501","6501","@narendramodi sir plz don't listen to opposition party.. We Indian's are with you. So plz don't rollback. #demonetization","FALSE","0","narendramodi","2016-11-22 15:05:10","FALSE",NA,"801079079738822656","18839785","Twitter for Android","singhbhola","0","FALSE","FALSE" +"6502","6502","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:05:07","FALSE",NA,"801079064740052992",NA,"TwitPane Android","JanLokPaal","132","TRUE","FALSE" +"6503","6503","RT @RamraoKP_: Exactly #PMSavedKashmir after #demonetization Pakistan sponsored stone palters disappeared from Kashmir :) Thanku pm @naren�","FALSE","0",NA,"2016-11-22 15:04:59","FALSE",NA,"801079033240829952",NA,"Mobile Web (M5)","national1004","15","TRUE","FALSE" +"6504","6504","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 15:04:58","FALSE",NA,"801079027746250752",NA,"Twitter for iPhone","RaghuAiyar","45","TRUE","FALSE" +"6505","6505","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:04:55","FALSE",NA,"801079018317430784",NA,"Twitter for Android","rajsidnik","29","TRUE","FALSE" +"6506","6506","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 15:04:51","FALSE",NA,"801078998952509440",NA,"Twitter Web Client","dhruvhere","8","TRUE","FALSE" +"6507","6507","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:04:47","FALSE",NA,"801078982707818496",NA,"Twitter for Android","AAPAdarsh","132","TRUE","FALSE" +"6508","6508","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 15:04:47","FALSE",NA,"801078981843820544",NA,"Twitter for Android","vinodm_85","8","TRUE","FALSE" +"6509","6509","I can see this #demonetization plan failing, with new guidelines being thrown at us every other day. Can you?","FALSE","2",NA,"2016-11-22 15:04:42","FALSE",NA,"801078963502084096",NA,"Twitter for Android","_WomanInAttic","1","FALSE","FALSE" +"6510","6510","RT @cramachandran: Thoughtful piece on #demonetization and ""Development by Announcement"". https://t.co/HoG3q8O18c","FALSE","0",NA,"2016-11-22 15:04:39","FALSE",NA,"801078947891073024",NA,"Twitter Web Client","SalmanSoz","4","TRUE","FALSE" +"6511","6511","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:04:29","FALSE",NA,"801078907730587648",NA,"Twitter for Android","rohillaneeru","331","TRUE","FALSE" +"6512","6512","#SriSriRaviShankar #roots for #demonetization, hails #PMModi +https://t.co/cA4D09QYPZ + +via NMApp https://t.co/kIFpf6jkpL","FALSE","0",NA,"2016-11-22 15:04:17","FALSE",NA,"801078856677355520",NA,"Twitter for Android","AnkitHardiya21","0","FALSE","FALSE" +"6513","6513","#Demonetization I just coming from Noida, almost all ATM are running condition on road side upto Meerut.","FALSE","0",NA,"2016-11-22 15:04:14","FALSE",NA,"801078844195119104",NA,"Twitter for Android","Pramodk75450996","0","FALSE","FALSE" +"6514","6514","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 15:04:10","FALSE",NA,"801078826050555904",NA,"Twitter Web Client","rajkovvali","19","TRUE","FALSE" +"6515","6515","RT @jairajp: 2 Weeks into Tragic #DeMonetization, just 8% of Withdrawn currency has been replaced. So much for Planning & Execution by #Fai�","FALSE","0",NA,"2016-11-22 15:04:02","FALSE",NA,"801078793997717504",NA,"Twitter for Android","TTeerandaz","4","TRUE","FALSE" +"6516","6516","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:03:43","FALSE",NA,"801078712984866816",NA,"Twitter for Android","yadav_pp","123","TRUE","FALSE" +"6517","6517","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 15:03:41","FALSE",NA,"801078707913834496",NA,"Twitter for Android","manita_kapoor","8","TRUE","FALSE" +"6518","6518","#Demonetization has already started acting as a catalyst for Digital revolution and with it the digital... https://t.co/ey7EbTC7uH","FALSE","0",NA,"2016-11-22 15:03:25","FALSE",NA,"801078640679100416",NA,"Facebook","Brannia_India","0","FALSE","FALSE" +"6519","6519","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 15:03:14","FALSE",NA,"801078594344628224",NA,"Twitter for Android","rishikarwi","43","TRUE","FALSE" +"6520","6520","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:03:01","FALSE",NA,"801078537587306496",NA,"Twitter for Android","nneelans","29","TRUE","FALSE" +"6521","6521","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:02:59","FALSE",NA,"801078531400679424",NA,"Twitter for iPhone","mamuni_ishita","331","TRUE","FALSE" +"6522","6522","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:02:58","FALSE",NA,"801078524727717888",NA,"Twitter for Android","ahsanrao7","331","TRUE","FALSE" +"6523","6523","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:02:40","FALSE",NA,"801078449985056768",NA,"Twitter Web Client","dalit_awaaz_hun","954","TRUE","FALSE" +"6524","6524","Retaining all seats of LS & state in #Bypolls by BJP has proved the people's support on #DeMonetization +No Support to #Mamata & #KejriKaJuth","FALSE","0",NA,"2016-11-22 15:02:29","FALSE",NA,"801078404816650240",NA,"Twitter for Android","ramniranjan187","0","FALSE","FALSE" +"6525","6525","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:02:25","FALSE",NA,"801078387108290560",NA,"Twitter for Android","Krish_BJP","29","TRUE","FALSE" +"6526","6526","RT @prettypadmaja: #DeMonetization @sunetrac I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 15:02:24","FALSE",NA,"801078383316729856",NA,"Mobile Web (M5)","sandstracks","48","TRUE","FALSE" +"6527","6527","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:02:23","FALSE",NA,"801078378144989184",NA,"Twitter for iPhone","chinmays_83","44","TRUE","FALSE" +"6528","6528","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:02:04","FALSE",NA,"801078298814087168",NA,"Twitter for Android","rajendra9414","331","TRUE","FALSE" +"6529","6529","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:01:53","FALSE",NA,"801078255071752192",NA,"Twitter for Android","lovely_Phaaji","132","TRUE","FALSE" +"6530","6530","RT @RoshanSdrprop: #DeMonetisation +Cong-45 +TMC-32 +Left-11 +SP-5 +RJD-4 +AAP-4 +JDU-2 +BSP-0 +105 in a House of 543 members oppose #demonetization�","FALSE","0",NA,"2016-11-22 15:01:50","FALSE",NA,"801078239581978624",NA,"Twitter for Android","sridharasuma","3","TRUE","FALSE" +"6531","6531","RT @DrShobha: #Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","0",NA,"2016-11-22 15:01:47","FALSE",NA,"801078226319642624",NA,"Twitter for iPhone","imdineshmehta","44","TRUE","FALSE" +"6532","6532","So, a story that tells you the flipside of the digital revolution @Paytm and #Demonetization are busy celebrating. My phone got stolen y'day","FALSE","6",NA,"2016-11-22 15:01:21","FALSE",NA,"801078118790270976",NA,"Twitter Web Client","godavar","10","FALSE","FALSE" +"6533","6533","RT @deepaknegi23: Shri Mani Shankar Aiyar ji addressing on #Demonetization issue at @nsui National Executive meeting #Goa #Sankalp16 https�","FALSE","0",NA,"2016-11-22 15:01:21","FALSE",NA,"801078117448060928",NA,"Twitter for Android","IdrisAh46861227","22","TRUE","FALSE" +"6534","6534","RT @pGurus1: CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7r�","FALSE","0",NA,"2016-11-22 15:01:17","FALSE",NA,"801078103351050240",NA,"Twitter for Android","shenoy70","29","TRUE","FALSE" +"6535","6535","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 15:01:12","FALSE",NA,"801078083029581824",NA,"Twitter for iPhone","mg_IIT","10","TRUE","FALSE" +"6536","6536","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:01:08","FALSE",NA,"801078063891038208",NA,"Twitter for iPhone","sandeepmishra71","123","TRUE","FALSE" +"6537","6537","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 15:01:07","FALSE",NA,"801078061416390656",NA,"Twitter for Android","BoughKisor","954","TRUE","FALSE" +"6538","6538","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 15:00:39","FALSE",NA,"801077944735043584",NA,"Twitter for Android","satenderm","21","TRUE","FALSE" +"6539","6539","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 15:00:38","FALSE",NA,"801077937046896640",NA,"Twitter for iPhone","tujhekyare","123","TRUE","FALSE" +"6540","6540","CPI-M opposes Co-op Banks in West Bengal but supports them in Kerala! Y Pawar U-turned on #Demonetization https://t.co/ThzaV7rbDj","FALSE","19",NA,"2016-11-22 15:00:28","FALSE",NA,"801077897913995264",NA,"Hootsuite","pGurus1","29","FALSE","FALSE" +"6541","6541","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 15:00:23","FALSE",NA,"801077876091031552",NA,"Twitter for iPhone","naveenbebra","132","TRUE","FALSE" +"6542","6542","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 15:00:02","FALSE",NA,"801077787843031040",NA,"Twitter for Android","kthakur76","331","TRUE","FALSE" +"6543","6543","RT @profpaVarghese: #Demonetization won't bring lion's share of d black money from big fishes who own 2/3 of our wealth&hold lacs of crs in�","FALSE","0",NA,"2016-11-22 15:00:00","FALSE",NA,"801077778661699584",NA,"Twitter for Android","ONLYSANJEEVJHA","1","TRUE","FALSE" +"6544","6544","#Demonetization taught me minimalism . + +Less stuff ! More happiness ! + +Thank you Prime Minister @PMOIndia + +#Insights","FALSE","58",NA,"2016-11-22 14:59:39","FALSE",NA,"801077690505842688",NA,"Twitter for Android","DrShobha","44","FALSE","FALSE" +"6545","6545","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 14:59:27","FALSE",NA,"801077639243042816",NA,"Twitter for Android","alifseatif","15","TRUE","FALSE" +"6546","6546","haha!! amazing message from @SirPareshRawal ji on #demonetization https://t.co/k4TyOm2cQo","FALSE","0",NA,"2016-11-22 14:59:04","FALSE",NA,"801077545865089024",NA,"Twitter Web Client","PritishDSathe1","0","FALSE","FALSE" +"6547","6547","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 14:59:01","FALSE",NA,"801077531910639616",NA,"Twitter for Android","SurajRai_","21","TRUE","FALSE" +"6548","6548","Modi stop hiding from Parliament plz announce how many more poor have to die to satiate ur foolish #Demonetization +https://t.co/kGnupwXO3C","FALSE","3",NA,"2016-11-22 14:58:54","FALSE",NA,"801077501598564352",NA,"Twitter for iPhone","hiindustanii","0","FALSE","FALSE" +"6549","6549","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 14:58:44","FALSE",NA,"801077461169500160",NA,"Twitter for Android","SurajRai_","132","TRUE","FALSE" +"6550","6550","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 14:58:15","FALSE",NA,"801077336984748032",NA,"Twitter for Android","divyajn07","132","TRUE","FALSE" +"6551","6551","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:58:06","FALSE",NA,"801077300565516288",NA,"Twitter for Android","ankurietcs","24","TRUE","FALSE" +"6552","6552","RT @jairajp: 2 Weeks into Tragic #DeMonetization, just 8% of Withdrawn currency has been replaced. So much for Planning & Execution by #Fai�","FALSE","0",NA,"2016-11-22 14:57:52","FALSE",NA,"801077243569209344",NA,"Twitter for Android","MkmlaKumar","4","TRUE","FALSE" +"6553","6553","RT @MsKajalAggarwal: Full respect for @narendramodi @PMOIndia #demonetization ","FALSE","0",NA,"2016-11-22 14:57:52","FALSE",NA,"801077240226201600",NA,"Twitter for Android","deepakt406","356","TRUE","FALSE" +"6554","6554","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:57:47","FALSE",NA,"801077220034781184",NA,"Twitter for iPhone","RaghuAiyar","105","TRUE","FALSE" +"6555","6555","RT @ranjithrajvasam: #DeMonetization in 5 seconds! https://t.co/C52xy5TNDI","FALSE","0",NA,"2016-11-22 14:57:39","FALSE",NA,"801077187071733760",NA,"Twitter Web Client","harisaikaja","4","TRUE","FALSE" +"6556","6556","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 14:57:38","FALSE",NA,"801077184286728192",NA,"Twitter for iPhone","grumpeoldman","48","TRUE","FALSE" +"6557","6557","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 14:57:24","FALSE",NA,"801077124463366144",NA,"Twitter for Android","Debasish0102","43","TRUE","FALSE" +"6558","6558","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:57:20","FALSE",NA,"801077109468893184",NA,"Twitter for Android","Bsharma7","123","TRUE","FALSE" +"6559","6559","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 14:57:18","FALSE",NA,"801077100912508928",NA,"Twitter for Android","nirala_st","520","TRUE","FALSE" +"6560","6560","RT @SwatiSaxena1231: What seemed at first to be a masterstroke by PM Narendra #Modi now looks like a grave miscalculation #demonetization h�","FALSE","0",NA,"2016-11-22 14:57:15","FALSE",NA,"801077086148407296",NA,"Twitter for Android","Vinayparihar111","67","TRUE","FALSE" +"6561","6561","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 14:57:03","FALSE",NA,"801077036194242560",NA,"Twitter for Android","BoughKisor","21","TRUE","FALSE" +"6562","6562","RT @Divya_Agarwall: Bohra community welcome #demonetization , Serving tea & water to people waiting in Bank Queue. +#BohraOfGujrat �","FALSE","0",NA,"2016-11-22 14:57:00","FALSE",NA,"801077024114634752",NA,"Twitter for Android","Bhardwaj9649612","1","TRUE","FALSE" +"6563","6563","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:56:46","FALSE",NA,"801076966866632704",NA,"TweetDeck","monk_razr","45","TRUE","FALSE" +"6564","6564","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:56:29","FALSE",NA,"801076895316054016",NA,"Twitter for Android","syedmohdyasir3","24","TRUE","FALSE" +"6565","6565","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:56:27","FALSE",NA,"801076887577645056",NA,"Twitter for Windows","Sanjay2114","45","TRUE","FALSE" +"6566","6566","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 14:56:21","FALSE",NA,"801076862042701824",NA,"Twitter for Android","aapkarauf","132","TRUE","FALSE" +"6567","6567","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:56:10","FALSE",NA,"801076814017753088",NA,"Twitter for Android","aazaadparinda","331","TRUE","FALSE" +"6568","6568","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:56:04","FALSE",NA,"801076790517084160",NA,"Twitter for Android","VidyaranyaKs","123","TRUE","FALSE" +"6569","6569","#Demonetization: Rs. 2,000 can be withdrawn from #BigBazaar outlets using debit cards from Thursday, reports ANI","FALSE","0",NA,"2016-11-22 14:56:00","FALSE",NA,"801076773660176384",NA,"Twitter Web Client","pratikmukane","0","FALSE","FALSE" +"6570","6570","RT @ashu3page: Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t�","FALSE","0",NA,"2016-11-22 14:55:51","FALSE",NA,"801076735760437248",NA,"Twitter for Android","nayak22092008","132","TRUE","FALSE" +"6571","6571","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:55:43","FALSE",NA,"801076701249830912",NA,"Mobile Web (M5)","DadanMoiz","331","TRUE","FALSE" +"6572","6572","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:55:42","FALSE",NA,"801076698678693888",NA,"Twitter Web Client","KjdSingh","954","TRUE","FALSE" +"6573","6573","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:55:37","FALSE",NA,"801076677178781696",NA,"Twitter Web Client","BishwaNathSingh","43","TRUE","FALSE" +"6574","6574","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:55:35","FALSE",NA,"801076666525061120",NA,"Twitter for Android","sudhans49891901","954","TRUE","FALSE" +"6575","6575","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:55:30","FALSE",NA,"801076647017545728",NA,"Mobile Web (M5)","Prashant1056","123","TRUE","FALSE" +"6576","6576","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 14:55:27","FALSE",NA,"801076636015697920",NA,"Twitter Web Client","ivivek_nambiar","8","TRUE","FALSE" +"6577","6577","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:55:27","FALSE",NA,"801076635923607552",NA,"Twitter for Android","earlyseed1","331","TRUE","FALSE" +"6578","6578","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 14:55:23","FALSE",NA,"801076617556725760",NA,"Twitter for Android","kziya743","44","TRUE","FALSE" +"6579","6579","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:55:23","FALSE",NA,"801076616734482432",NA,"Twitter for iPhone","debasispatri","105","TRUE","FALSE" +"6580","6580","RT @DrGPradhan: New trick by @IndiaToday to scare people. + +@aroonpurie Before #demonetization ATMs cleaned by Dettol? + +STD by ATM? Where is�","FALSE","0",NA,"2016-11-22 14:55:23","FALSE",NA,"801076615463583744",NA,"Mobile Web (M5)","panuganti","305","TRUE","FALSE" +"6581","6581","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:54:59","FALSE",NA,"801076518634061824",NA,"Twitter for Android","JAIRAMKHEMKA","123","TRUE","FALSE" +"6582","6582","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:54:59","FALSE",NA,"801076517220401152",NA,"Twitter Web Client","BishwaNathSingh","105","TRUE","FALSE" +"6583","6583","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 14:54:57","FALSE",NA,"801076507728715776",NA,"Twitter for Android","sunil_abraham","48","TRUE","FALSE" +"6584","6584","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 14:54:53","FALSE",NA,"801076491266113536",NA,"Twitter for Android","ankurietcs","21","TRUE","FALSE" +"6585","6585","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:54:39","FALSE",NA,"801076432524820480",NA,"Twitter for iPhone","krishcarrier","123","TRUE","FALSE" +"6586","6586","@kamaalrkhan but recent surveys show 84% Indians support #demonetization","FALSE","0","kamaalrkhan","2016-11-22 14:54:38","FALSE","801057038453252096","801076429488173056","115622213","Twitter for Android","banjobawra","0","FALSE","FALSE" +"6587","6587","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:54:33","FALSE",NA,"801076407501586432",NA,"Twitter for Android","sudlimbu","43","TRUE","FALSE" +"6588","6588","RT @prettypadmaja: #DeMonetization @sunetrac I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 14:54:30","FALSE",NA,"801076395174547456",NA,"Twitter for Android","garuna73","48","TRUE","FALSE" +"6589","6589","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:54:29","FALSE",NA,"801076389411770368",NA,"Twitter for iPhone","amitsinghjiit","123","TRUE","FALSE" +"6590","6590","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:54:15","FALSE",NA,"801076334013255680",NA,"Twitter for iPad","srv_ragam","105","TRUE","FALSE" +"6591","6591","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:53:56","FALSE",NA,"801076251335213056",NA,"Twitter for Android","thecableguy201","331","TRUE","FALSE" +"6592","6592","RT @ShefVaidya: If ppl are so angry wth #DeMonetization that they wd NEVER vote for Modi again, @ArvindKejriwal @MamataOfficial @OfficeOfRG�","FALSE","0",NA,"2016-11-22 14:53:53","FALSE",NA,"801076237946867712",NA,"Twitter for Android","KhandelwalAsh1","93","TRUE","FALSE" +"6593","6593","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:53:32","FALSE",NA,"801076151351283712",NA,"Twitter for Android","MandarSawant184","105","TRUE","FALSE" +"6594","6594","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:53:25","FALSE",NA,"801076122389598208",NA,"Twitter for Android","bedigs2010","24","TRUE","FALSE" +"6595","6595","Man ends life over fund shortage ahead of daughter�s wedding in Gujarat. #Demonetization +https://t.co/DGAI5cf05y +https://t.co/9BKcqVNj1j","FALSE","39",NA,"2016-11-22 14:53:21","FALSE",NA,"801076105406976000",NA,"Twitter for Android","ashu3page","132","FALSE","FALSE" +"6596","6596","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:53:18","FALSE",NA,"801076091578445824",NA,"Twitter for Android","ootbdevk","123","TRUE","FALSE" +"6597","6597","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:53:14","FALSE",NA,"801076077380575232",NA,"Twitter for iPhone","e77e77c0646445e","24","TRUE","FALSE" +"6598","6598","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:53:11","FALSE",NA,"801076062113308672",NA,"Twitter for iPhone","_Zayaan","331","TRUE","FALSE" +"6599","6599","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:52:54","FALSE",NA,"801075990403358720",NA,"Twitter for Android","sunilbh22850150","43","TRUE","FALSE" +"6600","6600","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:52:43","FALSE",NA,"801075947503923200",NA,"Twitter for Android","riteshk_ojha","123","TRUE","FALSE" +"6601","6601","RT @deep_anchor: Collateral damage of #Demonetization +https://t.co/s3kogyvd3I","FALSE","0",NA,"2016-11-22 14:52:25","FALSE",NA,"801075872232972288",NA,"Twitter Web Client","wilson_b","4","TRUE","FALSE" +"6602","6602","#news #summary: pm #narendra #modi wants your #views on #demonetization via his #app https://t.co/MbwEvwbJho","FALSE","0",NA,"2016-11-22 14:52:25","FALSE",NA,"801075869557161984",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"6603","6603","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:52:16","FALSE",NA,"801075834396102656",NA,"Twitter for iPhone","s_navroop","45","TRUE","FALSE" +"6604","6604","RT RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure�","FALSE","0",NA,"2016-11-22 14:52:12","FALSE",NA,"801075815085580288",NA,"IFTTT","RwdRG","0","FALSE","FALSE" +"6605","6605","Almost asked the autowallah, ""Kya aap card lete ho?"" #demonetization","FALSE","0",NA,"2016-11-22 14:52:05","FALSE",NA,"801075788770459648",NA,"Twitter for iPhone","nishad_45","0","FALSE","FALSE" +"6606","6606","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:51:55","FALSE",NA,"801075742910070784",NA,"Twitter for Android","PhoenixMathew","331","TRUE","FALSE" +"6607","6607","RT @TheModiEra: #BJP Parliamentary meet: #Demonetization The beginning of struggle against #blackmoney, says PM #NarendraModi + +https://t.�","FALSE","0",NA,"2016-11-22 14:51:49","FALSE",NA,"801075717803016192",NA,"Twitter for Android","sujitmo77246284","1","TRUE","FALSE" +"6608","6608","RT @deep_anchor: Collateral damage of #Demonetization +https://t.co/s3kogyvd3I","FALSE","0",NA,"2016-11-22 14:51:47","FALSE",NA,"801075710282506240",NA,"Twitter for Android","skull_baba","4","TRUE","FALSE" +"6609","6609","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:51:28","FALSE",NA,"801075633468084224",NA,"Twitter for Windows Phone","Joel8Pereira","954","TRUE","FALSE" +"6610","6610","Wow #dowjones at 19k #trumpeffect and we r languishing at 8k #demonetization #WealthManagement @Wealth_Park @Khambatta","FALSE","0",NA,"2016-11-22 14:51:24","FALSE",NA,"801075616745422848",NA,"Twitter for iPhone","tejaspatel_dr","0","FALSE","FALSE" +"6611","6611","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:51:16","FALSE",NA,"801075582616342528",NA,"Twitter for Android","KushlanandS","331","TRUE","FALSE" +"6612","6612","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:51:03","FALSE",NA,"801075527415119872",NA,"Twitter for iPhone","AAPGoa","954","TRUE","FALSE" +"6613","6613","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 14:50:57","FALSE",NA,"801075501792006144",NA,"Twitter for Android","AAPVed","21","TRUE","FALSE" +"6614","6614","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:50:05","FALSE",NA,"801075284329926656",NA,"Twitter for Android","vsdca13","45","TRUE","FALSE" +"6615","6615","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:50:05","FALSE",NA,"801075282232807424",NA,"Twitter for Android","bsjass1","331","TRUE","FALSE" +"6616","6616","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:50:04","FALSE",NA,"801075278315450368",NA,"Twitter for Android","RAJESH196588","123","TRUE","FALSE" +"6617","6617","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:49:44","FALSE",NA,"801075195121307648",NA,"Twitter for Android","ramdaindia","331","TRUE","FALSE" +"6618","6618","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 14:49:43","FALSE",NA,"801075190461403136",NA,"Twitter for Android","husnaziauddin","82","TRUE","FALSE" +"6619","6619","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 14:49:34","FALSE",NA,"801075152804904960",NA,"Twitter for Android","kingkeshav","9","TRUE","FALSE" +"6620","6620","RT @Prapanchi: INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and re�","FALSE","0",NA,"2016-11-22 14:49:28","FALSE",NA,"801075126246612992",NA,"RoundTeam","BombayGossips","2","TRUE","FALSE" +"6621","6621","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:49:21","FALSE",NA,"801075099101265920",NA,"Twitter for Android","sairahg","331","TRUE","FALSE" +"6622","6622","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:49:17","FALSE",NA,"801075081023787008",NA,"Twitter for iPhone","smithtayal444","331","TRUE","FALSE" +"6623","6623","RT @ashu3page: #Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","0",NA,"2016-11-22 14:49:08","FALSE",NA,"801075043773988864",NA,"Twitter for Android","darkdestinynme","21","TRUE","FALSE" +"6624","6624","RT @sona2905: When I explained #Demonetization to myself and tried to put it down in my words which are not laced with any heavy technical�","FALSE","0",NA,"2016-11-22 14:49:00","FALSE",NA,"801075012472016896",NA,"Twitter for Android","zijoomanish","50","TRUE","FALSE" +"6625","6625","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 14:48:44","FALSE",NA,"801074943110713344",NA,"Twitter for Android","kingkeshav","82","TRUE","FALSE" +"6626","6626","Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on... https://t.co/goCHXC4ISv by #Advisorkhoj via @c0nvey","FALSE","0",NA,"2016-11-22 14:48:41","FALSE",NA,"801074930561519616",NA,"Put your button on any page! ","sipkartonline","0","FALSE","FALSE" +"6627","6627","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 14:48:39","FALSE",NA,"801074923372478464",NA,"Twitter for Android","sanjay99000","9","TRUE","FALSE" +"6628","6628","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:48:38","FALSE",NA,"801074920121716736",NA,"Twitter for Android","anand2207singh","43","TRUE","FALSE" +"6629","6629","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:48:25","FALSE",NA,"801074865105051648",NA,"Twitter Web Client","surekha7722","24","TRUE","FALSE" +"6630","6630","#Demonetization won't bring lion's share of d black money from big fishes who own 2/3 of our wealth&hold lacs of crs in foreign banks/gold.","FALSE","2",NA,"2016-11-22 14:48:23","FALSE",NA,"801074857274290176",NA,"Twitter Web Client","profpaVarghese","1","FALSE","FALSE" +"6631","6631","#Demonetization : Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad. +https://t.co/DRxxTEw9Zt","FALSE","5",NA,"2016-11-22 14:48:16","FALSE",NA,"801074824369975296",NA,"Twitter for Android","ashu3page","21","FALSE","FALSE" +"6632","6632","RT @Prapanchi: INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and re�","FALSE","0",NA,"2016-11-22 14:48:08","FALSE",NA,"801074791692308480",NA,"RoundTeam","Des_Bharat","2","TRUE","FALSE" +"6633","6633","2 Weeks into Tragic #DeMonetization, just 8% of Withdrawn currency has been replaced. So much for Planning & Execut� https://t.co/nnUSUxQtw4","FALSE","0",NA,"2016-11-22 14:48:03","TRUE",NA,"801074773820219392",NA,"Buffer","jairajp","4","FALSE","FALSE" +"6634","6634","@sanjayuvacha why is #demonetization not being taken up seriously in the courts? Why the delay? Help us non-law people understand.","FALSE","0","sanjayuvacha","2016-11-22 14:47:53","FALSE",NA,"801074730816053248","164335216","Twitter for Android","guy_delhi","0","FALSE","FALSE" +"6635","6635","RT @RoshanSdrprop: #DeMonetisation +Cong-45 +TMC-32 +Left-11 +SP-5 +RJD-4 +AAP-4 +JDU-2 +BSP-0 +105 in a House of 543 members oppose #demonetization�","FALSE","0",NA,"2016-11-22 14:47:41","FALSE",NA,"801074678076936192",NA,"Twitter for Android","ootbdevk","3","TRUE","FALSE" +"6636","6636","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:47:39","FALSE",NA,"801074669038305280",NA,"Twitter for iPhone","daaniashraf","331","TRUE","FALSE" +"6637","6637","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:47:33","FALSE",NA,"801074647424868352",NA,"Twitter for Android","thakurprashanth","123","TRUE","FALSE" +"6638","6638","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:47:11","FALSE",NA,"801074551958503424",NA,"Twitter for Android","AMahayas","331","TRUE","FALSE" +"6639","6639","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 14:46:47","FALSE",NA,"801074451076902912",NA,"Twitter for Android","Surendr48293441","960","TRUE","FALSE" +"6640","6640","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 14:46:34","FALSE",NA,"801074396525772800",NA,"Twitter Web Client","urstrulymuneer","520","TRUE","FALSE" +"6641","6641","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:46:20","FALSE",NA,"801074341534257152",NA,"Twitter for Android","khantastix","24","TRUE","FALSE" +"6642","6642","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:46:06","FALSE",NA,"801074279861387264",NA,"Twitter for iPhone","rshaikh123","331","TRUE","FALSE" +"6643","6643","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:45:50","FALSE",NA,"801074212203098112",NA,"Twitter for Android","MkmlaKumar","331","TRUE","FALSE" +"6644","6644","RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure & �","FALSE","0",NA,"2016-11-22 14:45:42","FALSE",NA,"801074179940450304",NA,"IFTTT","ChottaGappu","0","FALSE","FALSE" +"6645","6645","RT INCIndia ""RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full �","FALSE","0",NA,"2016-11-22 14:45:21","FALSE",NA,"801074091436503040",NA,"IFTTT","naimul_84","0","FALSE","FALSE" +"6646","6646","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:57","FALSE",NA,"801073992132083712",NA,"Twitter for Android","HumanistJayanta","331","TRUE","FALSE" +"6647","6647","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:44","FALSE",NA,"801073936809295872",NA,"Twitter for BlackBerry","farooque_s","331","TRUE","FALSE" +"6648","6648","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:36","FALSE",NA,"801073901937664000",NA,"Twitter for Android","amarendrabigb","331","TRUE","FALSE" +"6649","6649","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:33","FALSE",NA,"801073891615481856",NA,"Twitter for iPhone","husnazaki","331","TRUE","FALSE" +"6650","6650","RT @amitgupta0310: 1/n One can have a cynical view on #demonetization but one should not loose the faith in the adaptability of fellow Indi�","FALSE","0",NA,"2016-11-22 14:44:29","FALSE",NA,"801073874406256640",NA,"Twitter for Android","nileshtrivedi","5","TRUE","FALSE" +"6651","6651","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:17","FALSE",NA,"801073825932836864",NA,"Twitter for Android","imfainaz","331","TRUE","FALSE" +"6652","6652","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:44:16","FALSE",NA,"801073819251150848",NA,"Twitter for Android","fbadgujar1","331","TRUE","FALSE" +"6653","6653","RT @ashok_baruah: For d kind notice of Hon'ble @narendramodi ji @Arunjaitely ji +@PMOIndia +#Demonetization +#Demonetizationeffect Pl expedit�","FALSE","0",NA,"2016-11-22 14:44:12","FALSE",NA,"801073804722085888",NA,"Twitter for Android","sa_matthana","1","TRUE","FALSE" +"6654","6654","RT INCIndia RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly � https://t.co/d2zKaMapO2","FALSE","0",NA,"2016-11-22 14:44:03","FALSE",NA,"801073764284895232",NA,"IFTTT","_Mataprasad","0","FALSE","FALSE" +"6655","6655","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:44:01","FALSE",NA,"801073758194647040",NA,"Twitter for Windows Phone","satishmane7","123","TRUE","FALSE" +"6656","6656","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:43:45","FALSE",NA,"801073691010285568",NA,"Twitter for iPhone","paaruni","331","TRUE","FALSE" +"6657","6657","INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full dis�","FALSE","0",NA,"2016-11-22 14:43:42","FALSE",NA,"801073675919200256",NA,"IFTTT","AggregatorENews","0","FALSE","FALSE" +"6658","6658","INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full dis�","FALSE","0",NA,"2016-11-22 14:43:38","FALSE",NA,"801073659439906816",NA,"IFTTT","Prapanchi","2","FALSE","FALSE" +"6659","6659","RT INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly� https://t.co/PlQSXkfJ0N","FALSE","0",NA,"2016-11-22 14:43:38","FALSE",NA,"801073658340835328",NA,"IFTTT","msirsiwal","0","FALSE","FALSE" +"6660","6660","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 14:43:36","FALSE",NA,"801073649876746240",NA,"Twitter for Android","PratapShetty19","40","TRUE","FALSE" +"6661","6661","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:43:30","FALSE",NA,"801073627932327936",NA,"Twitter for Android","SachinA1982","331","TRUE","FALSE" +"6662","6662","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:43:29","FALSE",NA,"801073623167565824",NA,"Twitter for Android","shafiursaif","954","TRUE","FALSE" +"6663","6663","RT @anupamdeb775: Jaitley declared Rs72L cash-in-hand this year.Then why hound ordinary ppl who deposits Rs2L in2a/c #DeMonetization http�","FALSE","0",NA,"2016-11-22 14:43:14","FALSE",NA,"801073559372066816",NA,"Twitter for Android","wbe1947","16","TRUE","FALSE" +"6664","6664","Take the #demonetization survey and pls put an honest reply to question number 9 #KejriKaJuth https://t.co/r6SY0WEPgi","FALSE","1",NA,"2016-11-22 14:43:13","FALSE",NA,"801073555735617536",NA,"Twitter for Android","SmartIndianCity","0","FALSE","FALSE" +"6665","6665","RT @RevathiRajeevan: These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12)�","FALSE","0",NA,"2016-11-22 14:43:12","FALSE",NA,"801073550429855744",NA,"Twitter for Android","archtomy","8","TRUE","FALSE" +"6666","6666","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:43:09","FALSE",NA,"801073540204150784",NA,"Twitter for Android","mdbaid","331","TRUE","FALSE" +"6667","6667","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 14:43:06","FALSE",NA,"801073526451027968",NA,"Twitter for iPhone","RedChilli1976","59","TRUE","FALSE" +"6668","6668","RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure & �","FALSE","1",NA,"2016-11-22 14:42:52","FALSE",NA,"801073469261746176",NA,"IFTTT","IndianRajneet","0","FALSE","FALSE" +"6669","6669","RT @Zakka_Jacob: Two weeks after #Demonetization is it working? @SachinPilot @GVLNRAO @raghav_chadha 9 PM @CNNnews18","FALSE","0",NA,"2016-11-22 14:42:14","FALSE",NA,"801073308024324096",NA,"Twitter for Android","mohitsmartlove","5","TRUE","FALSE" +"6670","6670","The latest India's World! https://t.co/J3rwe4GnKS Thanks to @dhume #balochistan #demonetization","FALSE","0",NA,"2016-11-22 14:42:10","FALSE",NA,"801073290349453312",NA,"Paper.li","amitrazpoot","0","FALSE","FALSE" +"6671","6671","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:42:08","FALSE",NA,"801073281390374912",NA,"Twitter for iPhone","SarcasticSaint","331","TRUE","FALSE" +"6672","6672","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:41:58","FALSE",NA,"801073240869404672",NA,"Twitter for Android","nanjeesha","123","TRUE","FALSE" +"6673","6673","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:41:31","FALSE",NA,"801073128982151168",NA,"Twitter for iPhone","StutiM26","14","TRUE","FALSE" +"6674","6674","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:41:29","FALSE",NA,"801073120593342464",NA,"Twitter for Android","furkansayed1","331","TRUE","FALSE" +"6675","6675","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:41:25","FALSE",NA,"801073104143327232",NA,"Twitter for Android","DalipGautam2","331","TRUE","FALSE" +"6676","6676","#DeMonetisation +Cong-45 +TMC-32 +Left-11 +SP-5 +RJD-4 +AAP-4 +JDU-2 +BSP-0 +105 in a House of 543 members oppose #demonetization. Majority supports.","FALSE","0",NA,"2016-11-22 14:41:18","FALSE",NA,"801073071625031680",NA,"Mobile Web (M5)","RoshanSdrprop","3","FALSE","FALSE" +"6677","6677","RT INCIndia RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly � https://t.co/4jXnNtVgqF","FALSE","0",NA,"2016-11-22 14:41:13","FALSE",NA,"801073052721160192",NA,"IFTTT","Shivam_INC","0","FALSE","FALSE" +"6678","6678","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:41:10","FALSE",NA,"801073040809308160",NA,"Twitter for Android","abhishek02281","123","TRUE","FALSE" +"6679","6679","INCIndia: RT rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full dis�","FALSE","1",NA,"2016-11-22 14:41:08","FALSE",NA,"801073029761503232",NA,"IFTTT","WithCongAssamNE","0","FALSE","FALSE" +"6680","6680","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:40:59","FALSE",NA,"801072992792944640",NA,"Twitter for Android","AsitRai9","331","TRUE","FALSE" +"6681","6681","#BJP Parliamentary meet: #Demonetization The beginning of struggle against #blackmoney, says PM #NarendraModi + +https://t.co/4zAl0UoFE2","FALSE","1",NA,"2016-11-22 14:40:57","FALSE",NA,"801072983892627456",NA,"TweetDeck","ballot2014","0","FALSE","FALSE" +"6682","6682","#BJP Parliamentary meet: #Demonetization The beginning of struggle against #blackmoney, says PM #NarendraModi + +https://t.co/62oskppCgD","FALSE","2",NA,"2016-11-22 14:40:57","FALSE",NA,"801072983888433152",NA,"TweetDeck","TheModiEra","1","FALSE","FALSE" +"6683","6683","RT @MuzzammilAap: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/hI3d2yTuic @ArvindKejriwal @PreetiSM�","FALSE","0",NA,"2016-11-22 14:40:45","FALSE",NA,"801072936689934336",NA,"Mobile Web (M5)","aviralmittal","3","TRUE","FALSE" +"6684","6684","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:40:45","FALSE",NA,"801072936316760064",NA,"Twitter for iPhone","DewasiSatpal","331","TRUE","FALSE" +"6685","6685","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:40:33","FALSE",NA,"801072885909647360",NA,"Twitter for Android","INCIndia","331","TRUE","FALSE" +"6686","6686","RT @bhaiyyajispeaks: Here @sardesairajdeep struggling for one answer against #Demonetization, He should have taken some Congress leader lik�","FALSE","0",NA,"2016-11-22 14:39:07","FALSE",NA,"801072524712935424",NA,"Twitter for Android","Prabhav135","1868","TRUE","FALSE" +"6687","6687","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 14:39:05","FALSE",NA,"801072513338015744",NA,"Twitter for Android","PradeepKishore2","10","TRUE","FALSE" +"6688","6688","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 14:38:53","FALSE",NA,"801072466776858624",NA,"Twitter for Android","WeKolkata","1158","TRUE","FALSE" +"6689","6689","The latest The Political Akhara Daily! https://t.co/uc4wOkidTS Thanks to @samirdwivedi @krishna73700227 @jennyfrky #demonetization","FALSE","0",NA,"2016-11-22 14:38:44","FALSE",NA,"801072427983929344",NA,"Paper.li","ashokkmrsingh","0","FALSE","FALSE" +"6690","6690","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:38:36","FALSE",NA,"801072395624779776",NA,"Twitter for Android","suvigya_saxena","24","TRUE","FALSE" +"6691","6691","The view from within. On India's massive #Demonetization https://t.co/OhgpyTifrT","FALSE","0",NA,"2016-11-22 14:38:33","FALSE",NA,"801072380135215104",NA,"Twitter for iPad","Ash_Twtr","0","FALSE","FALSE" +"6692","6692","RT @Zakka_Jacob: Two weeks after #Demonetization is it working? @SachinPilot @GVLNRAO @raghav_chadha 9 PM @CNNnews18","FALSE","0",NA,"2016-11-22 14:38:28","FALSE",NA,"801072361311272960",NA,"Twitter for Android","SimpleCommonMan","5","TRUE","FALSE" +"6693","6693","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:38:16","FALSE",NA,"801072309306097664",NA,"Twitter for Android","Bp_Yadav","123","TRUE","FALSE" +"6694","6694","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:38:06","FALSE",NA,"801072268747018240",NA,"Twitter for Android","AnanyaRoutela","24","TRUE","FALSE" +"6695","6695","RT @SrinagarTimes_: Fresh currency notes recovered from slain militants in Bandipora #Kashmir #Demonetization","FALSE","0",NA,"2016-11-22 14:38:06","FALSE",NA,"801072268654870528",NA,"Twitter for Android","KaisarGanie26","3","TRUE","FALSE" +"6696","6696","12/n So when the dust settles this #demonetization will become part of life just like CNG, Mobiles and deMaterialized stock trading now is.","FALSE","11",NA,"2016-11-22 14:37:54","FALSE",NA,"801072216200736768",NA,"Twitter Web Client","amitgupta0310","3","FALSE","FALSE" +"6697","6697","""19 killed in #Uri Attacks"" +""Attack #Pakistan, Destroy Pakistan, Nuke Pakistan"" +""60+ dead due to #demonetization""... https://t.co/vgZU81ZaI1","FALSE","0",NA,"2016-11-22 14:37:40","FALSE",NA,"801072160362086400",NA,"Facebook","itsirfandude","0","FALSE","FALSE" +"6698","6698","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:37:23","FALSE",NA,"801072089356713984",NA,"Twitter for Android","Chintan_ntpl","43","TRUE","FALSE" +"6699","6699","#2000 note is like your spouse; +while bringing you feel very happy. +But later you realize you cannot exchange #atmwithcash #Demonetization","FALSE","1",NA,"2016-11-22 14:37:22","FALSE",NA,"801072082549252096",NA,"Twitter for iPhone","Bappa2040","0","FALSE","FALSE" +"6700","6700","RT Zakka_Jacob: Two weeks after #Demonetization is it working? SachinPilot GVLNRAO raghav_chadha 9 PM CNNnews18","FALSE","0",NA,"2016-11-22 14:37:19","FALSE",NA,"801072070331342848",NA,"IFTTT","vishalkumarg87","0","FALSE","FALSE" +"6701","6701","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:37:17","FALSE",NA,"801072063708614656",NA,"Twitter for Android","SantoShetti","14","TRUE","FALSE" +"6702","6702","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:37:02","FALSE",NA,"801072000848400384",NA,"Twitter for Android","DrASANAliKhan1","331","TRUE","FALSE" +"6703","6703","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:36:58","FALSE",NA,"801071980833173504",NA,"Twitter for Android","Bhartiyalist","123","TRUE","FALSE" +"6704","6704","RT @Zakka_Jacob: Two weeks after #Demonetization is it working? @SachinPilot @GVLNRAO @raghav_chadha 9 PM @CNNnews18","FALSE","0",NA,"2016-11-22 14:36:51","FALSE",NA,"801071954543329280",NA,"Twitter for Android","Zakka_Jacob","5","TRUE","FALSE" +"6705","6705","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:36:43","FALSE",NA,"801071920808497152",NA,"Twitter for iPhone","retheeshraj10","14","TRUE","FALSE" +"6706","6706","RT @CMOMaharashtra: One of the greatest computer scientists Dr. Vijay Bhatkar's views on #demonetization decision by Hon PM @narendramodi h�","FALSE","0",NA,"2016-11-22 14:36:36","FALSE",NA,"801071892153049088",NA,"Twitter for Android","PieChuckerr","375","TRUE","FALSE" +"6707","6707","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:36:08","FALSE",NA,"801071774322438144",NA,"Twitter for Android","Jha__Pooja","24","TRUE","FALSE" +"6708","6708","Yes it's not a week before the announcement of #Demonetization This is in 2013...S L A P to antis #CBN https://t.co/tPYRalZUEk","FALSE","0",NA,"2016-11-22 14:35:43","FALSE",NA,"801071667086651392",NA,"Put your button on any page! ","PrAbHaS_FaNaTiC","0","FALSE","FALSE" +"6709","6709","@NooriBadat @ArvindKejriwal @TarekFatah One of the greatest achievement of #Demonetization. Many more positive benefits to follow soon","FALSE","0","NooriBadat","2016-11-22 14:35:33","FALSE","800988014142898176","801071627060576256","2949110612","Twitter for Android","AnilVegomega","0","FALSE","FALSE" +"6710","6710","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 14:35:21","FALSE",NA,"801071576091398144",NA,"Twitter for iPhone","amitazad67","520","TRUE","FALSE" +"6711","6711","RT @Zakka_Jacob: Two weeks after #Demonetization is it working? @SachinPilot @GVLNRAO @raghav_chadha 9 PM @CNNnews18","FALSE","0",NA,"2016-11-22 14:34:41","FALSE",NA,"801071410017800192",NA,"Twitter Web Client","CNNnews18","5","TRUE","FALSE" +"6712","6712","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 14:34:31","FALSE",NA,"801071366547984384",NA,"Twitter for iPhone","manishmangal2","23","TRUE","FALSE" +"6713","6713","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:34:00","FALSE",NA,"801071236205854720",NA,"Mobile Web (M5)","aviralmittal","14","TRUE","FALSE" +"6714","6714","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:33:47","FALSE",NA,"801071181180739584",NA,"Twitter for Android","VinodKumarBaja4","954","TRUE","FALSE" +"6715","6715","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:33:47","FALSE",NA,"801071181117820928",NA,"TweetCaster for Android","anil2653","123","TRUE","FALSE" +"6716","6716","RT @OnlyKollywood: #Demonetization: #KaththiSandai postponed until normalcy returns + +Read here https://t.co/ODZTfBXfX9 @VishalKOfficial @t�","FALSE","0",NA,"2016-11-22 14:33:39","FALSE",NA,"801071148289007616",NA,"Twitter Web Client","VinothKuruvilla","2","TRUE","FALSE" +"6717","6717","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:33:05","FALSE",NA,"801071006576209920",NA,"Twitter for Android","suvigya_saxena","954","TRUE","FALSE" +"6718","6718","RT @aartic02: A World Economist is Rubbishing #Demonetization in India and mind it he doesn't have to score Brownie Points in Indian Politi�","FALSE","0",NA,"2016-11-22 14:32:51","FALSE",NA,"801070947688206336",NA,"Twitter for Android","RizwanRizzzii","221","TRUE","FALSE" +"6719","6719","RT @GodrejGroup: Despite #demonetization, India and Godrej can expect good growth next year, says our Group Chairman, Mr. Adi Godrej. https�","FALSE","0",NA,"2016-11-22 14:32:33","FALSE",NA,"801070872811315200",NA,"Twitter for Android","imPR45","6","TRUE","FALSE" +"6720","6720","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:32:30","FALSE",NA,"801070859213422592",NA,"Twitter for iPhone","subhash77niul","105","TRUE","FALSE" +"6721","6721","Check out - Will #demonetization affect #investments + my new #Canva design! https://t.co/LYwhruVKBf","FALSE","0",NA,"2016-11-22 14:32:28","FALSE",NA,"801070850044661760",NA,"Twitter Web Client","urmoneymatter","0","FALSE","FALSE" +"6722","6722","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:32:06","FALSE",NA,"801070759040847872",NA,"Twitter for Android","ranjit1442","331","TRUE","FALSE" +"6723","6723","Collateral damage of #Demonetization +https://t.co/s3kogyvd3I","FALSE","2",NA,"2016-11-22 14:31:52","FALSE",NA,"801070697640562688",NA,"Twitter for Android","deep_anchor","4","FALSE","FALSE" +"6724","6724","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:31:34","FALSE",NA,"801070621929119744",NA,"Twitter for Android","ushmaish","123","TRUE","FALSE" +"6725","6725","Two weeks after #Demonetization is it working? @SachinPilot @GVLNRAO @raghav_chadha 9 PM @CNNnews18","FALSE","8",NA,"2016-11-22 14:31:33","FALSE",NA,"801070621501198336",NA,"Twitter for Android","Zakka_Jacob","5","FALSE","FALSE" +"6726","6726","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:31:23","FALSE",NA,"801070577188413440",NA,"Twitter for Android","SPSSM","14","TRUE","FALSE" +"6727","6727","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:31:14","FALSE",NA,"801070537686466560",NA,"Twitter for Android","jitendra_lalani","123","TRUE","FALSE" +"6728","6728","@AmarUjalaNews Shame if people blame it on #demonetization and not on our regressive society with its regressive customs #Dowry","FALSE","4","AmarUjalaNews","2016-11-22 14:30:50","FALSE","801067837724864512","801070439208402944","169018518","Twitter for iPhone","horrorscopy","0","FALSE","FALSE" +"6729","6729","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:30:25","FALSE",NA,"801070333604175872",NA,"Twitter for iPhone","jap692","123","TRUE","FALSE" +"6730","6730","#Demonetization: #KaththiSandai postponed until normalcy returns + +Read here https://t.co/ODZTfBXfX9� https://t.co/7ejhHx7z0P","FALSE","16",NA,"2016-11-22 14:30:02","TRUE",NA,"801070237990998016",NA,"TweetDeck","OnlyKollywood","2","FALSE","FALSE" +"6731","6731","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 14:29:37","FALSE",NA,"801070131774373888",NA,"Twitter Web Client","Critic2015","520","TRUE","FALSE" +"6732","6732","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 14:29:35","FALSE",NA,"801070124145012736",NA,"Twitter for Android","GyanendrAw","520","TRUE","FALSE" +"6733","6733","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 14:29:21","FALSE",NA,"801070066947080192",NA,"Twitter for iPhone","sandipcapt","30","TRUE","FALSE" +"6734","6734","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:29:19","FALSE",NA,"801070056750936064",NA,"Twitter for Android","meghwanshi_p","43","TRUE","FALSE" +"6735","6735","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:28:31","FALSE",NA,"801069857731125248",NA,"Twitter for Android","salilajay","123","TRUE","FALSE" +"6736","6736","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 14:28:26","FALSE",NA,"801069833467006976",NA,"Twitter Web Client","anil_angl","1158","TRUE","FALSE" +"6737","6737","These #Kerala women are least bothered about #demonetization. Because they hardly ever see 500 and 1000 notes. (1/12) +#weavers","FALSE","3",NA,"2016-11-22 14:28:24","FALSE",NA,"801069828622561280",NA,"Twitter Web Client","RevathiRajeevan","8","FALSE","FALSE" +"6738","6738","RT @kumar_sumit: Some folks are really taking #MakeInIndia to the next level with #DeMonetization :) https://t.co/jFqrKANGWH","FALSE","0",NA,"2016-11-22 14:28:10","FALSE",NA,"801069768065196032",NA,"Twitter Web Client","deba2501","1","TRUE","FALSE" +"6739","6739","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:28:08","FALSE",NA,"801069758863052800",NA,"Twitter for iPhone","mainavishal0018","331","TRUE","FALSE" +"6740","6740","Day:5 +@HPCL @TheOfficialSBI @UPPTA1 @AshutoshJindalS @flytoak @NotThatPilot @PetroleumMin +Distributed 89600 rs. To� https://t.co/IsXS1zWdk2","FALSE","0",NA,"2016-11-22 14:27:55","TRUE",NA,"801069704383238144",NA,"Twitter for Android","cavikasdixit","2","FALSE","FALSE" +"6741","6741","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:27:43","FALSE",NA,"801069654546464768",NA,"Twitter for Android","DrKalania","14","TRUE","FALSE" +"6742","6742","As per C voters survey 87% ppl have supported #demonetization (by reliable source DailyHunt)","FALSE","0",NA,"2016-11-22 14:27:33","FALSE",NA,"801069614096531456",NA,"Twitter for iPhone","mn4manju","0","FALSE","FALSE" +"6743","6743","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:27:14","FALSE",NA,"801069534471999488",NA,"Twitter for Android","vibhupal","123","TRUE","FALSE" +"6744","6744","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 14:27:11","FALSE",NA,"801069521389768704",NA,"Twitter Web Client","NairSundar","14","TRUE","FALSE" +"6745","6745","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:27:10","FALSE",NA,"801069515152982016",NA,"Twitter for Android","calladitya","43","TRUE","FALSE" +"6746","6746","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:26:55","FALSE",NA,"801069454616657920",NA,"Twitter for Android","Dilli_Wala_Hoon","123","TRUE","FALSE" +"6747","6747","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 14:26:41","FALSE",NA,"801069393488838656",NA,"Twitter for Android","sudhirreddy920","44","TRUE","FALSE" +"6748","6748","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 14:26:35","FALSE",NA,"801069370608758784",NA,"Twitter for Android","vasuvnaik","1158","TRUE","FALSE" +"6749","6749","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:26:35","FALSE",NA,"801069367781769216",NA,"Twitter for Android","anil_lohani","954","TRUE","FALSE" +"6750","6750","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:26:20","FALSE",NA,"801069305756385280",NA,"Twitter for Android","bheemu_kampli","123","TRUE","FALSE" +"6751","6751","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:26:04","FALSE",NA,"801069240249782272",NA,"Twitter for Android","AkhaiP","123","TRUE","FALSE" +"6752","6752","Some folks are really taking #MakeInIndia to the next level with #DeMonetization :) https://t.co/jFqrKANGWH","FALSE","2",NA,"2016-11-22 14:25:52","FALSE",NA,"801069188341239808",NA,"Twitter Web Client","kumar_sumit","1","FALSE","FALSE" +"6753","6753","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:25:50","FALSE",NA,"801069181747609600",NA,"Twitter for Android","Srianuragh","105","TRUE","FALSE" +"6754","6754","1/n One can have a cynical view on #demonetization but one should not loose the faith in the adaptability of fellow Indians in any situation","FALSE","12",NA,"2016-11-22 14:25:45","FALSE",NA,"801069160427982848",NA,"Twitter Web Client","amitgupta0310","5","FALSE","FALSE" +"6755","6755","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:25:35","FALSE",NA,"801069116148678656",NA,"Twitter for Android","NAVINJALOTA","43","TRUE","FALSE" +"6756","6756","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:25:31","FALSE",NA,"801069101703696384",NA,"Twitter for Android","skull_baba","14","TRUE","FALSE" +"6757","6757","#Investment, #Will #demonetization affect your #Investments... https://t.co/nEOYKq7gnY","FALSE","0",NA,"2016-11-22 14:25:28","FALSE",NA,"801069090316095488",NA,"Facebook","urmoneymatter","0","FALSE","FALSE" +"6758","6758","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 14:25:12","FALSE",NA,"801069020061368320",NA,"Twitter for iPhone","Ameettweets","11","TRUE","FALSE" +"6759","6759","RT @deep_anchor: India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","0",NA,"2016-11-22 14:25:04","FALSE",NA,"801068988683796480",NA,"Twitter Web Client","chaupaaukhau","14","TRUE","FALSE" +"6760","6760","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:24:54","FALSE",NA,"801068946027753472",NA,"Twitter for iPhone","4ushashishekhar","123","TRUE","FALSE" +"6761","6761","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:24:51","FALSE",NA,"801068931721076736",NA,"Twitter for Android","WithCongressUK","331","TRUE","FALSE" +"6762","6762","RT @BSLMF: Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Marke�","FALSE","0",NA,"2016-11-22 14:24:44","FALSE",NA,"801068901995974656",NA,"Twitter for Android","Advisorkhoj","7","TRUE","FALSE" +"6763","6763","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 14:24:37","FALSE",NA,"801068873915109376",NA,"Twitter for Android","Fan_RealHistory","1158","TRUE","FALSE" +"6764","6764","Day:5 +@HPCL @TheOfficialSBI @UPPTA1 @AshutoshJindalS @flytoak @NotThatPilot @PetroleumMin CHHOTA ATM@sbbfs� https://t.co/WEUXNGkHm7","FALSE","0",NA,"2016-11-22 14:24:37","TRUE",NA,"801068872757604352",NA,"Twitter for Android","cavikasdixit","1","FALSE","FALSE" +"6765","6765","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 14:23:48","FALSE",NA,"801068667429683200",NA,"Twitter Web Client","busy16","154","TRUE","FALSE" +"6766","6766","India's Modi Didn't Do His Homework https://t.co/RiJENeWX7y +#Demonetization","FALSE","5",NA,"2016-11-22 14:23:30","FALSE",NA,"801068591592443904",NA,"Twitter Web Client","deep_anchor","14","FALSE","FALSE" +"6767","6767","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 14:23:06","FALSE",NA,"801068494729056256",NA,"Twitter for Android","Ursbadmahi_325","42","TRUE","FALSE" +"6768","6768","RT @theicai: CA MP Vijay Kumar ji CCM speaking on the topic of #Demonetization +#CAMDevarajaReddy @NileshVik https://t.co/GJj3kgNrig","FALSE","0",NA,"2016-11-22 14:22:49","FALSE",NA,"801068419546304512",NA,"Twitter for Android","govinms","4","TRUE","FALSE" +"6769","6769","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:22:45","FALSE",NA,"801068405717692416",NA,"Twitter for iPhone","mdshamshads57","331","TRUE","FALSE" +"6770","6770","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:22:43","FALSE",NA,"801068397819621376",NA,"Twitter Web Client","PalomaSharma","45","TRUE","FALSE" +"6771","6771","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 14:22:35","FALSE",NA,"801068362449063936",NA,"Twitter Web Client","MaverickLG","33","TRUE","FALSE" +"6772","6772","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:22:33","FALSE",NA,"801068353972531200",NA,"Twitter for iPhone","akil79","954","TRUE","FALSE" +"6773","6773","RT @tweepul: Even if you're 100% white money & even if you're unaffected, this #demonetization move has given a lot of folks a reason to pa�","FALSE","0",NA,"2016-11-22 14:22:14","FALSE",NA,"801068274301579264",NA,"Twitter for Android","Kewrious","48","TRUE","FALSE" +"6774","6774","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:22:10","FALSE",NA,"801068258627489792",NA,"Twitter for iPhone","pankajdixit2611","954","TRUE","FALSE" +"6775","6775","RT @ShefVaidya: NO. @MamtaOfficiaI will say this fire was caused because of #DeMonetization and @narendramodi is responsible! https://t.co/�","FALSE","0",NA,"2016-11-22 14:21:53","FALSE",NA,"801068187106377728",NA,"Twitter for Android","Prabhav135","91","TRUE","FALSE" +"6776","6776","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:21:52","FALSE",NA,"801068183562031104",NA,"Twitter for Android","Yashu_speaks","954","TRUE","FALSE" +"6777","6777","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 14:21:50","FALSE",NA,"801068174770720768",NA,"Twitter Web Client","Stupidosaur","45","TRUE","FALSE" +"6778","6778","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 14:21:34","FALSE",NA,"801068107762634752",NA,"Twitter for iPhone","amitsinghjiit","33","TRUE","FALSE" +"6779","6779","@g_smita Me too walked into ATMs twice since #demonetization, cud withdraw cash in less than 5 mins. Nothing out of the world @shilpitewari","FALSE","0","g_smita","2016-11-22 14:21:27","FALSE","801045832195719168","801068075747414016","380153543","Twitter for Android","_Narad","0","FALSE","FALSE" +"6780","6780","By jst sending voice msg or texting msg even a common man would've shared his opinion on #demonetization thr mobile phone","FALSE","0",NA,"2016-11-22 14:21:22","FALSE",NA,"801068055623106560",NA,"Twitter for iPhone","mn4manju","0","FALSE","FALSE" +"6781","6781","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:21:03","FALSE",NA,"801067979068817408",NA,"Twitter for iPhone","amitsinghjiit","43","TRUE","FALSE" +"6782","6782",":D Yes, queues not a new thing for most Indians. Why I am not lining up https://t.co/aijSld7gHK via @IndianExpress #demonetization","FALSE","0",NA,"2016-11-22 14:20:35","FALSE",NA,"801067860030169088",NA,"Twitter Web Client","Apkal","1","FALSE","FALSE" +"6783","6783","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 14:20:24","FALSE",NA,"801067815394418688",NA,"Twitter for Android","ersakthivel1","23","TRUE","FALSE" +"6784","6784","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:19:50","FALSE",NA,"801067672129642496",NA,"Twitter for Android","kcshukla6","331","TRUE","FALSE" +"6785","6785","I am yet to get any 2000 rupee note, but it's already reached terrorists... +#demonetization","FALSE","12",NA,"2016-11-22 14:19:48","FALSE",NA,"801067662453325824",NA,"Twitter for Android","IVivekPandey","0","FALSE","FALSE" +"6786","6786","Today morning i almost shivered to death while bathing . . & all coz of #Demonetization . #MissionBlameMODI + +#KejriKaJuth #KhonKhon","FALSE","0",NA,"2016-11-22 14:19:29","FALSE",NA,"801067583940214784",NA,"Mobile Web (M5)","Jaydx31","0","FALSE","FALSE" +"6787","6787","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:18:28","FALSE",NA,"801067327043186688",NA,"Twitter for Android","AapBabbu","954","TRUE","FALSE" +"6788","6788","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:18:27","FALSE",NA,"801067323448696832",NA,"Twitter Web Client","LalithKris","123","TRUE","FALSE" +"6789","6789","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:18:24","FALSE",NA,"801067310249148416",NA,"Twitter for Android","vaidyabr","43","TRUE","FALSE" +"6790","6790","@mukulrana opposition is literally going for demonization route towards #demonetization & shudn't it be called remonetization ;)","FALSE","0","mukulrana","2016-11-22 14:18:22","FALSE","801065020754755584","801067302565228544","21642364","Twitter Web Client","iprsp","0","FALSE","FALSE" +"6791","6791","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:18:10","FALSE",NA,"801067251101155328",NA,"TweetDeck","aackthu","43","TRUE","FALSE" +"6792","6792","RT @OneGlobeForum: #Exclusive +@harjivsingh talks about the effects of #Demonetization on our economy: https://t.co/tu3UAAck7O","FALSE","0",NA,"2016-11-22 14:17:48","FALSE",NA,"801067157069012992",NA,"Twitter Web Client","MaryaSaur","2","TRUE","FALSE" +"6793","6793","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 14:16:58","FALSE",NA,"801066950826881024",NA,"Talon (Classic)","mkotadiya","13","TRUE","FALSE" +"6794","6794","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:16:50","FALSE",NA,"801066916055891968",NA,"Twitter for Android","vishatigchaudh1","43","TRUE","FALSE" +"6795","6795","RT @gops333: Experts believe the #Demonetization will impact negative on India's #GDP . Unplanned misadventure will cost the #Economy for a�","FALSE","0",NA,"2016-11-22 14:16:48","FALSE",NA,"801066908690878464",NA,"Twitter for Android","romandsouza","75","TRUE","FALSE" +"6796","6796","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:16:23","FALSE",NA,"801066804051226624",NA,"Twitter for iPad","visilante10","954","TRUE","FALSE" +"6797","6797","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 14:16:19","FALSE",NA,"801066785868894208",NA,"Twitter for Android","imrankh23147478","44","TRUE","FALSE" +"6798","6798","Acharya Devvrat calls on Prime Minister, lauds #demonetization https://t.co/grznkdmdoA","FALSE","0",NA,"2016-11-22 14:16:09","FALSE",NA,"801066742986383360",NA,"Twitter Web Client","Thenewshimachal","0","FALSE","FALSE" +"6799","6799","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 14:16:00","FALSE",NA,"801066704130297856",NA,"Mobile Web (M5)","virendravish","526","TRUE","FALSE" +"6800","6800","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:15:53","FALSE",NA,"801066677240639488",NA,"Twitter for iPhone","rashmi21044","123","TRUE","FALSE" +"6801","6801","RT @SatyendarJain: Daily wage earner are the first sufferer of #demonetization. Others will feel the consequences of economic slowdown shor�","FALSE","0",NA,"2016-11-22 14:15:50","FALSE",NA,"801066663114223616",NA,"Twitter for Android","pyarapilot","48","TRUE","FALSE" +"6802","6802","RT @gops333: Experts believe the #Demonetization will impact negative on India's #GDP . Unplanned misadventure will cost the #Economy for a�","FALSE","0",NA,"2016-11-22 14:15:36","FALSE",NA,"801066606398992384",NA,"Twitter for iPhone","nasrulhoda73","75","TRUE","FALSE" +"6803","6803","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 14:15:18","FALSE",NA,"801066531257917440",NA,"Twitter for Android","vishatigchaudh1","33","TRUE","FALSE" +"6804","6804","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 14:15:17","FALSE",NA,"801066527797542912",NA,"Twitter for Android","vkvkvicks615","33","TRUE","FALSE" +"6805","6805","Mgr HDFCbank ""cash being pumped into nationalised banks, none here."" Mgr PNB ""cash trunks are empty, RBI is not supplying"" #demonetization","FALSE","0",NA,"2016-11-22 14:15:12","FALSE",NA,"801066505144303616",NA,"Twitter for Android","sreenindia","0","FALSE","FALSE" +"6806","6806","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 14:15:03","FALSE",NA,"801066468288983040",NA,"Twitter for Android","ChoudhurySam1","82","TRUE","FALSE" +"6807","6807","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:14:55","FALSE",NA,"801066433551568896",NA,"Twitter Web Client","MaverickLG","43","TRUE","FALSE" +"6808","6808","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:14:44","FALSE",NA,"801066387468906496",NA,"Twitter for iPhone","iAshvinSavaliya","123","TRUE","FALSE" +"6809","6809","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 14:14:40","FALSE",NA,"801066370087600128",NA,"Twitter Web Client","invincisachin","53","TRUE","FALSE" +"6810","6810","RT @TarekFatah: ~ @ArvindKejriwal loses his temper at BBC reporter who questions AAP ldr's link between suicides & #demonetization. https:�","FALSE","0",NA,"2016-11-22 14:14:30","FALSE",NA,"801066330015178752",NA,"Mobile Web (M5)","WNeet2016","305","TRUE","FALSE" +"6811","6811","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 14:14:27","FALSE",NA,"801066315842654208",NA,"Twitter for Android","bhav2406","118","TRUE","FALSE" +"6812","6812","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 14:14:26","FALSE",NA,"801066311652474880",NA,"Twitter Web Client","iSirArnab","33","TRUE","FALSE" +"6813","6813","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:14:20","FALSE",NA,"801066284939034624",NA,"Twitter Web Client","iSirArnab","43","TRUE","FALSE" +"6814","6814","BBC News - #India WhatsApp users fall for 'UN' hoax on new rupee note https://t.co/bIHWZKDJDn #demonetization","FALSE","0",NA,"2016-11-22 14:14:01","FALSE",NA,"801066208284053504",NA,"Twitter Web Client","harriszargar","0","FALSE","FALSE" +"6815","6815","RT @vifindia: Lalit Joshi | After #Demonetization, Good Governance from Babudom is required for Transforming India +https://t.co/BTHGf5vQrg�","FALSE","0",NA,"2016-11-22 14:13:51","FALSE",NA,"801066164898136064",NA,"Twitter for iPhone","blitzcloud87","5","TRUE","FALSE" +"6816","6816","#Demonetization and #GoodGovernance effect !!! #TrustBJP #ModiMagic https://t.co/FhTvxjzTc3","FALSE","0",NA,"2016-11-22 14:13:41","FALSE",NA,"801066121600200704",NA,"Facebook","TheNationalists","0","FALSE","FALSE" +"6817","6817","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:13:31","FALSE",NA,"801066080617701376",NA,"Twitter for Android","vishalkhadri1","331","TRUE","FALSE" +"6818","6818","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:13:17","FALSE",NA,"801066022249775104",NA,"Twitter for Android","rox55g","954","TRUE","FALSE" +"6819","6819","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:12:48","FALSE",NA,"801065901256769536",NA,"Twitter for Android","agarwal_navin","123","TRUE","FALSE" +"6820","6820","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 14:12:39","FALSE",NA,"801065861335302144",NA,"Twitter for Android","Keerthibilugali","23","TRUE","FALSE" +"6821","6821","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-22 14:12:28","FALSE",NA,"801065816124887040",NA,"Twitter for iPhone","dipalit","24","TRUE","FALSE" +"6822","6822","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:12:12","FALSE",NA,"801065749041283072",NA,"Twitter for Android","suresh_kadavala","43","TRUE","FALSE" +"6823","6823","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:12:03","FALSE",NA,"801065710696808448",NA,"Mobile Web (M5)","JAGDISHGUPTA5","43","TRUE","FALSE" +"6824","6824","INSPIRING! #WajahTumHo actor #GurmeetChoudhary SPOTTED waiting in a queue outside Bank #noteban� https://t.co/PT43EfHnKT","FALSE","6",NA,"2016-11-22 14:11:41","TRUE",NA,"801065621232328704",NA,"Twitter Web Client","FilmyMonkey","4","FALSE","FALSE" +"6825","6825","RT @Dipankar_cpiml: #DeMonetization: +To hunt crocodiles, +The pond was dried. +No crocodiles were found, +But the fish all died. +(anonymous�","FALSE","0",NA,"2016-11-22 14:11:38","FALSE",NA,"801065608259530752",NA,"Twitter for Android","GyanendrAw","50","TRUE","FALSE" +"6826","6826","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:11:31","FALSE",NA,"801065578291220480",NA,"Twitter for iPhone","kumar_mukesh162","954","TRUE","FALSE" +"6827","6827","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:11:26","FALSE",NA,"801065555671351296",NA,"Twitter for Android","amitesh0154","123","TRUE","FALSE" +"6828","6828","RT @MuzzammilAap: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/hI3d2yTuic @ArvindKejriwal @PreetiSM�","FALSE","0",NA,"2016-11-22 14:11:24","FALSE",NA,"801065547467104256",NA,"Twitter for Android","DelhiLeaks","3","TRUE","FALSE" +"6829","6829","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:11:18","FALSE",NA,"801065521986682880",NA,"Twitter Web Client","ashujoshi27","123","TRUE","FALSE" +"6830","6830","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:11:16","FALSE",NA,"801065514906816512",NA,"Twitter for Android","RRamgovind","123","TRUE","FALSE" +"6831","6831","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:11:15","FALSE",NA,"801065510959869952",NA,"Twitter for iPhone","AkhlaqueAzmi","954","TRUE","FALSE" +"6832","6832","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-22 14:11:03","FALSE",NA,"801065461748146176",NA,"Mobile Web (M5)","WNeet2016","897","TRUE","FALSE" +"6833","6833","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:11:03","FALSE",NA,"801065460661792768",NA,"Twitter for iPhone","sameer_polonium","43","TRUE","FALSE" +"6834","6834","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 14:11:00","FALSE",NA,"801065449723138048",NA,"Twitter for Android","nishana_shan","1042","TRUE","FALSE" +"6835","6835","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:10:08","FALSE",NA,"801065230285602816",NA,"Twitter for iPad","kailashwg","123","TRUE","FALSE" +"6836","6836","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 14:10:00","FALSE",NA,"801065197624557568",NA,"TweetDeck","iamadury","82","TRUE","FALSE" +"6837","6837","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:09:59","FALSE",NA,"801065192633167872",NA,"Twitter Web Client","ugrammm","123","TRUE","FALSE" +"6838","6838","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:09:58","FALSE",NA,"801065187289669632",NA,"Twitter for Android","logical_aadmi","954","TRUE","FALSE" +"6839","6839","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 14:09:32","FALSE",NA,"801065077956710400",NA,"Twitter for Android","imrankh23147478","331","TRUE","FALSE" +"6840","6840",".@WorldBank @UN Now #NarendraModi Hoodwinks You with #Demonetization Survey https://t.co/iOsmmmgmhc","FALSE","0",NA,"2016-11-22 14:09:23","FALSE",NA,"801065041319497728",NA,"Twitter Web Client","rrthakur","0","FALSE","FALSE" +"6841","6841","RT @meet_murtaza: Given the current wave of #demonetization in the country, the quickest way to double your money is to fold it & keep it b�","FALSE","0",NA,"2016-11-22 14:09:15","FALSE",NA,"801065007786106880",NA,"Twitter for iPhone","faisalmoney","1","TRUE","FALSE" +"6842","6842","a good lawyer taking care of the Finance Ministry... #demonetization Queue Kyu Queue Kyu https://t.co/xx990iUGw7 #blogging #blog #writing","FALSE","0",NA,"2016-11-22 14:08:53","FALSE",NA,"801064913330262016",NA,"Twitter Web Client","manasmukul","0","FALSE","FALSE" +"6843","6843","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 14:08:43","FALSE",NA,"801064872955916288",NA,"Twitter for Android","Soniya7_","70","TRUE","FALSE" +"6844","6844","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:08:28","FALSE",NA,"801064811496804352",NA,"Twitter for Android","kcsnegi","123","TRUE","FALSE" +"6845","6845","RT @DrGPradhan: .@ravishndtv of @ndtv spreading rumours to provoke people against #demonetization & PM @narendramodi + +He need mob treatmen�","FALSE","0",NA,"2016-11-22 14:08:25","FALSE",NA,"801064798280523776",NA,"Twitter for Android","IkbalBarbhuiya5","456","TRUE","FALSE" +"6846","6846","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 14:08:21","FALSE",NA,"801064781239025664",NA,"Twitter for Android","92165rahul","105","TRUE","FALSE" +"6847","6847","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 14:07:50","FALSE",NA,"801064649957511168",NA,"Twitter for Android","deshwal72","526","TRUE","FALSE" +"6848","6848","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 14:07:46","FALSE",NA,"801064635067695104",NA,"Twitter for Android","sumitbisht027","40","TRUE","FALSE" +"6849","6849","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:07:36","FALSE",NA,"801064592029806592",NA,"Twitter for Windows Phone","LvkMum","43","TRUE","FALSE" +"6850","6850","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:07:23","FALSE",NA,"801064538506334208",NA,"Twitter for iPad","kachadhari","954","TRUE","FALSE" +"6851","6851","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:07:02","FALSE",NA,"801064448605634560",NA,"Twitter for iPhone","shashibpd","123","TRUE","FALSE" +"6852","6852","Nageswaran+Natarajan write provocatively on #demonetization https://t.co/5YbOcHeOlw + +Based on @CarnegieIndia report� https://t.co/esMx0MG3EW","FALSE","2",NA,"2016-11-22 14:07:00","TRUE",NA,"801064442654035968",NA,"TweetDeck","khoslasaksham","0","FALSE","FALSE" +"6853","6853","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:06:45","FALSE",NA,"801064379491840000",NA,"Twitter for Android","UdayashankarK","123","TRUE","FALSE" +"6854","6854","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 14:06:33","FALSE",NA,"801064326870114304",NA,"Twitter for Android","jhaalok","118","TRUE","FALSE" +"6855","6855","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:06:33","FALSE",NA,"801064326538805248",NA,"Twitter for Android","BharatParivrtan","954","TRUE","FALSE" +"6856","6856","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 14:06:21","FALSE",NA,"801064279428300800",NA,"Twitter for iPhone","Jeevan_khanna","10","TRUE","FALSE" +"6857","6857","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:06:16","FALSE",NA,"801064256087015424",NA,"Twitter for Android","shobhapande","954","TRUE","FALSE" +"6858","6858","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:06:09","FALSE",NA,"801064226001448960",NA,"Twitter for Android","prakashSriv","43","TRUE","FALSE" +"6859","6859","Congratulations India has gone back to barter system civilisation #Demonetization #notenahiPMbadlo https://t.co/v7xPTiRnoV","FALSE","0",NA,"2016-11-22 14:06:00","FALSE",NA,"801064190756536320",NA,"Twitter for iPhone","AvvabKureshi","0","FALSE","FALSE" +"6860","6860","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:05:39","FALSE",NA,"801064100415479808",NA,"Twitter for Android","Aryavart_Bhumi","43","TRUE","FALSE" +"6861","6861","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:05:38","FALSE",NA,"801064096149815296",NA,"Twitter for Android","rsrajat365","24","TRUE","FALSE" +"6862","6862","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:05:23","FALSE",NA,"801064034892152832",NA,"Twitter for Android","kannan978634553","24","TRUE","FALSE" +"6863","6863","A very positive development! Better than #demonetization https://t.co/bKEKe2djCV","FALSE","0",NA,"2016-11-22 14:05:10","FALSE",NA,"801063980697468928",NA,"Twitter for Android","AKG1593","0","FALSE","FALSE" +"6864","6864","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 14:05:09","FALSE",NA,"801063976515866624",NA,"Twitter for Android","Saurabh18091989","70","TRUE","FALSE" +"6865","6865","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:05:00","FALSE",NA,"801063937370247168",NA,"Twitter for iPhone","upma23","123","TRUE","FALSE" +"6866","6866","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 14:04:53","FALSE",NA,"801063908907827200",NA,"Twitter for Android","cbdaas","24","TRUE","FALSE" +"6867","6867","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:04:21","FALSE",NA,"801063772534153216",NA,"Twitter for iPhone","dalpatz","43","TRUE","FALSE" +"6868","6868","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 14:04:14","FALSE",NA,"801063744314818560",NA,"Twitter for iPhone","dalpatz","40","TRUE","FALSE" +"6869","6869","RT @RuchiKom: Every honest citizen of India ready to bare small inconvenience due to #demonetization &are with PM @narendramodi in fight ag�","FALSE","0",NA,"2016-11-22 14:04:13","FALSE",NA,"801063740535934976",NA,"Twitter for Android","GoalTiwari","1","TRUE","FALSE" +"6870","6870","I fear SBI ATMs-slowest machines ever. & fear has doubled post #demonetization times, what if machine simpl conks off? #toomuchworkload u c","FALSE","1",NA,"2016-11-22 14:04:13","FALSE",NA,"801063739898269696",NA,"Twitter for Android","SayoniBhaduri","0","FALSE","FALSE" +"6871","6871","RT @AnupKaphle: A service in India lets you hire a person to stand in an ATM line for 90 rupees. https://t.co/s7FHe35JqC #demonetization","FALSE","0",NA,"2016-11-22 14:03:59","FALSE",NA,"801063683317067776",NA,"Twitter for iPhone","anirudhbb","7","TRUE","FALSE" +"6872","6872","@narendramodi we are @jankibaat1. Where awe will give largest citizen videos on #demonetization https://t.co/P8U2xvBHWA","FALSE","0","narendramodi","2016-11-22 14:03:53","FALSE",NA,"801063658818183168","18839785","Twitter for Android","pradip103","0","FALSE","FALSE" +"6873","6873","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:03:51","FALSE",NA,"801063649192263680",NA,"Twitter for Android","hello2sanjay","123","TRUE","FALSE" +"6874","6874","And the Oscar goes to ""Mr."" #demonetization https://t.co/RzJsVGxUSc","FALSE","0",NA,"2016-11-22 14:03:50","FALSE",NA,"801063644146470912",NA,"Twitter for Android","AAPMember","0","FALSE","FALSE" +"6875","6875","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 14:03:39","FALSE",NA,"801063599993012224",NA,"Twitter for iPhone","iamDSP1","43","TRUE","FALSE" +"6876","6876","RT @GauravGogoiAsm: #DeMonetization aimed to stop terrorists with cash but media reports show terrorists in J&K with new Rs 2000 notes. Fla�","FALSE","0",NA,"2016-11-22 14:03:18","FALSE",NA,"801063508813062144",NA,"Twitter for Android","Dhrubajitsenap3","14","TRUE","FALSE" +"6877","6877","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:03:13","FALSE",NA,"801063490546864128",NA,"Twitter for Android","AAPMember","954","TRUE","FALSE" +"6878","6878","RT @ShashiTharoor: Joined Kerala MPs protesting the exclusion of co-operative banks from #demonetization arrangements. 90% of rural savers�","FALSE","0",NA,"2016-11-22 14:03:01","FALSE",NA,"801063439711891456",NA,"Twitter for Android","drmalikkalam","48","TRUE","FALSE" +"6879","6879","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 14:02:49","FALSE",NA,"801063387606044672",NA,"Twitter for Android","ushmaish","43","TRUE","FALSE" +"6880","6880","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:02:04","FALSE",NA,"801063199344906240",NA,"Twitter for Android","Addicted_Abhi","954","TRUE","FALSE" +"6881","6881","RT @_SwarajIndia: Government's seriousness about black money: Reality or a Sham? +@AnupamConnects speaks on #demonetization https://t.co/ZGq�","FALSE","0",NA,"2016-11-22 14:01:49","FALSE",NA,"801063137214533632",NA,"Twitter for Android","radheyshyamsin6","73","TRUE","FALSE" +"6882","6882","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 14:01:44","FALSE",NA,"801063116721176576",NA,"Twitter for Android","kishansastry","42","TRUE","FALSE" +"6883","6883","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:01:21","FALSE",NA,"801063018150797312",NA,"Twitter for Android","Usmavt","954","TRUE","FALSE" +"6884","6884","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 14:01:08","FALSE",NA,"801062966867042304",NA,"Twitter for iPhone","girish_bapat","123","TRUE","FALSE" +"6885","6885","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 14:01:02","FALSE",NA,"801062941449547776",NA,"Twitter for Android","SHAS461272","526","TRUE","FALSE" +"6886","6886","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:00:58","FALSE",NA,"801062924274040832",NA,"Twitter for Android","sonipatel02","954","TRUE","FALSE" +"6887","6887","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 14:00:54","FALSE",NA,"801062908134236160",NA,"Twitter for Android","SreeHarsha2015","44","TRUE","FALSE" +"6888","6888","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:00:47","FALSE",NA,"801062878371450880",NA,"Twitter for Android","gulati2016","954","TRUE","FALSE" +"6889","6889","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 14:00:40","FALSE",NA,"801062845404172288",NA,"Twitter for Android","binrag2","40","TRUE","FALSE" +"6890","6890","#RBI Sets Firm Guidelines For Withdrawal Of Cash For #Weddings #demonetization https://t.co/xM6AQVX1h4 https://t.co/jvCft1Qv8I","FALSE","0",NA,"2016-11-22 14:00:31","FALSE",NA,"801062809484169216",NA,"Twitter Web Client","Odishanews360","0","FALSE","FALSE" +"6891","6891","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 14:00:11","FALSE",NA,"801062724910325760",NA,"Twitter for Android","atulnewmumbai","954","TRUE","FALSE" +"6892","6892","RT @BSLMF: Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Marke�","FALSE","0",NA,"2016-11-22 14:00:09","FALSE",NA,"801062715854901248",NA,"Twitter for Android","is8wrk","7","TRUE","FALSE" +"6893","6893","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 13:59:40","FALSE",NA,"801062597768323072",NA,"Twitter for Android","raj2c2u2","43","TRUE","FALSE" +"6894","6894","I took part in the survey on @narendramodi App & shared my opinion on the #Demonetization .u can also do it now! https://t.co/mk5vNxpk0x","FALSE","0",NA,"2016-11-22 13:59:11","FALSE",NA,"801062474392817664",NA,"Twitter for iPhone","ArunBinnadi","0","FALSE","FALSE" +"6895","6895","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:59:05","FALSE",NA,"801062448606441472",NA,"Twitter for Android","roy_2605","24","TRUE","FALSE" +"6896","6896","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 13:59:03","FALSE",NA,"801062441455001600",NA,"Twitter Web Client","iamkarthikeyank","154","TRUE","FALSE" +"6897","6897","#Demonetization Money blocked,.Govt no match for the huge public support.It is because the act is real good. - https://t.co/AZVNG5lOWD","FALSE","0",NA,"2016-11-22 13:58:47","FALSE",NA,"801062373909901312",NA,"Twitter Web Client","DrdsjhaDr","0","FALSE","FALSE" +"6898","6898","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:58:43","FALSE",NA,"801062355907919872",NA,"Twitter for Android","ArunKetli","331","TRUE","FALSE" +"6899","6899","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:58:42","FALSE",NA,"801062352275709952",NA,"Twitter for Android","Sanjaysinghtak1","954","TRUE","FALSE" +"6900","6900","#Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/hI3d2yTuic @ArvindKejriwal @PreetiSMenon @aartic02","FALSE","0",NA,"2016-11-22 13:58:41","FALSE",NA,"801062348916191232",NA,"Twitter for Android","MuzzammilAap","3","FALSE","FALSE" +"6901","6901","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:58:23","FALSE",NA,"801062274098049024",NA,"Twitter for Android","Adityadasa","43","TRUE","FALSE" +"6902","6902","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:58:11","FALSE",NA,"801062223544274944",NA,"Twitter for Android","mvslsv","123","TRUE","FALSE" +"6903","6903","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:58:07","FALSE",NA,"801062205529714688",NA,"Twitter for Android","mohitsmartlove","23","TRUE","FALSE" +"6904","6904","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:57:40","FALSE",NA,"801062092673413120",NA,"Twitter for Android","sadhanB70074697","24","TRUE","FALSE" +"6905","6905","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 13:57:35","FALSE",NA,"801062070145912832",NA,"Twitter for Android","shrihekale","52","TRUE","FALSE" +"6906","6906","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 13:57:28","FALSE",NA,"801062043860291584",NA,"Twitter Web Client","Bhavadasnkm","43","TRUE","FALSE" +"6907","6907","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:57:16","FALSE",NA,"801061990709923840",NA,"Twitter for Android","Adityadasa","40","TRUE","FALSE" +"6908","6908","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:56:49","FALSE",NA,"801061877342011392",NA,"Twitter Web Client","hrsriyan","23","TRUE","FALSE" +"6909","6909","I am planning 7-8 weddings ..hunting guys ha ha +acchhe din for Matrimonial & wedding planners #demonetization https://t.co/FF3ygA4xpW","FALSE","0",NA,"2016-11-22 13:56:40","FALSE",NA,"801061839052410880",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"6910","6910","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:56:35","FALSE",NA,"801061819121078272",NA,"Twitter for Android","ShivaKap","24","TRUE","FALSE" +"6911","6911","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:56:27","FALSE",NA,"801061786355200000",NA,"Twitter for Android","dineshattresh","954","TRUE","FALSE" +"6912","6912","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:56:22","FALSE",NA,"801061763202490368",NA,"Twitter for Android","NiteshRathor10","954","TRUE","FALSE" +"6913","6913","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:56:06","FALSE",NA,"801061698681577472",NA,"Twitter for Android","RajeshHelp36524","954","TRUE","FALSE" +"6914","6914","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:56:02","FALSE",NA,"801061680247697408",NA,"Twitter for Android","qz_singh","954","TRUE","FALSE" +"6915","6915","RT @DaaruBaazMehta: Cash crunch hits Asia's biggest wholesale market + +Azadpur Mandi comes to a standstill after #demonetization + +cc @Arvin�","FALSE","0",NA,"2016-11-22 13:55:54","FALSE",NA,"801061648169472000",NA,"Twitter Web Client","arunesh__deep","109","TRUE","FALSE" +"6916","6916","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 13:55:44","FALSE",NA,"801061606755012608",NA,"Twitter for iPad","visilante10","103","TRUE","FALSE" +"6917","6917","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:55:29","FALSE",NA,"801061543429357568",NA,"Twitter for iPhone","KBeepositive06","23","TRUE","FALSE" +"6918","6918","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:55:04","FALSE",NA,"801061436139208704",NA,"Twitter for Android","SaurabhTen","43","TRUE","FALSE" +"6919","6919","RT @IYC: Is Indian Railways still unaware about #demonetization ??? + +Will @sureshpprabhu @manojsinhabjp take note of it + +CC @narendramodi @�","FALSE","0",NA,"2016-11-22 13:54:51","FALSE",NA,"801061384863813632",NA,"Twitter for iPhone","Vijay_Hitaishi","165","TRUE","FALSE" +"6920","6920","Beautiful! Guess only women from god's own country can protest like this. #demonetization https://t.co/XqMcSYhOKA","FALSE","0",NA,"2016-11-22 13:54:46","FALSE",NA,"801061364512870400",NA,"Twitter for iPhone","nandinicsen","0","FALSE","FALSE" +"6921","6921","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:54:36","FALSE",NA,"801061320980213760",NA,"Twitter for Android","sswami328","40","TRUE","FALSE" +"6922","6922","It's always good to be light. +Try our #Liposuction service. +Visit https://t.co/4KoUIuoJcf +Call now at +91 11 406663� https://t.co/VSJaA6gV2V","FALSE","0",NA,"2016-11-22 13:54:13","TRUE",NA,"801061225379414016",NA,"Twitter Web Client","drmonishakapoor","0","FALSE","FALSE" +"6923","6923","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 13:54:02","FALSE",NA,"801061177916674048",NA,"Twitter for Android","SHEEMAMALIK1","15","TRUE","FALSE" +"6924","6924","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:53:41","FALSE",NA,"801061088406085632",NA,"Twitter for Android","helal_786","24","TRUE","FALSE" +"6925","6925","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:53:32","FALSE",NA,"801061051118694400",NA,"Twitter for iPhone","aparnasingh1211","105","TRUE","FALSE" +"6926","6926","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:53:23","FALSE",NA,"801061014355615744",NA,"Twitter for iPhone","vcmrao","43","TRUE","FALSE" +"6927","6927","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:53:20","FALSE",NA,"801061000170512384",NA,"Twitter Web Client","SayedShakeelAh1","24","TRUE","FALSE" +"6928","6928","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 13:53:14","FALSE",NA,"801060977693360128",NA,"Twitter for iPhone","imsanjeevthakur","9","TRUE","FALSE" +"6929","6929","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:53:14","FALSE",NA,"801060975826890752",NA,"Twitter for Android","missartola","43","TRUE","FALSE" +"6930","6930","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:53:10","FALSE",NA,"801060961352175616",NA,"Twitter for Android","patrakaariz","24","TRUE","FALSE" +"6931","6931","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 13:52:56","FALSE",NA,"801060902447370240",NA,"Twitter Web Client","arunesh__deep","59","TRUE","FALSE" +"6932","6932","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 13:52:55","FALSE",NA,"801060896881577984",NA,"Twitter for Android","patrakaariz","9","TRUE","FALSE" +"6933","6933","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 13:52:53","FALSE",NA,"801060888937631744",NA,"Twitter for Android","GyanendrAw","9","TRUE","FALSE" +"6934","6934","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:52:39","FALSE",NA,"801060831999959040",NA,"Twitter Web Client","bharat546","43","TRUE","FALSE" +"6935","6935","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 13:52:24","FALSE",NA,"801060767483035648",NA,"Twitter for Android","jibujoy","9","TRUE","FALSE" +"6936","6936","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:52:23","FALSE",NA,"801060763477557248",NA,"Twitter for Android","sree557","24","TRUE","FALSE" +"6937","6937","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:52:23","FALSE",NA,"801060763066474496",NA,"Twitter for Android","seetharamakota1","43","TRUE","FALSE" +"6938","6938","*Random Thoughts* + +Enough jokes on #Demonetization, also no more posts on politics or social affairs... +Probably... https://t.co/auuxRNYi5Q","FALSE","0",NA,"2016-11-22 13:52:12","FALSE",NA,"801060716803452928",NA,"Facebook","VikasMaity","0","FALSE","FALSE" +"6939","6939","RT @VandanaSsingh: People at airport too facing problem. No cash available for exchange money. They are also out of cash. #Demonetization h�","FALSE","0",NA,"2016-11-22 13:52:09","FALSE",NA,"801060702005895168",NA,"Twitter Web Client","Gani786786","37","TRUE","FALSE" +"6940","6940","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:52:08","FALSE",NA,"801060699921260544",NA,"Twitter for Android","sswami328","43","TRUE","FALSE" +"6941","6941","But THE FUCK we should PAY for corrupt people crimes, like what's the fucking point!? #Demonetization ! Punish them, not us for God's sake","FALSE","0",NA,"2016-11-22 13:52:08","FALSE",NA,"801060698281349120",NA,"Mobile Web (M2)","thekaurageousss","0","FALSE","FALSE" +"6942","6942","RT @dna: #Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","0",NA,"2016-11-22 13:51:58","FALSE",NA,"801060655931473920",NA,"TweetDeck","travel7soul","24","TRUE","FALSE" +"6943","6943","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:51:51","FALSE",NA,"801060628018425856",NA,"Twitter for iPhone","jayeshmahajan","954","TRUE","FALSE" +"6944","6944","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:51:32","FALSE",NA,"801060547416485888",NA,"Twitter for Android","KapilBa31764279","331","TRUE","FALSE" +"6945","6945","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:51:30","FALSE",NA,"801060540109832192",NA,"Twitter for iPhone","planet_manish","40","TRUE","FALSE" +"6946","6946","RT @RJSudeshBhat: #demonetization Did this using a @KicchaSudeep and @TheParulYadav song :) Take a look :) https://t.co/UROvCy21T4","FALSE","0",NA,"2016-11-22 13:51:19","FALSE",NA,"801060492680818688",NA,"Twitter for Android","KichchanHudugru","60","TRUE","FALSE" +"6947","6947","RT @BSLMF: Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Marke�","FALSE","0",NA,"2016-11-22 13:51:10","FALSE",NA,"801060457356218368",NA,"Twitter for Android","gautam_deo","7","TRUE","FALSE" +"6948","6948","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:51:04","FALSE",NA,"801060430122602496",NA,"Twitter Web Client","desai_rsd","954","TRUE","FALSE" +"6949","6949","RT @kavita_krishnan: Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","0",NA,"2016-11-22 13:51:03","FALSE",NA,"801060427631247360",NA,"Twitter Web Client","BreakiNews","9","TRUE","FALSE" +"6950","6950","Non corrupt and common innocent people are suffering, but black money holders are suffering more. Okay! i understand! #Demonetization!","FALSE","0",NA,"2016-11-22 13:50:57","FALSE",NA,"801060402863882240",NA,"Mobile Web (M2)","thekaurageousss","0","FALSE","FALSE" +"6951","6951","Modi #demonetization explained - Mr Bean style https://t.co/nfQISyHdC4","FALSE","10",NA,"2016-11-22 13:50:50","FALSE",NA,"801060372706828288",NA,"Facebook","kavita_krishnan","9","FALSE","FALSE" +"6952","6952","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-22 13:50:49","FALSE",NA,"801060368881631232",NA,"Twitter for Android","SHEEMAMALIK1","14","TRUE","FALSE" +"6953","6953","#Demonetization: Paan shop owner gets 'fake' Rs 2,000 note in Ahmedabad https://t.co/ePVcU2T38F","FALSE","12",NA,"2016-11-22 13:50:47","FALSE",NA,"801060359826092032",NA,"Twitter Web Client","dna","24","FALSE","FALSE" +"6954","6954","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 13:50:47","FALSE",NA,"801060359054434304",NA,"Twitter for Android","cbdaas","154","TRUE","FALSE" +"6955","6955","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 13:50:44","FALSE",NA,"801060345599168512",NA,"Twitter for Android","RajveerChandan","43","TRUE","FALSE" +"6956","6956","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:50:29","FALSE",NA,"801060283980529664",NA,"Twitter for Android","nupur_agarwal_","123","TRUE","FALSE" +"6957","6957","Effect on Consumer Goods and Real Estate by #Demonetization of 500 and 1000 rupees notes in India. Official Blog:� https://t.co/8ThYV501pS","FALSE","0",NA,"2016-11-22 13:50:14","TRUE",NA,"801060223683280896",NA,"Hootsuite","banknomics","0","FALSE","FALSE" +"6958","6958","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:50:12","FALSE",NA,"801060212539060224",NA,"Twitter for iPhone","sivamanc","954","TRUE","FALSE" +"6959","6959","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:50:10","FALSE",NA,"801060203433103360",NA,"Twitter for iPad","BRIGBIN","43","TRUE","FALSE" +"6960","6960","#India 30 ways #BlackMoney people hit with #Demonetization #netascashin #CashCleanUp #KejriKaJuth @narendramodi +https://t.co/kXftnBlSik","FALSE","1",NA,"2016-11-22 13:49:45","FALSE",NA,"801060100165148672",NA,"Twitter for iPhone","avijit_patnaik","0","FALSE","FALSE" +"6961","6961","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 13:49:43","FALSE",NA,"801060092669890560",NA,"Twitter for Android","monurajasthan","43","TRUE","FALSE" +"6962","6962","Will #Demonetization #affect your #investments? | @Piktochart Infographic https://t.co/KmogHKFLQS","FALSE","0",NA,"2016-11-22 13:49:32","FALSE",NA,"801060046276685824",NA,"Twitter Web Client","urmoneymatter","0","FALSE","FALSE" +"6963","6963","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-22 13:49:22","FALSE",NA,"801060005407428608",NA,"Twitter for Android","Sfx11","24","TRUE","FALSE" +"6964","6964","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:49:22","FALSE",NA,"801060003083743232",NA,"Twitter for Android","kailashrjoshi","23","TRUE","FALSE" +"6965","6965","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:49:21","FALSE",NA,"801059998688153600",NA,"Twitter for Android","sarabjitsingh61","954","TRUE","FALSE" +"6966","6966","RT @iamsmithaa: Modiji killed 73 congressis outside banks #blackmoney hoarders +so not attending Parliament and crying +#demonetization htt�","FALSE","0",NA,"2016-11-22 13:49:08","FALSE",NA,"801059943306563584",NA,"Twitter for Android","altaliaa","3","TRUE","FALSE" +"6967","6967","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:49:05","FALSE",NA,"801059932095201280",NA,"Twitter for iPhone","KaalaPandit","123","TRUE","FALSE" +"6968","6968","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:48:59","FALSE",NA,"801059909186031616",NA,"Twitter Web Client","krishanjee","43","TRUE","FALSE" +"6969","6969","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 13:48:54","FALSE",NA,"801059884137529344",NA,"Twitter for Android","itsmkyadav","82","TRUE","FALSE" +"6970","6970","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:48:52","FALSE",NA,"801059879775600640",NA,"Twitter for iPad","go2sreenu","960","TRUE","FALSE" +"6971","6971","RT @iamsmithaa: Modiji killed 73 congressis outside banks #blackmoney hoarders +so not attending Parliament and crying +#demonetization htt�","FALSE","0",NA,"2016-11-22 13:48:29","FALSE",NA,"801059782383632384",NA,"Twitter for Android","tanveer1729","3","TRUE","FALSE" +"6972","6972","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 13:48:21","FALSE",NA,"801059748942462976",NA,"Twitter for Android","thambirajan","154","TRUE","FALSE" +"6973","6973","@msisodia sir can you share an analysis on how many people would have died in this month had there been no #demonetization based on history","FALSE","1","msisodia","2016-11-22 13:48:08","FALSE","800991170717323264","801059692529258496","30417501","Twitter for iPhone","CartoonTimes","0","FALSE","FALSE" +"6974","6974","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 13:47:57","FALSE",NA,"801059646853160960",NA,"Twitter for Android","VIJAYARAM39","52","TRUE","FALSE" +"6975","6975","Modiji killed 73 congressis outside banks #blackmoney hoarders +so not attending Parliament and crying� https://t.co/aNyMxrvIbx","FALSE","0",NA,"2016-11-22 13:47:49","TRUE",NA,"801059612803866624",NA,"TweetCaster for Android","iamsmithaa","3","FALSE","FALSE" +"6976","6976","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:47:45","FALSE",NA,"801059596576129024",NA,"Twitter for Android","OldSailor","105","TRUE","FALSE" +"6977","6977","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:47:44","FALSE",NA,"801059591245152256",NA,"Twitter for Android","akshaychandorka","43","TRUE","FALSE" +"6978","6978","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 13:47:12","FALSE",NA,"801059457887272960",NA,"Twitter for Android","HappaNarinder","19","TRUE","FALSE" +"6979","6979","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:47:10","FALSE",NA,"801059449477545984",NA,"Twitter Web Client","AmolTikam","23","TRUE","FALSE" +"6980","6980","RT @Tata_ValueHomes: After #Demonetization, #HomeLoans are expected to drop down to 7-8%. #HappyHomes https://t.co/9BoOmoPtdb","FALSE","0",NA,"2016-11-22 13:46:57","FALSE",NA,"801059393575919616",NA,"Twitter for iPhone","vikasethi","1","TRUE","FALSE" +"6981","6981","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:46:52","FALSE",NA,"801059373921353728",NA,"Twitter for Android","sunilkr0022","954","TRUE","FALSE" +"6982","6982","RT @OneGlobeForum: #Exclusive +@harjivsingh talks about the effects of #Demonetization on our economy: https://t.co/tu3UAAck7O","FALSE","0",NA,"2016-11-22 13:46:33","FALSE",NA,"801059293587849216",NA,"Twitter for iPhone","harjivsingh","2","TRUE","FALSE" +"6983","6983","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:46:30","FALSE",NA,"801059282720407552",NA,"Twitter for Android","AYWModelTown","954","TRUE","FALSE" +"6984","6984","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 13:46:23","FALSE",NA,"801059251942813696",NA,"Twitter for Android","vishatigchaudh1","9","TRUE","FALSE" +"6985","6985","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:45:54","FALSE",NA,"801059130320392192",NA,"Twitter for Windows Phone","athappa","123","TRUE","FALSE" +"6986","6986","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:45:51","FALSE",NA,"801059119851511808",NA,"Twitter for Android","ravindraathel","44","TRUE","FALSE" +"6987","6987","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:45:40","FALSE",NA,"801059072065814528",NA,"Twitter for Android","vishatigchaudh1","105","TRUE","FALSE" +"6988","6988","RT @DipendraDipzo: #Demonetization effect +As said earlier - Mass surrender of Naxals and Maoists are coming - +More to come +#NoMoneyYaar ht�","FALSE","0",NA,"2016-11-22 13:45:37","FALSE",NA,"801059060309180416",NA,"Twitter Web Client","DipendraDipzo","33","TRUE","FALSE" +"6989","6989","Narendra Modi wants you to answer 10 questions, ... - #Demonetization #NarednraModi #NarendraModi10Question� https://t.co/nGzRYkEf3P","FALSE","0",NA,"2016-11-22 13:45:21","TRUE",NA,"801058994022326272",NA,"Kahani Junction","kahani_junction","0","FALSE","FALSE" +"6990","6990","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:45:05","FALSE",NA,"801058925479006208",NA,"Twitter for Android","VijayGu09638474","954","TRUE","FALSE" +"6991","6991","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:44:59","FALSE",NA,"801058901261070336",NA,"Twitter for Android","newsanti","526","TRUE","FALSE" +"6992","6992","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:44:46","FALSE",NA,"801058846152081408",NA,"Twitter for iPhone","naveenbebra","954","TRUE","FALSE" +"6993","6993","73 deaths #demonetization https://t.co/GJI4c54rAA","FALSE","0",NA,"2016-11-22 13:44:40","FALSE",NA,"801058822072791040",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"6994","6994","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:44:33","FALSE",NA,"801058792276430848",NA,"Twitter for iPhone","pallanaM","123","TRUE","FALSE" +"6995","6995","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:19","FALSE",NA,"801058733430181888",NA,"Netvibes Widget","PARaulji","43","TRUE","FALSE" +"6996","6996","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:19","FALSE",NA,"801058733413441536",NA,"Netvibes Widget","i_sampatbjp","43","TRUE","FALSE" +"6997","6997","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:19","FALSE",NA,"801058733354840064",NA,"Netvibes Widget","Parthdesaisgit","43","TRUE","FALSE" +"6998","6998","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:19","FALSE",NA,"801058733316943872",NA,"Netvibes Widget","attorneymanish","43","TRUE","FALSE" +"6999","6999","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:10","FALSE",NA,"801058694515433472",NA,"Twitter for Windows","BansaNirmal","43","TRUE","FALSE" +"7000","7000","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:44:03","FALSE",NA,"801058665113366528",NA,"Twitter for Android","RRAMAN3","43","TRUE","FALSE" +"7001","7001","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:44:02","FALSE",NA,"801058659656568832",NA,"Mobile Web (M2)","sandy32554081","123","TRUE","FALSE" +"7002","7002","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:43:59","FALSE",NA,"801058647451107328",NA,"Twitter Web Client","wavehit","43","TRUE","FALSE" +"7003","7003","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:43:39","FALSE",NA,"801058564898844672",NA,"Twitter Web Client","rakesh_mundtod","954","TRUE","FALSE" +"7004","7004","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 13:43:36","FALSE",NA,"801058550927753216",NA,"Twitter for Android","inc_ramkesh","82","TRUE","FALSE" +"7005","7005","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:43:32","FALSE",NA,"801058533873631232",NA,"Twitter for Android","pappu_pedia","23","TRUE","FALSE" +"7006","7006","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:43:29","FALSE",NA,"801058524075884544",NA,"Twitter for Android","sharmamadan","123","TRUE","FALSE" +"7007","7007","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:43:27","FALSE",NA,"801058515678695424",NA,"Twitter for Android","RDATT26","43","TRUE","FALSE" +"7008","7008","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:43:24","FALSE",NA,"801058501774540800",NA,"Dabr","ibhagwa_n","43","TRUE","FALSE" +"7009","7009","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:43:07","FALSE",NA,"801058431549345792",NA,"Twitter for iPhone","Nileshweb1985","123","TRUE","FALSE" +"7010","7010","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-22 13:43:06","FALSE",NA,"801058428525350912",NA,"Twitter for Android","inc_ramkesh","22","TRUE","FALSE" +"7011","7011","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:43:04","FALSE",NA,"801058417829969920",NA,"Twitter for Android","nitinneeo","43","TRUE","FALSE" +"7012","7012","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:43:03","FALSE",NA,"801058415862632448",NA,"Twitter for Android","tanu_bhardwaj89","954","TRUE","FALSE" +"7013","7013","RT @Ra_THORe: #Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @P�","FALSE","0",NA,"2016-11-22 13:42:51","FALSE",NA,"801058363874353152",NA,"Twitter Web Client","baskerm","43","TRUE","FALSE" +"7014","7014","#Demonetization #IndiaFightsCorruption Immense courage needed to take such a momentous decision @arunjaitley @narendramodi @PMOIndia","FALSE","105",NA,"2016-11-22 13:42:32","FALSE",NA,"801058285617086464",NA,"Twitter for Android","Ra_THORe","43","FALSE","FALSE" +"7015","7015","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:42:08","FALSE",NA,"801058184941084672",NA,"Twitter for Android","OutOfOfficeRG","23","TRUE","FALSE" +"7016","7016","RT @DipendraDipzo: #Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/�","FALSE","0",NA,"2016-11-22 13:42:04","FALSE",NA,"801058164963569664",NA,"Twitter for Android","malathik1129","43","TRUE","FALSE" +"7017","7017","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:41:55","FALSE",NA,"801058128024342528",NA,"Twitter for BlackBerry","SangatPal","123","TRUE","FALSE" +"7018","7018","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 13:41:54","FALSE",NA,"801058124668936192",NA,"Twitter for Android","intimateramc","154","TRUE","FALSE" +"7019","7019","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:41:42","FALSE",NA,"801058072185610240",NA,"Twitter for Android","Akg316Arvind","123","TRUE","FALSE" +"7020","7020","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 13:41:26","FALSE",NA,"801058008121753600",NA,"Twitter Web Client","abhishe26342097","52","TRUE","FALSE" +"7021","7021","#Demonetization effect +Here comes another batch of Maoists.. +Keep on watching - More to come +#NoMoneyYaar https://t.co/uvDedmdxpm","FALSE","25","DipendraDipzo","2016-11-22 13:41:07","FALSE","800013834115223552","801057925946953728","592450187","Twitter Web Client","DipendraDipzo","43","FALSE","FALSE" +"7022","7022","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:40:57","FALSE",NA,"801057883995533312",NA,"Twitter for Android","Arshad_Rayeen90","954","TRUE","FALSE" +"7023","7023","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:40:47","FALSE",NA,"801057841603891200",NA,"Twitter for Android","dineshattresh","45","TRUE","FALSE" +"7024","7024","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:40:45","FALSE",NA,"801057833772924928",NA,"Twitter for Android","sar402","123","TRUE","FALSE" +"7025","7025","This will win your heart. #Bank #Staff #Flower #Demonetization: https://t.co/2opIIiAKKc via @YouTube","FALSE","1",NA,"2016-11-22 13:40:27","FALSE",NA,"801057761316536320",NA,"Google","the_kkkkhk","1","FALSE","FALSE" +"7026","7026","RT @ippatel: Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be abov�","FALSE","0",NA,"2016-11-22 13:40:18","FALSE",NA,"801057722837831680",NA,"Twitter for Android","FlagWaverr","123","TRUE","FALSE" +"7027","7027","RT @RJSudeshBhat: #demonetization Did this using a @KicchaSudeep and @TheParulYadav song :) Take a look :) https://t.co/UROvCy21T4","FALSE","0",NA,"2016-11-22 13:40:12","FALSE",NA,"801057696610971648",NA,"Twitter for Android","VDKSSS_Official","60","TRUE","FALSE" +"7028","7028","RT @MinhazMerchant: SC petition says #demonetization illegal without due process. Even launderers & hoarders apparently need fair notice ht�","FALSE","0",NA,"2016-11-22 13:40:12","FALSE",NA,"801057694819827712",NA,"Twitter for Android","rohitagarwal86","316","TRUE","FALSE" +"7029","7029","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:39:52","FALSE",NA,"801057612053749760",NA,"Twitter for Android","vishalgandhi221","960","TRUE","FALSE" +"7030","7030","Retaining all seats of LS and state in Byelection by BJP has proved the people's support on #DeMonetization. It should be above politics.","FALSE","158",NA,"2016-11-22 13:39:49","FALSE",NA,"801057601190379520",NA,"Twitter for Android","ippatel","123","FALSE","FALSE" +"7031","7031","RT @IndiaToday: Besides aam aadmi, #demonetization takes a toll on the bank employees too, not in all States though! +@newsflicks @mail_toda�","FALSE","0",NA,"2016-11-22 13:39:46","FALSE",NA,"801057588024479744",NA,"Twitter for Android","DevasDixon","15","TRUE","FALSE" +"7032","7032","RT allstartupsin: How #startups & #SMEs are impacted by #demonetization: #survey LocalCircles rsardana sangwan_suj� https://t.co/pY46hV1qMx","FALSE","0",NA,"2016-11-22 13:39:25","FALSE",NA,"801057501521334272",NA,"IFTTT","allstartupsin","0","FALSE","FALSE" +"7033","7033","RT @NoSylviaPlath: AAP CM and App PM war #demonetization","FALSE","0",NA,"2016-11-22 13:39:03","FALSE",NA,"801057408831275008",NA,"Twitter for Android","bpuand","1","TRUE","FALSE" +"7034","7034","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:39:01","FALSE",NA,"801057400052662272",NA,"Twitter for Android","Anshu_Vats1","960","TRUE","FALSE" +"7035","7035","RT @NagasConnect: Plane full of cash held at #Nagaland airport. +#Demonetization #BlackMoney https://t.co/v8RjjSSJNt","FALSE","0",NA,"2016-11-22 13:38:47","FALSE",NA,"801057342183718912",NA,"Twitter for iPhone","LivMilind","1","TRUE","FALSE" +"7036","7036","RT @PankajPachauri: Very careful rollback on #demonetization by @BillGates +Day1- ""Bold Step."" +Day2- ""No Opinion."" https://t.co/Azai2rBZV1","FALSE","0",NA,"2016-11-22 13:38:47","FALSE",NA,"801057338681540608",NA,"Twitter Web Client","thirumarant","154","TRUE","FALSE" +"7037","7037","AAP CM and App PM war #demonetization","FALSE","1",NA,"2016-11-22 13:38:31","FALSE",NA,"801057273397157888",NA,"Twitter for Android","NoSylviaPlath","1","FALSE","FALSE" +"7038","7038","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:38:26","FALSE",NA,"801057250412404736",NA,"Twitter for Android","ashishvr1","40","TRUE","FALSE" +"7039","7039","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-22 13:37:28","FALSE",NA,"801057010762465280",NA,"Twitter for iPad","ShuklaJitups","104","TRUE","FALSE" +"7040","7040","RT @allstartupsin: How #startups & #SMEs are impacted by #demonetization: #survey LocalCircles rsardana sangwan_sujata BabuBeg� https://t.c�","FALSE","0",NA,"2016-11-22 13:37:17","FALSE",NA,"801056962653786112",NA,"Twitter Web Client","BwDisrupt","3","TRUE","FALSE" +"7041","7041","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:37:01","FALSE",NA,"801056895343562752",NA,"Twitter for Android","RajeevJaiiswal","45","TRUE","FALSE" +"7042","7042","The latest The I Eliminate Jobs Daily! https://t.co/VjHIe3W78L Thanks to @EverestGroup #demonetization #slave","FALSE","0",NA,"2016-11-22 13:36:40","FALSE",NA,"801056805522735104",NA,"Paper.li","OffshoreCIO","0","FALSE","FALSE" +"7043","7043","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 13:36:37","FALSE",NA,"801056795921891328",NA,"Twitter for Android","Beingkhanafreen","15","TRUE","FALSE" +"7044","7044","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:36:07","FALSE",NA,"801056668456886272",NA,"Twitter for iPhone","efaizi","954","TRUE","FALSE" +"7045","7045","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 13:35:50","FALSE",NA,"801056599410413568",NA,"Twitter for Android","AbhinavKhare28","520","TRUE","FALSE" +"7046","7046","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:35:47","FALSE",NA,"801056585015508992",NA,"Mobile Web (M5)","roohanitaakath","23","TRUE","FALSE" +"7047","7047","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:35:15","FALSE",NA,"801056452638961664",NA,"Twitter for Android","SinghAbu","23","TRUE","FALSE" +"7048","7048","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:34:56","FALSE",NA,"801056371768557568",NA,"Mobile Web (M5)","Sailorbhai","23","TRUE","FALSE" +"7049","7049","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:34:36","FALSE",NA,"801056288297713664",NA,"Twitter Web Client","Mohitks519","954","TRUE","FALSE" +"7050","7050","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 13:34:17","FALSE",NA,"801056207939272704",NA,"Twitter for Android","Arif4AAP","1158","TRUE","FALSE" +"7051","7051","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:34:14","FALSE",NA,"801056194815266816",NA,"Twitter for Android","itejas_","14","TRUE","FALSE" +"7052","7052","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 13:33:56","FALSE",NA,"801056119590252544",NA,"Twitter for iPhone","saandikacka","9","TRUE","FALSE" +"7053","7053","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:33:53","FALSE",NA,"801056108185993216",NA,"Twitter for iPad","BRIGBIN","40","TRUE","FALSE" +"7054","7054","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:33:38","FALSE",NA,"801056045758091264",NA,"Twitter Web Client","laxmisagarnitw","45","TRUE","FALSE" +"7055","7055","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:33:38","FALSE",NA,"801056042767491072",NA,"Twitter for Android","kumarvarun22","954","TRUE","FALSE" +"7056","7056","RT @ShashiTharoor: Joined Kerala MPs protesting the exclusion of co-operative banks from #demonetization arrangements. 90% of rural savers�","FALSE","0",NA,"2016-11-22 13:33:28","FALSE",NA,"801056004175695872",NA,"Twitter for Android","rzk_ali","48","TRUE","FALSE" +"7057","7057","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 13:33:28","FALSE",NA,"801056001294303232",NA,"Twitter for Android","qz_singh","1158","TRUE","FALSE" +"7058","7058","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 13:33:23","FALSE",NA,"801055981614596096",NA,"Twitter for Android","rzk_ali","82","TRUE","FALSE" +"7059","7059","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:32:54","FALSE",NA,"801055861728833536",NA,"Twitter for Android","MehuneDipak","40","TRUE","FALSE" +"7060","7060","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 13:32:33","FALSE",NA,"801055769567383552",NA,"Twitter for Android","rubusmubu","42","TRUE","FALSE" +"7061","7061","The latest Sricharan Planet! https://t.co/VU8e87aELQ Thanks to @sureshnakhua #demonetisation #demonetization","FALSE","0",NA,"2016-11-22 13:32:14","FALSE",NA,"801055691813322752",NA,"Paper.li","ASC2112","0","FALSE","FALSE" +"7062","7062","Bhakts at ""Indiarising"" circulating a fake letter to promote Modi's hasty, anti-poor #demonetization drive! Just... https://t.co/XF4P8bcWph","FALSE","0",NA,"2016-11-22 13:32:09","FALSE",NA,"801055672905428992",NA,"Facebook","rafiulrahman","0","FALSE","FALSE" +"7063","7063","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:32:08","FALSE",NA,"801055668165746688",NA,"Twitter for Android","SunandaMBal","23","TRUE","FALSE" +"7064","7064","#KejriKaJuth @narendramodi #Blackmoneysurgicalstrike +An in-depth Article on #demonetization +Ans. to ques. from wher� https://t.co/S5MNQV9k6I","FALSE","2",NA,"2016-11-22 13:32:03","TRUE",NA,"801055646514675712",NA,"Twitter Web Client","DpkJshiOfficial","0","FALSE","FALSE" +"7065","7065","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:32:02","FALSE",NA,"801055641703809024",NA,"Twitter for iPad","HarishS66284892","23","TRUE","FALSE" +"7066","7066","Amidst all the #DeMonetization movement no one appreciated #Bihar CM #NitishKumar for supporting this action.","FALSE","0",NA,"2016-11-22 13:31:58","FALSE",NA,"801055626562441216",NA,"Twitter for Windows Phone","Angineers","0","FALSE","FALSE" +"7067","7067","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:31:57","FALSE",NA,"801055620157698048",NA,"Twitter Web Client","SwadeshiHindu","960","TRUE","FALSE" +"7068","7068","Plane full of cash held at #Nagaland airport. +#Demonetization #BlackMoney https://t.co/v8RjjSSJNt","FALSE","1",NA,"2016-11-22 13:31:47","FALSE",NA,"801055578445344768",NA,"Facebook","NagasConnect","1","FALSE","FALSE" +"7069","7069","@narendramodi I am from West Bengal and I support your #demonetization +.. I am fed up with our CM Mamata Didi.","FALSE","0","narendramodi","2016-11-22 13:31:38","FALSE","800940663244132352","801055541896343552","18839785","Twitter Web Client","JitSubhra07","0","FALSE","FALSE" +"7070","7070","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 13:31:31","FALSE",NA,"801055510828961792",NA,"Twitter for Android","BhaktoKaBaap","237","TRUE","FALSE" +"7071","7071","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:31:30","FALSE",NA,"801055505284112384",NA,"Twitter for Android","dineshattresh","44","TRUE","FALSE" +"7072","7072","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:31:27","FALSE",NA,"801055492898361344",NA,"Twitter for Windows Phone","subh851","960","TRUE","FALSE" +"7073","7073","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:31:11","FALSE",NA,"801055429245763584",NA,"Twitter for Android","Mdfaisaliqbal","954","TRUE","FALSE" +"7074","7074","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 13:31:10","FALSE",NA,"801055421825830912",NA,"Twitter for Android","nixirits","82","TRUE","FALSE" +"7075","7075","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 13:31:07","FALSE",NA,"801055409624662016",NA,"Twitter Web Client","SunjayJK","52","TRUE","FALSE" +"7076","7076","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:31:02","FALSE",NA,"801055389227708416",NA,"Twitter for Android","sameer849","954","TRUE","FALSE" +"7077","7077","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:30:47","FALSE",NA,"801055328322211840",NA,"Twitter for Android","anilk1233","526","TRUE","FALSE" +"7078","7078","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:30:29","FALSE",NA,"801055252963328000",NA,"Twitter for Android","SurajRai_","45","TRUE","FALSE" +"7079","7079","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 13:30:24","FALSE",NA,"801055230351720448",NA,"Twitter for Android","BhaktoKaBaap","520","TRUE","FALSE" +"7080","7080","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:30:14","FALSE",NA,"801055188786311168",NA,"Twitter for Android","lovely_Phaaji","45","TRUE","FALSE" +"7081","7081","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:30:10","FALSE",NA,"801055169974824960",NA,"Twitter for Android","HakimSaleh215","331","TRUE","FALSE" +"7082","7082","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:29:57","FALSE",NA,"801055118288252928",NA,"Twitter for Android","VIPINRAI3481","23","TRUE","FALSE" +"7083","7083","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-22 13:29:47","FALSE",NA,"801055077209284608",NA,"Twitter for Android","selimk692","14","TRUE","FALSE" +"7084","7084","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:29:43","FALSE",NA,"801055057617657856",NA,"Twitter for Android","sandeep23944318","954","TRUE","FALSE" +"7085","7085","#Demonetization #OperationAgainstBlackMoney #Demonetization Myths Busted | TaxGuru https://t.co/XJSSt5AFm9 via @sharethis","FALSE","0",NA,"2016-11-22 13:29:34","FALSE",NA,"801055021483728896",NA,"Twitter Web Client","contactashok10","0","FALSE","FALSE" +"7086","7086","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:29:20","FALSE",NA,"801054961589043200",NA,"Twitter Web Client","prasad_perla","105","TRUE","FALSE" +"7087","7087","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:29:19","FALSE",NA,"801054959277965312",NA,"Twitter for iPhone","GaikarPankaj","23","TRUE","FALSE" +"7088","7088","RT @MinhazMerchant: SC petition says #demonetization illegal without due process. Even launderers & hoarders apparently need fair notice ht�","FALSE","0",NA,"2016-11-22 13:29:12","FALSE",NA,"801054927015452672",NA,"Twitter Web Client","JayHinduRastram","316","TRUE","FALSE" +"7089","7089","33/ #demonetization It is devoid of Logic to print Rs.2000 notes, instead printing of new Rs.500 notes should have kicked off in full vigor","FALSE","1","AmmU_MaanU","2016-11-22 13:28:54","FALSE","800635179492487168","801054853371826176","15132089","Twitter Web Client","AmmU_MaanU","0","FALSE","FALSE" +"7090","7090","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:28:52","FALSE",NA,"801054845528670208",NA,"Twitter for Android","CmaSureshPetkar","44","TRUE","FALSE" +"7091","7091","Retweeted DNA (@dna): + +#Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/5RacGMqzpd https://t.co/l8m9CYfUOl","FALSE","0",NA,"2016-11-22 13:28:44","FALSE",NA,"801054810699141120",NA,"Facebook","kmgupta_india","0","FALSE","FALSE" +"7092","7092","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:28:41","FALSE",NA,"801054799273852928",NA,"Mobile Web (M2)","kmgupta_india","14","TRUE","FALSE" +"7093","7093","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:28:34","FALSE",NA,"801054767585734656",NA,"Twitter Web Client","radharaju18","960","TRUE","FALSE" +"7094","7094","Retweeted Urjit Patel RBI News (@UrjitPatelRBI): + +What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:28:27","FALSE",NA,"801054741597978624",NA,"Facebook","kushaltanna991","0","FALSE","FALSE" +"7095","7095","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:28:26","FALSE",NA,"801054734123614208",NA,"Twitter Web Client","kushaltanna991","526","TRUE","FALSE" +"7096","7096","@unsubtledesi #Demonetization #Scam in UP buses : ...500/1000 notes to govt.Exchanging money of corrupt","FALSE","0","AyAvjnp","2016-11-22 13:28:17","FALSE","801054484298350592","801054697549336576","3007564717","Mobile Web (M2)","AyAvjnp","0","FALSE","FALSE" +"7097","7097","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:28:13","FALSE",NA,"801054681598304256",NA,"Twitter for Android","TheGandhians","23","TRUE","FALSE" +"7098","7098","#NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/CnGuqtYRNZ #lazzycow","FALSE","0",NA,"2016-11-22 13:28:11","FALSE",NA,"801054672387801088",NA,"Put your button on any page! ","lazzycow","0","FALSE","FALSE" +"7099","7099","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:28:05","FALSE",NA,"801054648522010624",NA,"Twitter for iPhone","kim_etat_bhoho","105","TRUE","FALSE" +"7100","7100","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:27:48","FALSE",NA,"801054575067353088",NA,"Twitter for Android","lallamitabh","23","TRUE","FALSE" +"7101","7101","RT @vifindia: Lalit Joshi | After #Demonetization, Good Governance from Babudom is required for Transforming India +https://t.co/BTHGf5vQrg�","FALSE","0",NA,"2016-11-22 13:27:44","FALSE",NA,"801054558323556352",NA,"Twitter Web Client","tweetingtonia","5","TRUE","FALSE" +"7102","7102","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 13:27:40","FALSE",NA,"801054540891992064",NA,"Twitter for iPhone","balala_ahmed","42","TRUE","FALSE" +"7103","7103","@unsubtledesi #Demonetization #Scam in UP buses : +BusConductor(BC) m not accepting it. +But they giving ... 2/3","FALSE","0","AyAvjnp","2016-11-22 13:27:26","FALSE","801054031380672512","801054484298350592","3007564717","Mobile Web (M2)","AyAvjnp","0","FALSE","FALSE" +"7104","7104","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:27:17","FALSE",NA,"801054447379939328",NA,"Twitter for iPhone","2020Katy2020","526","TRUE","FALSE" +"7105","7105","RT @IWF_Writers: #Bezwada Wilson on #demonetization and #manualscavenging. + #DemonetizationMythsBusted https://t.co/bQ1PVsZVhI","FALSE","0",NA,"2016-11-22 13:27:16","FALSE",NA,"801054443860946944",NA,"Twitter Web Client","imbindassM","1","TRUE","FALSE" +"7106","7106","Lalit Joshi | After #Demonetization, Good Governance from Babudom is required for Transforming India� https://t.co/dxMz4v0Ssh","FALSE","3",NA,"2016-11-22 13:27:06","TRUE",NA,"801054399388794880",NA,"Twitter Web Client","vifindia","5","FALSE","FALSE" +"7107","7107","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:26:48","FALSE",NA,"801054322524127232",NA,"Twitter for iPhone","ajitmis","23","TRUE","FALSE" +"7108","7108","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 13:26:46","FALSE",NA,"801054314768699392",NA,"Twitter for Android","kitsass","471","TRUE","FALSE" +"7109","7109","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:26:38","FALSE",NA,"801054282963292160",NA,"Mobile Web (M5)","CounsellorSc","14","TRUE","FALSE" +"7110","7110","Dont know about the NM App but Mr.Modo has already won the battle of ##Demonetization","FALSE","0",NA,"2016-11-22 13:26:37","FALSE",NA,"801054277070241792",NA,"Twitter for iPad","Rasraj","0","FALSE","FALSE" +"7111","7111","RT @TimesNow: #NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","0",NA,"2016-11-22 13:26:29","FALSE",NA,"801054245298589696",NA,"Twitter for Android","PrashanthEltep3","23","TRUE","FALSE" +"7112","7112","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:26:29","FALSE",NA,"801054243394383872",NA,"Twitter for Android","ibhagwa_n","40","TRUE","FALSE" +"7113","7113","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:26:22","FALSE",NA,"801054216454164480",NA,"Twitter Web Client","Smrutiphysica","14","TRUE","FALSE" +"7114","7114","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 13:26:19","FALSE",NA,"801054203556659200",NA,"Twitter for Android","deepak_sanatan","526","TRUE","FALSE" +"7115","7115","#NetasCASHIn Govt wants debate over #DeMonetization but Oppn running away https://t.co/uCS21Uv5G8","FALSE","53",NA,"2016-11-22 13:26:11","FALSE",NA,"801054170874662912",NA,"TweetDeck","TimesNow","23","FALSE","FALSE" +"7116","7116","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:25:48","FALSE",NA,"801054071566336000",NA,"Twitter for Android","gopal19671967","960","TRUE","FALSE" +"7117","7117","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:25:45","FALSE",NA,"801054059482398720",NA,"Twitter for Android","akshaychandorka","40","TRUE","FALSE" +"7118","7118","@unsubtledesi #Demonetization #Scam in UP buses : Govt has allowed to use 500/1000 notes to travel. 1/n","FALSE","0","UnSubtleDesi","2016-11-22 13:25:38","FALSE","801053562763476992","801054031380672512","17741799","Mobile Web (M2)","AyAvjnp","0","FALSE","FALSE" +"7119","7119","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:25:31","FALSE",NA,"801054002985058304",NA,"Twitter for iPhone","rahul85009","40","TRUE","FALSE" +"7120","7120","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:25:17","FALSE",NA,"801053941421064192",NA,"Twitter for Android","aapakhi","954","TRUE","FALSE" +"7121","7121","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:24:43","FALSE",NA,"801053800668622848",NA,"Twitter for Android","jrai56","40","TRUE","FALSE" +"7122","7122","Well after standing in the queue for hours.. I got added in 2 whatsapp group atm queue buddies and bank line friends!! #demonetization","FALSE","0",NA,"2016-11-22 13:24:35","FALSE",NA,"801053766178861056",NA,"Twitter for Android","allthatsmomblog","0","FALSE","FALSE" +"7123","7123","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:24:28","FALSE",NA,"801053739008204800",NA,"Twitter for Android","meerashah5","44","TRUE","FALSE" +"7124","7124","Effects f #Demonetization ""@ANI_news: Odisha: 222 Maoist supporters including 72 women surrender before the police in Malkangiri district.""","FALSE","0","ANI_news","2016-11-22 13:24:28","FALSE","801052905834848256","801053737762463744","355989081","Twitter for Windows Phone","Angineers","0","FALSE","FALSE" +"7125","7125","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:24:17","FALSE",NA,"801053689502834688",NA,"Twitter Web Client","RN_BJP","105","TRUE","FALSE" +"7126","7126","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:24:06","FALSE",NA,"801053644942704640",NA,"Twitter for Android","AbhishekrajOjha","954","TRUE","FALSE" +"7127","7127","@vasudha_ET A very important person to approach on crucial issue of #Demonetization which will effect our economy.� https://t.co/NLCSZM6lnk","FALSE","0","vasudha_ET","2016-11-22 13:24:01","TRUE",NA,"801053622591070208","199233142","Twitter for Android","SAURAVK09644570","0","FALSE","FALSE" +"7128","7128","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-22 13:23:55","FALSE",NA,"801053596917723136",NA,"Twitter for Android","irfanah44706876","100","TRUE","FALSE" +"7129","7129","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:23:53","FALSE",NA,"801053591993774080",NA,"Twitter for Android","krishnakkshukla","960","TRUE","FALSE" +"7130","7130","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:23:52","FALSE",NA,"801053584586461184",NA,"Twitter for Android","bkraina8700","40","TRUE","FALSE" +"7131","7131","Retweeted Ankit Lal (@AnkitLal): + +Full video of @ArvindKejriwal's interaction with people on #DeMonetization... https://t.co/Rr6T6RmJfs","FALSE","0",NA,"2016-11-22 13:23:34","FALSE",NA,"801053510028722176",NA,"Facebook","RAHULKANDWAR","0","FALSE","FALSE" +"7132","7132","RT @AnkitLal: Full video of @ArvindKejriwal's interaction with people on #DeMonetization being a scam of 8 lakh crore rupees. + +https://t.co�","FALSE","0",NA,"2016-11-22 13:23:31","FALSE",NA,"801053499018637312",NA,"Twitter for Android","RAHULKANDWAR","473","TRUE","FALSE" +"7133","7133","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:23:31","FALSE",NA,"801053496912949248",NA,"Twitter for iPhone","RamlaljatINC","331","TRUE","FALSE" +"7134","7134","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:23:25","FALSE",NA,"801053474985164800",NA,"Twitter Web Client","chandeltweets","14","TRUE","FALSE" +"7135","7135","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 13:23:08","FALSE",NA,"801053402922762240",NA,"Twitter for Android","svictoriajust","59","TRUE","FALSE" +"7136","7136","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:23:08","FALSE",NA,"801053401609969664",NA,"Twitter Web Client","Anbhigya_Chetan","14","TRUE","FALSE" +"7137","7137","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:23:06","FALSE",NA,"801053394269917184",NA,"Twitter for Android","NSarika","44","TRUE","FALSE" +"7138","7138","RT @HPCL: #Demonetization +HPNEs Ladies at Mmbi extend help 4 FillingForms, Water at SBI Mahul Rd. Brnch +BringingSmilles +@dpradhanbjp @Ashut�","FALSE","0",NA,"2016-11-22 13:22:41","FALSE",NA,"801053286564503552",NA,"Twitter for iPhone","irvathoor","20","TRUE","FALSE" +"7139","7139","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:22:19","FALSE",NA,"801053197720657920",NA,"Twitter for Android","sshail5455","44","TRUE","FALSE" +"7140","7140","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 13:21:50","FALSE",NA,"801053075112796160",NA,"Twitter Web Client","Deepbansi","53","TRUE","FALSE" +"7141","7141","RT @Sanginamby: These jokers were feeling left out with all this high brow #demonetization talk. https://t.co/ia1zIg1R8c","FALSE","0",NA,"2016-11-22 13:21:43","FALSE",NA,"801053044636946432",NA,"Twitter for Windows Phone","ZaalimAnna","1","TRUE","FALSE" +"7142","7142","RT @manijgd: ""#Demonetization changed my life"" This #Kashmiri #Muslim�s Letter to PM Modi is going Massive Viral! https://t.co/Hk0sSsGjEX","FALSE","0",NA,"2016-11-22 13:21:36","FALSE",NA,"801053017785012224",NA,"Twitter for Android","0807ankit","7","TRUE","FALSE" +"7143","7143","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:21:32","FALSE",NA,"801052998969344000",NA,"Twitter for Android","nishantga","14","TRUE","FALSE" +"7144","7144","RT @MahikaInfra: @narendramodi +@Swamy39 +The success of #Demonetization will depend on how swiftly govt replenish the currency + +Pls avoid Ba�","FALSE","0",NA,"2016-11-22 13:21:22","FALSE",NA,"801052958595002368",NA,"Twitter for Android","AlokKum09692808","53","TRUE","FALSE" +"7145","7145","#Demonetization - what do you mean? + +It seems ki tere baapu ka Sara paisa is of no use now https://t.co/VZ5ZTwapL1","FALSE","0",NA,"2016-11-22 13:21:21","FALSE",NA,"801052952794464256",NA,"Twitter for Android","TheSwagGangg","0","FALSE","FALSE" +"7146","7146","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:21:19","FALSE",NA,"801052943172501504",NA,"Twitter for Windows Phone","shashwatabhisar","40","TRUE","FALSE" +"7147","7147","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:21:13","FALSE",NA,"801052921442013184",NA,"Twitter for Android","lilakanta","14","TRUE","FALSE" +"7148","7148","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-22 13:21:12","FALSE",NA,"801052917360824320",NA,"Twitter for Android","AniilkumarAnil","100","TRUE","FALSE" +"7149","7149","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:21:06","FALSE",NA,"801052891184173056",NA,"Twitter for Android","nagkedi","954","TRUE","FALSE" +"7150","7150","@AmitShah 56 innocent people have been died so far due to #demonetization , is this matter of joy and pride Shah ji ?","FALSE","12","AmitShah","2016-11-22 13:21:06","FALSE","801051666111860736","801052890957651968","1447949844","Twitter for Android","Brain_Humor","3","FALSE","FALSE" +"7151","7151","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:21:04","FALSE",NA,"801052881860182016",NA,"Twitter for Android","ndb143","954","TRUE","FALSE" +"7152","7152","RT @dna: #Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","0",NA,"2016-11-22 13:20:51","FALSE",NA,"801052826520715264",NA,"Twitter for Windows Phone","narinderCh00711","14","TRUE","FALSE" +"7153","7153","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 13:20:50","FALSE",NA,"801052822993309696",NA,"Twitter for Android","Amol_M1980","33","TRUE","FALSE" +"7154","7154","@PMOIndia @rajnathsingh why you are not asking for details of death of persons because of #Demonetization ? +This i� https://t.co/3WoPIaEBUv","FALSE","0","PMOIndia","2016-11-22 13:20:43","TRUE",NA,"801052794711134208","471741741","Twitter for Android","tbsingh1008","0","FALSE","FALSE" +"7155","7155","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:20:41","FALSE",NA,"801052784040652800",NA,"Twitter for iPhone","muntaziraapka","954","TRUE","FALSE" +"7156","7156","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:20:26","FALSE",NA,"801052720572596224",NA,"Twitter for Android","vikaschouhan520","40","TRUE","FALSE" +"7157","7157","RT @AmitHPanchal: This #Delhi Based #Startup @BookMyChotu Is Offering Paid Manpower To Stand In ATM Queues. #Demonetization #ATMWithCash ht�","FALSE","0",NA,"2016-11-22 13:20:20","FALSE",NA,"801052695721189376",NA,"Twitter for Android","ronakpanchalrr","24","TRUE","FALSE" +"7158","7158","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:20:01","FALSE",NA,"801052619032719360",NA,"Twitter for Android","krishnakkshukla","40","TRUE","FALSE" +"7159","7159","Slow claps for everyone speaking against #Demonetization and finding people to park their #BlackMoney. Yea this was� https://t.co/bmaRY64cQM","FALSE","0",NA,"2016-11-22 13:19:59","TRUE",NA,"801052607787757568",NA,"Twitter for Android","PooriDeewani","0","FALSE","FALSE" +"7160","7160","#Demonetization: 82,500 ATMs re-calibrated to dispense new notes https://t.co/BC1XHiZEdw","FALSE","20",NA,"2016-11-22 13:19:50","FALSE",NA,"801052569355231232",NA,"Twitter Web Client","dna","14","FALSE","FALSE" +"7161","7161","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:19:39","FALSE",NA,"801052523138138112",NA,"Twitter for iPhone","naveenbebra","23","TRUE","FALSE" +"7162","7162","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 13:19:22","FALSE",NA,"801052453064024064",NA,"Twitter for Android","MPRAJ3","43","TRUE","FALSE" +"7163","7163","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:19:18","FALSE",NA,"801052435317829632",NA,"Twitter for Android","crazyrals","331","TRUE","FALSE" +"7164","7164","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:19:14","FALSE",NA,"801052418456907776",NA,"Twitter for iPhone","postcolonialist","23","TRUE","FALSE" +"7165","7165","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:19:11","FALSE",NA,"801052409120235520",NA,"Twitter for Android","Omprakash1797","40","TRUE","FALSE" +"7166","7166","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:19:03","FALSE",NA,"801052373930168320",NA,"Twitter Web Client","7ramreddy7Ram","40","TRUE","FALSE" +"7167","7167","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:18:45","FALSE",NA,"801052300617732096",NA,"Twitter for Android","jangidsunil10","40","TRUE","FALSE" +"7168","7168","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:18:45","FALSE",NA,"801052299778990080",NA,"TweetDeck","purva007","40","TRUE","FALSE" +"7169","7169","RT @sudarsansand: My humble appeal to all to pl have patience and draw what they need from ATMs during this #Demonetization phase. My SandA�","FALSE","0",NA,"2016-11-22 13:18:39","FALSE",NA,"801052274638221312",NA,"Twitter for Android","follow_dash","762","TRUE","FALSE" +"7170","7170","Retweeted Dr Kumar Vishvas (@DrKumarVishwas): + +And the Oscar goes to ""Mr."" #demonetization... https://t.co/mdywoTgK3t","FALSE","0",NA,"2016-11-22 13:18:37","FALSE",NA,"801052263204560896",NA,"Facebook","RAHULKANDWAR","0","FALSE","FALSE" +"7171","7171","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:18:33","FALSE",NA,"801052249463980032",NA,"Twitter for Android","RAHULKANDWAR","954","TRUE","FALSE" +"7172","7172","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:18:29","FALSE",NA,"801052231122317312",NA,"Twitter Web Client","SujoyKabiraj","40","TRUE","FALSE" +"7173","7173","RT @AnupKaphle: A service in India lets you hire a person to stand in an ATM line for 90 rupees. https://t.co/s7FHe35JqC #demonetization","FALSE","0",NA,"2016-11-22 13:18:28","FALSE",NA,"801052227443884032",NA,"Twitter for iPhone","TIRUTAKARUKI","7","TRUE","FALSE" +"7174","7174","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:18:16","FALSE",NA,"801052178383257600",NA,"Twitter for Android","nirajntsh","960","TRUE","FALSE" +"7175","7175","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:18:12","FALSE",NA,"801052158426693632",NA,"Twitter for Android","nadupallisurya","960","TRUE","FALSE" +"7176","7176","RT @Ra_THORe: #IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP Parliamenta�","FALSE","0",NA,"2016-11-22 13:18:03","FALSE",NA,"801052122552803328",NA,"Mobile Web (M2)","kushaltanna991","40","TRUE","FALSE" +"7177","7177","#KejriKaJuth @narendramodi #Blackmoneysurgicalstrike +An in-depth Article on #demonetization +Ans to ques from where� https://t.co/HfmxyvEgnG","FALSE","0",NA,"2016-11-22 13:17:58","TRUE",NA,"801052100624928768",NA,"Twitter Web Client","DpkJshiOfficial","0","FALSE","FALSE" +"7178","7178","RT @SaraHayatShah: Whr r the soldiers of ""Nationalism""? Over 55 people hv died ""due to #demonetization"". Their lives weren't precious? No o�","FALSE","0",NA,"2016-11-22 13:17:42","FALSE",NA,"801052033633501184",NA,"Twitter for iPhone","wazimkhan","6","TRUE","FALSE" +"7179","7179","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:17:37","FALSE",NA,"801052014788497408",NA,"Twitter for Android","achalk14","44","TRUE","FALSE" +"7180","7180","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:17:29","FALSE",NA,"801051979585728512",NA,"Twitter Web Client","SunjayJK","954","TRUE","FALSE" +"7181","7181","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:17:20","FALSE",NA,"801051942118195200",NA,"Twitter for iPhone","hemantogale","23","TRUE","FALSE" +"7182","7182","#IndiaFightsCorruption The honest feel vindicated by the historic move on #Demonetization : @arunjaitley ji @ BJP P� https://t.co/HP9nJLzhy5","FALSE","121",NA,"2016-11-22 13:17:06","TRUE",NA,"801051881552408576",NA,"Twitter for Android","Ra_THORe","40","FALSE","FALSE" +"7183","7183","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 13:16:45","FALSE",NA,"801051793895657472",NA,"Mobile Web (M5)","shewatabh9","9","TRUE","FALSE" +"7184","7184","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:16:42","FALSE",NA,"801051784714141696",NA,"Twitter for Android","Anshi2017","954","TRUE","FALSE" +"7185","7185","RT @niteshplatinum: @PreetiSMenon don't waste time, come out with some fake stories of #demonetization that's what u r best at. @Sanju_Verm�","FALSE","0",NA,"2016-11-22 13:16:35","FALSE",NA,"801051752833445888",NA,"Twitter for Android","Lohana1983","1","TRUE","FALSE" +"7186","7186","It's amusing to see people who have elected Trump and opted for Brexit are giving 'gyaan' on #demonetization :D","FALSE","0",NA,"2016-11-22 13:16:25","FALSE",NA,"801051713163493376",NA,"Twitter Web Client","Nivrutii","0","FALSE","FALSE" +"7187","7187","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 13:16:06","FALSE",NA,"801051631911510016",NA,"Twitter for Android","Piyu909","10","TRUE","FALSE" +"7188","7188","RT @SAURAVK09644570: #MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress. @PM�","FALSE","0",NA,"2016-11-22 13:15:57","FALSE",NA,"801051595073089536",NA,"Twitter for Android","arunhda","6","TRUE","FALSE" +"7189","7189","So Modiji wants people's views on #Demonetization through an app survey. But, and get this, there's NO option to ""Disagree"" on any question.","FALSE","0",NA,"2016-11-22 13:15:49","FALSE",NA,"801051562462150656",NA,"Twitter Web Client","rahulbajaj","0","FALSE","FALSE" +"7190","7190","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:15:48","FALSE",NA,"801051555898265600",NA,"Twitter for Android","gr8india","44","TRUE","FALSE" +"7191","7191","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 13:15:46","FALSE",NA,"801051547731894272",NA,"Twitter for Android","I_love_Indiaa","960","TRUE","FALSE" +"7192","7192","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:15:44","FALSE",NA,"801051538429018112",NA,"Twitter for Android","MazharYaqueen","954","TRUE","FALSE" +"7193","7193","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:15:08","FALSE",NA,"801051390239879168",NA,"Twitter Web Client","arundutta2008","954","TRUE","FALSE" +"7194","7194","A way to vent your #anger? #Demonetization + +https://t.co/dACNYmSR8s","FALSE","0",NA,"2016-11-22 13:15:05","FALSE",NA,"801051375580741632",NA,"Buffer","MensXP","0","FALSE","FALSE" +"7195","7195","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:15:02","FALSE",NA,"801051363794829312",NA,"Twitter for Android","_raja_babu","23","TRUE","FALSE" +"7196","7196","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 13:14:57","FALSE",NA,"801051342458343424",NA,"Twitter for Android","GuptaNaveenJi","30","TRUE","FALSE" +"7197","7197","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:14:50","FALSE",NA,"801051312536297472",NA,"Twitter for Android","AnilKMathur","44","TRUE","FALSE" +"7198","7198","Whatever gud bjp has done dmtn for? Now seems a wasted exercise bec h wk not done. Notes shld have bn prtd b4 d announcement #Demonetization","FALSE","0",NA,"2016-11-22 13:14:25","FALSE",NA,"801051209150828544",NA,"Twitter for Android","hiroomahtani1","0","FALSE","FALSE" +"7199","7199","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:14:16","FALSE",NA,"801051170236026880",NA,"Twitter for iPhone","DinahAshiho","23","TRUE","FALSE" +"7200","7200","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 13:14:15","FALSE",NA,"801051167996440576",NA,"Twitter for iPhone","AdityaAvadhoot","59","TRUE","FALSE" +"7201","7201","RT @Bhartiya_Invest: Re-shaping India through #startups.Ways to advantageously use #DeMonetization& disruptive challenge.30Nov 10.30-7pm #9�","FALSE","0",NA,"2016-11-22 13:14:03","FALSE",NA,"801051114946691072",NA,"Twitter for Android","3tweetsis1poem","1","TRUE","FALSE" +"7202","7202","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:13:07","FALSE",NA,"801050880695042048",NA,"Twitter for Android","dakunal","331","TRUE","FALSE" +"7203","7203","The chief cretin of CNN NEWS 18 trying to incite villagers who are all for #demonetization . Snub him!!","FALSE","1",NA,"2016-11-22 13:13:00","FALSE",NA,"801050851536048128",NA,"Twitter for Android","prahladkumar33","0","FALSE","FALSE" +"7204","7204","RT @quizderek: More questions.No answers. #demonetization https://t.co/7RF51v313n","FALSE","0",NA,"2016-11-22 13:12:54","FALSE",NA,"801050826198257664",NA,"Twitter Web Client","amitkumar13557","12","TRUE","FALSE" +"7205","7205","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 13:12:44","FALSE",NA,"801050786104942592",NA,"Twitter for Android","rajeevmotog","70","TRUE","FALSE" +"7206","7206","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 13:12:44","FALSE",NA,"801050785391874048",NA,"Twitter for Android","jeetujadon","10","TRUE","FALSE" +"7207","7207","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 13:12:43","FALSE",NA,"801050780069265408",NA,"Twitter for Android","AhemedWaseem","331","TRUE","FALSE" +"7208","7208","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:12:28","FALSE",NA,"801050716961906688",NA,"Twitter for Android","ChoudhurySam1","45","TRUE","FALSE" +"7209","7209","RT @MahikaInfra: Must Vote + +After 9days of #demonetization Only 4-5Lakhs cr returned to Bank out of 14.5 Lakhs cr + +Kahan gaya 10 Lakhs Cr�","FALSE","0",NA,"2016-11-22 13:11:39","FALSE",NA,"801050509926727680",NA,"Twitter for Android","s_singh1974","104","TRUE","FALSE" +"7210","7210","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:11:01","FALSE",NA,"801050351948431360",NA,"Twitter for iPhone","AdityaAvadhoot","954","TRUE","FALSE" +"7211","7211","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 13:10:39","FALSE",NA,"801050260491542528",NA,"Twitter for Android","dhruvrastogi04","44","TRUE","FALSE" +"7212","7212","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:10:37","FALSE",NA,"801050250504900608",NA,"Twitter for Android","larger_picture","23","TRUE","FALSE" +"7213","7213","after 15 days of #demonetization today I,ve no currency of 100 rupee notes nor any new currency but still I support demonetization , do You?","FALSE","1",NA,"2016-11-22 13:10:18","FALSE",NA,"801050173849776128",NA,"Twitter Web Client","erravitanwer","0","FALSE","FALSE" +"7214","7214","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 13:09:38","FALSE",NA,"801050005721194496",NA,"Twitter for Android","Plahlu50","69","TRUE","FALSE" +"7215","7215","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 13:09:32","FALSE",NA,"801049980333002752",NA,"Twitter Web Client","DamidiReddy","42","TRUE","FALSE" +"7216","7216","#CashCrisis YATRA @CNNnews18 +If at ground zero citizen is helping citizen then which aam aadmi is affected by #Demonetization","FALSE","0",NA,"2016-11-22 13:09:24","FALSE",NA,"801049947005009920",NA,"Twitter for Android","seemanath123","0","FALSE","FALSE" +"7217","7217","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 13:09:00","FALSE",NA,"801049843275853824",NA,"Twitter for iPhone","AdityaAvadhoot","47","TRUE","FALSE" +"7218","7218","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 13:08:49","FALSE",NA,"801049798665183232",NA,"Twitter for Android","rakeshg02852791","1158","TRUE","FALSE" +"7219","7219","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 13:08:41","FALSE",NA,"801049766511591424",NA,"Twitter for Android","TheAmolPatil","471","TRUE","FALSE" +"7220","7220","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:08:26","FALSE",NA,"801049702074417152",NA,"Twitter for Android","arunmcops","23","TRUE","FALSE" +"7221","7221","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:08:20","FALSE",NA,"801049676778586112",NA,"Twitter for Android","FakeAvatar67","105","TRUE","FALSE" +"7222","7222","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 13:08:20","FALSE",NA,"801049675692314624",NA,"Twitter for iPhone","DKCP35","52","TRUE","FALSE" +"7223","7223","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:08:10","FALSE",NA,"801049633879310336",NA,"Twitter for Android","vel_jaya","105","TRUE","FALSE" +"7224","7224","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 13:08:07","FALSE",NA,"801049622537965568",NA,"Twitter for Android","VishalDadlani","45","TRUE","FALSE" +"7225","7225","RT @PedestrianPoet: Whenever I look at the #demonetization survey, I think of my Research Methodology professor giving me a 0 if I used suc�","FALSE","0",NA,"2016-11-22 13:08:04","FALSE",NA,"801049608269000704",NA,"Twitter for Android","introvertravi","3","TRUE","FALSE" +"7226","7226","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:07:31","FALSE",NA,"801049470435663872",NA,"Twitter for Android","VanikJoshi","954","TRUE","FALSE" +"7227","7227","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:07:25","FALSE",NA,"801049446125424640",NA,"Twitter for Android","anilk2100","954","TRUE","FALSE" +"7228","7228","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 13:07:11","FALSE",NA,"801049386511831040",NA,"Twitter for Android","GangaAloori","42","TRUE","FALSE" +"7229","7229","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:06:40","FALSE",NA,"801049257767620608",NA,"Twitter Web Client","AnbalaganJob","23","TRUE","FALSE" +"7230","7230","RT @anilkohli54: Aliens have take charge of India despite unpopular #demonetization, People are rooting for @BJP4INDIA.","FALSE","0",NA,"2016-11-22 13:06:28","FALSE",NA,"801049206509211648",NA,"Twitter for Android","NationalistDoc","3","TRUE","FALSE" +"7231","7231","RT @spati2012: Steps taken by Modi government to improve public convenience on #Demonetization https://t.co/CbrxWlcDKJ","FALSE","0",NA,"2016-11-22 13:06:17","FALSE",NA,"801049163332845568",NA,"Twitter for Android","malathik1129","40","TRUE","FALSE" +"7232","7232","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:06:12","FALSE",NA,"801049138783584256",NA,"Twitter for Android","mahantesharali","954","TRUE","FALSE" +"7233","7233","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 13:05:59","FALSE",NA,"801049086610681856",NA,"Twitter for Android","Jha__Pooja","1158","TRUE","FALSE" +"7234","7234","@YearOfRat @YRDeshmukh I'm told only Pondicherry result is because of #Demonetization","FALSE","0","YearOfRat","2016-11-22 13:05:49","FALSE","801035924293304320","801049043761655808","53719394","Twitter for iPhone","Nishith1608","0","FALSE","FALSE" +"7235","7235","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 13:05:38","FALSE",NA,"801048998094061568",NA,"Twitter for Android","pavan_sethi","30","TRUE","FALSE" +"7236","7236","Our #Equity Chief Mahesh Patil spoke to @_prashantnair on #Demonetization on @CNBCTV18Live today https://t.co/Q48pBepg1p� #Markets","FALSE","10",NA,"2016-11-22 13:05:29","FALSE",NA,"801048961368764416",NA,"Twitter Web Client","BSLMF","7","FALSE","FALSE" +"7237","7237","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:05:16","FALSE",NA,"801048904682782720",NA,"Twitter for iPhone","r_ktweet","23","TRUE","FALSE" +"7238","7238","RT @AartiTikoo: Anyone claiming #demonetization is a grand failure or success at this point, is selling snake oil to gullible masses.Wait f�","FALSE","0",NA,"2016-11-22 13:05:07","FALSE",NA,"801048867361865728",NA,"Twitter for Android","akhilnairashok","25","TRUE","FALSE" +"7239","7239","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:04:53","FALSE",NA,"801048808318648320",NA,"Twitter for Windows","BansaNirmal","105","TRUE","FALSE" +"7240","7240","RT @jairajp: Poor Print Quality evident much like modi govt�s Planning & Execution of #DeMonetization exercise� https://t.co/fmAjV3K4Ch","FALSE","0",NA,"2016-11-22 13:04:52","FALSE",NA,"801048804166397952",NA,"Twitter Web Client","Idukkigold","23","TRUE","FALSE" +"7241","7241","Blow to Modi. Wave receding, young don't support his #SwachchBharat and #Demonetization initiatives https://t.co/yV3EnTUrnq","FALSE","1",NA,"2016-11-22 13:04:35","FALSE",NA,"801048732959576064",NA,"Twitter for Android","KumaraVaani","0","FALSE","FALSE" +"7242","7242","RT @atulkasbekar: You have been warned | The Indian Express +Interesting read if u value different views n analysis +#demonetization https:/�","FALSE","0",NA,"2016-11-22 13:04:21","FALSE",NA,"801048673488470016",NA,"Mobile Web (M2)","K2Ketkitara","11","TRUE","FALSE" +"7243","7243","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:04:04","FALSE",NA,"801048605221994496",NA,"Twitter for Android","indianmonk1","23","TRUE","FALSE" +"7244","7244","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:04:02","FALSE",NA,"801048593331195904",NA,"Twitter for Android","ssai01","23","TRUE","FALSE" +"7245","7245","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:03:33","FALSE",NA,"801048472073826304",NA,"Twitter for Android","bkraina8700","23","TRUE","FALSE" +"7246","7246","RT @CMOMaharashtra: Watch what @sonunigam thinks about #demonetization .. https://t.co/vXt09c64zY","FALSE","0",NA,"2016-11-22 13:03:25","FALSE",NA,"801048438875901952",NA,"Twitter for Android","srushticomputer","428","TRUE","FALSE" +"7247","7247","When senior level politicians fight like school kids! +#demonetization #currencyban +@ShashiTharoor @AnupamPkher https://t.co/xvrXhPTFGi","FALSE","0",NA,"2016-11-22 13:03:13","FALSE",NA,"801048388535861248",NA,"Twitter for Android","NewsLeakCentre","0","FALSE","FALSE" +"7248","7248","After #Demonetization, #HomeLoans are expected to drop down to 7-8%. #HappyHomes https://t.co/9BoOmoPtdb","FALSE","1",NA,"2016-11-22 13:03:07","FALSE",NA,"801048363680428032",NA,"Twitter Web Client","Tata_ValueHomes","1","FALSE","FALSE" +"7249","7249","@narendramodi #MannKiBaat Sir I just wanted to let u know that I a Common Man fully support ur #Demonetization measure. Don't loose heart.","FALSE","0","narendramodi","2016-11-22 13:02:45","FALSE",NA,"801048273393827840","18839785","Twitter for Android","DarthDevilish","0","FALSE","FALSE" +"7250","7250","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 13:02:31","FALSE",NA,"801048211825623040",NA,"Twitter for Android","amitbhar10","954","TRUE","FALSE" +"7251","7251","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:02:29","FALSE",NA,"801048203323789312",NA,"Twitter for Android","navbhaarat","23","TRUE","FALSE" +"7252","7252","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:02:27","FALSE",NA,"801048198487805952",NA,"Twitter for Android","jumbohulk","23","TRUE","FALSE" +"7253","7253","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 13:02:23","FALSE",NA,"801048179378487296",NA,"Twitter for Android","Mohan_A7","42","TRUE","FALSE" +"7254","7254","I took part in the survey on @narendramodi App & shared my opinion on #Demonetization. You can also do it now! https://t.co/FDVMyah57l","FALSE","1",NA,"2016-11-22 13:02:08","FALSE",NA,"801048118720491520",NA,"Twitter for Android","Savitri4Ever","1","FALSE","FALSE" +"7255","7255","RT @PedestrianPoet: Whenever I look at the #demonetization survey, I think of my Research Methodology professor giving me a 0 if I used suc�","FALSE","0",NA,"2016-11-22 13:02:05","FALSE",NA,"801048106309517312",NA,"Twitter for Android","juneymb","3","TRUE","FALSE" +"7256","7256","@Sanju_Verma_ integrity & @PreetiSMenon r not related, she might be cooking something for #demonetization e la leather bag @meerasanyal","FALSE","1","Sanju_Verma_","2016-11-22 13:02:03","FALSE","801032401740627968","801048094880067584","2441854915","Twitter for Android","niteshplatinum","0","FALSE","FALSE" +"7257","7257","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:02:00","FALSE",NA,"801048081689100288",NA,"Twitter for Android","bgopu1973","23","TRUE","FALSE" +"7258","7258","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:01:58","FALSE",NA,"801048076181868544",NA,"Twitter for Android","amz360","23","TRUE","FALSE" +"7259","7259","@ArvindKejriwal rally against #demonetization ! +Do people really support it? Watch to find out both sides!� https://t.co/ERD1Jav1tT","FALSE","0","ArvindKejriwal","2016-11-22 13:01:55","TRUE",NA,"801048061736722432","405427035","Twitter Web Client","jankibaat1","0","FALSE","FALSE" +"7260","7260","RT @rupasubramanya: Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https�","FALSE","0",NA,"2016-11-22 13:01:42","FALSE",NA,"801048007198187520",NA,"Twitter for iPhone","vinirish","23","TRUE","FALSE" +"7261","7261","When entire nation is behind ATM centres, I lost my Wallet with all my cards and IDs. + +#ATM #Demonetization... https://t.co/rZ0rYhr7VO","FALSE","0",NA,"2016-11-22 13:01:41","FALSE",NA,"801048005034053632",NA,"Facebook","sivaditya","0","FALSE","FALSE" +"7262","7262","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 13:01:38","FALSE",NA,"801047990307790848",NA,"Mobile Web (M5)","divyansh_walia","10","TRUE","FALSE" +"7263","7263","RT @bcasglobal: The final video recording of panel discussion on #demonetization featuring @suchetadalal @EconomistDK & @patelameet https:/�","FALSE","0",NA,"2016-11-22 13:01:31","FALSE",NA,"801047960964530176",NA,"Twitter for iPhone","EconomistDK","3","TRUE","FALSE" +"7264","7264","Whenever I look at the #demonetization survey, I think of my Research Methodology professor giving me a 0 if I used such leading questions.","FALSE","11",NA,"2016-11-22 13:01:25","FALSE",NA,"801047935760748544",NA,"Twitter for Android","PedestrianPoet","3","FALSE","FALSE" +"7265","7265","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 13:01:24","FALSE",NA,"801047933214855168",NA,"Twitter for Android","kskiyer","118","TRUE","FALSE" +"7266","7266","These jokers were feeling left out with all this high brow #demonetization talk. https://t.co/ia1zIg1R8c","FALSE","0",NA,"2016-11-22 13:01:15","FALSE",NA,"801047895092793344",NA,"Twitter for iPhone","Sanginamby","1","FALSE","FALSE" +"7267","7267","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 13:01:02","FALSE",NA,"801047842122932224",NA,"Twitter for Android","ManyaPande","105","TRUE","FALSE" +"7268","7268","Let bank deposit enough of money in atms insisted of cashless or not working #currencyban #demonetization @publictvnews @tv9kannada","FALSE","0",NA,"2016-11-22 13:00:58","FALSE",NA,"801047823739297792",NA,"TweetDeck","_Deepika_N","0","FALSE","FALSE" +"7269","7269","Doesn't matter.BJP lost BIG time Panvel agricultural body polls where they not even on the board. #Demonetization https://t.co/GnTKvbAP4D","FALSE","30","rupasubramanya","2016-11-22 13:00:54","FALSE","800920300858785792","801047807763349504","151432737","Twitter for iPhone","rupasubramanya","23","FALSE","FALSE" +"7270","7270","RT @anilkohli54: Aliens have take charge of India despite unpopular #demonetization, People are rooting for @BJP4INDIA.","FALSE","0",NA,"2016-11-22 13:00:33","FALSE",NA,"801047718906896384",NA,"Twitter for Android","sbalyan","3","TRUE","FALSE" +"7271","7271","RT @ashujoshi27: This is not at all sign on failure of #Demonetization, its actually sign of local support to terrorist. https://t.co/zjWdj�","FALSE","0",NA,"2016-11-22 13:00:29","FALSE",NA,"801047703190794240",NA,"Twitter for iPad","rohitgokhale","1","TRUE","FALSE" +"7272","7272","in india, there is a digital divide,congruent to a class divide many ppl who have accounts does'nt use cards #demonetization","FALSE","0",NA,"2016-11-22 13:00:19","FALSE",NA,"801047658345336832",NA,"Twitter Web Client","shashik008","0","FALSE","FALSE" +"7273","7273","RT @YogeshDhamii: @RjHarshil @Paytm Helps me & my family in the time of #demonetization ,so I support @PMOIndia as this called #DigitalIndi�","FALSE","0",NA,"2016-11-22 13:00:18","FALSE",NA,"801047657015717888",NA,"Twitter for Android","YogeshDhamii","1","TRUE","FALSE" +"7274","7274","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 13:00:05","FALSE",NA,"801047601965473792",NA,"Twitter Web Client","nadella3","471","TRUE","FALSE" +"7275","7275","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 12:59:37","FALSE",NA,"801047485561049088",NA,"Twitter for iPhone","Sandeep81764227","53","TRUE","FALSE" +"7276","7276","People elected @narendramodi Ji for Parliament, his party's MP elected him Leader So He is PM & answerable to Parliament on #Demonetization","FALSE","0",NA,"2016-11-22 12:59:36","FALSE",NA,"801047477667233792",NA,"Twitter for BlackBerry�","HemantRitu7","0","FALSE","FALSE" +"7277","7277","RT @ashokgehlot51: First and foremost, there should be a clear guideline and arrangements for people without bank accounts. +#demonetization�","FALSE","0",NA,"2016-11-22 12:59:19","FALSE",NA,"801047410097012736",NA,"Twitter Web Client","CyberCongress","107","TRUE","FALSE" +"7278","7278","Nitish Kumar opnly supprts #Demonetization, take Red Jacket guy as Nitish in d clip ! LMAO +@vivekagnihotri� https://t.co/Wm8VLPAsYK","FALSE","0",NA,"2016-11-22 12:59:15","TRUE",NA,"801047393344991232",NA,"Twitter for Android","kohlisanjeev","0","FALSE","FALSE" +"7279","7279","RT @iindrojit: Surprise! Despite temporay hurdles, most in rural #Bengal in #Mamata's stronghold support #Modi's #demonetization move. What�","FALSE","0",NA,"2016-11-22 12:59:11","FALSE",NA,"801047375108128768",NA,"Twitter for Android","rahulrash18","299","TRUE","FALSE" +"7280","7280","RT @ashokgehlot51: The Modi Government did not do any homework or ground work before its #deMonetization declaration.","FALSE","0",NA,"2016-11-22 12:58:40","FALSE",NA,"801047245818691584",NA,"Twitter Web Client","CyberCongress","97","TRUE","FALSE" +"7281","7281","RT @OpinionPoll1: @BJP4UP @BSPUttarPradesh @samajwadiparty @IYC #Demonetization which party is more likely to win the max number of se�","FALSE","0",NA,"2016-11-22 12:58:29","FALSE",NA,"801047200478302208",NA,"Twitter for Android","OpinionPoll1","3","TRUE","FALSE" +"7282","7282","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:58:11","FALSE",NA,"801047121411481600",NA,"Mobile Web (M5)","shantanuaddict","331","TRUE","FALSE" +"7283","7283","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:58:11","FALSE",NA,"801047121013198848",NA,"Twitter for Android","The_Pkc","45","TRUE","FALSE" +"7284","7284","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:58:00","FALSE",NA,"801047077556015104",NA,"Twitter for Android","skneel1","44","TRUE","FALSE" +"7285","7285","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:57:01","FALSE",NA,"801046827676135424",NA,"Twitter for iPhone","ItWasNotMe321","30","TRUE","FALSE" +"7286","7286","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:56:39","FALSE",NA,"801046737381040128",NA,"Twitter for Android","PrativKumar","954","TRUE","FALSE" +"7287","7287","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 12:56:25","FALSE",NA,"801046679310909440",NA,"Twitter for iPhone","Miskintion","471","TRUE","FALSE" +"7288","7288","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:56:24","FALSE",NA,"801046673237549056",NA,"Twitter for Android","viv333","954","TRUE","FALSE" +"7289","7289","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:56:23","FALSE",NA,"801046669676511232",NA,"Twitter Web Client","MalayKumarGiri","44","TRUE","FALSE" +"7290","7290","I took part in the #survey on @narendramodi app & shared my opinion on the ban on old notes. https://t.co/l2Uo1wCP7S #demonetization","FALSE","0",NA,"2016-11-22 12:56:09","FALSE",NA,"801046611694452736",NA,"Twitter for Android","BeingSanjeev","0","FALSE","FALSE" +"7291","7291","private hospitals should have been included in the institutions which accepts old notes. #demonetization","FALSE","0",NA,"2016-11-22 12:56:09","FALSE",NA,"801046611350540288",NA,"Twitter Web Client","shashik008","0","FALSE","FALSE" +"7292","7292","#Demonetization and the real estate industry https://t.co/Ew3y7Rm8I0","FALSE","0",NA,"2016-11-22 12:55:53","FALSE",NA,"801046542165520384",NA,"Twitter Web Client","JurisCorpIndia","0","FALSE","FALSE" +"7293","7293","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:55:49","FALSE",NA,"801046528823468032",NA,"Twitter for Android","shrutimurugan","42","TRUE","FALSE" +"7294","7294","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:55:41","FALSE",NA,"801046493184462848",NA,"Twitter for iPhone","arjunnallula","42","TRUE","FALSE" +"7295","7295","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:55:40","FALSE",NA,"801046488797220864",NA,"Twitter for iPhone","pranay2492","42","TRUE","FALSE" +"7296","7296","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 12:55:38","FALSE",NA,"801046481243279360",NA,"Twitter for Windows","iy737","118","TRUE","FALSE" +"7297","7297","RT @WhirlingDervesh: True,WhatsApp forwards on #demonetization convinced many gullible there is no blunder and Modi as messiah will do goo�","FALSE","0",NA,"2016-11-22 12:55:29","FALSE",NA,"801046445142863872",NA,"Twitter for iPhone","achinth","4","TRUE","FALSE" +"7298","7298","RT @lzylion: Looks like SP has run out of funds #demonetization https://t.co/QIkQl7MSYN","FALSE","0",NA,"2016-11-22 12:55:02","FALSE",NA,"801046331636649984",NA,"Twitter for Android","kumaratul12","1","TRUE","FALSE" +"7299","7299","RT @ANI_news: We are ready to discuss & are open to suggestions from opposition but #demonetization will not be rolled back: Arjun Ram Megh�","FALSE","0",NA,"2016-11-22 12:54:46","FALSE",NA,"801046261453488128",NA,"Twitter for Android","jhamahakundanam","60","TRUE","FALSE" +"7300","7300","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:54:43","FALSE",NA,"801046250502098944",NA,"Twitter for iPhone","Virdisharma","44","TRUE","FALSE" +"7301","7301","Black market guys charging ..for #blackmoney 200, 100 against 500... +all are making money #demonetization https://t.co/mfutj8alhZ","FALSE","1",NA,"2016-11-22 12:54:23","FALSE",NA,"801046167257640960",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"7302","7302","This is not at all sign on failure of #Demonetization, its actually sign of local support to terrorist. https://t.co/zjWdjAjHq2","FALSE","0",NA,"2016-11-22 12:54:11","FALSE",NA,"801046118037491712",NA,"Twitter Web Client","ashujoshi27","1","FALSE","FALSE" +"7303","7303","RT @ShashiTharoor: @Rajharitas that wld also have been incomplete. There'd be no disruption if Govt agreed2 debate on #demonetization under�","FALSE","0",NA,"2016-11-22 12:54:05","FALSE",NA,"801046091235991552",NA,"Twitter for Android","suresh_ghuraiya","9","TRUE","FALSE" +"7304","7304","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:54:01","FALSE",NA,"801046074928545792",NA,"Twitter for iPhone","27amit","45","TRUE","FALSE" +"7305","7305","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 12:53:19","FALSE",NA,"801045896917983232",NA,"Twitter for Android","DarthDevilish","118","TRUE","FALSE" +"7306","7306","Stupid socialist nations dont have foolproof right to property. #Demonetization proves India is socialist #Shameful","FALSE","0",NA,"2016-11-22 12:53:15","FALSE",NA,"801045882418233344",NA,"Mobile Web (M2)","Enli8ndMuslim","0","FALSE","FALSE" +"7307","7307","@moneycontrolcom prices are going to fall for sure, as hoarders will come out with the stocks, after losing money to #Demonetization","FALSE","0","moneycontrolcom","2016-11-22 12:53:10","FALSE","801045428070293504","801045859190259712","68927629","Twitter for Android","mahajansam1","0","FALSE","FALSE" +"7308","7308","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:52:50","FALSE",NA,"801045777057345536",NA,"Twitter for Android","ndb143","44","TRUE","FALSE" +"7309","7309","RT @porinju: All good Citizens should support #DeMonetization and related initiatives by the Establishment to curtail India's social & econ�","FALSE","0",NA,"2016-11-22 12:52:45","FALSE",NA,"801045754408222720",NA,"Twitter for Android","DSGiri","62","TRUE","FALSE" +"7310","7310","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:52:25","FALSE",NA,"801045673286176768",NA,"Twitter for Android","PDrsudhakar","331","TRUE","FALSE" +"7311","7311","Fresh currency notes recovered from slain militants in Bandipora #Kashmir #Demonetization","FALSE","1",NA,"2016-11-22 12:52:12","FALSE",NA,"801045617451692032",NA,"Facebook","SrinagarTimes_","3","FALSE","FALSE" +"7312","7312","#demonetization + the avg indian wants corruptn free india.. So in d name of black money, everybody agrees, despite utmost hardships, (1/2)","FALSE","0",NA,"2016-11-22 12:52:08","FALSE",NA,"801045598463868928",NA,"Twitter for Android","gbz2016","0","FALSE","FALSE" +"7313","7313","RT @CMOMaharashtra: .@ArshadWarsi thanks Hon PM @narendramodi for the decision on #demonetization and #BlackMoney https://t.co/9AwGwJAc5w","FALSE","0",NA,"2016-11-22 12:51:56","FALSE",NA,"801045551152185344",NA,"Twitter for iPhone","ashokdhamu","381","TRUE","FALSE" +"7314","7314","6 Long-term & Positive Effects of #demonetization on Real Estate Sector of #India +See more: https://t.co/URWqhtyK8A� https://t.co/6eDup24ZSm","FALSE","1",NA,"2016-11-22 12:51:47","TRUE",NA,"801045513894146048",NA,"Twitter Web Client","Click4Flats","0","FALSE","FALSE" +"7315","7315","@PreetiSMenon don't waste time, come out with some fake stories of #demonetization that's what u r best at. @Sanju_Verma_ @meerasanyal","FALSE","2","PreetiSMenon","2016-11-22 12:51:33","FALSE","800896253382905856","801045452778917888","988858957","Twitter for Android","niteshplatinum","1","FALSE","FALSE" +"7316","7316","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 12:51:23","FALSE",NA,"801045412228558848",NA,"Twitter for Android","suresh_ghuraiya","82","TRUE","FALSE" +"7317","7317","RT @ShashiTharoor: Joined Kerala MPs protesting the exclusion of co-operative banks from #demonetization arrangements. 90% of rural savers�","FALSE","0",NA,"2016-11-22 12:51:20","FALSE",NA,"801045397728677888",NA,"Twitter for Android","suresh_ghuraiya","48","TRUE","FALSE" +"7318","7318","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:51:13","FALSE",NA,"801045368481816576",NA,"Twitter for Android","UsheshRathi","954","TRUE","FALSE" +"7319","7319","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:51:03","FALSE",NA,"801045326534578176",NA,"Twitter for Android","logicalindianz","331","TRUE","FALSE" +"7320","7320","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:50:42","FALSE",NA,"801045240991739904",NA,"Twitter for Android","Yasir8439","954","TRUE","FALSE" +"7321","7321","#Impact of #Demonetization on various #AssetClasses in #India https://t.co/tuSLvddVPT","FALSE","0",NA,"2016-11-22 12:50:33","FALSE",NA,"801045203599564800",NA,"LinkedIn","Amit0609JK","0","FALSE","FALSE" +"7322","7322","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:50:20","FALSE",NA,"801045145944633344",NA,"Twitter for Windows Phone","amol_khiste","11","TRUE","FALSE" +"7323","7323","RT @anilkohli54: Aliens have take charge of India despite unpopular #demonetization, People are rooting for @BJP4INDIA.","FALSE","0",NA,"2016-11-22 12:49:51","FALSE",NA,"801045026969006080",NA,"Twitter for Android","vatsmanoj55","3","TRUE","FALSE" +"7324","7324","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:49:38","FALSE",NA,"801044970316693504",NA,"Twitter for Android","NanditaSoibam","45","TRUE","FALSE" +"7325","7325","RT @WhirlingDervesh: True,WhatsApp forwards on #demonetization convinced many gullible there is no blunder and Modi as messiah will do goo�","FALSE","0",NA,"2016-11-22 12:49:33","FALSE",NA,"801044950926368768",NA,"Twitter for Android","indieanarch","4","TRUE","FALSE" +"7326","7326","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:49:04","FALSE",NA,"801044829404852224",NA,"Twitter for Android","ManpreetSKamboj","954","TRUE","FALSE" +"7327","7327","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:49:00","FALSE",NA,"801044813927874560",NA,"Twitter for Android","kishorforyou","44","TRUE","FALSE" +"7328","7328","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:48:56","FALSE",NA,"801044796865396736",NA,"TweetCaster for Android","iamsmithaa","45","TRUE","FALSE" +"7329","7329","Given the current wave of #demonetization in the country, the quickest way to double your money is to fold it & keep it back in your pocket","FALSE","1",NA,"2016-11-22 12:48:32","FALSE",NA,"801044692473253888",NA,"Twitter for iPhone","meet_murtaza","1","FALSE","FALSE" +"7330","7330","RT @porinju: All good Citizens should support #DeMonetization and related initiatives by the Establishment to curtail India's social & econ�","FALSE","0",NA,"2016-11-22 12:48:23","FALSE",NA,"801044657341943808",NA,"Twitter for Android","praveenbp21aug","62","TRUE","FALSE" +"7331","7331","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:48:01","FALSE",NA,"801044565587173376",NA,"Twitter for Android","osman_ali187","44","TRUE","FALSE" +"7332","7332","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:48:00","FALSE",NA,"801044560700768256",NA,"Twitter for Android","harsha_raghu","45","TRUE","FALSE" +"7333","7333","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 12:47:45","FALSE",NA,"801044497320660992",NA,"Twitter for iPhone","BhanuKantiDhar","471","TRUE","FALSE" +"7334","7334","RT @psweta16: I can assure you all that your sacrifice won't go in vain: PM Narendra Modi in Agra, Uttar Pradesh #BlackMoney #demonetization","FALSE","0",NA,"2016-11-22 12:47:24","FALSE",NA,"801044408728580096",NA,"Twitter for Android","PrajwalMehta1","7","TRUE","FALSE" +"7335","7335","RT @SanklechaD: By supporting #Demonetization Anna Hajare Proved that #KejriKaJuth & always spreads false Propaganda + +Rt if agree","FALSE","0",NA,"2016-11-22 12:47:09","FALSE",NA,"801044346946523136",NA,"Twitter for Android","1karnareddy","1","TRUE","FALSE" +"7336","7336","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:46:38","FALSE",NA,"801044215677341696",NA,"Twitter Web Client","Dasmld","30","TRUE","FALSE" +"7337","7337","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:46:21","FALSE",NA,"801044145225736192",NA,"Twitter for Android","proudpunjabi30","954","TRUE","FALSE" +"7338","7338","RT @BwDisrupt: How #startups & #SMEs are impacted by #demonetization: #survey @LocalCircles @rsardana @sangwan_sujata @BabuBeg https://t.co�","FALSE","0",NA,"2016-11-22 12:46:16","FALSE",NA,"801044122014392320",NA,"Twitter Web Client","sangwan_sujata","3","TRUE","FALSE" +"7339","7339","RT @nitinSPEAKs: . @Meltwater analysis on #industrywide reactions over #Demonetization on #digitalmedia #realestate #travel #wedding +https�","FALSE","0",NA,"2016-11-22 12:45:55","FALSE",NA,"801044034613493760",NA,"RealEstateBot","RealEstateB0t","1","TRUE","FALSE" +"7340","7340","RT @porinju: All good Citizens should support #DeMonetization and related initiatives by the Establishment to curtail India's social & econ�","FALSE","0",NA,"2016-11-22 12:45:52","FALSE",NA,"801044021770481664",NA,"Twitter Web Client","JayHinduRastram","62","TRUE","FALSE" +"7341","7341","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 12:45:50","FALSE",NA,"801044015676198912",NA,"Twitter for Android","niftylover575","82","TRUE","FALSE" +"7342","7342","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:45:40","FALSE",NA,"801043974144356352",NA,"Twitter for Android","AnupSharmIndian","954","TRUE","FALSE" +"7343","7343","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:45:35","FALSE",NA,"801043952505733120",NA,"Twitter for Android","babucrpfdelhi","44","TRUE","FALSE" +"7344","7344","RT @WhirlingDervesh: True,WhatsApp forwards on #demonetization convinced many gullible there is no blunder and Modi as messiah will do goo�","FALSE","0",NA,"2016-11-22 12:45:21","FALSE",NA,"801043892149878784",NA,"Twitter for Android","iaawara","4","TRUE","FALSE" +"7345","7345","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:45:05","FALSE",NA,"801043825754046464",NA,"Twitter for iPhone","AbhiiAwasthi","954","TRUE","FALSE" +"7346","7346","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804442591232",NA,"TweetDeck","naveenk256","6","TRUE","FALSE" +"7347","7347","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804434239488",NA,"TweetDeck","balmukundkmr","6","TRUE","FALSE" +"7348","7348","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804417495040",NA,"TweetDeck","TrendsSolution","6","TRUE","FALSE" +"7349","7349","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804354527232",NA,"TweetDeck","thisis_gupta","6","TRUE","FALSE" +"7350","7350","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804341944320",NA,"TweetDeck","naveendgeek","6","TRUE","FALSE" +"7351","7351","RT @neveraever: PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:45:00","FALSE",NA,"801043804287418368",NA,"TweetDeck","KemiPatro","6","TRUE","FALSE" +"7352","7352","Re-shaping India through #startups.Ways to advantageously use #DeMonetization& disruptive challenge.30Nov 10.30-7pm� https://t.co/KRIcBNMk4k","FALSE","3",NA,"2016-11-22 12:44:29","TRUE",NA,"801043677250523136",NA,"Twitter Web Client","Bhartiya_Invest","1","FALSE","FALSE" +"7353","7353","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 12:44:21","FALSE",NA,"801043640965480448",NA,"Twitter for Android","dineshayan1","10","TRUE","FALSE" +"7354","7354","Rs 2000's new currency recovered from a Terrorist,Just pointed out as ModiJi said #Demonetization will help to fight against Terriorism ?How","FALSE","0",NA,"2016-11-22 12:44:17","FALSE",NA,"801043624347705344",NA,"Twitter for BlackBerry�","HemantRitu7","0","FALSE","FALSE" +"7355","7355","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:43:53","FALSE",NA,"801043524670005248",NA,"Twitter for Windows Phone","MikeDesai","331","TRUE","FALSE" +"7356","7356","RT @RamraoKP_: Exactly #PMSavedKashmir after #demonetization Pakistan sponsored stone palters disappeared from Kashmir :) Thanku pm @naren�","FALSE","0",NA,"2016-11-22 12:43:44","FALSE",NA,"801043488087240704",NA,"Mobile Web (M5)","JesusChristCh2","15","TRUE","FALSE" +"7357","7357","True,WhatsApp forwards on #demonetization convinced many gullible there is no blunder and Modi as messiah will do� https://t.co/RScOYjOYsu","FALSE","4",NA,"2016-11-22 12:43:36","TRUE",NA,"801043453211791360",NA,"Twitter Web Client","WhirlingDervesh","4","FALSE","FALSE" +"7358","7358","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:43:30","FALSE",NA,"801043429295693824",NA,"Twitter Web Client","vinaleekha1","45","TRUE","FALSE" +"7359","7359","PM @narendramodi wants your views on #demonetization https://t.co/t6G8upEwTN","FALSE","0",NA,"2016-11-22 12:43:13","FALSE",NA,"801043356071534592",NA,"TweetDeck","neveraever","6","FALSE","FALSE" +"7360","7360","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:43:13","FALSE",NA,"801043355899691008",NA,"Twitter for Android","1azharqureshi","954","TRUE","FALSE" +"7361","7361","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:43:10","FALSE",NA,"801043342561722368",NA,"Twitter Web Client","bankim_boss","954","TRUE","FALSE" +"7362","7362","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:42:42","FALSE",NA,"801043226270388224",NA,"Twitter for iPhone","Bharath_B2","45","TRUE","FALSE" +"7363","7363","By supporting #Demonetization Anna Hajare Proved that #KejriKaJuth & always spreads false Propaganda + +Rt if agree","FALSE","2",NA,"2016-11-22 12:42:25","FALSE",NA,"801043153394470912",NA,"Twitter for Android","SanklechaD","1","FALSE","FALSE" +"7364","7364","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:42:19","FALSE",NA,"801043131697221632",NA,"Twitter for iPhone","naveenbebra","44","TRUE","FALSE" +"7365","7365","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:42:17","FALSE",NA,"801043120225820672",NA,"Twitter Web Client","narendranadhj","42","TRUE","FALSE" +"7366","7366","RT @Shr3yanshS: Why #demonetization was needed and its overall impact. +https://t.co/rjQU4LQ2UI +From some1 who knows what he is talking abo�","FALSE","0",NA,"2016-11-22 12:42:00","FALSE",NA,"801043051489595392",NA,"Mobile Web (M5)","ana9mika","31","TRUE","FALSE" +"7367","7367","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:41:46","FALSE",NA,"801042991150493696",NA,"Twitter for iPhone","kaurrjit","44","TRUE","FALSE" +"7368","7368","#Demonetization also #WINs https://t.co/tLnpBnYvaR","FALSE","0",NA,"2016-11-22 12:41:26","FALSE",NA,"801042909692837888",NA,"Facebook","AnvitAwasthee","0","FALSE","FALSE" +"7369","7369","Aliens have take charge of India despite unpopular #demonetization, People are rooting for @BJP4INDIA.","FALSE","6",NA,"2016-11-22 12:41:01","FALSE",NA,"801042801353891840",NA,"Twitter Web Client","anilkohli54","3","FALSE","FALSE" +"7370","7370","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 12:40:19","FALSE",NA,"801042626820657152",NA,"Twitter for Android","acharyaprakash","43","TRUE","FALSE" +"7371","7371","At ATM in Gurgaon with new 500 rs. Note the huge queues. Total number of people in queue - 3 #ATMqueue� https://t.co/xIn9EirfOT","FALSE","0",NA,"2016-11-22 12:40:17","TRUE",NA,"801042619287539712",NA,"Twitter Web Client","harshogle1","0","FALSE","FALSE" +"7372","7372","RT @JammuKashmir5: #Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest #Gui�","FALSE","0",NA,"2016-11-22 12:40:15","FALSE",NA,"801042610550779904",NA,"Mobile Web (M5)","zutshisanjay","10","TRUE","FALSE" +"7373","7373",". @Meltwater analysis on #industrywide reactions over #Demonetization on #digitalmedia #realestate #travel #wedding +https://t.co/SJ8saZPapZ","FALSE","1",NA,"2016-11-22 12:40:15","FALSE",NA,"801042609334403072",NA,"Twitter Web Client","nitinSPEAKs","1","FALSE","FALSE" +"7374","7374","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:40:11","FALSE",NA,"801042591760334848",NA,"Twitter for iPhone","mokrish","45","TRUE","FALSE" +"7375","7375","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:39:39","FALSE",NA,"801042458452885504",NA,"Twitter for Android","ShyamLalAggarw1","331","TRUE","FALSE" +"7376","7376","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 12:39:35","FALSE",NA,"801042441897934848",NA,"Twitter for Android","RohitPa22192942","9","TRUE","FALSE" +"7377","7377","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 12:39:13","FALSE",NA,"801042351867064320",NA,"Twitter for Android","PintuInsa","9","TRUE","FALSE" +"7378","7378","In lieu of #demonetization,a big win. +Congrats @CMMadhyaPradesh https://t.co/8waIPUDkZb","FALSE","0",NA,"2016-11-22 12:39:00","FALSE",NA,"801042294631702528",NA,"Twitter for Android","maana2006","0","FALSE","FALSE" +"7379","7379","#Demonetization move has dealt a body blow to the nefarious designs of #Pakistan-#Separatist nexus. + +#KashmirUnrest� https://t.co/iYAVYKNgyE","FALSE","9",NA,"2016-11-22 12:38:55","TRUE",NA,"801042275627208704",NA,"Twitter Web Client","JammuKashmir5","10","FALSE","FALSE" +"7380","7380","what about the unaccounted money in the non-liquid assets #demonetization","FALSE","0",NA,"2016-11-22 12:38:49","FALSE",NA,"801042248011943936",NA,"Twitter Web Client","shashik008","0","FALSE","FALSE" +"7381","7381","What if? #UID #Demonetization https://t.co/Qg4gPHm8lh","FALSE","1",NA,"2016-11-22 12:38:42","FALSE",NA,"801042218144309248",NA,"Twitter for iPhone","ParomaMukherjee","0","FALSE","FALSE" +"7382","7382","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:38:40","FALSE",NA,"801042211366375424",NA,"Twitter for Android","AAPlogical","44","TRUE","FALSE" +"7383","7383","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 12:38:32","FALSE",NA,"801042177786658816",NA,"Twitter for Android","danish_daiz","9","TRUE","FALSE" +"7384","7384","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:38:27","FALSE",NA,"801042157754728448",NA,"Twitter for Android","chowhanpriyanka","954","TRUE","FALSE" +"7385","7385","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:38:20","FALSE",NA,"801042128738492416",NA,"Twitter for iPhone","urmilarwt1","954","TRUE","FALSE" +"7386","7386","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:37:51","FALSE",NA,"801042006541668352",NA,"Twitter for Android","SourabhJainIET","30","TRUE","FALSE" +"7387","7387","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:37:51","FALSE",NA,"801042006247997440",NA,"Twitter for Android","LodhAmar","45","TRUE","FALSE" +"7388","7388","NDA Win #Bypolls than @INCIndia @AamAadmiParty @ArvindKejriwal in shock no #demonetization effect means People of India anti nation","FALSE","0",NA,"2016-11-22 12:37:42","FALSE",NA,"801041968369254400",NA,"Twitter Web Client","adv_rgoyal","0","FALSE","FALSE" +"7389","7389","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:37:40","FALSE",NA,"801041961666809856",NA,"Twitter for iPhone","vikramch","19","TRUE","FALSE" +"7390","7390","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:37:40","FALSE",NA,"801041960337166336",NA,"Twitter for Android","singiskingmanu","954","TRUE","FALSE" +"7391","7391","@PTI_News #Demonetization is one of biggest steps towards BLACKMONEY& CORRUPTION in India.","FALSE","0","PTI_News","2016-11-22 12:37:17","FALSE",NA,"801041864925200384","245687754","Twitter Web Client","Shyam74654Singh","0","FALSE","FALSE" +"7392","7392","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:37:09","FALSE",NA,"801041828648652800",NA,"Twitter for Android","nitinyp","954","TRUE","FALSE" +"7393","7393","RT @NewDelhiTimesIN: Is the #demonetization of 1000 & 500 notes good for India? + +@AmitShah @OfficeOfRG @PMOIndia @BJP4India","FALSE","0",NA,"2016-11-22 12:37:04","FALSE",NA,"801041807383654400",NA,"Twitter for Android","M_r_ahir","368","TRUE","FALSE" +"7394","7394","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:36:49","FALSE",NA,"801041746255872000",NA,"Twitter for Android","ChandokSumeet","331","TRUE","FALSE" +"7395","7395","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:36:33","FALSE",NA,"801041678643523584",NA,"Twitter for Android","SwarajEkSankalp","45","TRUE","FALSE" +"7396","7396","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:36:31","FALSE",NA,"801041672213700608",NA,"Twitter for iPhone","YasirRehman02","44","TRUE","FALSE" +"7397","7397","Bypolls: BJP retains Lok Sabha, Assembly seats in MP +what about congress which raises the #demonetization issue in� https://t.co/LkYCDQfQDZ","FALSE","1",NA,"2016-11-22 12:36:30","TRUE",NA,"801041666081783808",NA,"Twitter for Android","anil_khandal","1","FALSE","FALSE" +"7398","7398","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 12:36:27","FALSE",NA,"801041654551613440",NA,"Twitter for Android","RajsinghBodh","53","TRUE","FALSE" +"7399","7399","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:36:20","FALSE",NA,"801041624797216768",NA,"Twitter for iPhone","jhon23camp","44","TRUE","FALSE" +"7400","7400","RT @dibang: #Demonetization: Some shows have been cancelled in NCPA #Mumbai +Must watch #ManganiyarClassroom on 24 Nov +Don't let this oppor�","FALSE","0",NA,"2016-11-22 12:35:39","FALSE",NA,"801041451442315264",NA,"Twitter for iPhone","gizelethakral","19","TRUE","FALSE" +"7401","7401","RT @aartic02: But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","0",NA,"2016-11-22 12:35:01","FALSE",NA,"801041291509252096",NA,"Twitter for iPhone","amitazad67","44","TRUE","FALSE" +"7402","7402","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 12:34:53","FALSE",NA,"801041259561222144",NA,"Twitter for Android","SreeHarsha2015","520","TRUE","FALSE" +"7403","7403","corrupt once is corrupt always.#demonetization","FALSE","0",NA,"2016-11-22 12:34:52","FALSE",NA,"801041256675569664",NA,"Twitter Web Client","shashik008","0","FALSE","FALSE" +"7404","7404","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 12:34:27","FALSE",NA,"801041150454808576",NA,"Twitter Web Client","sociogk","1158","TRUE","FALSE" +"7405","7405","#Demonetization positive for investment: Ex-RBI Guv D Subbarao hails move + https://t.co/pQchRZcFQ5 + +via NMApp https://t.co/bKZy546EAI","FALSE","0",NA,"2016-11-22 12:34:24","FALSE",NA,"801041137892896768",NA,"Twitter for iPhone","oza_nisarg","0","FALSE","FALSE" +"7406","7406","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:34:16","FALSE",NA,"801041103017234432",NA,"Twitter for Android","gagandeepbisht","42","TRUE","FALSE" +"7407","7407","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 12:34:14","FALSE",NA,"801041094481846272",NA,"Twitter for Android","NasteranHaideri","47","TRUE","FALSE" +"7408","7408","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 12:34:00","FALSE",NA,"801041036860485632",NA,"Twitter for Android","salman_ki_news","15","TRUE","FALSE" +"7409","7409","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 12:33:59","FALSE",NA,"801041031101825024",NA,"Twitter for iPhone","RamaY_BRF","471","TRUE","FALSE" +"7410","7410","RT @ranjithrajvasam: #DeMonetization in 5 seconds! https://t.co/C52xy5TNDI","FALSE","0",NA,"2016-11-22 12:33:53","FALSE",NA,"801041006153986048",NA,"Twitter Web Client","Bhavabhuthi","4","TRUE","FALSE" +"7411","7411","Abdul Hadi Shaikh - CEO of https://t.co/wYi3gy9782, on the effects of #Demonetization on #Forex industry:� https://t.co/QZeLHKO97M","FALSE","0",NA,"2016-11-22 12:33:51","TRUE",NA,"801040999975763968",NA,"Twitter Web Client","fxkart","0","FALSE","FALSE" +"7412","7412","But Modi & Chamchas told Terrorism wiped off after #Demonetization https://t.co/X2ME55oPks","FALSE","30",NA,"2016-11-22 12:33:36","FALSE",NA,"801040935098269696",NA,"Twitter for Android","aartic02","44","FALSE","FALSE" +"7413","7413","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 12:33:29","FALSE",NA,"801040907491545088",NA,"Twitter for iPhone","M_AHKhan","53","TRUE","FALSE" +"7414","7414","for more people to get into banking system ,#demonetization helps. atleast financial literacy would improve.","FALSE","0",NA,"2016-11-22 12:33:29","FALSE",NA,"801040906396659712",NA,"Twitter Web Client","shashik008","0","FALSE","FALSE" +"7415","7415","@ManUtd @adidas offer #Messi of @FCBarcelona 0.1% of deposits in India's banks in last 7 days #staggering� https://t.co/0nl3bOIa1m","FALSE","1","ManUtd","2016-11-22 12:33:23","TRUE",NA,"801040883856576512","558797310","Twitter for Android","NarendraGanpule","0","FALSE","FALSE" +"7416","7416","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 12:33:06","FALSE",NA,"801040811659923456",NA,"Twitter for Android","0807ankit","52","TRUE","FALSE" +"7417","7417","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:33:04","FALSE",NA,"801040800654249984",NA,"Twitter for Android","Afzza_00","45","TRUE","FALSE" +"7418","7418","RT @myvotetoday: PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried about the c�","FALSE","0",NA,"2016-11-22 12:33:02","FALSE",NA,"801040795423805440",NA,"Twitter for Android","sunsomu","9","TRUE","FALSE" +"7419","7419","First killed ..now beaten, next put jail #demonetization @OfficeOfRG @digvijaya_28 #RahulGandhi https://t.co/rFefr7z0rZ","FALSE","0",NA,"2016-11-22 12:33:01","FALSE",NA,"801040788939538432",NA,"TweetCaster for Android","iamsmithaa","0","FALSE","FALSE" +"7420","7420","#Demonetization: People in northeastern states welcome PM Modi's move against black money + https://t.co/yxPH0XP1HB https://t.co/nPTpqgNvzJ","FALSE","0",NA,"2016-11-22 12:33:01","FALSE",NA,"801040788134064128",NA,"Twitter for iPhone","oza_nisarg","0","FALSE","FALSE" +"7421","7421","New Delhi: @AamAadmiParty demonstration against #demonetization https://t.co/w6zRXKQG7o https://t.co/lCgeV8qLNU","FALSE","0",NA,"2016-11-22 12:32:57","FALSE",NA,"801040772074242048",NA,"SocialNews_agk4444","agk4444","0","FALSE","FALSE" +"7422","7422","New Delhi: @AamAadmiParty demonstration against #demonetization https://t.co/Bewk33ZsZn https://t.co/lW4jUOvuZ6","FALSE","0",NA,"2016-11-22 12:32:50","FALSE",NA,"801040743389425664",NA,"SocialNewsXYZ","socialnews_xyz","0","FALSE","FALSE" +"7423","7423","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 12:32:42","FALSE",NA,"801040707796365312",NA,"Twitter for Android","singh20016","47","TRUE","FALSE" +"7424","7424","New #Delhi: #AAP #demonstration against #demonetization https://t.co/w6zRXL8gYW","FALSE","0",NA,"2016-11-22 12:32:31","FALSE",NA,"801040662577627136",NA,"WordPress.com","agk4444","0","FALSE","FALSE" +"7425","7425","RT @rajeev_mp: Today again #demonetization debate in Parlmnt stalled due to disruption ! i dont undrstnd why oppstn wants to stall its ow�","FALSE","0",NA,"2016-11-22 12:32:28","FALSE",NA,"801040651034857472",NA,"Twitter for Android","Hitarth1987","471","TRUE","FALSE" +"7426","7426","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:32:28","FALSE",NA,"801040650107924480",NA,"Twitter for Android","dommatsdb","19","TRUE","FALSE" +"7427","7427","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:32:27","FALSE",NA,"801040646865879040",NA,"Twitter for iPhone","RichaVarshneyG","954","TRUE","FALSE" +"7428","7428","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:32:24","FALSE",NA,"801040633469120512",NA,"Twitter for Android","vm54733","42","TRUE","FALSE" +"7429","7429","New #Delhi: #AAP #demonstration against #demonetization... https://t.co/deggnwiFYi","FALSE","0",NA,"2016-11-22 12:32:19","FALSE",NA,"801040614099972096",NA,"Facebook","socialnews_xyz","0","FALSE","FALSE" +"7430","7430","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:32:16","FALSE",NA,"801040599189176320",NA,"Twitter for Android","i_anilkumar","42","TRUE","FALSE" +"7431","7431","RT @TarekFatah: ~ @ArvindKejriwal loses his temper at BBC reporter who questions AAP ldr's link between suicides & #demonetization. https:�","FALSE","0",NA,"2016-11-22 12:31:58","FALSE",NA,"801040526728273920",NA,"Twitter for Android","kumar_jasbir","305","TRUE","FALSE" +"7432","7432","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:31:34","FALSE",NA,"801040425213640704",NA,"Twitter for Android","AamirSelf","954","TRUE","FALSE" +"7433","7433","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:31:24","FALSE",NA,"801040382939131904",NA,"Twitter for iPhone","JawedTweets","42","TRUE","FALSE" +"7434","7434","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 12:31:14","FALSE",NA,"801040341788831744",NA,"Twitter for Android","BoleParag","82","TRUE","FALSE" +"7435","7435","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:31:02","FALSE",NA,"801040289078988800",NA,"Twitter for Android","mrrdchavan","30","TRUE","FALSE" +"7436","7436","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:31:00","FALSE",NA,"801040281361641472",NA,"Twitter for Android","27a41de2a89b454","331","TRUE","FALSE" +"7437","7437","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 12:30:48","FALSE",NA,"801040231268904960",NA,"Twitter Web Client","manavsaraf","82","TRUE","FALSE" +"7438","7438","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 12:30:46","FALSE",NA,"801040221349347328",NA,"Twitter for iPhone","SarcasticSaint","38","TRUE","FALSE" +"7439","7439","#Demonetization Woes... https://t.co/lv2w5RESaf","FALSE","0",NA,"2016-11-22 12:30:39","FALSE",NA,"801040194413674496",NA,"Facebook","jayrsamal","0","FALSE","FALSE" +"7440","7440","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:30:31","FALSE",NA,"801040159282065408",NA,"Twitter Web Client","theAR_speaks","42","TRUE","FALSE" +"7441","7441","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:30:26","FALSE",NA,"801040140936171520",NA,"Twitter for Android","pankaj1577","954","TRUE","FALSE" +"7442","7442","#Demonetization: #RBI gives borrowers extra 60 days to repay home, car #loans up to Rs 1 Cr |� https://t.co/hVZQbPWb18","FALSE","0",NA,"2016-11-22 12:30:08","TRUE",NA,"801040063299747840",NA,"Buffer","SumedhaFiscal","0","FALSE","FALSE" +"7443","7443","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:30:03","FALSE",NA,"801040044316192768",NA,"Twitter for Android","vikashkumarran1","954","TRUE","FALSE" +"7444","7444","PM #Modi's #demonetization move has received massive public approval. + +Why are #KejriPappuDidiTypes so worried abou� https://t.co/gIHHnaTmuH","FALSE","26","myvotetoday","2016-11-22 12:30:02","TRUE","801033543476342784","801040040449015808","3683007026","TweetDeck","myvotetoday","9","FALSE","FALSE" +"7445","7445","How would #demonetization impact Indian #realestate? Industry experts share their insights via @Realty_Et https://t.co/M41zVvbJG6","FALSE","3",NA,"2016-11-22 12:30:01","FALSE",NA,"801040034891563008",NA,"TweetDeck","LODHA","1","FALSE","FALSE" +"7446","7446","RT @Vidyut: Modi is India's (possibly the world') first Prime Minister to single handedly bring about a recession. #demonetization https://�","FALSE","0",NA,"2016-11-22 12:29:52","FALSE",NA,"801039995309916160",NA,"Mobile Web (M5)","BrainandMoney","82","TRUE","FALSE" +"7447","7447","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:29:33","FALSE",NA,"801039916670939136",NA,"Twitter for Android","subramaniankr6","19","TRUE","FALSE" +"7448","7448","RT @vanichandra2010: If Tripura is bench mark, #Demonetization had positive impact. BJP gains 20% vote. Congress loses 41%. Other seats�","FALSE","0",NA,"2016-11-22 12:28:59","FALSE",NA,"801039773368365056",NA,"Twitter for Android","hustler243","8","TRUE","FALSE" +"7449","7449","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:28:46","FALSE",NA,"801039719316340736",NA,"Twitter for Android","sukhadevsangale","954","TRUE","FALSE" +"7450","7450","@PMOIndia 2day in Assam...absolutely no issues with respect to #demonetization. Sitting in Mumbai I use 2 think may b but not at all. #happy","FALSE","0","PMOIndia","2016-11-22 12:28:39","FALSE",NA,"801039691906564096","471741741","Twitter for Android","KetanJain5","0","FALSE","FALSE" +"7451","7451","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:28:26","FALSE",NA,"801039635690426368",NA,"Twitter for Android","TwitTwats18","11","TRUE","FALSE" +"7452","7452","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:27:59","FALSE",NA,"801039523811561472",NA,"Twitter for Android","Khadim_Dar","331","TRUE","FALSE" +"7453","7453","It is fact that unprepared #Demonetization has severely affected common man and economy regardless to debate in favor or against it.","FALSE","0",NA,"2016-11-22 12:27:37","FALSE",NA,"801039431763300352",NA,"Twitter for iPhone","PCS8171","0","FALSE","FALSE" +"7454","7454","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:27:25","FALSE",NA,"801039378772410368",NA,"Twitter Web Client","Jugnort","45","TRUE","FALSE" +"7455","7455","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:27:22","FALSE",NA,"801039368475459584",NA,"Twitter Web Client","nroshu","42","TRUE","FALSE" +"7456","7456","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:27:14","FALSE",NA,"801039335759876096",NA,"Twitter for Android","rohit4aap","42","TRUE","FALSE" +"7457","7457","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 12:27:12","FALSE",NA,"801039324028502016",NA,"Twitter for iPhone","M_AHKhan","59","TRUE","FALSE" +"7458","7458","RT @TheHapppySoul: Don't believe what you randomly read on #SocialMedia about #Demonetization. Give it some time! #GoodThings take time!","FALSE","0",NA,"2016-11-22 12:26:59","FALSE",NA,"801039271138193408",NA,"Twitter for Android","Punitspeaks","1","TRUE","FALSE" +"7459","7459","A positive story for #demonetization https://t.co/dm4Jm6oaLE","FALSE","0",NA,"2016-11-22 12:26:51","FALSE",NA,"801039237717991424",NA,"Twitter Web Client","YudhajitDutta","0","FALSE","FALSE" +"7460","7460","Following #Demonetization of Rs500/1K notes and launch of Rs2K notes... https://t.co/oH96iTuvsk � https://t.co/xKfcZcdiaa","FALSE","2",NA,"2016-11-22 12:26:45","FALSE",NA,"801039214540296192",NA,"Twitter Web Client","dpurkayastha","2","FALSE","FALSE" +"7461","7461","Where advertising failed to cut cigarette smoking, #Demonetization created a cash crunch and cut cigarette sales by 40%","FALSE","1",NA,"2016-11-22 12:26:45","FALSE",NA,"801039210878816256",NA,"Twitter for iPad","ArunShanbhag","0","FALSE","FALSE" +"7462","7462","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 12:26:32","FALSE",NA,"801039159850778624",NA,"Twitter Web Client","kumarshyam","13","TRUE","FALSE" +"7463","7463","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:26:16","FALSE",NA,"801039089726267392",NA,"Twitter for Android","NeerajGoyal8","45","TRUE","FALSE" +"7464","7464","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:26:11","FALSE",NA,"801039068024815616",NA,"Twitter for Android","msinghmk","331","TRUE","FALSE" +"7465","7465","RT @IndiaHistorypic: 1980s :: Narendra Modi Meeting People To Understand Their Problems +#Demonetization #IAmWithModi #SupportModi https:�","FALSE","0",NA,"2016-11-22 12:26:09","FALSE",NA,"801039060600881152",NA,"Twitter Web Client","mitrasaurav","139","TRUE","FALSE" +"7466","7466","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:26:06","FALSE",NA,"801039048584237056",NA,"Twitter for Android","harrypande","42","TRUE","FALSE" +"7467","7467","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:26:05","FALSE",NA,"801039046130577408",NA,"Twitter for Android","rooster16111611","331","TRUE","FALSE" +"7468","7468","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 12:26:03","FALSE",NA,"801039038031560704",NA,"Twitter for Android","_Baatcutter","118","TRUE","FALSE" +"7469","7469","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:26:02","FALSE",NA,"801039031492558848",NA,"Twitter Web Client","harshmaghade","954","TRUE","FALSE" +"7470","7470","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:25:57","FALSE",NA,"801039012085411840",NA,"Twitter for Android","madanmohanakut1","42","TRUE","FALSE" +"7471","7471","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 12:25:48","FALSE",NA,"801038973124513792",NA,"Twitter for Android","khaleelwarsi","82","TRUE","FALSE" +"7472","7472","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:25:39","FALSE",NA,"801038937036730368",NA,"Twitter for Android","Jiteshsachdeva0","331","TRUE","FALSE" +"7473","7473","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:25:30","FALSE",NA,"801038897211916288",NA,"Twitter for Android","jethiankur","954","TRUE","FALSE" +"7474","7474","Kya yeh sach hai Kejri ji..Surprisingly after #demonetization Aaptard's moronic trends also stopped!! #KejriKaJuth #tweetlikekejriwal","FALSE","0",NA,"2016-11-22 12:25:27","FALSE",NA,"801038886184988672",NA,"Twitter for Android","mehul028","0","FALSE","FALSE" +"7475","7475","RT @sitaramlamba: Cooperative banks shut down, sowing season completely disrupted, agri markets & Farmers badly affected #demonetization","FALSE","0",NA,"2016-11-22 12:25:20","FALSE",NA,"801038854232805376",NA,"Twitter for Android","khaleelwarsi","22","TRUE","FALSE" +"7476","7476","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:25:17","FALSE",NA,"801038841750503424",NA,"Twitter for Android","vijaymohanrao27","42","TRUE","FALSE" +"7477","7477","RT @ziaahmedkhan: Destruction and Inefficient and Incapable #demonetization https://t.co/aFPRGv8qSi","FALSE","0",NA,"2016-11-22 12:25:15","FALSE",NA,"801038836604149760",NA,"Twitter for Android","Mhmd2030","2","TRUE","FALSE" +"7478","7478","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 12:24:59","FALSE",NA,"801038769050689536",NA,"Twitter for Android","shaikhtalib2","1158","TRUE","FALSE" +"7479","7479","#MSMEMinistry to meet #industry representatives on Nov 24 to discuss impact of #demonetization +#MyMSME� https://t.co/1bGBYHZd7y","FALSE","0",NA,"2016-11-22 12:24:48","TRUE",NA,"801038721713737728",NA,"Twitter Web Client","knnindia","0","FALSE","FALSE" +"7480","7480","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:24:42","FALSE",NA,"801038696732454912",NA,"Twitter Web Client","jagankris","45","TRUE","FALSE" +"7481","7481","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:24:34","FALSE",NA,"801038663257821184",NA,"Twitter for Android","DanGeo1982","30","TRUE","FALSE" +"7482","7482","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:24:27","FALSE",NA,"801038634207952896",NA,"Twitter for Android","nanhe149","954","TRUE","FALSE" +"7483","7483","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:24:14","FALSE",NA,"801038578780254208",NA,"Twitter for Android","seetharamakota1","45","TRUE","FALSE" +"7484","7484","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:23:50","FALSE",NA,"801038478385393664",NA,"Twitter for Android","Arif4AAP","954","TRUE","FALSE" +"7485","7485","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:23:48","FALSE",NA,"801038470344941568",NA,"Twitter Web Client","ahindu_","45","TRUE","FALSE" +"7486","7486","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:23:47","FALSE",NA,"801038467224350720",NA,"Twitter Web Client","vyas_falgun","11","TRUE","FALSE" +"7487","7487","Chaos incited to destabilize #demonetization for ballot gain is country's ill luck. Help people if at risk. We are Gov not Modi. @YugaYatri","FALSE","0",NA,"2016-11-22 12:23:39","FALSE",NA,"801038432755535872",NA,"Twitter Web Client","Raajjeeb","0","FALSE","FALSE" +"7488","7488","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:23:35","FALSE",NA,"801038416448061440",NA,"Twitter for iPhone","ganeshchetan","45","TRUE","FALSE" +"7489","7489","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:23:32","FALSE",NA,"801038404427268096",NA,"Twitter for Android","SquareGas","45","TRUE","FALSE" +"7490","7490","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:23:22","FALSE",NA,"801038362844893184",NA,"TweetDeck","Vidyut","45","TRUE","FALSE" +"7491","7491","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:22:55","FALSE",NA,"801038249397538816",NA,"Twitter for Android","s_inttam","45","TRUE","FALSE" +"7492","7492","RT @barbarindian: #demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000�","FALSE","0",NA,"2016-11-22 12:22:51","FALSE",NA,"801038229856100352",NA,"Twitter Web Client","Hindu_Minority","45","TRUE","FALSE" +"7493","7493","Ramesh Nair, COO Business & International Dir, JLL India speaks on #demonetization & #realestate to NDTV Profit. -� https://t.co/0QpuSJ0MSC","FALSE","1",NA,"2016-11-22 12:22:49","TRUE",NA,"801038224411926528",NA,"Twitter Web Client","urbantreehomes","1","FALSE","FALSE" +"7494","7494","Chaos incited to destabilize #demonetization for ballot gain is country's ill luck. Help people if at risk. We are Gov not Modi. @PMOIndia","FALSE","0",NA,"2016-11-22 12:22:47","FALSE",NA,"801038215968718848",NA,"Twitter Web Client","Raajjeeb","0","FALSE","FALSE" +"7495","7495","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:22:39","FALSE",NA,"801038182531919872",NA,"Twitter for iPhone","M_AHKhan","954","TRUE","FALSE" +"7496","7496","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:22:37","FALSE",NA,"801038172515811328",NA,"Twitter for Windows","shubhamAAP","30","TRUE","FALSE" +"7497","7497","#demonetization #bulletin +Severe liquidity crisis continues. Dire shortage of 500. Reconfigured ATMs useless bcoz - 2000 only.","FALSE","26",NA,"2016-11-22 12:22:27","FALSE",NA,"801038130799251456",NA,"TweetDeck","barbarindian","45","FALSE","FALSE" +"7498","7498","RT @AamAadmiParty: Catch @ArvindKejriwal talking to @rohit_varghese + +RIGHT NOW on @Mirchi983Delhi + +#demonetization","FALSE","0",NA,"2016-11-22 12:22:15","FALSE",NA,"801038081012989952",NA,"Twitter for Android","SahilMa77068201","116","TRUE","FALSE" +"7499","7499","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:22:08","FALSE",NA,"801038050298097664",NA,"Twitter for Android","CmaSureshPetkar","954","TRUE","FALSE" +"7500","7500","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:22:07","FALSE",NA,"801038044589457408",NA,"Twitter for Android","hariskirmani","331","TRUE","FALSE" +"7501","7501","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:22:05","FALSE",NA,"801038040034582528",NA,"Twitter for iPhone","retheeshraj10","331","TRUE","FALSE" +"7502","7502","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:21:50","FALSE",NA,"801037973567344640",NA,"Twitter for Android","hussainmusab123","331","TRUE","FALSE" +"7503","7503","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:21:26","FALSE",NA,"801037873222815744",NA,"Twitter for Android","bikash_ds","331","TRUE","FALSE" +"7504","7504","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:21:14","FALSE",NA,"801037823033765888",NA,"Twitter for Android","lokeshsager96","331","TRUE","FALSE" +"7505","7505","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:21:10","FALSE",NA,"801037806692929536",NA,"Twitter for Android","ravinderburari","331","TRUE","FALSE" +"7506","7506","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:20:52","FALSE",NA,"801037733338562560",NA,"Twitter for Android","BeingAyanG","30","TRUE","FALSE" +"7507","7507","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:20:47","FALSE",NA,"801037712639676416",NA,"Twitter for iPhone","Sharmistha_GK","331","TRUE","FALSE" +"7508","7508","#demonetization India going great people enjoying the time if gets more liberty than will be all over like position as before","FALSE","0",NA,"2016-11-22 12:20:40","FALSE",NA,"801037682461855744",NA,"Twitter for iPhone","pankajkochar111","0","FALSE","FALSE" +"7509","7509","more pleasant reading news about Trump or Brexit than insensitive,high and mighty tweets/news/opinions ignoring tragedies #demonetization","FALSE","0",NA,"2016-11-22 12:20:31","FALSE",NA,"801037644033425408",NA,"Twitter Web Client","Thesaint8x","0","FALSE","FALSE" +"7510","7510","#TipTuesday #TT Did You Know Earning Could be Fun? Play & EARN Connect The Clocks https://t.co/qLIgRXd47p #India #DeMonetization #GoCashless","FALSE","0",NA,"2016-11-22 12:20:19","FALSE",NA,"801037593794252800",NA,"Hootsuite","ADOFGames","0","FALSE","FALSE" +"7511","7511","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 12:20:17","FALSE",NA,"801037585615175680",NA,"Twitter for Android","BajajJagmohan","118","TRUE","FALSE" +"7512","7512","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:20:05","FALSE",NA,"801037534046265344",NA,"Twitter for Android","SheikhEmtiaj","954","TRUE","FALSE" +"7513","7513","Abdul Hadi Shaikh - CEO of https://t.co/dPjxAmSXVV, on the effects of #Demonetization on #Forex industry. https://t.co/b8TbchgMz1","FALSE","0",NA,"2016-11-22 12:20:03","FALSE",NA,"801037527859634176",NA,"Facebook","mohdabdulsiraj","0","FALSE","FALSE" +"7514","7514","Don't believe what you randomly read on #SocialMedia about #Demonetization. Give it some time! #GoodThings take time!","FALSE","2",NA,"2016-11-22 12:19:41","FALSE",NA,"801037432716046336",NA,"TweetDeck","PooriDeewani","0","FALSE","FALSE" +"7515","7515","Don't believe what you randomly read on #SocialMedia about #Demonetization. Give it some time! #GoodThings take time!","FALSE","0",NA,"2016-11-22 12:19:41","FALSE",NA,"801037432690909184",NA,"TweetDeck","TheSwagGangg","0","FALSE","FALSE" +"7516","7516","Don't believe what you randomly read on #SocialMedia about #Demonetization. Give it some time! #GoodThings take time!","FALSE","0",NA,"2016-11-22 12:19:41","FALSE",NA,"801037432648892416",NA,"TweetDeck","DSweetMonster","0","FALSE","FALSE" +"7517","7517","Don't believe what you randomly read on #SocialMedia about #Demonetization. Give it some time! #GoodThings take time!","FALSE","0",NA,"2016-11-22 12:19:41","FALSE",NA,"801037432632115200",NA,"TweetDeck","TheHapppySoul","1","FALSE","FALSE" +"7518","7518","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 12:19:28","FALSE",NA,"801037380253847552",NA,"Twitter for Android","BJPJajuShyam","105","TRUE","FALSE" +"7519","7519","RT @RenukaJain6: Respected Supreme Court please check if this can also cause Riots. Kindly check with @ArvindKejriwal + +#demonetization +#S�","FALSE","0",NA,"2016-11-22 12:19:17","FALSE",NA,"801037331939495936",NA,"Mobile Web (M5)","whiteyepiece","415","TRUE","FALSE" +"7520","7520",".@paawan6994 in conversation with the folk at Mumbai's fish markets. Do watch! #Demonetization #cashless https://t.co/sklhw3QFj8","FALSE","1",NA,"2016-11-22 12:18:47","FALSE",NA,"801037209155477504",NA,"Twitter Web Client","PadawanRadjou","0","FALSE","FALSE" +"7521","7521","RT @sandipsabharwal: Make #Demonetization successful dont pay cash to +Your doctor +Advisor +Lawyer +Designer,interior decorator etc +&more imp�","FALSE","0",NA,"2016-11-22 12:18:42","FALSE",NA,"801037188347482112",NA,"Twitter for iPhone","narendrababuvs","29","TRUE","FALSE" +"7522","7522","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:18:33","FALSE",NA,"801037149634109440",NA,"Twitter Web Client","hanmireddy","42","TRUE","FALSE" +"7523","7523","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 12:18:26","FALSE",NA,"801037121175875584",NA,"Twitter for Android","drtanmaysahu","105","TRUE","FALSE" +"7524","7524","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:18:11","FALSE",NA,"801037055702667264",NA,"Twitter for Android","sanjay99000","11","TRUE","FALSE" +"7525","7525","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:18:10","FALSE",NA,"801037051097391104",NA,"Twitter Web Client","AMadumoole","331","TRUE","FALSE" +"7526","7526","@rssurjewala No they read about #Demonetization in National Herald and were enlightened!","FALSE","0","rssurjewala","2016-11-22 12:18:08","FALSE","801014988479418368","801037043463639040","3066787711","Twitter for Android","rajeshrajgopal","0","FALSE","FALSE" +"7527","7527","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:17:53","FALSE",NA,"801036981580931072",NA,"Twitter for Android","akashabbott","19","TRUE","FALSE" +"7528","7528","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:17:50","FALSE",NA,"801036968838725632",NA,"Twitter Web Client","SyedsAzam","19","TRUE","FALSE" +"7529","7529","So BJP, TMC and AIADMK all win bypolls. Mamata claims verdict against #demonetization. BJP claims for. Wonder what Congress thinks..?","FALSE","0",NA,"2016-11-22 12:17:47","FALSE",NA,"801036956150812672",NA,"Twitter Web Client","ChintzSanghavi","0","FALSE","FALSE" +"7530","7530","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:17:29","FALSE",NA,"801036880917602304",NA,"Twitter for Android","maxmelbin","331","TRUE","FALSE" +"7531","7531","paid for my motorbike servicing by a cheque yesterday.. i've never done this before #demonetization","FALSE","0",NA,"2016-11-22 12:17:27","FALSE",NA,"801036872990396416",NA,"Twitter Web Client","rohankadam","0","FALSE","FALSE" +"7532","7532","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:17:17","FALSE",NA,"801036829499813888",NA,"Twitter for iPhone","muntaziraapka","19","TRUE","FALSE" +"7533","7533","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:17:16","FALSE",NA,"801036827524100096",NA,"Twitter for Windows Phone","pinkisharma4","954","TRUE","FALSE" +"7534","7534","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:17:06","FALSE",NA,"801036785530736640",NA,"Twitter for Android","ichirpy","30","TRUE","FALSE" +"7535","7535","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:16:58","FALSE",NA,"801036751796047872",NA,"Twitter for Android","Ranjeet77630070","19","TRUE","FALSE" +"7536","7536","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:16:52","FALSE",NA,"801036725824798720",NA,"Twitter for iPhone","ADVAMIT82","11","TRUE","FALSE" +"7537","7537","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:16:51","FALSE",NA,"801036719256543232",NA,"Twitter for Android","pritambakshi501","33","TRUE","FALSE" +"7538","7538","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:16:24","FALSE",NA,"801036609676161024",NA,"Twitter for Android","sudhans49891901","30","TRUE","FALSE" +"7539","7539","KTRTRS: RT MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/yhuWK7E0lV �","FALSE","0",NA,"2016-11-22 12:16:14","FALSE",NA,"801036566676148224",NA,"IFTTT","HydBytes","0","FALSE","FALSE" +"7540","7540","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:16:14","FALSE",NA,"801036566105722880",NA,"Twitter for iPad","rajamel2107","30","TRUE","FALSE" +"7541","7541","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:16:10","FALSE",NA,"801036550620352512",NA,"Twitter for iPhone","deveshthwal","30","TRUE","FALSE" +"7542","7542","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:15:38","FALSE",NA,"801036413110206464",NA,"Twitter for Android","eralam1992","954","TRUE","FALSE" +"7543","7543","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:15:29","FALSE",NA,"801036378356056064",NA,"Twitter for Android","Tinni_Aphrodite","331","TRUE","FALSE" +"7544","7544","RT @better_delhincr: Two weeks since #demonetization now cues slightly ease at Banks & #ATMs!! Still larger nos in patient cues than at thi�","FALSE","0",NA,"2016-11-22 12:15:17","FALSE",NA,"801036326141239296",NA,"Twitter Web Client","better_delhincr","1","TRUE","FALSE" +"7545","7545","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:15:14","FALSE",NA,"801036315672383488",NA,"Twitter for Android","dauntingsh","11","TRUE","FALSE" +"7546","7546","BJP says that Bypolls results shows people's support for #demonetization. No such thing. People tend to vote 4 ruling party in #Bypolls","FALSE","0",NA,"2016-11-22 12:15:08","FALSE",NA,"801036287629283328",NA,"Twitter for Android","theSunilBishnoi","0","FALSE","FALSE" +"7547","7547","Just saw a guy who was standing in queue for 1 hour only to withdraw 100 to reach his home... Sad isn't it? #NoteBan #Demonetization","FALSE","0",NA,"2016-11-22 12:15:05","FALSE",NA,"801036274945527808",NA,"Twitter for Windows Phone","JournoFaisal","0","FALSE","FALSE" +"7548","7548","#Spam Alert: #CashNoCash, #WhatsApp video-calling and #iPhone's video link +https://t.co/5um0QawDzY +#Hacking #Demonetization #NoCash #CIOL","FALSE","2",NA,"2016-11-22 12:14:38","FALSE",NA,"801036162102083584",NA,"SocialOomph","CIOL_NEWS","0","FALSE","FALSE" +"7549","7549","RT @RajeevSrinivasa: Kind of what #demonetization has done, eh? Ask Arvind, sharad, mamta https://t.co/1ivFuah10H","FALSE","0",NA,"2016-11-22 12:14:20","FALSE",NA,"801036087120408576",NA,"Twitter for Android","PuravaPakash","2","TRUE","FALSE" +"7550","7550","RT @ShashiTharoor: Aim of #demonetization laudable, but Govt has no road map2create institutional architecture needed, says @SalmanSoz htt�","FALSE","0",NA,"2016-11-22 12:14:12","FALSE",NA,"801036055910739968",NA,"Twitter for iPhone","Wonam6","82","TRUE","FALSE" +"7551","7551","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:13:57","FALSE",NA,"801035992853577728",NA,"Twitter Web Client","bharmalreturns","30","TRUE","FALSE" +"7552","7552","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:13:51","FALSE",NA,"801035964072112128",NA,"Twitter for iPhone","catchpradeep1","954","TRUE","FALSE" +"7553","7553","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 12:13:45","FALSE",NA,"801035940345024512",NA,"Twitter for Android","ohgnis","1158","TRUE","FALSE" +"7554","7554","RT @Jayaa03: #Demonetization +Akhilesh=not good,black money is good +Raja=ppl dying in q +Pinarayi=agenda to kill co-op banks run by concommie�","FALSE","0",NA,"2016-11-22 12:13:27","FALSE",NA,"801035864943955968",NA,"Twitter Web Client","haridasdr","1","TRUE","FALSE" +"7555","7555","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 12:13:15","FALSE",NA,"801035816441118720",NA,"Mobile Web (M5)","pradeep4SWARAJ","59","TRUE","FALSE" +"7556","7556","RT @ashokepandit: Every caller on @NewsX is supporting @narendramodi on #Demonetization. @RShivshankar","FALSE","0",NA,"2016-11-22 12:12:47","FALSE",NA,"801035698484584448",NA,"Twitter for Android","RakeshB71917365","26","TRUE","FALSE" +"7557","7557","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:12:29","FALSE",NA,"801035622236311552",NA,"Twitter Web Client","RjSmritii","19","TRUE","FALSE" +"7558","7558","Kajru is like a dog chasing a car... even if he were to catch it, he wouldnt know what to do with it... #kejriwal #delhi #demonetization","FALSE","0",NA,"2016-11-22 12:11:39","FALSE",NA,"801035412537937920",NA,"Twitter Web Client","AAPkaKajru","0","FALSE","FALSE" +"7559","7559","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 12:11:39","FALSE",NA,"801035411371933696",NA,"Twitter for iPhone","nishantberia","59","TRUE","FALSE" +"7560","7560","#Demonetization +Akhilesh=not good,black money is good +Raja=ppl dying in q +Pinarayi=agenda to kill co-op banks run by concommies +anymore?","FALSE","0",NA,"2016-11-22 12:11:19","FALSE",NA,"801035329008345088",NA,"Twitter Web Client","Jayaa03","1","FALSE","FALSE" +"7561","7561","RT @VoiceOfRamOrg: #demonetization to end #Corruption in India","FALSE","0",NA,"2016-11-22 12:11:02","FALSE",NA,"801035256233017344",NA,"Twitter for iPhone","VoiceOfRamOrg","1","TRUE","FALSE" +"7562","7562","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:10:49","FALSE",NA,"801035201853820928",NA,"Twitter for iPhone","indigokores","30","TRUE","FALSE" +"7563","7563","Every honest citizen of India ready to bare small inconvenience due to #demonetization &are with PM @narendramodi i� https://t.co/m563FexvVA","FALSE","4",NA,"2016-11-22 12:10:43","TRUE",NA,"801035177002762240",NA,"Twitter for Android","RuchiKom","1","FALSE","FALSE" +"7564","7564","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:10:39","FALSE",NA,"801035159877218304",NA,"Twitter for Android","tanveer1729","331","TRUE","FALSE" +"7565","7565","@SudarshanNewsTV @chavhanke +But aapko to TRP chahiye! BTW nice try! Keep trying to fool us. #demonetization #sensationalism","FALSE","0","SudarshanNewsTV","2016-11-22 12:10:23","FALSE",NA,"801035095649841152","824922110","Mobile Web (M5)","PhulRetard","0","FALSE","FALSE" +"7566","7566","RT @allstartupsin: How #startups & #SMEs are impacted by #demonetization: #survey LocalCircles rsardana sangwan_sujata BabuBeg� https://t.c�","FALSE","0",NA,"2016-11-22 12:09:48","FALSE",NA,"801034945774821376",NA,"Twitter for Android","BindaasWash","3","TRUE","FALSE" +"7567","7567","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:09:47","FALSE",NA,"801034941924458496",NA,"Twitter for Android","ProudIndian66","30","TRUE","FALSE" +"7568","7568","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:09:45","FALSE",NA,"801034935196782592",NA,"Twitter for Android","lovely_Phaaji","30","TRUE","FALSE" +"7569","7569","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 12:09:34","FALSE",NA,"801034888237314048",NA,"Twitter for Android","gyanguru2707","69","TRUE","FALSE" +"7570","7570","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:09:33","FALSE",NA,"801034883455807488",NA,"Twitter Web Client","irsh888n","30","TRUE","FALSE" +"7571","7571","Telangana govt's innovative solution to help farmers affected due to #Demonetization https://t.co/n36jDAbM0e","FALSE","0",NA,"2016-11-22 12:09:28","FALSE",NA,"801034861125320704",NA,"Twitter Web Client","jaganreddy85","0","FALSE","FALSE" +"7572","7572","Scarier and scarier. #Demonetization might do some good. But these unabashed orders for propaganda are chilling. https://t.co/oQSXQJC2xV","FALSE","0",NA,"2016-11-22 12:08:51","FALSE",NA,"801034707886489600",NA,"Twitter for Android","TheMadrasEye","0","FALSE","FALSE" +"7573","7573","#Demonetization +Mamta=taking money away frm ppl +Raul= giving money to rich +Kejri=to save some BJPblack +Sonia=?? +Yechuri=just sham +!!!!","FALSE","0",NA,"2016-11-22 12:08:45","FALSE",NA,"801034684087963648",NA,"Twitter Web Client","Jayaa03","0","FALSE","FALSE" +"7574","7574","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 12:08:42","FALSE",NA,"801034671324889088",NA,"Twitter for iPhone","shiyadshah","69","TRUE","FALSE" +"7575","7575","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:08:40","FALSE",NA,"801034663418544128",NA,"Twitter for Android","VIRTUALdelirium","19","TRUE","FALSE" +"7576","7576","RT @prashantktm: Voices from the ground in UP - on #demonetization. Women complain, yet support move in Jaunpur. https://t.co/2cqfAnzBhd","FALSE","0",NA,"2016-11-22 12:08:34","FALSE",NA,"801034636134531072",NA,"Twitter for iPhone","sourabhx25","1944","TRUE","FALSE" +"7577","7577","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 12:08:22","FALSE",NA,"801034585190662144",NA,"Twitter for Android","Rajeshk63786788","105","TRUE","FALSE" +"7578","7578","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 12:08:03","FALSE",NA,"801034507650334720",NA,"Twitter for Android","rajkumarshrm8","103","TRUE","FALSE" +"7579","7579","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 12:08:03","FALSE",NA,"801034505008152576",NA,"Twitter for Android","Arif4AAP","69","TRUE","FALSE" +"7580","7580","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:07:59","FALSE",NA,"801034491330371584",NA,"Twitter for iPhone","virkamu","30","TRUE","FALSE" +"7581","7581","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:07:52","FALSE",NA,"801034461957607424",NA,"Twitter for Android","skchomi","11","TRUE","FALSE" +"7582","7582","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:07:46","FALSE",NA,"801034436070363136",NA,"Twitter Web Client","satish_char","19","TRUE","FALSE" +"7583","7583","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:07:32","FALSE",NA,"801034376767119360",NA,"Twitter for iPhone","nregalsuit","954","TRUE","FALSE" +"7584","7584","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 12:07:19","FALSE",NA,"801034322203398144",NA,"Twitter for Android","tame_wildcard","38","TRUE","FALSE" +"7585","7585","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:07:18","FALSE",NA,"801034315828080640",NA,"Twitter for iPhone","Egoegome","19","TRUE","FALSE" +"7586","7586","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 12:07:04","FALSE",NA,"801034260593287168",NA,"Twitter for Android","insannirmal7","526","TRUE","FALSE" +"7587","7587","@narendramodi #DeMonetization How Can people participate in survey if they don't have Smartphone.","FALSE","0","narendramodi","2016-11-22 12:07:02","FALSE","800999865719230464","801034250266890240","18839785","Twitter Web Client","hemantxz","0","FALSE","FALSE" +"7588","7588","RT ShashiTharoor: Keralite dancers protest #demonetization nr Secretariat! Unique msg from All-Kerala DanceTeacher� https://t.co/xtQYWyo1cl","FALSE","0",NA,"2016-11-22 12:06:45","FALSE",NA,"801034178460532736",NA,"IFTTT","SirPandyaHardik","0","FALSE","FALSE" +"7589","7589","Coward is the name of Pakistan army unethically the worst army in the world, they are worse than terrorists! #Bypolls #Demonetization","FALSE","0",NA,"2016-11-22 12:06:44","FALSE",NA,"801034173938954240",NA,"Twitter for iPhone","arnabgoswamiji","0","FALSE","FALSE" +"7590","7590","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:06:42","FALSE",NA,"801034167626567680",NA,"Twitter for Android","aapjnp","30","TRUE","FALSE" +"7591","7591","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:06:37","FALSE",NA,"801034146726281216",NA,"Mobile Web (M2)","BabubhaiVaghela","19","TRUE","FALSE" +"7592","7592","RT @prettypadmaja: #DeMonetization @sunetrac I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 12:06:25","FALSE",NA,"801034094985367552",NA,"Twitter for Android","harish202us","48","TRUE","FALSE" +"7593","7593","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:06:14","FALSE",NA,"801034047623340032",NA,"Twitter for Android","aapjnp","19","TRUE","FALSE" +"7594","7594","RT @MoviezAdda: #Salman Gives #MONEY To #POOR #People In #DEMONETIZATION, #KareenaKapoor To Go #SIZEZERO AGAIN https://t.co/fdTA7MnaPN","FALSE","0",NA,"2016-11-22 12:06:12","FALSE",NA,"801034040308592640",NA,"Twitter Web Client","beingnadia0","1","TRUE","FALSE" +"7595","7595","RT @IndiaToday: .@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t�","FALSE","0",NA,"2016-11-22 12:06:11","FALSE",NA,"801034037313748992",NA,"Twitter for iPhone","nokiancare","19","TRUE","FALSE" +"7596","7596","RT @aartic02: .@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","0",NA,"2016-11-22 12:05:56","FALSE",NA,"801033975712116736",NA,"Twitter for Android","tbshjml","30","TRUE","FALSE" +"7597","7597","RT @manish847211: #demonetization +Gov is acting like genius brain of paralysed body +Bank&IT people are corrupt +Really upset for you & Ourse�","FALSE","0",NA,"2016-11-22 12:05:54","FALSE",NA,"801033966060830720",NA,"Twitter for Android","manish847211","1","TRUE","FALSE" +"7598","7598","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:05:50","FALSE",NA,"801033949917024256",NA,"Twitter for Android","xtraterestrail","42","TRUE","FALSE" +"7599","7599",".@MamataOfficial to stage protest at Jantar Mantar tomorrow against #DeMonetization. Watch #ITVideo to know more. https://t.co/IiO2cUCTkl","FALSE","21",NA,"2016-11-22 12:05:43","FALSE",NA,"801033918279348224",NA,"Media Studio","IndiaToday","19","FALSE","FALSE" +"7600","7600","#demonetization +Gov is acting like genius brain of paralysed body +Bank&IT people are corrupt +Really upset for you & Ourselves @narendramodi","FALSE","0",NA,"2016-11-22 12:05:36","FALSE",NA,"801033891167354880",NA,"Twitter for Android","manish847211","1","FALSE","FALSE" +"7601","7601",".@ArvindKejriwal When Hitler got to know about #Demonetization +*Download PayTM +*Get me a Jio Sim + https://t.co/T1Agu6CH33","FALSE","31","ArvindKejriwal","2016-11-22 12:05:32","FALSE","801031417828286464","801033873500971008","405427035","Twitter for Android","aartic02","30","FALSE","FALSE" +"7602","7602","[Data] Social Media reactions to #Demonetization https://t.co/BeAG9PCdq6","FALSE","0",NA,"2016-11-22 12:05:28","FALSE",NA,"801033855754964992",NA,"IFTTT","iNavegar","0","FALSE","FALSE" +"7603","7603","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:05:08","FALSE",NA,"801033773521334272",NA,"Twitter for Android","Susmita_AAP","954","TRUE","FALSE" +"7604","7604","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 12:05:01","FALSE",NA,"801033742118625280",NA,"Twitter for Android","monsun14","69","TRUE","FALSE" +"7605","7605","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:04:42","FALSE",NA,"801033664209428480",NA,"Twitter for Android","ramaylan","954","TRUE","FALSE" +"7606","7606","RT @roamingraghu: Anyone offering analysis of #Bypolls vis a vis #Demonetization ?","FALSE","0",NA,"2016-11-22 12:04:33","FALSE",NA,"801033627400142848",NA,"Twitter for Android","almostinfamous","1","TRUE","FALSE" +"7607","7607","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 12:04:31","FALSE",NA,"801033617308684288",NA,"Twitter for Android","raja1260","105","TRUE","FALSE" +"7608","7608","RT @deepaknegi23: Shri Mani Shankar Aiyar ji addressing on #Demonetization issue at @nsui National Executive meeting #Goa #Sankalp16 https�","FALSE","0",NA,"2016-11-22 12:04:28","FALSE",NA,"801033606655115264",NA,"Twitter for Android","Jiteshsachdeva0","22","TRUE","FALSE" +"7609","7609","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:04:19","FALSE",NA,"801033568822628352",NA,"Twitter Web Client","GopalThakur445","954","TRUE","FALSE" +"7610","7610","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:04:06","FALSE",NA,"801033513524809728",NA,"Twitter for Android","JandaAap","954","TRUE","FALSE" +"7611","7611","RT @rssurjewala: ModiJi,47 dead tragically post over hyped #Demonetization drive!Do u feel the pain of these families?Then, apologize.https�","FALSE","0",NA,"2016-11-22 12:03:44","FALSE",NA,"801033419400495104",NA,"Twitter for iPhone","DharamC05536997","348","TRUE","FALSE" +"7612","7612","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:03:19","FALSE",NA,"801033314060509184",NA,"Twitter for Android","gabrubhishek","954","TRUE","FALSE" +"7613","7613","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:03:11","FALSE",NA,"801033279759478784",NA,"Twitter for Android","AAPHadapsar","954","TRUE","FALSE" +"7614","7614","RT @NipponData: PM Narendra Modi wants your views on demonetization via his app +#bypolls #demonetization #CashCrunch +https://t.co/722RHtLLIE","FALSE","0",NA,"2016-11-22 12:02:43","FALSE",NA,"801033164055400448",NA,"Twitter for Android","hellboy300","2","TRUE","FALSE" +"7615","7615","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:02:40","FALSE",NA,"801033152227483648",NA,"Twitter for iPhone","bishakha","331","TRUE","FALSE" +"7616","7616","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:02:32","FALSE",NA,"801033119436521472",NA,"Twitter for Android","prashan20943955","11","TRUE","FALSE" +"7617","7617","Anyone offering analysis of #Bypolls vis a vis #Demonetization ?","FALSE","0",NA,"2016-11-22 12:02:28","FALSE",NA,"801033102969552896",NA,"Twitter for Android","roamingraghu","1","FALSE","FALSE" +"7618","7618","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:28","FALSE",NA,"801033102474747904",NA,"Twitter for Android","abobassam9465","33","TRUE","FALSE" +"7619","7619","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:27","FALSE",NA,"801033098985164800",NA,"Twitter for Android","j0nmonastero","33","TRUE","FALSE" +"7620","7620","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:22","FALSE",NA,"801033077032157184",NA,"Twitter for Android","HughesWarwlck","33","TRUE","FALSE" +"7621","7621","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:14","FALSE",NA,"801033043129597952",NA,"Twitter for Android","MaldltoHobbit","33","TRUE","FALSE" +"7622","7622","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:13","FALSE",NA,"801033036817043456",NA,"Twitter for Android","AarlCanob","33","TRUE","FALSE" +"7623","7623","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:02:10","FALSE",NA,"801033026213912576",NA,"Twitter for Android","Farens_Worid","33","TRUE","FALSE" +"7624","7624","RT @FinancialXpress: PM @narendramodi must not let #demonetization derail #Parliament https://t.co/qfpKT9cell https://t.co/XZn1BjEUU0","FALSE","0",NA,"2016-11-22 12:02:10","FALSE",NA,"801033025148456960",NA,"Twitter for Android","svp7","3","TRUE","FALSE" +"7625","7625","RT @AnupKaphle: A service in India lets you hire a person to stand in an ATM line for 90 rupees. https://t.co/s7FHe35JqC #demonetization","FALSE","0",NA,"2016-11-22 12:02:05","FALSE",NA,"801033005087293440",NA,"Mobile Web (M5)","Ajmal9M","7","TRUE","FALSE" +"7626","7626","Made me forget #demonetization for a sec! I always fail to understand why we do not have such shitty examples relat� https://t.co/BOXdg1rCSA","FALSE","0",NA,"2016-11-22 12:01:39","TRUE",NA,"801032896991506432",NA,"Twitter Web Client","goinginni","0","FALSE","FALSE" +"7627","7627","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:39","FALSE",NA,"801032895880134656",NA,"Twitter for Android","KhasanB36","33","TRUE","FALSE" +"7628","7628","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:37","FALSE",NA,"801032887717990400",NA,"Twitter for Android","AnaiyseFootbal","33","TRUE","FALSE" +"7629","7629","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:35","FALSE",NA,"801032879241383936",NA,"Twitter for Android","rauhivamps","33","TRUE","FALSE" +"7630","7630","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:32","FALSE",NA,"801032866541006848",NA,"Twitter for Android","MalsieRoach","33","TRUE","FALSE" +"7631","7631","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:28","FALSE",NA,"801032849801420800",NA,"Twitter for Android","AusTradeTastlng","33","TRUE","FALSE" +"7632","7632","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:01:28","FALSE",NA,"801032848006410240",NA,"Twitter for Android","Pankaj_itc","954","TRUE","FALSE" +"7633","7633","RT MinIT_Telangana ""Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/Bz8WSNvUHL""","FALSE","0",NA,"2016-11-22 12:01:18","FALSE",NA,"801032809112633344",NA,"IFTTT","telanganafacts","0","FALSE","FALSE" +"7634","7634","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:18","FALSE",NA,"801032807548145664",NA,"Twitter for Android","savyvonne699","33","TRUE","FALSE" +"7635","7635","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:17","FALSE",NA,"801032803714408448",NA,"Twitter for Android","mlnapeartree","33","TRUE","FALSE" +"7636","7636","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:15","FALSE",NA,"801032795011383296",NA,"Twitter for Android","mlnimoderns","33","TRUE","FALSE" +"7637","7637","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:14","FALSE",NA,"801032790653464576",NA,"Twitter for Android","smoothste2","33","TRUE","FALSE" +"7638","7638","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:01:14","FALSE",NA,"801032789734748160",NA,"Twitter for Android","Drswapnil97","954","TRUE","FALSE" +"7639","7639","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:01:06","FALSE",NA,"801032758898237440",NA,"Twitter for Android","glrl_faded","33","TRUE","FALSE" +"7640","7640","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:00:57","FALSE",NA,"801032719480324096",NA,"RoundTeam","VijayBabuMuvva","42","TRUE","FALSE" +"7641","7641","RT @IndianInterest: ~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https:/�","FALSE","0",NA,"2016-11-22 12:00:55","FALSE",NA,"801032712647798784",NA,"RoundTeam","sandstracks","11","TRUE","FALSE" +"7642","7642","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:55","FALSE",NA,"801032711729090560",NA,"Twitter for Android","avonsfalries","33","TRUE","FALSE" +"7643","7643","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:49","FALSE",NA,"801032686315995136",NA,"Twitter for Android","luzbelenlaria","33","TRUE","FALSE" +"7644","7644","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:46","FALSE",NA,"801032675142213632",NA,"Twitter for Android","brun3tte_the","33","TRUE","FALSE" +"7645","7645","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:44","FALSE",NA,"801032665268973568",NA,"Twitter for Android","IamRud8","33","TRUE","FALSE" +"7646","7646","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 12:00:43","FALSE",NA,"801032660667736064",NA,"Twitter for Android","faisalmalegaon","331","TRUE","FALSE" +"7647","7647","RT @BwDisrupt: How #startups & #SMEs are impacted by #demonetization: #survey @LocalCircles @rsardana @sangwan_sujata @BabuBeg https://t.co�","FALSE","0",NA,"2016-11-22 12:00:41","FALSE",NA,"801032653939974144",NA,"Twitter Web Client","rsardana","3","TRUE","FALSE" +"7648","7648","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:35","FALSE",NA,"801032628681875456",NA,"Twitter for Android","4ngeezy__","33","TRUE","FALSE" +"7649","7649","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:28","FALSE",NA,"801032598088728576",NA,"Twitter for Android","4h_Treyu","33","TRUE","FALSE" +"7650","7650","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 12:00:24","FALSE",NA,"801032579898081280",NA,"Twitter for Android","KarenONeill4","954","TRUE","FALSE" +"7651","7651","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:19","FALSE",NA,"801032561166139392",NA,"Twitter for Android","polo_princess97","33","TRUE","FALSE" +"7652","7652","https://t.co/m5bRdWtivJ Did you say �northeast�? Come again, please. #Fail #Demonetization https://t.co/XRaaOQrZIV","FALSE","0",NA,"2016-11-22 12:00:16","FALSE",NA,"801032548558073856",NA,"Twitter for Mac","goldenarcher","0","FALSE","FALSE" +"7653","7653","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:15","FALSE",NA,"801032543160201216",NA,"Twitter for Android","Samlalaql","33","TRUE","FALSE" +"7654","7654","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:12","FALSE",NA,"801032531764051968",NA,"Twitter for Android","AngelCifuente24","33","TRUE","FALSE" +"7655","7655","@ArvindKejriwal Sir, just 1 suggestion-stop finding fault in #demonetization & focus on Delhi issues. Trust me, u'll make enough headlines","FALSE","0","ArvindKejriwal","2016-11-22 12:00:09","FALSE","801031417828286464","801032518329724928","405427035","Twitter Web Client","Poonamtharad","0","FALSE","FALSE" +"7656","7656","RT @NipponData: PM Narendra Modi wants your views on demonetization via his app +#bypolls #demonetization #CashCrunch +https://t.co/722RHtLLIE","FALSE","0",NA,"2016-11-22 12:00:09","FALSE",NA,"801032516702326784",NA,"Twitter for Android","avanishmishra97","2","TRUE","FALSE" +"7657","7657","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:07","FALSE",NA,"801032509807095808",NA,"Twitter for Android","aboommar97","33","TRUE","FALSE" +"7658","7658","Height of frustration (Read full text)... #Demonetization Effect :P :D +. +. +. +. +. +1. A thief entered a house. +.... https://t.co/j6D9w3XFSt","FALSE","0",NA,"2016-11-22 12:00:03","FALSE",NA,"801032494845952000",NA,"Facebook","AFacts4You","0","FALSE","FALSE" +"7659","7659","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:03","FALSE",NA,"801032492379762688",NA,"Twitter for Android","g0thponcho","33","TRUE","FALSE" +"7660","7660","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 12:00:00","FALSE",NA,"801032481273036800",NA,"Twitter for Android","ahmedhussainn1","42","TRUE","FALSE" +"7661","7661","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 12:00:00","FALSE",NA,"801032478538530816",NA,"Twitter for Android","CiubDeEEG","33","TRUE","FALSE" +"7662","7662","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 11:59:59","FALSE",NA,"801032475241836544",NA,"Twitter for Android","Feederiico_6","33","TRUE","FALSE" +"7663","7663","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 11:59:57","FALSE",NA,"801032470028255232",NA,"Twitter for Android","ah_shlz","33","TRUE","FALSE" +"7664","7664","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:59:35","FALSE",NA,"801032377761792000",NA,"Twitter for Android","manishvaranasi","954","TRUE","FALSE" +"7665","7665","~BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https://t.co/1QwUNqqU6P","FALSE","0",NA,"2016-11-22 11:59:33","FALSE",NA,"801032367192371200",NA,"IFTTT","shriparv","0","FALSE","FALSE" +"7666","7666","~@BBCJustinR says India is through the worst of #Demonetization; things should start to improve quite rapidly. + +https://t.co/vO5ArdCQ3S","FALSE","12",NA,"2016-11-22 11:59:27","FALSE",NA,"801032342596775936",NA,"Twitter Web Client","IndianInterest","11","FALSE","FALSE" +"7667","7667","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:59:23","FALSE",NA,"801032324431233024",NA,"Twitter for Android","wannabepoet1","105","TRUE","FALSE" +"7668","7668","Government to Confiscate 2 Months of your Salary as #Demonetization Tax https://t.co/cceamlJoid","FALSE","0",NA,"2016-11-22 11:59:21","FALSE",NA,"801032317258985472",NA,"Twitter Web Client","FarziNews","0","FALSE","FALSE" +"7669","7669","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:59:01","FALSE",NA,"801032233247068160",NA,"Twitter for iPhone","DharamC05536997","331","TRUE","FALSE" +"7670","7670","RT @goldenarcher: https://t.co/qm3nUeRMIm In less than two weeks, it's business as usual. God save this country. #Demonetization.","FALSE","0",NA,"2016-11-22 11:58:57","FALSE",NA,"801032217245851648",NA,"Twitter for iPhone","thaniruravibabu","3","TRUE","FALSE" +"7671","7671","RT @sanjaybafna: Web link of ""Fake Story"" Published by Economic Times on IT Notice #Demonetization +https://t.co/qmOyogIiNh","FALSE","0",NA,"2016-11-22 11:58:51","FALSE",NA,"801032190750552064",NA,"Twitter for Android","mukeshmrajat","29","TRUE","FALSE" +"7672","7672","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:58:39","FALSE",NA,"801032142805405696",NA,"Twitter for Android","Puttarajksk","105","TRUE","FALSE" +"7673","7673","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 11:58:37","FALSE",NA,"801032132911136768",NA,"Twitter for iPhone","bsudamalla","42","TRUE","FALSE" +"7674","7674","A confederacy of dunces & the greatest disruptive event in independent #India! Nicely done @ARangarajan1972� https://t.co/M4op8Hk07n","FALSE","0",NA,"2016-11-22 11:58:32","TRUE",NA,"801032111062941696",NA,"Twitter for Android","ElizabethOommen","0","FALSE","FALSE" +"7675","7675","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:58:07","FALSE",NA,"801032006872109056",NA,"Twitter for Android","zakiakhter","954","TRUE","FALSE" +"7676","7676","RT @MinIT_Telangana: Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","0",NA,"2016-11-22 11:58:04","FALSE",NA,"801031992817004544",NA,"Twitter Web Client","ErekarMahesh","42","TRUE","FALSE" +"7677","7677","Telangana govt's innovative solution to help farmers affected due to #Demonetization: https://t.co/NVv7slCcpr","FALSE","151",NA,"2016-11-22 11:57:35","FALSE",NA,"801031871962324992",NA,"Twitter for Android","MinIT_Telangana","42","FALSE","FALSE" +"7678","7678","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:56:58","FALSE",NA,"801031716160749568",NA,"Twitter for Android","nishimohapatra","954","TRUE","FALSE" +"7679","7679","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:56:54","FALSE",NA,"801031702181126144",NA,"Twitter for Windows Phone","natasha_2o1o","331","TRUE","FALSE" +"7680","7680","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:56:54","FALSE",NA,"801031698968252416",NA,"Twitter for Android","kasana_sahab","105","TRUE","FALSE" +"7681","7681","PM Narendra Modi wants your views on demonetization via his app +#bypolls #demonetization #CashCrunch +https://t.co/722RHtLLIE","FALSE","1",NA,"2016-11-22 11:56:41","FALSE",NA,"801031645847400448",NA,"Twitter Web Client","NipponData","2","FALSE","FALSE" +"7682","7682","RT @goldenarcher: https://t.co/qm3nUeRMIm In less than two weeks, it's business as usual. God save this country. #Demonetization.","FALSE","0",NA,"2016-11-22 11:56:22","FALSE",NA,"801031567929843712",NA,"Twitter Web Client","DikshitSmita","3","TRUE","FALSE" +"7683","7683","How #startups & #SMEs are impacted by #demonetization: #survey LocalCircles rsardana sangwan_sujata BabuBeg� https://t.co/SvkgQntu9x","FALSE","2",NA,"2016-11-22 11:56:17","FALSE",NA,"801031546731831296",NA,"IFTTT","allstartupsin","3","FALSE","FALSE" +"7684","7684","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:56:13","FALSE",NA,"801031528788545536",NA,"Twitter Web Client","PeeyushBhiwani","954","TRUE","FALSE" +"7685","7685","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:56:05","FALSE",NA,"801031496588894208",NA,"Twitter for iPhone","vdhiman_89","954","TRUE","FALSE" +"7686","7686","A good but different aspect of #Demonetization +#Thanks #NarendraModi https://t.co/3navDcnZV6","FALSE","0",NA,"2016-11-22 11:55:57","FALSE",NA,"801031460207505408",NA,"Facebook","rvs99","0","FALSE","FALSE" +"7687","7687","RT @DrJitendraSingh: ""Interest rates on loans may go down & higher funding assistance may be possible for young #startups"". +#demonetization�","FALSE","0",NA,"2016-11-22 11:55:53","FALSE",NA,"801031444705357824",NA,"Twitter Web Client","ChaitanyaShree","24","TRUE","FALSE" +"7688","7688","RT @goldenarcher: https://t.co/qm3nUeRMIm In less than two weeks, it's business as usual. God save this country. #Demonetization.","FALSE","0",NA,"2016-11-22 11:55:52","FALSE",NA,"801031441756786688",NA,"Twitter Web Client","shaksingh","3","TRUE","FALSE" +"7689","7689","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:55:48","FALSE",NA,"801031423561846784",NA,"Twitter for Android","Naveen1177","331","TRUE","FALSE" +"7690","7690","@Paytm had a windfall due to #demonetization. Luck isnt enough to grab opportunities:They have worked hard,built the product,market & trust","FALSE","0","Paytm","2016-11-22 11:55:14","FALSE",NA,"801031279177175040","144792607","Twitter Web Client","hirenmange","0","FALSE","FALSE" +"7691","7691","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 11:55:08","FALSE",NA,"801031256079147008",NA,"Twitter Web Client","internetfreedom","38","TRUE","FALSE" +"7692","7692","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:54:54","FALSE",NA,"801031196704526336",NA,"Twitter for iPhone","SNK238","331","TRUE","FALSE" +"7693","7693","@PMOIndia @narendramodi @arunjaitley we need some Keynesian Economics to address the economic slowdown coming due to #Demonetization","FALSE","0","PMOIndia","2016-11-22 11:54:45","FALSE",NA,"801031159744339968","471741741","Hootsuite","mahajansam1","0","FALSE","FALSE" +"7694","7694","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:54:37","FALSE",NA,"801031126101786624",NA,"Twitter for Android","allleElowery","7","TRUE","FALSE" +"7695","7695","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:54:18","FALSE",NA,"801031044254167040",NA,"Twitter Web Client","mannu69kumar","105","TRUE","FALSE" +"7696","7696","@JagratiShukla29 And all Opposition Leaders did not even blink. Only Concerned with Money Loss not Army Loss #demonetization Opportunistics","FALSE","0","JagratiShukla29","2016-11-22 11:54:14","FALSE","801019676851458048","801031028429066240","741562726288351232","Twitter Web Client","oncosanjay","0","FALSE","FALSE" +"7697","7697","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:53:44","FALSE",NA,"801030903132622848",NA,"Twitter for Android","rizwan24181","954","TRUE","FALSE" +"7698","7698","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:53:41","FALSE",NA,"801030889471737856",NA,"Twitter for Android","Mamtatripathi03","105","TRUE","FALSE" +"7699","7699","RT @thaneinfo: CHINAR & MAHESH https://t.co/QE62gXLawL via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharas�","FALSE","0",NA,"2016-11-22 11:53:34","FALSE",NA,"801030861206405120",NA,"Twitter for Android","26arnavsagar","2","TRUE","FALSE" +"7700","7700","RT @GabbbarSingh: I am not a sanghi or something, but I truly believe in this #Demonetization move, implementation may be faulty, but they�","FALSE","0",NA,"2016-11-22 11:53:32","FALSE",NA,"801030852796944384",NA,"Twitter for iPhone","charujain171","108","TRUE","FALSE" +"7701","7701","RT @thaneinfo: Priydarshan Jadhav https://t.co/wnlckGTYIj via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaha�","FALSE","0",NA,"2016-11-22 11:53:30","FALSE",NA,"801030843091165184",NA,"Twitter for Android","26arnavsagar","2","TRUE","FALSE" +"7702","7702","RT @deep_anchor: It's another day for you and me in paradise. +#Demonetization +#CurrencyBan +#AccheDin +( via @ttindia ) https://t.co/sKuU8ei�","FALSE","0",NA,"2016-11-22 11:53:20","FALSE",NA,"801030803786493952",NA,"Twitter for Android","raz_alig","20","TRUE","FALSE" +"7703","7703","How #startups & #SMEs are impacted by #demonetization: #survey @LocalCircles @rsardana @sangwan_sujata @BabuBeg� https://t.co/rvhiVdMA9r","FALSE","3",NA,"2016-11-22 11:52:48","TRUE",NA,"801030667823816704",NA,"Twitter Web Client","BwDisrupt","3","FALSE","FALSE" +"7704","7704","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:52:41","FALSE",NA,"801030639482871808",NA,"Twitter Web Client","Bhakta_Pattnaik","105","TRUE","FALSE" +"7705","7705","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:52:38","FALSE",NA,"801030625905942528",NA,"Twitter for Android","trollcube","954","TRUE","FALSE" +"7706","7706","https://t.co/qm3nUeRMIm In less than two weeks, it's business as usual. God save this country. #Demonetization.","FALSE","2",NA,"2016-11-22 11:52:27","FALSE",NA,"801030582025134080",NA,"Twitter for Android","goldenarcher","3","FALSE","FALSE" +"7707","7707","RT @BajajAllianzLIC: With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secure y�","FALSE","0",NA,"2016-11-22 11:52:13","FALSE",NA,"801030523443441664",NA,"Twitter for Android","rdx_75","33","TRUE","FALSE" +"7708","7708","RT thaneinfo: MANGESH KANGANE https://t.co/ZL2u0MGuoI via YouTube +Thane: Prominent people supports #Demonetization� https://t.co/XY5uw0bmpT","FALSE","0",NA,"2016-11-22 11:51:56","FALSE",NA,"801030452488192000",NA,"IFTTT","prateikdhatrak","0","FALSE","FALSE" +"7709","7709","RT thaneinfo: CHINAR & MAHESH https://t.co/AwwE2JG7P1 via YouTube +Thane: Prominent people supports #Demonetization� https://t.co/7AyPEiNGZp","FALSE","0",NA,"2016-11-22 11:51:53","FALSE",NA,"801030439783776256",NA,"IFTTT","prateikdhatrak","0","FALSE","FALSE" +"7710","7710","RT @thaneinfo: Priydarshan Jadhav https://t.co/wnlckGTYIj via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaha�","FALSE","0",NA,"2016-11-22 11:51:35","FALSE",NA,"801030360930795520",NA,"Twitter Web Client","MahaDGIPR","2","TRUE","FALSE" +"7711","7711","RT @thaneinfo: MANGESH KANGANE https://t.co/OIvfvln3ir via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharas�","FALSE","0",NA,"2016-11-22 11:51:31","FALSE",NA,"801030344585580544",NA,"Twitter Web Client","MahaDGIPR","1","TRUE","FALSE" +"7712","7712","RT @GauravGogoiAsm: #DeMonetization aimed to stop terrorists with cash but media reports show terrorists in J&K with new Rs 2000 notes. Fla�","FALSE","0",NA,"2016-11-22 11:51:31","FALSE",NA,"801030344065458176",NA,"Twitter for Android","rahulsahu96782","14","TRUE","FALSE" +"7713","7713","RT @jackerhack: I wrote about Bitcoin and the European Pirate Parties from the lens of #demonetization in today's @Bangaloremirror. https:/�","FALSE","0",NA,"2016-11-22 11:51:24","FALSE",NA,"801030314558529536",NA,"Twitter for Android","arundathi9","9","TRUE","FALSE" +"7714","7714","RT @thaneinfo: CHINAR & MAHESH https://t.co/QE62gXLawL via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharas�","FALSE","0",NA,"2016-11-22 11:51:23","FALSE",NA,"801030310812991488",NA,"Twitter Web Client","MahaDGIPR","2","TRUE","FALSE" +"7715","7715","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 11:51:20","FALSE",NA,"801030298884411392",NA,"Twitter Web Client","goinginni","1042","TRUE","FALSE" +"7716","7716","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:51:17","FALSE",NA,"801030286272327680",NA,"Twitter for Android","ModiLeDubega","954","TRUE","FALSE" +"7717","7717","With the initiative of #Demonetization, #LifeInsurance is indeed the need of the hour. Think wise, go ahead & secur� https://t.co/sc3fHi1BYz","FALSE","32",NA,"2016-11-22 11:51:09","TRUE",NA,"801030253455949824",NA,"Twitter Web Client","BajajAllianzLIC","33","FALSE","FALSE" +"7718","7718","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:51:01","FALSE",NA,"801030218362322944",NA,"Twitter for Android","myvivek1989","59","TRUE","FALSE" +"7719","7719","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:50:49","FALSE",NA,"801030170069135360",NA,"Twitter Web Client","nivins84","59","TRUE","FALSE" +"7720","7720","RT @JayKay074: This is absolute humiliation for @narendramodi 's poor #demonetization execution + +https://t.co/V45WAUYs8f","FALSE","0",NA,"2016-11-22 11:50:41","FALSE",NA,"801030136615170048",NA,"Twitter Web Client","DEBKANCHAN","1","TRUE","FALSE" +"7721","7721","RT @rashmitambe: What exactly is problem in addressing parliament on #demonetization? Pm @narendramodi also needs to win opposition in this�","FALSE","0",NA,"2016-11-22 11:50:38","FALSE",NA,"801030123885428736",NA,"Twitter Web Client","gaurav_parrikar","1","TRUE","FALSE" +"7722","7722","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:50:28","FALSE",NA,"801030080474411008",NA,"Twitter for iPhone","clal1295","954","TRUE","FALSE" +"7723","7723","This is absolute humiliation for @narendramodi 's poor #demonetization execution + +https://t.co/V45WAUYs8f","FALSE","1",NA,"2016-11-22 11:50:23","FALSE",NA,"801030059540746240",NA,"Mobile Web (M5)","JayKay074","1","FALSE","FALSE" +"7724","7724","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:50:20","FALSE",NA,"801030048690176000",NA,"Twitter Web Client","IM_the_JAT","954","TRUE","FALSE" +"7725","7725","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:50:16","FALSE",NA,"801030033158438912",NA,"Twitter for iPhone","achinth","59","TRUE","FALSE" +"7726","7726","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 11:50:16","FALSE",NA,"801030030511878144",NA,"Mobile Web (M5)","arunesh__deep","69","TRUE","FALSE" +"7727","7727","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 11:50:10","FALSE",NA,"801030005673394176",NA,"Twitter for iPhone","nehal_raval","52","TRUE","FALSE" +"7728","7728","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:49:51","FALSE",NA,"801029927416057856",NA,"Twitter for Android","Abdulsa75994842","954","TRUE","FALSE" +"7729","7729","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:49:45","FALSE",NA,"801029901159497728",NA,"Twitter for Android","aapjnp","954","TRUE","FALSE" +"7730","7730","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:49:38","FALSE",NA,"801029873821040640",NA,"Twitter Web Client","taxindia","954","TRUE","FALSE" +"7731","7731","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:48:55","FALSE",NA,"801029689837920256",NA,"Twitter for Android","sandysh2311","105","TRUE","FALSE" +"7732","7732","Feeling the heat of #demonetization but can't resist from Dance Classes, no issue . We are here again to let you... https://t.co/73T6lUZaB3","FALSE","0",NA,"2016-11-22 11:48:41","FALSE",NA,"801029634137669632",NA,"Facebook","steptwostep","0","FALSE","FALSE" +"7733","7733","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:48:32","FALSE",NA,"801029595717894144",NA,"Twitter Web Client","BabuSaheb90","954","TRUE","FALSE" +"7734","7734","RT @CimGOI: Smt @nsitharaman to meet exporters on Monday, 21/11/16 to discuss issues related to the impact of #demonetization . @DoC_GoI","FALSE","0",NA,"2016-11-22 11:48:20","FALSE",NA,"801029544392163328",NA,"Twitter for Android","vbatra198223","68","TRUE","FALSE" +"7735","7735","RT @CimGOI: Smt @nsitharaman & @DoC_GoI in continuous touch with exporters. Any issues regarding #demonetization will be attended to with�","FALSE","0",NA,"2016-11-22 11:48:11","FALSE",NA,"801029506987237376",NA,"Twitter for Android","vbatra198223","43","TRUE","FALSE" +"7736","7736","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:48:10","FALSE",NA,"801029504072294400",NA,"Twitter for Android","dharmmeena","331","TRUE","FALSE" +"7737","7737","RT @OfficeChai: Outside of your thoughts on #demonetization you have to give it to @PMOindia for having its digital game on point https://t�","FALSE","0",NA,"2016-11-22 11:48:05","FALSE",NA,"801029482492534784",NA,"Twitter Web Client","blahfamous","1","TRUE","FALSE" +"7738","7738","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:47:59","FALSE",NA,"801029454898298880",NA,"Twitter for Android","anuj___mishra","954","TRUE","FALSE" +"7739","7739","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:47:46","FALSE",NA,"801029403958505472",NA,"Twitter for Android","prashan20943955","105","TRUE","FALSE" +"7740","7740","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:47:44","FALSE",NA,"801029393501941760",NA,"Twitter for Windows","pavanyadav797","105","TRUE","FALSE" +"7741","7741","@sardanarohit sapra jee ko bolee we all support #demonetization","FALSE","0","sardanarohit","2016-11-22 11:47:41","FALSE",NA,"801029382223429632","111944435","TweetDeck","tushama","0","FALSE","FALSE" +"7742","7742","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:47:10","FALSE",NA,"801029249159327744",NA,"Twitter for Android","Cumtomoliywolrd","7","TRUE","FALSE" +"7743","7743","@MamataOfficial Seems the loss is personal . So how much did you lose in this #Demonetization ? 10,000 Crores ? or it is even bigger ?","FALSE","0","MamataOfficial","2016-11-22 11:46:57","FALSE",NA,"801029196164149248","2526794479","TweetDeck","HinduIDF","0","FALSE","FALSE" +"7744","7744","@narendramodi should step down for the most irresponsible decision #demonetization....","FALSE","0","narendramodi","2016-11-22 11:46:34","FALSE",NA,"801029101653893120","18839785","Twitter for Windows Phone","AbimanyaV","0","FALSE","FALSE" +"7745","7745","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:45:47","FALSE",NA,"801028902638551040",NA,"Twitter for Android","RevanthReddyCh","59","TRUE","FALSE" +"7746","7746","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:45:45","FALSE",NA,"801028894853693440",NA,"Twitter Web Client","faridshaikh984","331","TRUE","FALSE" +"7747","7747","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:45:24","FALSE",NA,"801028805250916352",NA,"Twitter for Android","gopalsingh12782","954","TRUE","FALSE" +"7748","7748","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:45:21","FALSE",NA,"801028793087311872",NA,"Twitter for Android","arthanareeswar6","105","TRUE","FALSE" +"7749","7749","RT @aashishrazdan: If this is the best you could have done, you need to upgrade your #Best GOI #demonetization #cashchaos https://t.co/BA2U�","FALSE","0",NA,"2016-11-22 11:45:15","FALSE",NA,"801028769150537728",NA,"Twitter for Android","apllalkesh","1","TRUE","FALSE" +"7750","7750","RT @anisaz9_basit: This By Election happened just two days into #Demonetization, Saffron Propoganda was still 'Heady' if Election happen to�","FALSE","0",NA,"2016-11-22 11:44:32","FALSE",NA,"801028588988313600",NA,"Twitter for Android","LodhAmar","1","TRUE","FALSE" +"7751","7751","RT @BJP_RSS: Everyone should read +Major benefits of #Demonetization that you don't see in media coverage. +#ModiFightsCorruption #Bla�","FALSE","0",NA,"2016-11-22 11:44:12","FALSE",NA,"801028506486382592",NA,"Twitter Web Client","jsaditya","166","TRUE","FALSE" +"7752","7752","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:44:01","FALSE",NA,"801028456884551680",NA,"Twitter Web Client","sociogk","954","TRUE","FALSE" +"7753","7753","Ek aur minor inconvenience! #Demonetization #BlackMoney #NoteNahiPMBadlo https://t.co/6tbmh58O7A","FALSE","0",NA,"2016-11-22 11:43:15","FALSE",NA,"801028265477488640",NA,"Twitter Web Client","vikrant_tamhane","0","FALSE","FALSE" +"7754","7754","#Demonetization is a bold Behaviour Change Experiment. More action will be needed. My view from today's Mint https://t.co/0u7eTfHKfI","FALSE","0",NA,"2016-11-22 11:43:00","FALSE",NA,"801028200981663744",NA,"Twitter Web Client","ambimgp","0","FALSE","FALSE" +"7755","7755","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:42:45","FALSE",NA,"801028137802940416",NA,"Twitter for Android","RizviSalim","331","TRUE","FALSE" +"7756","7756","The hashtag #demonetization took the 16th place in the Top20 of Singapore's Trends for Sunday 21: https://t.co/rK5XguulJH #trndnl","FALSE","0",NA,"2016-11-22 11:42:43","FALSE",NA,"801028130563506176",NA,"Trendinalia Singapore","trendinaliaSG","0","FALSE","FALSE" +"7757","7757","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 11:42:17","FALSE",NA,"801028020400099328",NA,"Twitter for Android","JaySahal","52","TRUE","FALSE" +"7758","7758","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:42:15","FALSE",NA,"801028012682539008",NA,"Twitter for Android","Balaindrajith","331","TRUE","FALSE" +"7759","7759","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:41:50","FALSE",NA,"801027910241021952",NA,"Twitter for Android","RevanthReddyCh","954","TRUE","FALSE" +"7760","7760","RT @ShirishKunder: 500 Crore wedding of Janardhan Reddy & 11 Million views of #Kriti are the only two not affected by #demonetization. +http�","FALSE","0",NA,"2016-11-22 11:41:46","FALSE",NA,"801027891643420672",NA,"Twitter for iPhone","Kannadiga8","237","TRUE","FALSE" +"7761","7761","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:41:45","FALSE",NA,"801027889843929088",NA,"Twitter for Android","romandsouza","331","TRUE","FALSE" +"7762","7762","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:41:28","FALSE",NA,"801027815126822912",NA,"Twitter for Android","Siddharth_Majra","331","TRUE","FALSE" +"7763","7763","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:40:48","FALSE",NA,"801027649619496960",NA,"Twitter for Android","AngeloDias14","954","TRUE","FALSE" +"7764","7764","Will shameless @ArvindKejriwal also apologize for spreading so many rumors like this on #demonetization.� https://t.co/bcDb0huVJW","FALSE","1",NA,"2016-11-22 11:40:37","TRUE",NA,"801027600688685056",NA,"Twitter for Android","saurav6767","0","FALSE","FALSE" +"7765","7765","Congress is not even getting seats equal to regional parties. This shows people has accepted the #demonetization #Bypolls","FALSE","1",NA,"2016-11-22 11:40:28","FALSE",NA,"801027566513459200",NA,"Twitter Web Client","akshaysmile","0","FALSE","FALSE" +"7766","7766","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:40:25","FALSE",NA,"801027554136260608",NA,"Twitter for Android","rohitpanwar9999","331","TRUE","FALSE" +"7767","7767","Go Cashless... Pay through PayZapp at our outlet. + +#HDFCBank #PayZapp #Cashless #demonetization https://t.co/TrjkEPFzun","FALSE","0",NA,"2016-11-22 11:40:18","FALSE",NA,"801027524948062208",NA,"Facebook","hpdlretails","0","FALSE","FALSE" +"7768","7768","@sardanarohit Yes we support our PM #NAMO decision #demonetization","FALSE","1","sardanarohit","2016-11-22 11:40:04","FALSE",NA,"801027465703370752","111944435","TweetDeck","tushama","0","FALSE","FALSE" +"7769","7769","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:39:44","FALSE",NA,"801027380689117184",NA,"Twitter for Android","VyasRicha","954","TRUE","FALSE" +"7770","7770","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:39:42","FALSE",NA,"801027373986615296",NA,"Twitter for Android","zGovinda","105","TRUE","FALSE" +"7771","7771","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:39:25","FALSE",NA,"801027300552679424",NA,"Twitter for Android","DhruvSh26704610","954","TRUE","FALSE" +"7772","7772","A great compilation of every Indian currency note ever printed. +https://t.co/v3zZYGW0Em +#india #currency #history #money #demonetization","FALSE","0",NA,"2016-11-22 11:39:24","FALSE",NA,"801027296714887168",NA,"Twitter Web Client","engravedotin","0","FALSE","FALSE" +"7773","7773","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:39:16","FALSE",NA,"801027264427110400",NA,"Twitter for Android","mrpankajsethi","331","TRUE","FALSE" +"7774","7774","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 11:39:02","FALSE",NA,"801027206021382144",NA,"Twitter for iPhone","Abhishek_Rai","38","TRUE","FALSE" +"7775","7775","RT @IndiaHistorypic: 1980s :: Narendra Modi Meeting People To Understand Their Problems +#Demonetization #IAmWithModi #SupportModi https:�","FALSE","0",NA,"2016-11-22 11:39:02","FALSE",NA,"801027202246705152",NA,"Twitter for Android","kamat61","139","TRUE","FALSE" +"7776","7776","This By Election happened just two days into #Demonetization, Saffron Propoganda was still 'Heady' if Election happ� https://t.co/g9SKzDn4kc","FALSE","0",NA,"2016-11-22 11:38:58","TRUE",NA,"801027186647961600",NA,"Twitter for Android","anisaz9_basit","1","FALSE","FALSE" +"7777","7777","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:38:39","FALSE",NA,"801027107551846400",NA,"Twitter for Android","NeliyLuverr","7","TRUE","FALSE" +"7778","7778","We Tried The Narendra #Modi #App To Vote About #Demonetization & Were Pleasantly Surprised https://t.co/dOCNcpeH7m via @officechai","FALSE","0",NA,"2016-11-22 11:38:38","FALSE",NA,"801027102111723520",NA,"Twitter for iPhone","asthanakamit","0","FALSE","FALSE" +"7779","7779","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:38:25","FALSE",NA,"801027049452253184",NA,"Twitter for iPhone","mohit_hsgandhi","954","TRUE","FALSE" +"7780","7780","RT @IbrahimTasleem: People around him Snatched his Mike +when Congress Leader Praising #DeMonetization in Rajasthan + +Epic video must watch a�","FALSE","0",NA,"2016-11-22 11:38:13","FALSE",NA,"801026999615680512",NA,"Twitter for iPhone","praveer76","100","TRUE","FALSE" +"7781","7781","#MigrantWorkers under immense pressure. Effect of #Demonetization Not a single news of #BigCorporates in distress.� https://t.co/6peXWpVqQw","FALSE","1",NA,"2016-11-22 11:37:38","TRUE",NA,"801026849778241536",NA,"Twitter for Android","SAURAVK09644570","6","FALSE","FALSE" +"7782","7782","RT @dhume: .@lhsummers raises serious questions about India's #demonetization. https://t.co/HaCWgfslx5 https://t.co/QQlE1m8RaG","FALSE","0",NA,"2016-11-22 11:37:34","FALSE",NA,"801026835525967872",NA,"Twitter for Android","voiceofpunjab","18","TRUE","FALSE" +"7783","7783","RT @deep_anchor: It's another day for you and me in paradise. +#Demonetization +#CurrencyBan +#AccheDin +( via @ttindia ) https://t.co/sKuU8ei�","FALSE","0",NA,"2016-11-22 11:36:57","FALSE",NA,"801026678759813120",NA,"Twitter for Android","AalamRangi","20","TRUE","FALSE" +"7784","7784","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:36:56","FALSE",NA,"801026675601330176",NA,"Twitter for Android","smadygo","331","TRUE","FALSE" +"7785","7785","@visapu @SankarshanT + +HA HA HA + +Public SLAPS SO Called Custodians + +https://t.co/Tx3ectaYLl + +BJP WINS #BYPOLLS Despite #demonetization","FALSE","0","visapu","2016-11-22 11:36:44","FALSE","800953476700176384","801026626477637632","231024055","Twitter Web Client","A1mit","0","FALSE","FALSE" +"7786","7786","RT @sunilrajguru: By the time the Opposition finishes with its nautanki and the courts finish analyzing it, #Demonetization would have been�","FALSE","0",NA,"2016-11-22 11:36:43","FALSE",NA,"801026622203695104",NA,"Twitter Web Client","imsgsingh","7","TRUE","FALSE" +"7787","7787","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 11:36:41","FALSE",NA,"801026614087729152",NA,"Twitter for Android","sajid_monsoori","43","TRUE","FALSE" +"7788","7788","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:36:34","FALSE",NA,"801026581774766080",NA,"Twitter for Android","Ubhicanada","59","TRUE","FALSE" +"7789","7789","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:36:24","FALSE",NA,"801026542201688064",NA,"Twitter for Android","vipuldxt_2015","954","TRUE","FALSE" +"7790","7790","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:36:17","FALSE",NA,"801026512128446464",NA,"Twitter for Android","PushpendraVerma","59","TRUE","FALSE" +"7791","7791","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 11:36:07","FALSE",NA,"801026471649275904",NA,"Twitter for Android","amitj3","52","TRUE","FALSE" +"7792","7792","RT @deep_anchor: It's another day for you and me in paradise. +#Demonetization +#CurrencyBan +#AccheDin +( via @ttindia ) https://t.co/sKuU8ei�","FALSE","0",NA,"2016-11-22 11:36:06","FALSE",NA,"801026464531394560",NA,"Twitter for Android","Sameer_A_Gaffar","20","TRUE","FALSE" +"7793","7793","@PMOIndia @narendramodi #iamwithPmModi on #Demonetization and haven't faced any difficulty - a salaried taxpayer","FALSE","0","PMOIndia","2016-11-22 11:35:38","FALSE",NA,"801026349729280000","471741741","Hootsuite","mahajansam1","0","FALSE","FALSE" +"7794","7794","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:35:33","FALSE",NA,"801026326438281216",NA,"Twitter for Android","misirspeaks","331","TRUE","FALSE" +"7795","7795","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:35:02","FALSE",NA,"801026198272737280",NA,"Twitter for Android","Baxtabber47","7","TRUE","FALSE" +"7796","7796","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:34:58","FALSE",NA,"801026182405902336",NA,"Twitter Web Client","subratchhatoi","954","TRUE","FALSE" +"7797","7797","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 11:34:51","FALSE",NA,"801026149325246464",NA,"Twitter for iPhone","krisnair","38","TRUE","FALSE" +"7798","7798","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:34:26","FALSE",NA,"801026047085080576",NA,"Twitter for Android","jnv_rider","954","TRUE","FALSE" +"7799","7799","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:34:18","FALSE",NA,"801026014214139904",NA,"Twitter for Android","mikayla__isugly","7","TRUE","FALSE" +"7800","7800","RT @rishibagree: More than 700 Fish Vendors across Kolkata have started using e-wallets. +Before #demonetization this number was zero .. Thi�","FALSE","0",NA,"2016-11-22 11:34:13","FALSE",NA,"801025991044923392",NA,"Twitter for iPad","choppybaba","947","TRUE","FALSE" +"7801","7801","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:34:03","FALSE",NA,"801025951152881664",NA,"Twitter for Android","willdeslgnsig","7","TRUE","FALSE" +"7802","7802","RT @ProfNKPandey: I admit. +#demonetization was #surgicalstrike. +Army killed 38 terrorists. +Demonetization killed 56 & counting. +Both had su�","FALSE","0",NA,"2016-11-22 11:33:49","FALSE",NA,"801025893313323008",NA,"Twitter for Android","RageMonk","10","TRUE","FALSE" +"7803","7803","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:33:01","FALSE",NA,"801025688761311232",NA,"Twitter for Android","acchandramouli","331","TRUE","FALSE" +"7804","7804","RT @ANI_news: Delhi: TMC holds a protest against #demonetization at the entrance of Parliament https://t.co/Kk2Lobict4","FALSE","0",NA,"2016-11-22 11:32:43","FALSE",NA,"801025615222620160",NA,"Twitter for Android","RakeshB71917365","23","TRUE","FALSE" +"7805","7805","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:32:35","FALSE",NA,"801025581340987392",NA,"Twitter for iPhone","ejazr","331","TRUE","FALSE" +"7806","7806","RT @nivedithg: [Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","0",NA,"2016-11-22 11:32:16","FALSE",NA,"801025500642680832",NA,"Twitter for Android","SquashmanGel","7","TRUE","FALSE" +"7807","7807","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:32:05","FALSE",NA,"801025456417992704",NA,"Twitter for Android","GSJha7","954","TRUE","FALSE" +"7808","7808","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:31:53","FALSE",NA,"801025406144946176",NA,"Twitter for Android","BolRaghu","331","TRUE","FALSE" +"7809","7809","Outside of your thoughts on #demonetization you have to give it to @PMOindia for having its digital game on point https://t.co/vQ6ywjFa42","FALSE","0",NA,"2016-11-22 11:31:53","FALSE",NA,"801025403129241600",NA,"Twitter Web Client","OfficeChai","1","FALSE","FALSE" +"7810","7810","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:31:29","FALSE",NA,"801025305443827712",NA,"Twitter for iPhone","KrishanManmohan","954","TRUE","FALSE" +"7811","7811","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 11:31:26","FALSE",NA,"801025291007102976",NA,"Twitter Web Client","Dailynewspicks","43","TRUE","FALSE" +"7812","7812","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:31:03","FALSE",NA,"801025194907168768",NA,"Twitter for Android","PreetiRnair","331","TRUE","FALSE" +"7813","7813","RT @_SwarajIndia: Government's seriousness about black money: Reality or a Sham? +@AnupamConnects speaks on #demonetization https://t.co/ZGq�","FALSE","0",NA,"2016-11-22 11:30:35","FALSE",NA,"801025076711882752",NA,"Twitter Web Client","WorkingOnNow","73","TRUE","FALSE" +"7814","7814","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:30:21","FALSE",NA,"801025019186814976",NA,"Twitter for Android","AyeshaFarhin1","954","TRUE","FALSE" +"7815","7815","RT @ChilliFL: https://t.co/T7yNEJdJQn via @giphy +Those Who Have Not Yet Exchanged +#aamirkhan #currencyban #demonetization #PK #Bollywood","FALSE","0",NA,"2016-11-22 11:30:20","FALSE",NA,"801025012849328128",NA,"Desi Buzz","_desibuzz","1","TRUE","FALSE" +"7816","7816","Dear @TheOfficialSBI #please #arrange for #timely #cash #load #into #your #ATM's 4 #success of #demonetization @arunjaitley @narendramodi","FALSE","3",NA,"2016-11-22 11:29:55","FALSE",NA,"801024911338651648",NA,"Twitter for Android","BHANWARLALSUTH7","1","FALSE","FALSE" +"7817","7817","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:29:48","FALSE",NA,"801024881458495488",NA,"Twitter for Android","goarizvi","954","TRUE","FALSE" +"7818","7818","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:29:41","FALSE",NA,"801024850840064000",NA,"Twitter for Android","sunil_iyc","331","TRUE","FALSE" +"7819","7819","RT @RealHistoryPic: Can't say anything about Productivity but Creativity has increased after #Demonetization.(2016) https://t.co/0fMh3UMbVq","FALSE","0",NA,"2016-11-22 11:29:36","FALSE",NA,"801024828182556672",NA,"Twitter Web Client","praveen_q","1158","TRUE","FALSE" +"7820","7820","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:29:33","FALSE",NA,"801024815603843072",NA,"Twitter for Android","kanwarphalwan","954","TRUE","FALSE" +"7821","7821","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:28:53","FALSE",NA,"801024651275026432",NA,"Twitter for Android","ShrutiS04072118","331","TRUE","FALSE" +"7822","7822","RT @dna: Mamata Banerjee to protest in Delhi tomorrow against #demonetization https://t.co/bmzbOjehk2","FALSE","0",NA,"2016-11-22 11:28:26","FALSE",NA,"801024536833454080",NA,"Twitter Web Client","AkbarHusainM","7","TRUE","FALSE" +"7823","7823","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:28:20","FALSE",NA,"801024510677893120",NA,"Twitter for Android","SiddiqueMobin","331","TRUE","FALSE" +"7824","7824","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:28:15","FALSE",NA,"801024490796969984",NA,"Twitter for Android","kapilreet","331","TRUE","FALSE" +"7825","7825","#Demonetization bringing down marriage rates. Good side effect. #PopulationControl #Familyplanning https://t.co/pg4mYD7gcD","FALSE","0",NA,"2016-11-22 11:26:58","FALSE",NA,"801024165889318912",NA,"Twitter Web Client","SauryaTime","0","FALSE","FALSE" +"7826","7826","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:26:49","FALSE",NA,"801024128807530496",NA,"Twitter for Android","balgobind1983","954","TRUE","FALSE" +"7827","7827","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:26:25","FALSE",NA,"801024031084331008",NA,"Twitter for Android","komalavalli23","105","TRUE","FALSE" +"7828","7828","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:26:15","FALSE",NA,"801023988701036544",NA,"Twitter for Android","gnh94ster","331","TRUE","FALSE" +"7829","7829","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:26:13","FALSE",NA,"801023980207382528",NA,"Twitter for Android","NARPATSHETH","331","TRUE","FALSE" +"7830","7830","RT @ItsBollyLive: #SalmanKhan Comes In RESCUE Of Poor Peoples Near His Farmhouse | Gives MONEY During #Demonetization https://t.co/7HPb8bFG�","FALSE","0",NA,"2016-11-22 11:25:53","FALSE",NA,"801023895654440960",NA,"Twitter for iPhone","ABHISHE63958293","14","TRUE","FALSE" +"7831","7831","I Support #Demonetization https://t.co/NIU6tF8F35","FALSE","0",NA,"2016-11-22 11:25:53","FALSE",NA,"801023893100109824",NA,"Facebook","kavitamalikjpr","0","FALSE","FALSE" +"7832","7832","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 11:25:30","FALSE",NA,"801023799932190720",NA,"Twitter for iPhone","avneet987","52","TRUE","FALSE" +"7833","7833","RT @MinhazMerchant: Difficult to verify but if true points to orchestrated campaign to discredit #demonetization with paid fear-mongers htt�","FALSE","0",NA,"2016-11-22 11:25:05","FALSE",NA,"801023693623148544",NA,"Twitter for iPhone","kris_amit","1057","TRUE","FALSE" +"7834","7834","RT @ShashiTharoor: Joined Kerala MPs protesting the exclusion of co-operative banks from #demonetization arrangements. 90% of rural savers�","FALSE","0",NA,"2016-11-22 11:25:02","FALSE",NA,"801023680851705856",NA,"Twitter for Android","pandya_pratap","48","TRUE","FALSE" +"7835","7835","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:24:55","FALSE",NA,"801023651181051904",NA,"Twitter for Windows Phone","mahesharma39","331","TRUE","FALSE" +"7836","7836","Share Your Views On #Demonetization Directly To #PMModi Via #NarendraModiApp https://t.co/4YJRb6QdYx #janjankibaat #DeMonetisationSurvey","FALSE","0",NA,"2016-11-22 11:24:50","FALSE",NA,"801023629395824640",NA,"Twitter for Android","UpdatesJunction","0","FALSE","FALSE" +"7837","7837","RT @Shr3yanshS: Why #demonetization was needed and its overall impact. +https://t.co/rjQU4LQ2UI +From some1 who knows what he is talking abo�","FALSE","0",NA,"2016-11-22 11:24:25","FALSE",NA,"801023524160884736",NA,"Twitter for Android","vasuht","31","TRUE","FALSE" +"7838","7838","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:24:18","FALSE",NA,"801023497090670592",NA,"Twitter for Android","goeltm_tg","331","TRUE","FALSE" +"7839","7839","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:24:12","FALSE",NA,"801023472839299072",NA,"Twitter for Android","Faller18","954","TRUE","FALSE" +"7840","7840","RT @Roshan_INC: Leader of #AamAadmi Shri Rahul Gandhiji meets people outside ATM, talks to them abt problems faced due to #Demonetization��","FALSE","0",NA,"2016-11-22 11:24:01","FALSE",NA,"801023426009800704",NA,"Twitter for Android","GaurNsui","5","TRUE","FALSE" +"7841","7841","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:23:45","FALSE",NA,"801023358301274112",NA,"Twitter for Android","rajendra006","331","TRUE","FALSE" +"7842","7842","RT @aruproytweets: Our top story today. Ministers, bureaucrats admit to glaring lack of cohesive planning #Demonetization https://t.co/Qsxc�","FALSE","0",NA,"2016-11-22 11:23:26","FALSE",NA,"801023276734550016",NA,"Twitter for iPhone","Arun2981","23","TRUE","FALSE" +"7843","7843","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 11:23:02","FALSE",NA,"801023176515821568",NA,"Twitter for iPhone","AmitOA2","526","TRUE","FALSE" +"7844","7844","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 11:23:01","FALSE",NA,"801023174183821312",NA,"Twitter for Android","rajgrad","70","TRUE","FALSE" +"7845","7845","RT @sanjaybafna: Web link of ""Fake Story"" Published by Economic Times on IT Notice #Demonetization +https://t.co/qmOyogIiNh","FALSE","0",NA,"2016-11-22 11:23:00","FALSE",NA,"801023169465192448",NA,"Twitter for Android","abhigyanbafna","29","TRUE","FALSE" +"7846","7846","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:22:53","FALSE",NA,"801023138024800256",NA,"Twitter for Android","TolerantDesii","105","TRUE","FALSE" +"7847","7847","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:22:50","FALSE",NA,"801023125924225024",NA,"Twitter for Android","singhmahavir50","331","TRUE","FALSE" +"7848","7848","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:22:17","FALSE",NA,"801022988288020480",NA,"Twitter for iPhone","cryptex_221B","331","TRUE","FALSE" +"7849","7849","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:22:02","FALSE",NA,"801022925818105856",NA,"Twitter for Android","SunitaWilson72","331","TRUE","FALSE" +"7850","7850","CHINAR & MAHESH https://t.co/QE62gXLawL via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharashtra","FALSE","1",NA,"2016-11-22 11:21:57","FALSE",NA,"801022904330637312",NA,"Twitter Web Client","thaneinfo","2","FALSE","FALSE" +"7851","7851","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:21:14","FALSE",NA,"801022722658615296",NA,"Twitter for Android","6c20cdd298174c7","954","TRUE","FALSE" +"7852","7852","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:21:08","FALSE",NA,"801022699367698432",NA,"Twitter for Android","rashmi_moraskar","954","TRUE","FALSE" +"7853","7853","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:21:04","FALSE",NA,"801022684037410816",NA,"Twitter for Android","shivamji_s","59","TRUE","FALSE" +"7854","7854","How did Modi get an Ideaof #Demonetization ..? Now we know it..! @ArvindKejriwal� https://t.co/CAUPrsZqYe","FALSE","0",NA,"2016-11-22 11:20:34","TRUE",NA,"801022558430752768",NA,"Twitter for iPhone","saddyrao","0","FALSE","FALSE" +"7855","7855","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:20:34","FALSE",NA,"801022556341817344",NA,"Twitter for Android","Faller18","331","TRUE","FALSE" +"7856","7856","RT @satishacharya: Reddy Wedding! @mail_today cartoon #demonetization #ReddyWedding https://t.co/u7gLNrq31F","FALSE","0",NA,"2016-11-22 11:20:26","FALSE",NA,"801022524280565760",NA,"Twitter Web Client","southasiatimes","120","TRUE","FALSE" +"7857","7857","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:19:58","FALSE",NA,"801022405372088320",NA,"Twitter for Android","Satchitanand190","105","TRUE","FALSE" +"7858","7858","RT @sona2905: When I explained #Demonetization to myself and tried to put it down in my words which are not laced with any heavy technical�","FALSE","0",NA,"2016-11-22 11:19:47","FALSE",NA,"801022360816123904",NA,"Twitter for Android","Pradeep2192","50","TRUE","FALSE" +"7859","7859","RT @yamini_jyoti: Yes, my blood boils at @ArvindKejriwal 's maniacal statements on #demonetization . +But I ignore the fool. @RitaG74 https�","FALSE","0",NA,"2016-11-22 11:19:44","FALSE",NA,"801022346794508288",NA,"Twitter for Android","SameeranaChinch","70","TRUE","FALSE" +"7860","7860","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 11:19:21","FALSE",NA,"801022250711269376",NA,"Twitter for Android","VgDaula","960","TRUE","FALSE" +"7861","7861","[Data] Social Media reactions to #Demonetization https://t.co/rlRtkI3jyX https://t.co/mRQo3KR6V6","FALSE","11",NA,"2016-11-22 11:19:14","FALSE",NA,"801022223238561792",NA,"dlvr.it","nivedithg","7","FALSE","FALSE" +"7862","7862","[Data] Social Media reactions to #Demonetization https://t.co/gFZkw5yRnw https://t.co/Hv6qYDXDan","FALSE","0",NA,"2016-11-22 11:19:13","FALSE",NA,"801022218251563008",NA,"dlvr.it","wilSonofaGun","0","FALSE","FALSE" +"7863","7863","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:19:09","FALSE",NA,"801022201516277760",NA,"Twitter for Android","Sandeep35781325","954","TRUE","FALSE" +"7864","7864","[Data] Social Media reactions to #Demonetization https://t.co/sgXuCYtL0l","FALSE","0",NA,"2016-11-22 11:19:03","FALSE",NA,"801022175230558208",NA,"dlvr.it","onam","0","FALSE","FALSE" +"7865","7865","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 11:19:03","FALSE",NA,"801022174194700288",NA,"Twitter for Android","myvivek1989","47","TRUE","FALSE" +"7866","7866","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 11:18:59","FALSE",NA,"801022156524003328",NA,"Twitter for Android","RadRoadster","52","TRUE","FALSE" +"7867","7867","RT @deep_anchor: It's another day for you and me in paradise. +#Demonetization +#CurrencyBan +#AccheDin +( via @ttindia ) https://t.co/sKuU8ei�","FALSE","0",NA,"2016-11-22 11:18:56","FALSE",NA,"801022146176655360",NA,"Twitter for iPhone","nikhil123456578","20","TRUE","FALSE" +"7868","7868","He was going to Exchange his old 500/1000 notes, +Now #demonetization Toll rises to ### https://t.co/WaJLc2SCQH","FALSE","0",NA,"2016-11-22 11:18:47","FALSE",NA,"801022107068960768",NA,"TweetDeck","apthamitra","0","FALSE","FALSE" +"7869","7869","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:18:43","FALSE",NA,"801022092594401280",NA,"Twitter for Android","puriyash41","331","TRUE","FALSE" +"7870","7870","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:18:43","FALSE",NA,"801022090241576960",NA,"Twitter for Android","shivamshukla007","954","TRUE","FALSE" +"7871","7871","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:18:31","FALSE",NA,"801022042191568896",NA,"Twitter for Android","Sandeep1481996","331","TRUE","FALSE" +"7872","7872","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:18:22","FALSE",NA,"801022002442174464",NA,"Twitter for Android","pratikwasnik","954","TRUE","FALSE" +"7873","7873","RT @TimesNow_: #BREAKING In BJP ruled CG people walk 60 KM daily to reach Banks #demonetization +https://t.co/538jCX4o8p","FALSE","0",NA,"2016-11-22 11:17:44","FALSE",NA,"801021845382172672",NA,"Twitter for Android","saachin20","293","TRUE","FALSE" +"7874","7874","RT @ashokepandit: If this is true,then it's the biggest benefit of #demonetization. Other trrsts & political Ldrs will fall in the line. ht�","FALSE","0",NA,"2016-11-22 11:17:37","FALSE",NA,"801021814080094208",NA,"Twitter for Android","MrAkashss","203","TRUE","FALSE" +"7875","7875","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 11:17:30","FALSE",NA,"801021783792988160",NA,"Twitter Web Client","AmarJassal","15","TRUE","FALSE" +"7876","7876","RT @ShirishKunder: ""Minor inconvenience"" for ""major convenience"" of Vijay Mallya and friends. #demonetization https://t.co/4RMD7Fpfaw","FALSE","0",NA,"2016-11-22 11:17:02","FALSE",NA,"801021668969713664",NA,"Twitter for Android","proficient11","520","TRUE","FALSE" +"7877","7877","RT @YesIamSaffron: Must Watch +. +Delhities Standing in Long Bank Que's Praising PM Modi's #Demonetization & Cursing Thug @ArvindKejriwal +htt�","FALSE","0",NA,"2016-11-22 11:16:58","FALSE",NA,"801021651139825664",NA,"Twitter for Android","iampatelji","960","TRUE","FALSE" +"7878","7878","RT @dna: Mamata Banerjee to protest in Delhi tomorrow against #demonetization https://t.co/bmzbOjehk2","FALSE","0",NA,"2016-11-22 11:16:20","FALSE",NA,"801021490124701696",NA,"Twitter for Android","MyNameIsUKM","7","TRUE","FALSE" +"7879","7879","PM @narendramodi said #demonetization will target counterfeit notes being used to fund terrorist activities. +HE LIES +https://t.co/Y6aX2j21ik","FALSE","0",NA,"2016-11-22 11:16:18","FALSE",NA,"801021481987674112",NA,"Twitter Web Client","Pancham_Tyagi","0","FALSE","FALSE" +"7880","7880","@narendramodi I support #demonetization","FALSE","0","narendramodi","2016-11-22 11:16:17","FALSE","800999865719230464","801021477965295616","18839785","Twitter for Android","ComeMessWithMe","0","FALSE","FALSE" +"7881","7881","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:16:14","FALSE",NA,"801021467731185664",NA,"Twitter for iPhone","lop_india","331","TRUE","FALSE" +"7882","7882","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:16:12","FALSE",NA,"801021458604388352",NA,"Twitter for Android","KhannaPal","954","TRUE","FALSE" +"7883","7883","RT @abhic_1983: #Tamluk #Bypolls update +2014 LS:BJP got 86k votes +2016: BJP's Ambuj Mahanti got 1.96 lakh votes +#Demonetization really hurt�","FALSE","0",NA,"2016-11-22 11:16:02","FALSE",NA,"801021416606830592",NA,"Twitter for Android","DeepankarThakur","14","TRUE","FALSE" +"7884","7884","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 11:15:47","FALSE",NA,"801021352052330496",NA,"Mobile Web (M5)","arif47865","47","TRUE","FALSE" +"7885","7885","RT @priyankac19: Shri Modiji if you have jokes to crack on #demonetization why not start from the Parliament rather than while touring abro�","FALSE","0",NA,"2016-11-22 11:15:40","FALSE",NA,"801021322574692352",NA,"Twitter for Android","saachin20","303","TRUE","FALSE" +"7886","7886","RT @saaxenanurag: By the time the Opposition finishes with its nautanki and the courts finish analyzing it, #Demonetization would have been�","FALSE","0",NA,"2016-11-22 11:15:40","FALSE",NA,"801021322025435136",NA,"Twitter for iPhone","sanjaysaxena007","1","TRUE","FALSE" +"7887","7887","RT @HP_Journo: #Demonetization Positive Effect: Cigarette Sales Slashed To Almost Half After Demonetization:Report @deepparihar @Tabassumzi�","FALSE","0",NA,"2016-11-22 11:15:32","FALSE",NA,"801021289120964608",NA,"Twitter Web Client","Tabassumzia","1","TRUE","FALSE" +"7888","7888","RT @_HarshilNayak: In last 10days 1.6k crore business lost of different sectors in ahmedabad #demonetization @ArvindKejriwal https://t.co/�","FALSE","0",NA,"2016-11-22 11:15:30","FALSE",NA,"801021282217099264",NA,"Twitter for Android","saachin20","182","TRUE","FALSE" +"7889","7889","MANGESH KANGANE https://t.co/OIvfvln3ir via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharashtra","FALSE","0",NA,"2016-11-22 11:15:23","FALSE",NA,"801021253788188672",NA,"Twitter Web Client","thaneinfo","1","FALSE","FALSE" +"7890","7890","@sardesairajdeep Try a quick twitter poll on #Demonetization to see what percentage votes and whether their vote goes against ur vote or not","FALSE","0","sardesairajdeep","2016-11-22 11:15:18","FALSE","801017271296598016","801021232799948800","56304605","Twitter for Android","rajneeshk","0","FALSE","FALSE" +"7891","7891","More advantages in #Demonetization than there are risks involved. Inflation to fall and rupee to strengthen. #TVON +https://t.co/5b1zG8xIS1","FALSE","0",NA,"2016-11-22 11:15:06","FALSE",NA,"801021180631093248",NA,"Twitter Ads","DVoiceofnation","0","FALSE","FALSE" +"7892","7892","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:15:05","FALSE",NA,"801021175321104384",NA,"Twitter for Android","harmony1960","331","TRUE","FALSE" +"7893","7893","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:14:52","FALSE",NA,"801021121164431360",NA,"Twitter for iPhone","amitazad67","331","TRUE","FALSE" +"7894","7894","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 11:14:48","FALSE",NA,"801021105783836672",NA,"Twitter for Android","sabnis_atmaram","13","TRUE","FALSE" +"7895","7895","https://t.co/IpohoIwwvo #Mega Brother #Nagababu about #Demonetization nd @narendramodi..... + @PawanKalyan @IAmVarunTej @RGVzoomin","FALSE","0",NA,"2016-11-22 11:14:02","FALSE",NA,"801020913932062720",NA,"Twitter for Windows Phone","999neelesh","0","FALSE","FALSE" +"7896","7896","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:14:01","FALSE",NA,"801020909758750720",NA,"Twitter for Android","rakeshrammi","331","TRUE","FALSE" +"7897","7897","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 11:13:53","FALSE",NA,"801020876846088192",NA,"Twitter Web Client","yasserkhan","38","TRUE","FALSE" +"7898","7898","RT @SatyendarJain: People who are supporting #demonetization will definitely wake up, when lay off will start because of economic slowdow�","FALSE","0",NA,"2016-11-22 11:13:45","FALSE",NA,"801020840166899712",NA,"Twitter for Android","saachin20","103","TRUE","FALSE" +"7899","7899","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:13:35","FALSE",NA,"801020800035913728",NA,"Twitter for Android","sammypub123","954","TRUE","FALSE" +"7900","7900","RT @prettypadmaja: @sunetrac #DeMonetization I suffered 10 sneezes while dusting my old notes of 500 & 1000 kept for medical emergency ...�","FALSE","0",NA,"2016-11-22 11:13:13","FALSE",NA,"801020707526217728",NA,"Twitter for Android","abdeshmukh","4","TRUE","FALSE" +"7901","7901","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:12:29","FALSE",NA,"801020522888761344",NA,"Twitter Web Client","annavetticad","331","TRUE","FALSE" +"7902","7902","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:12:27","FALSE",NA,"801020514483376128",NA,"Twitter for Android","saraswatvikash","954","TRUE","FALSE" +"7903","7903","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 11:12:12","FALSE",NA,"801020450973175808",NA,"Twitter Web Client","ATamariya","13","TRUE","FALSE" +"7904","7904","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 11:12:11","FALSE",NA,"801020447676596224",NA,"Twitter for Android","skneel1","69","TRUE","FALSE" +"7905","7905","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:11:57","FALSE",NA,"801020390046732288",NA,"Twitter for iPhone","narende95085739","331","TRUE","FALSE" +"7906","7906","RT @abhic_1983: #Tamluk #Bypolls update +2014 LS:BJP got 86k votes +2016: BJP's Ambuj Mahanti got 1.96 lakh votes +#Demonetization really hurt�","FALSE","0",NA,"2016-11-22 11:11:56","FALSE",NA,"801020385315540992",NA,"Twitter for iPad","k_bhairav","14","TRUE","FALSE" +"7907","7907","RT @ruhitewari: The desperation to push this deshbhakti narrative reflects the govt is very worried about #demonetization adverse impact &�","FALSE","0",NA,"2016-11-22 11:11:54","FALSE",NA,"801020375115001856",NA,"Twitter for Android","saachin20","1042","TRUE","FALSE" +"7908","7908","Priydarshan Jadhav https://t.co/wnlckGTYIj via @YouTube +Thane: Prominent people supports #Demonetization @MahaDGIPR @CMOMaharashtra","FALSE","0",NA,"2016-11-22 11:11:47","FALSE",NA,"801020345293553664",NA,"Twitter Web Client","thaneinfo","2","FALSE","FALSE" +"7909","7909","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:11:44","FALSE",NA,"801020335336411136",NA,"Twitter for Android","13Amit1313","954","TRUE","FALSE" +"7910","7910","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:11:15","FALSE",NA,"801020212971569152",NA,"Twitter Web Client","DrMSGoyal","954","TRUE","FALSE" +"7911","7911","RT @ranjithrajvasam: #DeMonetization in 5 seconds! https://t.co/C52xy5TNDI","FALSE","0",NA,"2016-11-22 11:10:51","FALSE",NA,"801020111431737344",NA,"Twitter for Android","raja_anonymous","4","TRUE","FALSE" +"7912","7912","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:10:22","FALSE",NA,"801019988383531008",NA,"Twitter for iPhone","JD_Bosssss","105","TRUE","FALSE" +"7913","7913","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 11:10:16","FALSE",NA,"801019965901971456",NA,"Twitter for iPhone","sadarakesh","526","TRUE","FALSE" +"7914","7914","Great decision with lack of resource and no planning #demonetization","FALSE","0",NA,"2016-11-22 11:10:08","FALSE",NA,"801019931877785600",NA,"Twitter for Android","saachin20","0","FALSE","FALSE" +"7915","7915","RT @MoviezAdda: @BeingSalmanKhan The SAVIOUR - Gives #money To #Farmhouse #Poor Peoples In #Demonetization +Check Out https://t.co/c7lyi9CQ�","FALSE","0",NA,"2016-11-22 11:10:05","FALSE",NA,"801019919571812352",NA,"Twitter for Android","malimatov99","15","TRUE","FALSE" +"7916","7916","#Bypolls #IndiaWithModi +#Demonetization drive is to safeguard honest people�s interest: PM Modi +https://t.co/OitftrJiMe + +via NMApp","FALSE","1",NA,"2016-11-22 11:09:49","FALSE",NA,"801019852156731392",NA,"Twitter for Android","nitin_nitingarg","0","FALSE","FALSE" +"7917","7917","RT @arvasudevan: Test No. 786786 for Modi after #Demonetization https://t.co/IDimd9Iq61","FALSE","0",NA,"2016-11-22 11:09:47","FALSE",NA,"801019843269038080",NA,"Twitter for Android","ramana1729","2","TRUE","FALSE" +"7918","7918","RT @CNNnews18: PM Modi seeks public's view on #demonetization, asks them to take part in the survey on Narendra Modi app. https://t.co/lF2x�","FALSE","0",NA,"2016-11-22 11:09:05","FALSE",NA,"801019666718224384",NA,"Twitter for Android","NachiketP77","25","TRUE","FALSE" +"7919","7919","RT @satishacharya: Reddy Wedding! @mail_today cartoon #demonetization #ReddyWedding https://t.co/u7gLNrq31F","FALSE","0",NA,"2016-11-22 11:09:01","FALSE",NA,"801019649961799680",NA,"Twitter for Android","RB2504","120","TRUE","FALSE" +"7920","7920","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 11:08:56","FALSE",NA,"801019630848352256",NA,"Twitter for Android","sundipkapur","118","TRUE","FALSE" +"7921","7921","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:08:49","FALSE",NA,"801019599567355904",NA,"Mobile Web (M2)","abdul2711lateef","954","TRUE","FALSE" +"7922","7922","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:08:48","FALSE",NA,"801019595012194304",NA,"Twitter Web Client","sventure007","331","TRUE","FALSE" +"7923","7923","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:08:29","FALSE",NA,"801019515366612992",NA,"Twitter for Android","ViligantVinay","954","TRUE","FALSE" +"7924","7924","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:08:26","FALSE",NA,"801019505401102336",NA,"Twitter for Android","Pratap061061","105","TRUE","FALSE" +"7925","7925","RT @Akshaysinghel: BJP Parliamentary @Narendramodi Ji says that #Demonetization not end but beginning of struggle against black money @Amit�","FALSE","0",NA,"2016-11-22 11:08:21","FALSE",NA,"801019480855826432",NA,"Twitter for Android","amz360","8","TRUE","FALSE" +"7926","7926","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:08:09","FALSE",NA,"801019430289321984",NA,"Twitter Web Client","BhaanuWrites","59","TRUE","FALSE" +"7927","7927","RT @ShefVaidya: NO. @MamtaOfficiaI will say this fire was caused because of #DeMonetization and @narendramodi is responsible! https://t.co/�","FALSE","0",NA,"2016-11-22 11:07:58","FALSE",NA,"801019387691954176",NA,"Twitter for Android","anunayiitb","91","TRUE","FALSE" +"7928","7928","Two days inGoa. Business as usual. No impact of #demonetization .friends from Delhi happy to withdraw from ATM","FALSE","0",NA,"2016-11-22 11:07:48","FALSE",NA,"801019344708767744",NA,"Twitter for Android","Wandering_Naren","0","FALSE","FALSE" +"7929","7929","RT @BspUp2017: #Demonetization succinctly explained by Rebel Politik. + #NoteNahiPMBadlo #__PM_ #MayawatiNextUPCM #BSP @invi�","FALSE","0",NA,"2016-11-22 11:07:37","FALSE",NA,"801019298273787904",NA,"Twitter for Android","kanishkkr","53","TRUE","FALSE" +"7930","7930","RT @indianyogi: @narendramodi we elected u 4 taking bold decisions in national interest. Bigger cry against #demonetization means bigger lo�","FALSE","0",NA,"2016-11-22 11:07:30","FALSE",NA,"801019268594827264",NA,"Twitter for Android","pingle83","10","TRUE","FALSE" +"7931","7931",".@Being_Humor Ma'am @sunetrac my friend whose name is 'Arvind Banerjee' couldn't poop for 5 days due to ATM queues after #DeMonetization.","FALSE","0","Being_Humor","2016-11-22 11:07:29","FALSE","800939831245340672","801019262294900736","438525539","Twitter for Android","captain_troll","0","FALSE","FALSE" +"7932","7932","RT @CMOMaharashtra: @mandybedi on Hon PM @narendramodi 's #demonetization decision ... https://t.co/j74RkdZRTO","FALSE","0",NA,"2016-11-22 11:07:17","FALSE",NA,"801019213657894912",NA,"Twitter for Android","SSaaNgi","144","TRUE","FALSE" +"7933","7933","RT @DaaruBaazMehta: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization + +#not�","FALSE","0",NA,"2016-11-22 11:07:13","FALSE",NA,"801019198843461632",NA,"Twitter for iPhone","DaaruBaazMehta","59","TRUE","FALSE" +"7934","7934","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 11:07:13","FALSE",NA,"801019196784005120",NA,"Twitter for Android","shaktishekhar39","69","TRUE","FALSE" +"7935","7935","By the time the Opposition finishes with its nautanki and the courts finish analyzing it, #Demonetization would have been fully implemented.","FALSE","1",NA,"2016-11-22 11:06:58","FALSE",NA,"801019134137995264",NA,"Twitter Web Client","saaxenanurag","1","FALSE","FALSE" +"7936","7936","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:06:51","FALSE",NA,"801019105343991808",NA,"Twitter for Android","GujjuVimo","105","TRUE","FALSE" +"7937","7937","RT @satishacharya: Reddy Wedding! @mail_today cartoon #demonetization #ReddyWedding https://t.co/u7gLNrq31F","FALSE","0",NA,"2016-11-22 11:06:50","FALSE",NA,"801019099295817728",NA,"Twitter Web Client","CPIM_WESTBENGAL","120","TRUE","FALSE" +"7938","7938","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:06:47","FALSE",NA,"801019087249752064",NA,"Twitter for iPad","b_richardn","331","TRUE","FALSE" +"7939","7939","RT @dna: Mamata Banerjee to protest in Delhi tomorrow against #demonetization https://t.co/bmzbOjehk2","FALSE","0",NA,"2016-11-22 11:06:28","FALSE",NA,"801019008891789312",NA,"Twitter for Android","senbhaskar50","7","TRUE","FALSE" +"7940","7940","RT @ashu3page: A man shaved his head at Jantar-Mantar in protest against #Demonetization on 13th day of the move. https://t.co/IeXuia3J0X","FALSE","0",NA,"2016-11-22 11:06:27","FALSE",NA,"801019002692583424",NA,"Twitter for Android","iamskshabbir","69","TRUE","FALSE" +"7941","7941","https://t.co/T7yNEJdJQn via @giphy +Those Who Have Not Yet Exchanged +#aamirkhan #currencyban #demonetization #PK #Bollywood","FALSE","1",NA,"2016-11-22 11:06:07","FALSE",NA,"801018918563262464",NA,"Twitter Web Client","ChilliFL","1","FALSE","FALSE" +"7942","7942","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:05:51","FALSE",NA,"801018852326965248",NA,"Twitter for Android","vkd_shafi","954","TRUE","FALSE" +"7943","7943","RT @Shr3yanshS: Why #demonetization was needed and its overall impact. +https://t.co/rjQU4LQ2UI +From some1 who knows what he is talking abo�","FALSE","0",NA,"2016-11-22 11:05:26","FALSE",NA,"801018748220178432",NA,"Twitter for Android","Krrisshna","31","TRUE","FALSE" +"7944","7944","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 11:05:15","FALSE",NA,"801018703210954752",NA,"Twitter for iPhone","bheeeshm","118","TRUE","FALSE" +"7945","7945","RT @moonsez: One good thing of #demonetization is that you can't throw money at all your problems.","FALSE","0",NA,"2016-11-22 11:05:08","FALSE",NA,"801018673561567232",NA,"Twitter for Android","indieanarch","3","TRUE","FALSE" +"7946","7946","RT @airnewsalerts: #Demonetization of high value currency is just beginning of government�s deep and continuous struggle against black mone�","FALSE","0",NA,"2016-11-22 11:04:37","FALSE",NA,"801018542439034880",NA,"Twitter for Android","msxna83","43","TRUE","FALSE" +"7947","7947","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 11:04:30","FALSE",NA,"801018511740915712",NA,"Twitter for Android","bhaveshjoshi311","526","TRUE","FALSE" +"7948","7948","RT @IamRitzV: LOL!! +Real reason is #Demonetization +They have no money to celebrate his birthday!! + https://t.co/sIVo5YMhJp","FALSE","0",NA,"2016-11-22 11:04:29","FALSE",NA,"801018508674875392",NA,"Twitter for Android","NaMoKsath","118","TRUE","FALSE" +"7949","7949","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:04:21","FALSE",NA,"801018476034826240",NA,"Twitter for Android","ammiedgr8","331","TRUE","FALSE" +"7950","7950","RT @askdheeraj: #Hilarious video. #hitlerfindsout #demonetization @inquestioner https://t.co/NSiccFStBf","FALSE","0",NA,"2016-11-22 11:04:14","FALSE",NA,"801018446167191552",NA,"Twitter for Android","indieanarch","2","TRUE","FALSE" +"7951","7951","RT @sistlamurali: Congress MLC C.Ramachandraiah Slams #3Dbabu On #Demonetization + + https://t.co/o019swkhUO via @YouTube","FALSE","0",NA,"2016-11-22 11:04:11","FALSE",NA,"801018433169014784",NA,"Twitter Web Client","mega_murali","1","TRUE","FALSE" +"7952","7952","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:03:39","FALSE",NA,"801018298888384512",NA,"Twitter Web Client","mega_murali","954","TRUE","FALSE" +"7953","7953","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:03:28","FALSE",NA,"801018255225688064",NA,"Twitter for Android","shashankvrma","954","TRUE","FALSE" +"7954","7954","RT @Modern_Gypsy: #demonetization will help combat terror because Pak won't be able to print new notes! And now, this. *slow claps* https:/�","FALSE","0",NA,"2016-11-22 11:03:11","FALSE",NA,"801018181586296832",NA,"Twitter for Android","RageMonk","1","TRUE","FALSE" +"7955","7955","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:02:53","FALSE",NA,"801018104843210752",NA,"Twitter for Android","nirala_st","331","TRUE","FALSE" +"7956","7956","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:02:39","FALSE",NA,"801018047679098880",NA,"Twitter for Android","adilbieber19751","954","TRUE","FALSE" +"7957","7957","#Demonetization Is not end but beginning of struggle against Black Money #modi + +For More Details Visit@====� https://t.co/NXcvGaKkS8","FALSE","0",NA,"2016-11-22 11:02:35","TRUE",NA,"801018032067747840",NA,"Twitter Web Client","Modicurrency","0","FALSE","FALSE" +"7958","7958","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:02:32","FALSE",NA,"801018019946213376",NA,"Twitter for Android","Im_Shamsh","954","TRUE","FALSE" +"7959","7959","#Delhi Deputy CM #ManishSisodia leads #aamaadmiparty march to parliament against #demonetization� https://t.co/EPs3i4tEtB","FALSE","0",NA,"2016-11-22 11:02:30","TRUE",NA,"801018011809234944",NA,"Twitter Web Client","yupptvindia","0","FALSE","FALSE" +"7960","7960","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:02:29","FALSE",NA,"801018005937274880",NA,"Twitter for Android","VinooHora","954","TRUE","FALSE" +"7961","7961","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:02:27","FALSE",NA,"801017998358302720",NA,"Twitter for Android","ahmedhussainn1","331","TRUE","FALSE" +"7962","7962","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:02:23","FALSE",NA,"801017979093872640",NA,"Twitter for Android","shaktishekhar39","954","TRUE","FALSE" +"7963","7963","@ANI_news If they claim all credit to PM & after all PM & FM r d only ones 2 know d #demonetization, why shouldn't he turn up to parliament?","FALSE","1","ANI_news","2016-11-22 11:02:05","FALSE","801009599901929472","801017904078594048","355989081","Twitter for Android","NicheBrain","0","FALSE","FALSE" +"7964","7964","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:01:52","FALSE",NA,"801017851775565824",NA,"Twitter for Android","deepakrajsuman2","331","TRUE","FALSE" +"7965","7965","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:01:24","FALSE",NA,"801017735203303424",NA,"Mobile Web (M5)","RavindraMohanty","331","TRUE","FALSE" +"7966","7966","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:01:10","FALSE",NA,"801017676705320960",NA,"Mobile Web (M2)","Sodeep_Maan","105","TRUE","FALSE" +"7967","7967","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2016-11-22 11:01:10","FALSE",NA,"801017674226548736",NA,"Twitter for Android","suriyaverian1","526","TRUE","FALSE" +"7968","7968","RT @jairajp: Proving again that #DeMonetization has no adverse impact on Terrorism or Terror Funding as claimed by modi ji & his Propaganda�","FALSE","0",NA,"2016-11-22 11:01:07","FALSE",NA,"801017663795273728",NA,"Twitter Web Client","judets","13","TRUE","FALSE" +"7969","7969","OK � now don�t complain that modi ji promised 2 Crore jobs a year but did only 1.35 Lakh. He is making up for thru� https://t.co/RiON3cqAlH","FALSE","1","jairajp","2016-11-22 11:01:01","TRUE","787938198529908736","801017635777511424","43698075","TweetDeck","jairajp","3","FALSE","FALSE" +"7970","7970","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 11:01:00","FALSE",NA,"801017630773673984",NA,"Twitter Web Client","rajeshmy","954","TRUE","FALSE" +"7971","7971","#Amul milk producers to get payment directly from the #banks | https://t.co/XSjbTUzqsC @Amul_Coop #Demonetization... https://t.co/ZscvPUst86","FALSE","0",NA,"2016-11-22 11:00:35","FALSE",NA,"801017529208635392",NA,"Facebook","inamdavadinfo","0","FALSE","FALSE" +"7972","7972","#Amul milk producers to get payment directly from the #banks | https://t.co/TVGb4puFSh @Amul_Coop #Demonetization� https://t.co/cAUNPzayNI","FALSE","0",NA,"2016-11-22 11:00:34","TRUE",NA,"801017523365969920",NA,"Scoop.it","InVadodaraInfo","0","FALSE","FALSE" +"7973","7973","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:00:34","FALSE",NA,"801017523122487296",NA,"Twitter Web Client","PriyabrataT","331","TRUE","FALSE" +"7974","7974","#Amul milk producers to get payment directly from the #banks | https://t.co/6F1bpn3lDZ @Amul_Coop #Demonetization� https://t.co/MIzTjrf5AL","FALSE","0",NA,"2016-11-22 11:00:32","TRUE",NA,"801017517410054144",NA,"Scoop.it","ingujaratinfo","0","FALSE","FALSE" +"7975","7975","#Amul milk producers to get payment directly from the #banks | https://t.co/BWAxqZqCZU @Amul_Coop #Demonetization� https://t.co/RTEw1nCuL2","FALSE","0",NA,"2016-11-22 11:00:31","TRUE",NA,"801017511760236544",NA,"Scoop.it","insuratinfo","0","FALSE","FALSE" +"7976","7976","#Amul milk producers to get payment directly from the #banks | https://t.co/T7tPQ0MVjS @Amul_Coop #Demonetization� https://t.co/1PANHyTggY","FALSE","0",NA,"2016-11-22 11:00:30","TRUE",NA,"801017505263153152",NA,"Scoop.it","inrajkotinfo","0","FALSE","FALSE" +"7977","7977","#Amul milk producers to get payment directly from the #banks | https://t.co/XSjbTUzqsC @Amul_Coop #Demonetization� https://t.co/XnuoYxGjKj","FALSE","0",NA,"2016-11-22 11:00:28","TRUE",NA,"801017499064139776",NA,"Scoop.it","inamdavadinfo","0","FALSE","FALSE" +"7978","7978","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 11:00:11","FALSE",NA,"801017425906962432",NA,"Twitter for Android","Sameer470","331","TRUE","FALSE" +"7979","7979","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 11:00:10","FALSE",NA,"801017422836690944",NA,"Twitter Web Client","Lohana1983","105","TRUE","FALSE" +"7980","7980","RT @jitenderkhalsa: Dy CM @msisodia detaiend at Parliament Street Police station as they march to Parliament against #Demonetization . htt�","FALSE","0",NA,"2016-11-22 10:59:59","FALSE",NA,"801017374933708800",NA,"Twitter for Android","ansari8115nawaz","47","TRUE","FALSE" +"7981","7981","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 10:59:56","FALSE",NA,"801017363072024576",NA,"Twitter for Android","alkesh_2042","954","TRUE","FALSE" +"7982","7982","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 10:59:52","FALSE",NA,"801017346521321472",NA,"Twitter for Android","JSK__11","331","TRUE","FALSE" +"7983","7983","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 10:59:32","FALSE",NA,"801017265088925696",NA,"Twitter for Android","PokharkarUmesh","954","TRUE","FALSE" +"7984","7984","RT @kanimozhi: India will get windfall profit of whooping 4 Lakh crores in 30 days due to #demonetization Why people like AK Pappu & Mamata�","FALSE","0",NA,"2016-11-22 10:59:11","FALSE",NA,"801017175750250496",NA,"Twitter Web Client","shaishiara","105","TRUE","FALSE" +"7985","7985","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 10:59:08","FALSE",NA,"801017160940163072",NA,"Twitter for Android","syedmohdyasir3","331","TRUE","FALSE" +"7986","7986","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 10:59:05","FALSE",NA,"801017151968555008",NA,"Twitter Web Client","vjdhama","38","TRUE","FALSE" +"7987","7987","RT @RealZaidHamid_: #DemonetizationMythsBusted +Anyone dying within 20 km radius of bank is coz of #Demonetization and Modi is directly resp�","FALSE","0",NA,"2016-11-22 10:58:50","FALSE",NA,"801017085497180160",NA,"Twitter Web Client","Ram_Krishna15","68","TRUE","FALSE" +"7988","7988","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 10:58:39","FALSE",NA,"801017039389413376",NA,"Twitter for Android","matram_vande","954","TRUE","FALSE" +"7989","7989","RT @rssurjewala: Critical question: Was PayTM informed about #Demonetization edict by PM? It's clearly fishy and requires full disclosure &�","FALSE","0",NA,"2016-11-22 10:58:34","FALSE",NA,"801017020049281024",NA,"Twitter Web Client","judets","331","TRUE","FALSE" +"7990","7990","All weddings now need to be approved by RBI... Amazing times #demonetization isn't that what we are understanding","FALSE","0",NA,"2016-11-22 10:58:32","FALSE",NA,"801017012877029376",NA,"Twitter for Android","bharat_k","0","FALSE","FALSE" +"7991","7991","RT @DrKumarVishwas: And the Oscar goes to ""Mr."" #demonetization https://t.co/ObQrhlNSL6","FALSE","0",NA,"2016-11-22 10:58:31","FALSE",NA,"801017006384246784",NA,"Twitter Web Client","akjainbittu","954","TRUE","FALSE" +"7992","7992","RT @jan14anurag: Terrorists raided a bank to get new 2000 notes => their old finances are indeed squeezed tight #Demonetization +https://t�","FALSE","0",NA,"2016-11-22 10:58:25","FALSE",NA,"801016982740967424",NA,"Twitter for Android","abdeshmukh","52","TRUE","FALSE" +"7993","7993","RT @jackerhack: Indore's collector would like you to shut up about #demonetization. At @internetfreedom we think that is a problem. https:/�","FALSE","0",NA,"2016-11-22 10:58:23","FALSE",NA,"801016973668728832",NA,"TweetDeck","ghoseb","38","TRUE","FALSE" +"7994","7994","@quizderek Post #Dmonetization the result will be totally different.The win is not because of #demonetization an all knows about it","FALSE","0","quizderek","2016-11-22 10:58:12","FALSE","801014696094539776","801016928496013312","120965579","Twitter Web Client","Devtech11","0","FALSE","FALSE" +"7995","7995","@baliramsingh2 So many restrictions. Not easy to avail the facility by anyone. Multiple U-turns by GOI on the issue. #DeMonetization #RBI","FALSE","0","baliramsingh2","2016-11-22 10:58:03","FALSE","801011262805012480","801016889082163200","2275972058","Twitter Web Client","RahulCipher","0","FALSE","FALSE" +"7996","7996","FYI, I must tell and clear your doubts to enhance your GENERAL KNOWLEDGE that this wholesome experiment of #DEMONETIZATION is only","FALSE","0",NA,"2016-11-22 10:57:59","FALSE",NA,"801016871856140288",NA,"Twitter for Windows Phone","Rishimathur18","0","FALSE","FALSE" +"7997","7997","RT @sukanyaiyer2: #DeMonetization AAP protests by marching Against Govts move over DeMonetization & he is also detained as he Tried 2 March�","FALSE","0",NA,"2016-11-22 10:57:58","FALSE",NA,"801016867473227776",NA,"Twitter for Android","asitawasthi_","2","TRUE","FALSE" +"7998","7998","#demonetization will help combat terror because Pak won't be able to print new notes! And now, this. *slow claps* https://t.co/p0p93sXiMn","FALSE","2",NA,"2016-11-22 10:57:44","FALSE",NA,"801016810006945792",NA,"Twitter for iPhone","Modern_Gypsy","1","FALSE","FALSE" +"7999","7999","#Demonetization Positive Effect: Cigarette Sales Slashed To Almost Half After Demonetization:Report @deepparihar @Tabassumzia @AshSharma1102","FALSE","2",NA,"2016-11-22 10:57:43","FALSE",NA,"801016807825940480",NA,"Twitter Web Client","HP_Journo","1","FALSE","FALSE" +"8000","8000","RT @UnSubtleDesi: Kejriwal posts pic of dead robber and claims it's #demonetization related death? How shameless has this man become? https�","FALSE","0",NA,"2016-11-22 10:57:33","FALSE",NA,"801016763722797056",NA,"Twitter Web Client","prashik2107","897","TRUE","FALSE" +"8001","8001","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 17:26:43","FALSE",NA,"855472879407816704",NA,"Twitter for Android","vinayanc","44","TRUE","FALSE" +"8002","8002","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-21 17:17:04","FALSE",NA,"855470453502001152",NA,"Twitter for Android","ShaktiDahiya6","1333","TRUE","FALSE" +"8003","8003","A few 'Experts' derided demonetization, claiming black money isn't stored as cash! +@myogiadityanath govt means busi� https://t.co/8aA3LVsy1m","FALSE","0",NA,"2017-04-21 17:11:16","TRUE",NA,"855468991766245376",NA,"Twitter for Android","sanjeevbjp","0","FALSE","FALSE" +"8004","8004","One idea for going cashless: Incentivize digital payment methods, a la India https://t.co/rRtQ3k9gFZ","FALSE","0",NA,"2017-04-21 17:10:21","FALSE",NA,"855468764120449024",NA,"Hootsuite","ReadFin","0","FALSE","FALSE" +"8005","8005","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 17:04:38","FALSE",NA,"855467322227671040",NA,"Twitter for Android","urbabboo","44","TRUE","FALSE" +"8006","8006","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 17:03:24","FALSE",NA,"855467012738342912",NA,"Twitter for Android","urbabboo","19","TRUE","FALSE" +"8007","8007","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 16:59:17","FALSE",NA,"855465977185619969",NA,"Twitter for iPhone","manvrajawat","16","TRUE","FALSE" +"8008","8008","@surya_vanshi_ @cpmgup This much inconvenience I didn't even faced at the time of getting jio sim or cash withdrawa� https://t.co/1qW9aTzQMW","FALSE","0","surya_vanshi_","2017-04-21 16:55:23","TRUE","854954052928495616","855464996825726978","3116885132","Twitter for Android","harshit0070","0","FALSE","FALSE" +"8009","8009","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 16:53:08","FALSE",NA,"855464430401966089",NA,"Twitter Web Client","Csoumya21","16","TRUE","FALSE" +"8010","8010","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 16:52:15","FALSE",NA,"855464208468594688",NA,"Twitter for Android","Nicks103","16","TRUE","FALSE" +"8011","8011","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 16:52:14","FALSE",NA,"855464204186271744",NA,"Twitter for Android","ammar_hamid","16","TRUE","FALSE" +"8012","8012","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 16:49:18","FALSE",NA,"855463467112734720",NA,"Twitter for iPad","Seprabakar","16","TRUE","FALSE" +"8013","8013","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 16:46:13","FALSE",NA,"855462690659028992",NA,"Twitter for iPhone","omaar_sir","16","TRUE","FALSE" +"8014","8014","@jamewils @CNNnews18 +No media coverage so far on how much tax payers money wasted in govt. foolish decision of demonetization.","FALSE","0","jamewils","2017-04-21 16:45:58","FALSE","855441186969997312","855462627912409089","67612556","Twitter for Android","Kyaboltitu1","0","FALSE","FALSE" +"8015","8015","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 16:44:05","FALSE",NA,"855462154090106880",NA,"Twitter for Android","jamewils","16","TRUE","FALSE" +"8016","8016","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 16:43:37","FALSE",NA,"855462035114438657",NA,"Twitter for Android","jamewils","19","TRUE","FALSE" +"8017","8017","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 16:42:17","FALSE",NA,"855461698819342337",NA,"Twitter for Android","jamewils","44","TRUE","FALSE" +"8018","8018","@narendramodi whole india is with you. We voted for you. We need to see some thing like demonetization for kashmir too. @majorgauravarya","FALSE","0","narendramodi","2017-04-21 16:41:18","FALSE",NA,"855461450541703168","18839785","Twitter for Android","kumarfirst","0","FALSE","FALSE" +"8019","8019","@Priyavarshini10 @ndtv Demonetization was brought again black money....So I hope there's no black money left in cou� https://t.co/j2LX1LZkTO","FALSE","0","Priyavarshini10","2017-04-21 16:28:05","TRUE","855454126276083713","855458124978831360","829617859231772672","Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8020","8020","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 16:19:02","FALSE",NA,"855455847144673280",NA,"Twitter Web Client","ajantriks","16","TRUE","FALSE" +"8021","8021","@ETMarkets had not listen to @Raamdeo @porinju @VijayKedia1 I was always skeptic n terified never made money wic I made after demonetization","FALSE","0","ETMarkets","2017-04-21 16:15:31","FALSE","855443518130487296","855454962754736128","81083096","Twitter for Android","AjneetB","0","FALSE","FALSE" +"8022","8022","@HPCL @dpradhanbjp @PetroleumMin @aloktripathi74 @AshutoshJindalS @khabarindia1 @PIB_India @pcraindia @swachhbharat� https://t.co/WZBqr1486v","FALSE","0","HPCL","2017-04-21 16:14:00","TRUE","855448918145904640","855454580070428673","112059828","Twitter for Android","HemantSirohi1","0","FALSE","FALSE" +"8023","8023","#Demonetization Conference at #JindalGlobalBusinessSchool #JGBS discusses societal and economic impact� https://t.co/HWk4QIVB2k","FALSE","0",NA,"2017-04-21 16:11:46","TRUE",NA,"855454018021339137",NA,"IFTTT","pocketnewsalert","0","FALSE","FALSE" +"8024","8024","RT @DeFotis: #EmergingMarkets' Stellar 1Q: #India & Mexico Are Comeback Kids https://t.co/lc0Dp9Q7V8 #ETFs #demonetization #Asia $EEM @barr�","FALSE","0",NA,"2017-04-21 16:10:21","FALSE",NA,"855453661962567680",NA,"Twitter Web Client","ShahnazAkbarova","2","TRUE","FALSE" +"8025","8025","#Demonetization Conference at #JindalGlobalBusinessSchool #JGBS discusses societal and economic impact +https://t.co/EaAX6fJLvh","FALSE","0",NA,"2017-04-21 16:03:11","FALSE",NA,"855451860391653377",NA,"Linkis: turn sharing into growth","newsattitude","0","FALSE","FALSE" +"8026","8026","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 16:02:31","FALSE",NA,"855451693286383616",NA,"Twitter for iPad","Pikki74","16","TRUE","FALSE" +"8027","8027","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 16:02:12","FALSE",NA,"855451610666852353",NA,"Twitter for Android","npandey25","16","TRUE","FALSE" +"8028","8028","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-21 15:58:47","FALSE",NA,"855450752507981824",NA,"Twitter for Android","GSPawera","1333","TRUE","FALSE" +"8029","8029","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 15:53:26","FALSE",NA,"855449406539153408",NA,"Twitter for Android","SatishPan2013","22","TRUE","FALSE" +"8030","8030","RT @rahulroushan: Demonetization problems are officially over, else Rahul ji would have stayed back in solidarity of people. https://t.co/E�","FALSE","0",NA,"2017-04-21 15:50:23","FALSE",NA,"855448638868398080",NA,"Twitter for Android","Thullakejri","434","TRUE","FALSE" +"8031","8031","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:46:55","FALSE",NA,"855447766721593345",NA,"Twitter for Android","SeeMayanks","16","TRUE","FALSE" +"8032","8032","Demonetization didn't stop corruption, didn't stop stone pelting. What did it stop? #BJPFails","FALSE","0",NA,"2017-04-21 15:46:30","FALSE",NA,"855447661901631488",NA,"Twitter Lite","PratCuba","0","FALSE","FALSE" +"8033","8033","Didn't BJP claim demonetization had stopped stone pelting in Kashmir? Was that a lie? #BJPFails","FALSE","0",NA,"2017-04-21 15:45:46","FALSE",NA,"855447476601356289",NA,"Twitter Lite","PratCuba","0","FALSE","FALSE" +"8034","8034","@azad_mayank I do it only when I m v much confident..Mana i avgd downwards during demonetization..Avgd maithan upwards this tym","FALSE","1","azad_mayank","2017-04-21 15:43:31","FALSE","855443100382117888","855446911809011712","3893953333","Twitter Web Client","nid_rockz","0","FALSE","FALSE" +"8035","8035","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 15:43:27","FALSE",NA,"855446894905925632",NA,"Twitter for Android","npandey25","19","TRUE","FALSE" +"8036","8036","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:43:18","FALSE",NA,"855446857618731009",NA,"Twitter for Android","AshutoshSinha00","16","TRUE","FALSE" +"8037","8037","Demonetization Conference at Jindal Global Business School (JGBS) discusses societal and economic i... | @scoopit https://t.co/4bgSenDapZ","FALSE","0",NA,"2017-04-21 15:42:42","FALSE",NA,"855446705084301312",NA,"Linkis: turn sharing into growth","newsattitude","0","FALSE","FALSE" +"8038","8038","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:38:05","FALSE",NA,"855445544025473028",NA,"Twitter for iPhone","SarcasticSaint","16","TRUE","FALSE" +"8039","8039","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:36:53","FALSE",NA,"855445239292678144",NA,"Twitter for Android","Aam_Nationalist","16","TRUE","FALSE" +"8040","8040","RT @ysingh7680: I will not support ""Bharat Band"". That day I will work extra for two hours. Because, I know very well about benefits of de�","FALSE","0",NA,"2017-04-21 15:35:54","FALSE",NA,"855444994349559808",NA,"Twitter Web Client","zalimkhanzsh0","2","TRUE","FALSE" +"8041","8041","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:34:35","FALSE",NA,"855444661120282624",NA,"Twitter for iPhone","aviralmittal","16","TRUE","FALSE" +"8042","8042","RT @Gopalee67: @VenkatN_Tss @CNNnews18 Failure of demonetization?","FALSE","0",NA,"2017-04-21 15:34:31","FALSE",NA,"855444644758380545",NA,"Twitter for Android","PadamChowdhary","1","TRUE","FALSE" +"8043","8043","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:34:26","FALSE",NA,"855444623325503489",NA,"Twitter for iPhone","anti_fit","16","TRUE","FALSE" +"8044","8044","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:28:46","FALSE",NA,"855443199007105025",NA,"Twitter for iPhone","varun_joshi","16","TRUE","FALSE" +"8045","8045","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:20:23","FALSE",NA,"855441087653175296",NA,"Twitter Web Client","chatukhor","16","TRUE","FALSE" +"8046","8046","RT @nixxin: But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","0",NA,"2017-04-21 15:19:07","FALSE",NA,"855440771348148224",NA,"Twitter for Android","Jai74863750","16","TRUE","FALSE" +"8047","8047","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 15:17:34","FALSE",NA,"855440378857521153",NA,"Twitter Web Client","lokkku","203","TRUE","FALSE" +"8048","8048","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-21 15:17:02","FALSE",NA,"855440245495545856",NA,"Twitter Web Client","DoghliDuniya","14","TRUE","FALSE" +"8049","8049","But wasn't demonetization supposed to fix exactly this? https://t.co/ejlAIQOs2M","FALSE","13",NA,"2017-04-21 15:16:10","FALSE",NA,"855440028637573124",NA,"Twitter for Android","nixxin","16","FALSE","FALSE" +"8050","8050","@VenkatN_Tss @CNNnews18 Failure of demonetization?","FALSE","1","VenkatN_Tss","2017-04-21 15:08:50","FALSE","855437799121498112","855438183240261632","871451083","Twitter for Android","Gopalee67","1","FALSE","FALSE" +"8051","8051","Indian #Silver Imports Fail To Improve Post Demonetization https://t.co/Q9ZPJwGFkK #podcasts","FALSE","0",NA,"2017-04-21 14:58:04","FALSE",NA,"855435472184541184",NA,"Tweet Old Post","Smaulgld","0","FALSE","FALSE" +"8052","8052","@narendramodi After almost 6 months can this govt explains the benefits of demonetization........ +We all are waiting Mr. PM","FALSE","0","narendramodi","2017-04-21 14:56:52","FALSE",NA,"855435171952066560","18839785","Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8053","8053","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 14:56:42","FALSE",NA,"855435127450517504",NA,"Twitter for iPad","balabr","203","TRUE","FALSE" +"8054","8054","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 14:56:28","FALSE",NA,"855435070185676800",NA,"Twitter for iPad","balabr","104","TRUE","FALSE" +"8055","8055","@_microcosm__ According to him, Usa is behind aadhar. Demonetization. Modi's win. He gives facts and hypotheses that makes sense.","FALSE","1","_microcosm__","2017-04-21 14:56:27","FALSE","855432025595142144","855435067275038721","843658445018480640","Twitter for Android","nethraa_","0","FALSE","FALSE" +"8056","8056","@DrKumarVishwas After almost 6 months can this govt explains the benefits of demonetization........ +We all are waiting Mr. PM","FALSE","0","DrKumarVishwas","2017-04-21 14:56:24","FALSE",NA,"855435051500093441","141633175","Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8057","8057","@ArvindKejriwal After almost 6 months can this govt explains the benefits of demonetization........ +We all are waiting Mr. PM","FALSE","0","ArvindKejriwal","2017-04-21 14:55:54","FALSE",NA,"855434926967078912","405427035","Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8058","8058","@ndtv After almost 6 months can this govt explains the benefits of demonetization........ +We all are waiting Mr. PM","FALSE","0","ndtv","2017-04-21 14:54:48","FALSE","855433010061205504","855434651288035329","37034483","Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8059","8059","RT @Stupidosaur: @rkam105 @nixxin @ALPHA_Ronin Also it is beyond doubt that demonetization happened by USA orders, part of its cashless pus�","FALSE","0",NA,"2017-04-21 14:54:40","FALSE",NA,"855434617708347392",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"8060","8060","@rkam105 @nixxin @ALPHA_Ronin Also it is beyond doubt that demonetization happened by USA orders, part of its cashl� https://t.co/5C6aHXveq3","FALSE","0","Stupidosaur","2017-04-21 14:54:31","TRUE","855434275465777152","855434580420993025","307807275","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"8061","8061","After almost 6 months can this govt explains the benefits of demonetization........ +We all are waiting Mr. PM","FALSE","0",NA,"2017-04-21 14:54:14","FALSE",NA,"855434509231075331",NA,"Twitter Lite","Ironmangaurav","0","FALSE","FALSE" +"8062","8062","All d builders who bought land in Panvel will start selling & make up for their loss of sales in Mum aftr demonetiz� https://t.co/MpGCVma5D0","FALSE","0",NA,"2017-04-21 14:51:51","TRUE",NA,"855433906895675392",NA,"Twitter for Android","secularidiot","0","FALSE","FALSE" +"8063","8063","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 14:38:31","FALSE",NA,"855430551309762561",NA,"Twitter for iPhone","tariq_43","22","TRUE","FALSE" +"8064","8064","RT @aadityagautom: Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED'. Cr�","FALSE","0",NA,"2017-04-21 14:34:22","FALSE",NA,"855429509692219396",NA,"Twitter for Android","ChandraBasnet15","5","TRUE","FALSE" +"8065","8065","@ashoswai That's what 11383583 people of India said in 2017 abt demonetization when they voted for the person who y� https://t.co/bMGdVYG04K","FALSE","0","anshud2843","2017-04-21 14:26:50","TRUE","855412975305404416","855427613816479746","1602416263","Twitter for Android","anshud2843","0","FALSE","FALSE" +"8066","8066","Question for progressive YouTubers currently being targeted by demonetization: Have you thought about moving to Dailymotion or Vimeo?","FALSE","0",NA,"2017-04-21 14:19:36","FALSE",NA,"855425793811460098",NA,"Twitter for Android","KitsuneAlicia","0","FALSE","FALSE" +"8067","8067","@tylrfishr FB's algo-, Twitter's moderating- and YT's demonetization-policy paradigm shift resemble the closing-dow� https://t.co/EF0AibFpK0","FALSE","0","tylrfishr","2017-04-21 14:18:48","TRUE","854338515513036801","855425591935475712","50555139","Twitter Web Client","IngmarVellous","0","FALSE","FALSE" +"8068","8068","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-21 14:17:38","FALSE",NA,"855425295502802944",NA,"Twitter Lite","gohanvsrohan","43","TRUE","FALSE" +"8069","8069","Former RBI governor YV Reddy says note ban had almost no impact on black money, graft https://t.co/hHKqm35A7K #Demonetization #SayNotoModi","FALSE","0",NA,"2017-04-21 14:17:29","FALSE",NA,"855425261201793029",NA,"Twitter Web Client","karunasanghvi","0","FALSE","FALSE" +"8070","8070","@AmmU_MaanU NGC documentary abt demonetization ","FALSE","0","AmmU_MaanU","2017-04-21 14:16:54","FALSE","855285015894151169","855425110672408578","15132089","Twitter for Android","moodanmani","0","FALSE","FALSE" +"8071","8071","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 14:13:03","FALSE",NA,"855424144292421632",NA,"Twitter for Android","AAPlogical","19","TRUE","FALSE" +"8072","8072","@narendramodi Ppl have been appreciating ur move on demonetization and ur choice for UP. Ppl r taking about such a move 4 TN.Right time4bjp","FALSE","0","narendramodi","2017-04-21 14:08:02","FALSE",NA,"855422882171699200","18839785","Twitter Lite","sivakumarmuthu","0","FALSE","FALSE" +"8073","8073","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 14:06:10","FALSE",NA,"855422412518588420",NA,"Twitter for Android","aamaadmikesath","44","TRUE","FALSE" +"8074","8074","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-21 14:06:03","FALSE",NA,"855422381250101248",NA,"Twitter Web Client","sane_voices","43","TRUE","FALSE" +"8075","8075","@KunalGhoshal2 - every possible ways starting from rising daily necessity and commodity prices to demonetization, killing 116 people and...","FALSE","0","KunalGhoshal2","2017-04-21 14:05:15","FALSE","855420886534561793","855422181249093632","838037223253630976","Twitter for Android","KunalGhoshal2","0","FALSE","FALSE" +"8076","8076","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 14:03:10","FALSE",NA,"855421657309093892",NA,"Twitter Web Client","sane_voices","44","TRUE","FALSE" +"8077","8077","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 14:00:25","FALSE",NA,"855420962430476288",NA,"Twitter for Android","ejaz7","16","TRUE","FALSE" +"8078","8078","@priyankac19 This coming from someone who's own party leader travelled in 1.5 cr SUV to withdraw Rs 4000 during #Demonetization ","FALSE","2","priyankac19","2017-04-21 13:57:13","FALSE","855418808537948162","855420159841980418","19760270","Twitter for Android","_HazirJawab","0","FALSE","FALSE" +"8079","8079","Demonetization 2 Remonetization-Great transformation. Request our beloved PM @narendramodi 2 start campaign 4 Deforestation to Reforestation","FALSE","0",NA,"2017-04-21 13:56:47","FALSE",NA,"855420050659921922",NA,"Twitter Web Client","smnbabu","0","FALSE","FALSE" +"8080","8080","The recording is up! ""Demonetization, Digital Identity & UBI� How Big Ideas Are Changing India and what it means"": https://t.co/w3tPAJR4KT","FALSE","1",NA,"2017-04-21 13:50:38","FALSE",NA,"855418503091941377",NA,"Twitter Web Client","Finclusion_FII","0","FALSE","FALSE" +"8081","8081","Black money:Demonetization::Pan card fraud:mandatory Aadhar","FALSE","0",NA,"2017-04-21 13:45:03","FALSE",NA,"855417095068073984",NA,"Plume�for�Android","KumarLuv","0","FALSE","FALSE" +"8082","8082","@ANI_news Demonetization? ","FALSE","0","ANI_news","2017-04-21 13:40:18","FALSE","855414382993342464","855415899813060608","355989081","Twitter for Android","arpansingh06","0","FALSE","FALSE" +"8083","8083","@ICICIBank Demonetization helped u this much that hav started deducting fake service charges.Is this digital India. @narendramodi @rsprasad","FALSE","0","ICICIBank","2017-04-21 13:34:52","FALSE",NA,"855414534017875968","419298953","Twitter for Android","kumarsahil","0","FALSE","FALSE" +"8084","8084","RT @CashlessConsumr: .@nikhilkumarks: BHIM was made because of confusion among people which product to use. 22 UPI apps were launched durin�","FALSE","0",NA,"2017-04-21 13:33:56","FALSE",NA,"855414299208163329",NA,"TweetDeck","gischethans","2","TRUE","FALSE" +"8085","8085","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 13:28:43","FALSE",NA,"855412986546204673",NA,"Twitter for Android","Shivaganesh_MIT","44","TRUE","FALSE" +"8086","8086","@ashoswai If you are claiming demonetization a draconian move than you must surely read your economics books again� https://t.co/ndyMDwThB6","FALSE","0","ashoswai","2017-04-21 13:28:40","TRUE","831822144170520577","855412975305404416","70355674","Twitter for Android","anshud2843","0","FALSE","FALSE" +"8087","8087","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 13:28:25","FALSE",NA,"855412910742491140",NA,"Twitter for Android","Georgekurian4K","16","TRUE","FALSE" +"8088","8088","@LoudmouthR Well just remember, YT Heroes doesn't have anything to do with demonetization.","FALSE","0","LoudmouthR","2017-04-21 13:23:56","FALSE","855409387355156482","855411781203841024","768059297452273664","Twitter Web Client","LightCodeGaming","0","FALSE","FALSE" +"8089","8089","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-21 13:19:33","FALSE",NA,"855410681453170688",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"8090","8090","@Dawn_AlbaAurore @dovesandletters @GodandtheBear @lnteGritty He's on France Info right now! And not yet on YouTube� https://t.co/VhUzX2Rox8","FALSE","2","Ecoanthro","2017-04-21 13:14:29","TRUE","855407338202832900","855409405977919488","831371432","Twitter for Android","Ecoanthro","0","FALSE","FALSE" +"8091","8091","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-21 13:13:52","FALSE",NA,"855409247760171008",NA,"Twitter for iPhone","MyKyllr","6","TRUE","FALSE" +"8092","8092","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 13:12:28","FALSE",NA,"855408898341298181",NA,"Twitter for Android","kurup62","19","TRUE","FALSE" +"8093","8093","Had anyone gone through "" parliamentary committee 's report on DEMONETIZATION "", which is submitted to Finance?! ..� https://t.co/Zobb9JuTev","FALSE","0",NA,"2017-04-21 13:10:41","TRUE",NA,"855408448284106752",NA,"Twitter for Android","meenakshiifs","0","FALSE","FALSE" +"8094","8094","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 13:09:02","FALSE",NA,"855408033429544960",NA,"Twitter Web Client","ajantriks","44","TRUE","FALSE" +"8095","8095","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 13:07:16","FALSE",NA,"855407587222839296",NA,"Twitter for Android","Demonetized8_11","16","TRUE","FALSE" +"8096","8096","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 13:06:52","FALSE",NA,"855407487922647041",NA,"Twitter for Android","Puneetwarainch","44","TRUE","FALSE" +"8097","8097","@rdivia as long as it remains a noise and doesn't get screwed up like demonetization...it shd be ok","FALSE","0","rdivia","2017-04-21 13:05:59","FALSE","855401263525187586","855407266878693385","23595391","Twitter for Android","venkat1962","0","FALSE","FALSE" +"8098","8098","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 13:04:02","FALSE",NA,"855406773179736064",NA,"Twitter for Android","pavan_sethi","16","TRUE","FALSE" +"8099","8099","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 13:02:38","FALSE",NA,"855406421348843522",NA,"Twitter for Android","asivasankar75","44","TRUE","FALSE" +"8100","8100","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 13:02:26","FALSE",NA,"855406372229332993",NA,"Twitter for iPhone","500Urvashi","16","TRUE","FALSE" +"8101","8101","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 13:01:40","FALSE",NA,"855406181124161538",NA,"Twitter for iPhone","SarcasticSaint","44","TRUE","FALSE" +"8102","8102","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 12:59:38","FALSE",NA,"855405667942752256",NA,"Twitter Web Client","raincloudg","44","TRUE","FALSE" +"8103","8103","@MaheishGirri @AamAadmiParty @ArvindKejriwal EVM propaganda will give results as good as they got by making Demonet� https://t.co/l7a0WHXWU7","FALSE","0","MaheishGirri","2017-04-21 12:56:16","TRUE","855355904904048640","855404819619749888","425973946","Twitter for Android","advocatesarin","0","FALSE","FALSE" +"8104","8104","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 12:56:02","FALSE",NA,"855404763424464897",NA,"Twitter for Android","AAPlogical","16","TRUE","FALSE" +"8105","8105","The demonetization: Conflict between ideas vs. ideologies https://t.co/b1PJRoGKMr via @das_yadav","FALSE","0",NA,"2017-04-21 12:53:39","FALSE",NA,"855404162468761602",NA,"Twitter Web Client","das_yadav","0","FALSE","FALSE" +"8106","8106","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 12:52:06","FALSE",NA,"855403770087452672",NA,"Twitter for iPhone","Dev_cmehta","203","TRUE","FALSE" +"8107","8107","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 12:52:00","FALSE",NA,"855403744816746496",NA,"Twitter for iPhone","Dev_cmehta","104","TRUE","FALSE" +"8108","8108","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:51:31","FALSE",NA,"855403626608644105",NA,"Twitter Web Client","choyyan","19","TRUE","FALSE" +"8109","8109","10/BJP still produced a massive win in UP after #demonetization disaster. It means ppl continue 2 hope,1 more term assured, brace yourselves","FALSE","0","AmmU_MaanU","2017-04-21 12:48:36","FALSE","855400048158425089","855402892731105280","15132089","Twitter Lite","AmmU_MaanU","0","FALSE","FALSE" +"8110","8110","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 12:47:26","FALSE",NA,"855402598337323008",NA,"Twitter for Android","AAPlogical","44","TRUE","FALSE" +"8111","8111","RT @FrankieMendonca: #Farzirashtrawadh + +#VoteCongElectBJP + +BJP specialist @ + +Dr Saab +Demonetization corruption, +Fake pension in MCD, +�","FALSE","0",NA,"2017-04-21 12:46:51","FALSE",NA,"855402450412425217",NA,"Twitter for Android","Adil_AH123","2","TRUE","FALSE" +"8112","8112","RT @HarshBites: @Voice_Of_Ram Yes it is true. Pak SC orders a probe against N Shariff n family. That's why Devgan, bachchan, etc giving the�","FALSE","0",NA,"2017-04-21 12:46:26","FALSE",NA,"855402344346824706",NA,"Twitter for iPhone","aviralmittal","1","TRUE","FALSE" +"8113","8113","@Voice_Of_Ram Yes it is true. Pak SC orders a probe against N Shariff n family. That's why Devgan, bachchan, etc gi� https://t.co/DmOoatMs49","FALSE","0","Voice_Of_Ram","2017-04-21 12:45:56","TRUE","855374825078095872","855402221621567488","56311337","Twitter for Android","HarshBites","1","FALSE","FALSE" +"8114","8114","Demonetization is a huge success ...!!!! https://t.co/lMmpZ4LduB","FALSE","0",NA,"2017-04-21 12:45:31","FALSE",NA,"855402113911975936",NA,"Twitter for Android","tirunelveli004","0","FALSE","FALSE" +"8115","8115","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:45:26","FALSE",NA,"855402095238885379",NA,"Twitter for Android","Georgekurian4K","19","TRUE","FALSE" +"8116","8116","#Farzirashtrawadh + +#VoteCongElectBJP + +BJP specialist @ + +Dr Saab +Demonetization corruption, +Fake pension in MCD,� https://t.co/lyZQWNZ4He","FALSE","1",NA,"2017-04-21 12:45:05","TRUE",NA,"855402004683919362",NA,"Twitter for Android","FrankieMendonca","2","FALSE","FALSE" +"8117","8117","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 12:44:31","FALSE",NA,"855401864476676100",NA,"Twitter Web Client","Stupidosaur","16","TRUE","FALSE" +"8118","8118","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 12:44:15","FALSE",NA,"855401796109336576",NA,"Twitter for iPhone","aviralmittal","16","TRUE","FALSE" +"8119","8119","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:43:54","FALSE",NA,"855401707781607425",NA,"Twitter Web Client","Stupidosaur","19","TRUE","FALSE" +"8120","8120","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:43:54","FALSE",NA,"855401707668250624",NA,"Twitter for iPhone","aviralmittal","19","TRUE","FALSE" +"8121","8121","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 12:41:59","FALSE",NA,"855401227571437569",NA,"Twitter Web Client","Stupidosaur","44","TRUE","FALSE" +"8122","8122","The Indian Demonetization Disaster Explained https://t.co/4KstuTt8zN via @YouTube","FALSE","1",NA,"2017-04-21 12:41:53","FALSE",NA,"855401201504014336",NA,"Twitter Web Client","thelanarchist","0","FALSE","FALSE" +"8123","8123","I liked a @YouTube video https://t.co/bvI0MttZhI The Indian Demonetization Disaster Explained","FALSE","0",NA,"2017-04-21 12:41:38","FALSE",NA,"855401135913521152",NA,"Google","thelanarchist","0","FALSE","FALSE" +"8124","8124","RT @jamewils: @Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please do a demon�","FALSE","0",NA,"2017-04-21 12:39:22","FALSE",NA,"855400568961028098",NA,"Twitter for Android","Cherrybhai","16","TRUE","FALSE" +"8125","8125","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-21 12:38:18","FALSE",NA,"855400298122067969",NA,"Twitter Web Client","abhi_sinha00","11","TRUE","FALSE" +"8126","8126","RT @CashlessConsumr: .@nikhilkumarks: BHIM was made because of confusion among people which product to use. 22 UPI apps were launched durin�","FALSE","0",NA,"2017-04-21 12:32:19","FALSE",NA,"855398795068264449",NA,"Twitter for Android","iotakodali","2","TRUE","FALSE" +"8127","8127",".@nikhilkumarks: BHIM was made because of confusion among people which product to use. 22 UPI apps were launched during Demonetization.","FALSE","0","CashlessConsumr","2017-04-21 12:30:35","FALSE","855397572806152192","855398358097285120","811760276454318080","Twitter for Android","CashlessConsumr","2","FALSE","FALSE" +"8128","8128","@AITCofficial Demonetization Might be the reason of using those money here. They think they r very smart.","FALSE","0","AITCofficial","2017-04-21 12:30:19","FALSE","855339185619714049","855398290396991488","290452792","Twitter for Android","AbdulRazzz","0","FALSE","FALSE" +"8129","8129","@CNNnews18 Demonetization was huge success he he he","FALSE","1","CNNnews18","2017-04-21 12:28:41","FALSE","855397003970330624","855397877593649152","6509832","Twitter Web Client","mujeebvalappil","0","FALSE","FALSE" +"8130","8130","How will you control your beaurucracy @narendramodi ji. Folks are back in Business. Common ppl bearing brunt of Dem� https://t.co/F4B8zKgytL","FALSE","0",NA,"2017-04-21 12:28:34","TRUE",NA,"855397849596534784",NA,"Twitter Lite","pandeyunlimited","0","FALSE","FALSE" +"8131","8131","@MishiChoudhary Waiting for that part. Right now we are at Demonetization, chronological discussion ","FALSE","0","MishiChoudhary","2017-04-21 12:28:20","FALSE","855397427481780224","855397789706137602","21771952","Twitter for Android","CashlessConsumr","0","FALSE","FALSE" +"8132","8132","8/To compensate for #failed #demonetization GOVT budgets on health, education etc have been cut, taxes increased, PPF, FD rates reduced!","FALSE","0","AmmU_MaanU","2017-04-21 12:25:56","FALSE","855395815774339073","855397188750409728","15132089","Twitter Lite","AmmU_MaanU","0","FALSE","FALSE" +"8133","8133","@Memeghnad And finally.. If Government seriously believe that PAN is compromised in the manner AG is vocal, please� https://t.co/nwIgCYFz7g","FALSE","8","jamewils","2017-04-21 12:25:52","TRUE","855395624946204672","855397170203185153","67612556","Twitter for Android","jamewils","16","FALSE","FALSE" +"8134","8134","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 12:21:34","FALSE",NA,"855396089515528192",NA,"Twitter for Android","pandey_priyanka","44","TRUE","FALSE" +"8135","8135","Demonetization Conference at Jindal Global Business School (JGBS) discusses societal and economic impact� https://t.co/2ApuSCemgr","FALSE","0",NA,"2017-04-21 12:15:14","TRUE",NA,"855394494480609281",NA,"Linkis: turn sharing into growth","newsattitude","0","FALSE","FALSE" +"8136","8136","Govt is hugely unprepared is what I could make from this article. Apart from demonetization more inconvenience is i� https://t.co/XeYPKpFrD6","FALSE","0",NA,"2017-04-21 12:14:44","TRUE",NA,"855394366700961793",NA,"Twitter for Android","pnvarma","0","FALSE","FALSE" +"8137","8137","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-21 12:14:08","FALSE",NA,"855394215156633600",NA,"Twitter for Android","ramsarswat16","14","TRUE","FALSE" +"8138","8138","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:13:13","FALSE",NA,"855393986227449856",NA,"Twitter Lite","kayan2727","19","TRUE","FALSE" +"8139","8139","@GoonLiberal Modi BJP are covering up demonetization disaster.In fact Indian economy is badly crippled by this.Stil� https://t.co/HOjAmvw5Cc","FALSE","1","GoonLiberal","2017-04-21 12:10:53","TRUE","855391875997605888","855393397263278080","842089829840101378","Twitter Web Client","RAJUPAUNIKAR","0","FALSE","FALSE" +"8140","8140","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 12:10:41","FALSE",NA,"855393348126777344",NA,"Twitter for iPhone","Diplomat_Pablo","19","TRUE","FALSE" +"8141","8141","5/It is said d parliamentary committee report terms d decision making in implementation of #demonetization as arbitrary, with poor planning","FALSE","0","AmmU_MaanU","2017-04-21 12:07:46","FALSE","855305015165984769","855392616640266240","15132089","Twitter Lite","AmmU_MaanU","0","FALSE","FALSE" +"8142","8142","@RAJUPAUNIKAR Never seen such a dumb leader, he brought a disaster like demonetization resulting massive unemployment and crash economy","FALSE","1","RAJUPAUNIKAR","2017-04-21 12:04:50","FALSE","855389064043929600","855391875997605888","244368056","Twitter for Android","GoonLiberal","0","FALSE","FALSE" +"8143","8143","RT @avarakai: Something unexpected could be announced - after demonetization. I don't know what. But, this PM won't open cards so easily. F�","FALSE","0",NA,"2017-04-21 11:59:13","FALSE",NA,"855390463024672768",NA,"Twitter for Android","anuuragjain","2","TRUE","FALSE" +"8144","8144","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 11:58:52","FALSE",NA,"855390374101123073",NA,"Twitter for Android","AtheistDevil","19","TRUE","FALSE" +"8145","8145","@narendramodi Demonetization: provide swiping machine to all small stores and remove 2% penalty on them, then only Demonetization is success","FALSE","0","narendramodi","2017-04-21 11:56:35","FALSE",NA,"855389799946924032","18839785","Twitter Web Client","ResScharupa","0","FALSE","FALSE" +"8146","8146","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 11:56:26","FALSE",NA,"855389764949864452",NA,"TweetDeck","madmanweb","19","TRUE","FALSE" +"8147","8147","@narendramodi Demonetization - common man finding difficulty in paying cash at small stores as they dont have swiping machines","FALSE","0","narendramodi","2017-04-21 11:55:58","FALSE",NA,"855389644430524416","18839785","Twitter Web Client","ResScharupa","0","FALSE","FALSE" +"8148","8148","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 11:55:57","FALSE",NA,"855389641180106752",NA,"Twitter for Android","AtheistDevil","44","TRUE","FALSE" +"8149","8149","@narendramodi : Demonetization - ppl have started making black money with 2000/- notes, pls ban them ASAP","FALSE","0","narendramodi","2017-04-21 11:55:42","FALSE",NA,"855389579519467520","18839785","Twitter Web Client","ResScharupa","0","FALSE","FALSE" +"8150","8150","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 11:53:40","FALSE",NA,"855389067642458115",NA,"Twitter for Android","KilaFateh","19","TRUE","FALSE" +"8151","8151","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 11:53:10","FALSE",NA,"855388941566058496",NA,"Twitter Lite","bacwaters","19","TRUE","FALSE" +"8152","8152","@SunnyLeone @Jewelsoukin This jewellery sec looted India on demonetization.","FALSE","0","SunnyLeone","2017-04-21 11:51:58","FALSE","855388083922927616","855388639458709504","21931363","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"8153","8153","RT @jamewils: @Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve notice on�","FALSE","0",NA,"2017-04-21 11:51:45","FALSE",NA,"855388583875592193",NA,"Twitter for iPhone","RaisinaSeries","19","TRUE","FALSE" +"8154","8154","@Memeghnad After all the euphoria and fad about black money, FICN, etc during demonetization, IT Dept able to serve� https://t.co/pbIlaxAOBU","FALSE","9","jamewils","2017-04-21 11:50:15","TRUE","855387244839882752","855388208191774720","67612556","Twitter for Android","jamewils","19","FALSE","FALSE" +"8155","8155","Netizen arrested for telling the truth about NaraPayyan #NaraLokesh. Eppdi da Rs 14 crore becomes Rs 330 crore in one month? #demonetization","FALSE","0",NA,"2017-04-21 11:38:06","FALSE",NA,"855385147922718720",NA,"Twitter Web Client","dailyonion","0","FALSE","FALSE" +"8156","8156","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 11:34:00","FALSE",NA,"855384117906612224",NA,"Twitter for iPhone","aviralmittal","44","TRUE","FALSE" +"8157","8157","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 11:33:26","FALSE",NA,"855383973685493760",NA,"Twitter Lite","sanity_speaker","16","TRUE","FALSE" +"8158","8158","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 11:33:22","FALSE",NA,"855383957772304384",NA,"Twitter for Android","AsvLalit","44","TRUE","FALSE" +"8159","8159","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 11:30:47","FALSE",NA,"855383308284313604",NA,"TweetDeck","Vidyut","44","TRUE","FALSE" +"8160","8160","@beingAAPian @AamAadmiParty The people who are two side of same coin have same stand as #AAP and #INC had on surgic� https://t.co/OSyXoo16Qf","FALSE","1","beingAAPian","2017-04-21 11:26:35","TRUE","855374737534537728","855382250065715200","25663562","Twitter for Android","Ananyas30j","0","FALSE","FALSE" +"8161","8161","Does it really take over a month to open a bank account @HDFC_Bank? In #Delhi ? #bankingwoes #demonetization #cashlessIndia @NeerajHDFCBank","FALSE","0",NA,"2017-04-21 11:15:23","FALSE",NA,"855379433745768448",NA,"Twitter for iPhone","Meena_V","0","FALSE","FALSE" +"8162","8162","@Panky135 @SitaramYechury @narendramodi The list of #demonetization deaths up to Dec 8th, 2016, after this 18 more� https://t.co/8UzqiYb63Z","FALSE","0","Panky135","2017-04-21 11:10:59","TRUE","855368986594168832","855378326348644354","188561143","Twitter for Android","su_nils","0","FALSE","FALSE" +"8163","8163","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 11:04:03","FALSE",NA,"855376579756687360",NA,"Twitter for Windows Phone","CRamanaKumar","16","TRUE","FALSE" +"8164","8164","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:55:45","FALSE",NA,"855374489755934721",NA,"Twitter for Android","AbhishekG5","16","TRUE","FALSE" +"8165","8165","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:54:39","FALSE",NA,"855374216195178496",NA,"Twitter for Android","JPKushwah18","16","TRUE","FALSE" +"8166","8166","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:54:27","FALSE",NA,"855374163514720256",NA,"Twitter for Android","Susmita_AAP","16","TRUE","FALSE" +"8167","8167","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:53:46","FALSE",NA,"855373991086665728",NA,"Twitter Web Client","iadchauhan","16","TRUE","FALSE" +"8168","8168","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:53:29","FALSE",NA,"855373919900942336",NA,"Twitter for iPhone","aviralmittal","16","TRUE","FALSE" +"8169","8169","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 10:53:06","FALSE",NA,"855373823620730880",NA,"TwitPanePlus for Android","AbsolutAmit","8","TRUE","FALSE" +"8170","8170","RT @adil14384: This makes me wonder, was Demonetization done to end black money or was it actually done to benefit Corporates?","FALSE","0",NA,"2017-04-21 10:52:56","FALSE",NA,"855373780717318144",NA,"Twitter for Android","NajirPatel3","1","TRUE","FALSE" +"8171","8171","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 10:52:54","FALSE",NA,"855373775419969536",NA,"Twitter Web Client","Rajwant2610","44","TRUE","FALSE" +"8172","8172","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:52:08","FALSE",NA,"855373580594368512",NA,"Twitter for Android","rsrajat365","16","TRUE","FALSE" +"8173","8173","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:47:28","FALSE",NA,"855372405174398977",NA,"Twitter for Android","divya_amanna","16","TRUE","FALSE" +"8174","8174","@AxisBankSupport No Sercice @AxisBankSupport . Cheater @AxisBankOffers . Maximum Fraudulent Bank Manager caught at� https://t.co/bMGPXJg6HY","FALSE","0","AxisBankSupport","2017-04-21 10:40:06","TRUE","855033988699873283","855370553724723201","886557108","Twitter for Android","aalokwar","0","FALSE","FALSE" +"8175","8175","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:34:18","FALSE",NA,"855369095092588545",NA,"Twitter for Android","Aam_Nationalist","16","TRUE","FALSE" +"8176","8176","Removing red beacon light would prove to be like demonetization. Creating lot of media coverage but in reality achieving nothing.","FALSE","0",NA,"2017-04-21 10:29:31","FALSE",NA,"855367888831520768",NA,"Twitter for Windows Phone","sudhanshuadv","0","FALSE","FALSE" +"8177","8177","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:26:48","FALSE",NA,"855367206095290368",NA,"Twitter for Android","vineeta0202","16","TRUE","FALSE" +"8178","8178","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 10:22:15","FALSE",NA,"855366062526693377",NA,"Twitter for Windows","shubhamAAP","16","TRUE","FALSE" +"8179","8179","In India, ecommerce is still a relatively small proportion of total retail sales, about 3% to 4%. https://t.co/Idw1Bilf4Q","FALSE","0",NA,"2017-04-21 10:17:09","FALSE",NA,"855364777803227136",NA,"SocialPilot.co","HarfanMaulaa","0","FALSE","FALSE" +"8180","8180","RT @RiteshEconomist: 70% of excise collection comes from oil & gas so it's up 25% doesn't mean #demonetization has no effect +@ajit_ranade h�","FALSE","0",NA,"2017-04-21 10:01:20","FALSE",NA,"855360797400289284",NA,"Twitter Web Client","milopqm2p","73","TRUE","FALSE" +"8181","8181","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 09:50:28","FALSE",NA,"855358063385001984",NA,"Twitter for iPhone","Virdisharma","16","TRUE","FALSE" +"8182","8182","@Panky135 @SitaramYechury #demonetization had killed 100+ ppl & destroyed livelihoods of many families. That doesn'� https://t.co/Agbfyi7wDh","FALSE","1","su_nils","2017-04-21 09:48:15","TRUE","855355794455355394","855357505613975552","810755393018155009","Twitter for Android","su_nils","0","FALSE","FALSE" +"8183","8183","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-21 09:45:12","FALSE",NA,"855356738144481280",NA,"Twitter Web Client","1SunnyElias","5170","TRUE","FALSE" +"8184","8184","@TajinderBagga Plz vote for us so that we can oppose demonetization","FALSE","0","TajinderBagga","2017-04-21 09:39:29","FALSE","855352778557870080","855355299690983426","85462891","Twitter for Android","krishnabhatJK","0","FALSE","FALSE" +"8185","8185","RT @shalinigAAP: RT @satish_char: @shalinigAAP @mayurpanghaal 150 DEAD in Demonetization Pathankkot incident after CAKE Eating VYAP� https:�","FALSE","0",NA,"2017-04-21 09:37:51","FALSE",NA,"855354887806140416",NA,"Twitter for Android","ManngoMan1","1","TRUE","FALSE" +"8186","8186","@Vidyut earlier u were talking about demonetization now that topic gone in the wind u r biggest loser.","FALSE","0","Vidyut","2017-04-21 09:37:03","FALSE","855353936684883968","855354686634852352","15199808","Twitter Web Client","sur0678","0","FALSE","FALSE" +"8187","8187","RT @satish_char: @shalinigAAP @mayurpanghaal 150 DEAD in Demonetization Pathankkot incident after CAKE Eating VYAP� https://t.co/nu1p1acemu","FALSE","0",NA,"2017-04-21 09:36:49","FALSE",NA,"855354628552183809",NA,"IFTTT","shalinigAAP","1","FALSE","FALSE" +"8188","8188","RT @ms_rana: Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corrupt PM is a�","FALSE","0",NA,"2017-04-21 09:32:29","FALSE",NA,"855353535268966400",NA,"Twitter for iPhone","Naamhaibulla","16","TRUE","FALSE" +"8189","8189","@narendramodi Dear Sir the only way bring back peace in @Kashmir is 100% #demonetization of the state.","FALSE","0","narendramodi","2017-04-21 09:27:41","FALSE",NA,"855352330580930561","18839785","Twitter for Android","Neerajtutu","0","FALSE","FALSE" +"8190","8190","@WickkedSoul @Mr_LoLwa @HusnKaHathiyar people dying during demonetization is not masti-mazaak. good day.","FALSE","1","WickkedSoul","2017-04-21 09:23:57","FALSE","855344747522797568","855351391128309761","923924196","Twitter Web Client","uchilpuneeta","0","FALSE","FALSE" +"8191","8191","Demonetization is the 2nd biggest jumla after ""EVMs are tamper-proof"" jumla in history of India! Uneducated & corru� https://t.co/D3LIxhuwVe","FALSE","9",NA,"2017-04-21 09:19:21","TRUE",NA,"855350231944146944",NA,"Twitter Web Client","ms_rana","16","FALSE","FALSE" +"8192","8192","https://t.co/zB5Yml4gBi +Impact of #Demonetization Halts the #Resale in Luxury #RealEstate Market� https://t.co/q0jI8CrlLM","FALSE","3",NA,"2017-04-21 09:17:40","TRUE",NA,"855349808273526784",NA,"Twitter Web Client","_homeonline","0","FALSE","FALSE" +"8193","8193","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 09:17:19","FALSE",NA,"855349721480572930",NA,"Twitter for Android","ChAnkur","22","TRUE","FALSE" +"8194","8194","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 09:13:58","FALSE",NA,"855348875812581376",NA,"Twitter for Android","jayanvasudev","22","TRUE","FALSE" +"8195","8195","When people feel you�re fighting for them, even the most concrete evidence, wields less and less influence. https://t.co/pxkT5QxxRV via @wef","FALSE","0",NA,"2017-04-21 09:12:26","FALSE",NA,"855348491681484801",NA,"Twitter Web Client","Mathur_Aakriti","0","FALSE","FALSE" +"8196","8196","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 09:12:20","FALSE",NA,"855348467329380354",NA,"Twitter for iPhone","grumpeoldman","44","TRUE","FALSE" +"8197","8197","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 09:05:59","FALSE",NA,"855346869530226688",NA,"Twitter Web Client","riyalovezu","22","TRUE","FALSE" +"8198","8198","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 09:03:21","FALSE",NA,"855346205731192833",NA,"Twitter Web Client","AmitaMisra","203","TRUE","FALSE" +"8199","8199","RT @inNatGeo: Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","0",NA,"2017-04-21 08:55:24","FALSE",NA,"855344203689316353",NA,"Twitter for Android","amitDaher","6","TRUE","FALSE" +"8200","8200","RT @satish_char: @shalinigAAP @mayurpanghaal 150 DEAD in Demonetization +Pathankkot incident after CAKE Eating +VYAPAM SCAM +60 DEATHS in VYAP�","FALSE","0",NA,"2017-04-21 08:55:18","FALSE",NA,"855344177604771840",NA,"Twitter for iPhone","shalinigAAP","1","TRUE","FALSE" +"8201","8201","@shalinigAAP @mayurpanghaal 150 DEAD in Demonetization +Pathankkot incident after CAKE Eating +VYAPAM SCAM +60 DEATHS� https://t.co/OIu4uBtU4a","FALSE","0","shalinigAAP","2017-04-21 08:51:27","TRUE","855342015671873536","855343209102233602","94509551","Twitter Web Client","satish_char","1","FALSE","FALSE" +"8202","8202","@WSJ @YouTube demonetization of channels and now more control over ads. Where is all this money going @Google? Corporate Censorship!","FALSE","0","WSJ","2017-04-21 08:49:27","FALSE","855330319980929025","855342706205179905","3108351","Twitter Web Client","RussianHusky47","0","FALSE","FALSE" +"8203","8203","This case study is particularly interesting. Previously, the people have minimal protection when it comes to inflation or demonetization","FALSE","1","surayaror","2017-04-21 08:34:32","FALSE","855338403679748097","855338953217417216","2673974569","Twitter for Android","surayaror","0","FALSE","FALSE" +"8204","8204","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 08:34:07","FALSE",NA,"855338848452136960",NA,"Twitter Web Client","ShaluDhyani","8","TRUE","FALSE" +"8205","8205","4. Demonetization had virtually zero impact on the company. +5. Strong steady numbers reported +6. CRISIL upgradation from AA- to AA","FALSE","0","goodfundadvisor","2017-04-21 08:28:11","FALSE","855336820497723392","855337354860658688","135212438","Twitter Web Client","goodfundadvisor","0","FALSE","FALSE" +"8206","8206","@SushmaSwaraj @PMOIndia @SushmaSwaraj @PMOIndia when can I get an update on this please? #demonetization #NRI","FALSE","0","surihere","2017-04-21 08:21:03","FALSE","852091536988884992","855335560432328704","139346687","Twitter for iPhone","surihere","0","FALSE","FALSE" +"8207","8207","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 08:13:10","FALSE",NA,"855333577034047488",NA,"Twitter for Android","harshkenz","44","TRUE","FALSE" +"8208","8208","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 08:10:26","FALSE",NA,"855332888107114497",NA,"Twitter Lite","bugs_punny","8","TRUE","FALSE" +"8209","8209","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 08:03:00","FALSE",NA,"855331016281477121",NA,"Twitter for iPhone","ViveckVaswani","22","TRUE","FALSE" +"8210","8210","@narendramodi Evry OCI holders per Yr spends 3-4 Lacs in Indian Economy why left us out in demonetization Xchnge if V not in India b4 31/03.","FALSE","0","manithefunny","2017-04-21 08:02:08","FALSE","855327561831727104","855330799733817344","94026177","Twitter for iPhone","manithefunny","0","FALSE","FALSE" +"8211","8211","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:54:19","FALSE",NA,"855328832303149058",NA,"Twitter Web Client","psgupta1","44","TRUE","FALSE" +"8212","8212","After demonetization the only thing I run out of is cash.","FALSE","0",NA,"2017-04-21 07:50:11","FALSE",NA,"855327793223049217",NA,"Twitter for Android","gyanesh_","0","FALSE","FALSE" +"8213","8213","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:49:18","FALSE",NA,"855327568605593600",NA,"Twitter for Android","heman_","44","TRUE","FALSE" +"8214","8214","Think demonetisation hit real estate sector? RBI data tells a different story + +#Demonetization #realEstate #Sector + +https://t.co/7J5e2fqS8t","FALSE","0",NA,"2017-04-21 07:45:49","FALSE",NA,"855326691526180865",NA,"Hootsuite","mconrasayan","0","FALSE","FALSE" +"8215","8215","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:44:27","FALSE",NA,"855326351045177344",NA,"Twitter for Android","sangeetasanghvi","44","TRUE","FALSE" +"8216","8216","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:43:46","FALSE",NA,"855326175605817345",NA,"Twitter for Android","jab9777","44","TRUE","FALSE" +"8217","8217","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:43:28","FALSE",NA,"855326103249891331",NA,"TweetDeck","suchetadalal","44","TRUE","FALSE" +"8218","8218","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:42:25","FALSE",NA,"855325837284884481",NA,"Twitter for Android","RURALINDIA","44","TRUE","FALSE" +"8219","8219","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 07:40:16","FALSE",NA,"855325298337775616",NA,"Twitter for Android","malapatiraja","104","TRUE","FALSE" +"8220","8220","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 07:39:56","FALSE",NA,"855325212396535809",NA,"Twitter for Android","malapatiraja","203","TRUE","FALSE" +"8221","8221","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 07:36:09","FALSE",NA,"855324258888597504",NA,"Twitter Web Client","daknews","8","TRUE","FALSE" +"8222","8222","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 07:34:48","FALSE",NA,"855323919602995201",NA,"YoruFukurou","DeathEndsFun","8","TRUE","FALSE" +"8223","8223","Customers are fooled by multiple online payment gateways by charging cancel fees. The ratio has increased this quarter post demonetization.","FALSE","0",NA,"2017-04-21 07:33:33","FALSE",NA,"855323604816244736",NA,"Twitter Web Client","MohiitTandon","0","FALSE","FALSE" +"8224","8224","RT @jethapunjabi: Prime Minsiter: WE WELCOME DEMONETIZATION - Sign the Petition! https://t.co/K5AAgR1Mb2 via @ChangeOrg_India","FALSE","0",NA,"2017-04-21 07:30:55","FALSE",NA,"855322942237941761",NA,"Twitter Web Client","NUgovhlejaqerSN","1","TRUE","FALSE" +"8225","8225","RT @governancenow: Cooperative #banks are flush with funds following #demonetization, yet suffers from trust deficit | @geeminhas https://t�","FALSE","0",NA,"2017-04-21 07:29:29","FALSE",NA,"855322582354075650",NA,"Twitter for Android","geeminhas","1","TRUE","FALSE" +"8226","8226","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:27:52","FALSE",NA,"855322174495703040",NA,"Twitter for Android","GreySasquatch","44","TRUE","FALSE" +"8227","8227","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 07:24:42","FALSE",NA,"855321379226304513",NA,"Twitter for iPhone","hash62","22","TRUE","FALSE" +"8228","8228","RT @swrpa733124: 23 folds increase in digital transaction after demonetization! +https://t.co/EfSYhb2nkF via @postcard_news","FALSE","0",NA,"2017-04-21 07:24:12","FALSE",NA,"855321254059847682",NA,"Twitter for Android","swrpa733124","1","TRUE","FALSE" +"8229","8229","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:15:59","FALSE",NA,"855319186645450752",NA,"Twitter Web Client","VModon","44","TRUE","FALSE" +"8230","8230","23 folds increase in digital transaction after demonetization! +https://t.co/EfSYhb2nkF via @postcard_news","FALSE","2",NA,"2017-04-21 07:14:51","FALSE",NA,"855318898953957376",NA,"Twitter Web Client","swrpa733124","1","FALSE","FALSE" +"8231","8231","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 07:13:49","FALSE",NA,"855318640085712897",NA,"Twitter for Android","aflatoonarman","22","TRUE","FALSE" +"8232","8232","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:12:03","FALSE",NA,"855318195619545089",NA,"Twitter for Android","IchbinUjjaini","44","TRUE","FALSE" +"8233","8233","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:11:04","FALSE",NA,"855317949745254400",NA,"Twitter for Android","gbz2016","44","TRUE","FALSE" +"8234","8234","@TimesNow Why didn't lallu settle the bills with cash during demonetization window?","FALSE","0","TimesNow","2017-04-21 07:10:27","FALSE","855194371200868352","855317792123375616","240649814","Twitter for Android","sampath_s","0","FALSE","FALSE" +"8235","8235","Demonetization delight: Paytm boss joins Modi in Time's influential list https://t.co/QW4oTW0vc7","FALSE","0",NA,"2017-04-21 07:09:15","FALSE",NA,"855317491567927298",NA,"LinkedIn","premub","0","FALSE","FALSE" +"8236","8236","RT @AmmU_MaanU: 3/ If that had happened, it would have been a windfall, ALAS, it never happened. #demonetization had 2 be consigned 2 histo�","FALSE","0",NA,"2017-04-21 07:07:23","FALSE",NA,"855317019037532161",NA,"Twitter for iPad","solosaysit","1","TRUE","FALSE" +"8237","8237","Case Study: Demonetisation in India - How ISE & OpenDNS plays an integral part of an organisation's IT strategy� https://t.co/tx3gwQdv1X","FALSE","0",NA,"2017-04-21 07:04:58","TRUE",NA,"855316411530354688",NA,"Twitter Web Client","CiscoPartnersAP","0","FALSE","FALSE" +"8238","8238","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:03:43","FALSE",NA,"855316098736046080",NA,"Twitter for iPhone","amitmehra","44","TRUE","FALSE" +"8239","8239","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:01:58","FALSE",NA,"855315657717456897",NA,"Twitter for Android","KilaFateh","44","TRUE","FALSE" +"8240","8240","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:01:45","FALSE",NA,"855315604416245762",NA,"Twitter for Android","DukhtiRag","44","TRUE","FALSE" +"8241","8241","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 07:00:05","FALSE",NA,"855315182540570625",NA,"Twitter for iPhone","Virdisharma","44","TRUE","FALSE" +"8242","8242","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 06:59:14","FALSE",NA,"855314967960076289",NA,"Twitter for Android","ashokshuklasoda","44","TRUE","FALSE" +"8243","8243","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:58:52","FALSE",NA,"855314875987279873",NA,"Twitter Web Client","DilawarTalkies","22","TRUE","FALSE" +"8244","8244","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:58:50","FALSE",NA,"855314869611929600",NA,"Twitter for Android","ErM5870","22","TRUE","FALSE" +"8245","8245",".@BJP4Delhi Just that the account number to which funds will be siphoned wud b dat of @ManojTiwariMP who mocked har� https://t.co/ECl4oIzdHA","FALSE","0","inkonyourbread","2017-04-21 06:57:25","TRUE","855314234879561728","855314513423327237","3308833969","Twitter for Android","inkonyourbread","0","FALSE","FALSE" +"8246","8246","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 06:57:18","FALSE",NA,"855314484881051650",NA,"Twitter for Android","VishalDadlani","44","TRUE","FALSE" +"8247","8247","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:56:54","FALSE",NA,"855314381726404611",NA,"Twitter for Android","VishalDadlani","22","TRUE","FALSE" +"8248","8248","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 06:55:39","FALSE",NA,"855314068290195456",NA,"Twitter for Android","Memeghnad","44","TRUE","FALSE" +"8249","8249","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 06:53:30","FALSE",NA,"855313526662938624",NA,"Twitter for Android","goeltm_tg","44","TRUE","FALSE" +"8250","8250","23 folds increase in digital transaction after demonetization! https://t.co/9MjFtLtCtR via @postcard_news","FALSE","0",NA,"2017-04-21 06:53:02","FALSE",NA,"855313410652749824",NA,"Twitter Web Client","ramesh_gogi","0","FALSE","FALSE" +"8251","8251","RT @iTheThackrey: #Demonetization: Rs10Cr seized in cash from govt public servants after IT raids in UP, UK. + +BM found << 1% of total money�","FALSE","0",NA,"2017-04-21 06:52:32","FALSE",NA,"855313285163253760",NA,"Twitter for Android","rb5252552","1","TRUE","FALSE" +"8252","8252","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:52:07","FALSE",NA,"855313178909003777",NA,"Twitter for iPhone","amitmehra","22","TRUE","FALSE" +"8253","8253","To be right on demonetization and get it right are two different things. To be right is about politics and get it right is about the truth","FALSE","0",NA,"2017-04-21 06:51:41","FALSE",NA,"855313070926643201",NA,"Twitter for iPhone","dusyant","0","FALSE","FALSE" +"8254","8254","Just got some flash about the demonetization on the Indian currency","FALSE","0",NA,"2017-04-21 06:51:35","FALSE",NA,"855313044494143488",NA,"Twitter for iPhone","dusyant","0","FALSE","FALSE" +"8255","8255","RT @jamewils: @Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried convenientl�","FALSE","0",NA,"2017-04-21 06:50:42","FALSE",NA,"855312823437598722",NA,"Twitter Web Client","angryyoungman11","44","TRUE","FALSE" +"8256","8256","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:49:40","FALSE",NA,"855312561041887235",NA,"Twitter Web Client","flirtingshadows","22","TRUE","FALSE" +"8257","8257","@Memeghnad PAN duplicate argument reminds me exactly like the Demonetization argument about FICN, which is buried c� https://t.co/fRpaDDKriT","FALSE","38","jamewils","2017-04-21 06:48:59","TRUE","855311901873520641","855312390849560579","67612556","Twitter for Android","jamewils","44","FALSE","FALSE" +"8258","8258","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:48:49","FALSE",NA,"855312349925744644",NA,"Twitter for Android","sumants","22","TRUE","FALSE" +"8259","8259","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:47:15","FALSE",NA,"855311956172877824",NA,"Twitter for Android","ankit_caan","22","TRUE","FALSE" +"8260","8260","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:46:41","FALSE",NA,"855311810114736128",NA,"Twitter for Android","Memeghnad","22","TRUE","FALSE" +"8261","8261","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-21 06:42:58","FALSE",NA,"855310877464985600",NA,"Twitter for Android","Vibhorkedia1","11","TRUE","FALSE" +"8262","8262","RT @56perumal: 23 folds increase in digital transaction after demonetization! https://t.co/KEha3pXPLP via @postcard_news","FALSE","0",NA,"2017-04-21 06:38:16","FALSE",NA,"855309695631761408",NA,"Twitter for Android","Akg316Arvind","1","TRUE","FALSE" +"8263","8263","23 folds increase in digital transaction after demonetization! https://t.co/KEha3pXPLP via @postcard_news","FALSE","2",NA,"2017-04-21 06:31:29","FALSE",NA,"855307987212042240",NA,"Twitter Web Client","56perumal","1","FALSE","FALSE" +"8264","8264","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-21 06:22:52","FALSE",NA,"855305817389531137",NA,"Twitter for Android","KrishnakantEr","90","TRUE","FALSE" +"8265","8265","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 06:22:42","FALSE",NA,"855305774163034113",NA,"Twitter for Android","gbz2016","22","TRUE","FALSE" +"8266","8266","Against the general perception, #realestate #prices actually increased across the country during the� https://t.co/x05XXn3vV3","FALSE","0",NA,"2017-04-21 06:16:58","TRUE",NA,"855304333491003392",NA,"Twitter Web Client","esconarenaflat","0","FALSE","FALSE" +"8267","8267","Pepsi Ad Commercial with Kendall Jenner Exposed Real Reason of Youtube Demonetization https://t.co/sk5deLAsfL","FALSE","0",NA,"2017-04-21 06:14:34","FALSE",NA,"855303727497924609",NA,"Twitter Web Client","sarfrazkhan493","0","FALSE","FALSE" +"8268","8268","The latest The Demonetization Daily! https://t.co/D82oM5sYBk #technology","FALSE","0",NA,"2017-04-21 06:14:28","FALSE",NA,"855303704882200577",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"8269","8269","3/ If that had happened, it would have been a windfall, ALAS, it never happened. #demonetization had 2 be consigned 2 history as a #disaster","FALSE","0","AmmU_MaanU","2017-04-21 06:13:25","FALSE","855287587623157760","855303439407915009","15132089","Twitter Lite","AmmU_MaanU","1","FALSE","FALSE" +"8270","8270","23 folds increase in digital transaction after demonetization! https://t.co/b2W4OByp14 via @postcard_news","FALSE","1",NA,"2017-04-21 06:10:03","FALSE",NA,"855302591781011457",NA,"Twitter Web Client","Prasanna_Speaks","0","FALSE","FALSE" +"8271","8271","23 folds increase in digital transaction after demonetization! https://t.co/FAaUaBNVcj via @postcard_news","FALSE","0",NA,"2017-04-21 06:08:50","FALSE",NA,"855302286880284672",NA,"Twitter Web Client","MuthuRamamoorth","0","FALSE","FALSE" +"8272","8272","RT @vidyadharana: @tterIndia @bharat_builder If True, it means Banks are in Bad Shape, Demonetization failed. Now Desperate to make Money�","FALSE","0",NA,"2017-04-21 06:08:45","FALSE",NA,"855302264570785794",NA,"Twitter Web Client","tterIndia","1","TRUE","FALSE" +"8273","8273","Demonetization: is it an illegal move by Modi government? https://t.co/EdwzRTEqYa #LawSikho","FALSE","0",NA,"2017-04-21 05:56:21","FALSE",NA,"855299146302930944",NA,"Tweet Old Post","LawSikho","0","FALSE","FALSE" +"8274","8274","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 05:49:57","FALSE",NA,"855297536134754304",NA,"Twitter for iPhone","maruharish","203","TRUE","FALSE" +"8275","8275","RT @myePaisa: Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/hhitnxhbpL","FALSE","0",NA,"2017-04-21 05:49:24","FALSE",NA,"855297396414201856",NA,"Twitter Web Client","VasishtaNeelesh","3","TRUE","FALSE" +"8276","8276","What really going on, O'Reilly, Demonetization, Soros THE TRUTH w/DML 4/20 (episode 14) https://t.co/odsASF3lc3 via @realDennisLynch","FALSE","0",NA,"2017-04-21 05:44:30","FALSE",NA,"855296164370956289",NA,"Twitter Web Client","mamasabe1","0","FALSE","FALSE" +"8277","8277","23 folds increase in digital transaction after demonetization! https://t.co/dpShG9640Q","FALSE","0",NA,"2017-04-21 05:43:01","FALSE",NA,"855295790863966209",NA,"Facebook","muralydoctrack1","0","FALSE","FALSE" +"8278","8278","CM was also first to agree demonetization drive. It seems the Odisha government does follow whatever is good irresp� https://t.co/76J5wq52ph","FALSE","7",NA,"2017-04-21 05:43:00","TRUE",NA,"855295786543833093",NA,"Twitter Web Client","debiacharya1969","0","FALSE","FALSE" +"8279","8279","23 folds increase in digital transaction after demonetization! https://t.co/o1XzbFvNUG via @postcard_news","FALSE","0",NA,"2017-04-21 05:42:50","FALSE",NA,"855295744768528385",NA,"Twitter Web Client","muralydoctrack1","0","FALSE","FALSE" +"8280","8280","Demonetization will cut growth by less than half a percentage point in 2017: IMF https://t.co/oALFHLzZSy","FALSE","0",NA,"2017-04-21 05:40:00","FALSE",NA,"855295031002800128",NA,"cmssocialservice","TOIOpinion","0","FALSE","FALSE" +"8281","8281","23 folds increase in digital transaction after demonetization! https://t.co/juMHRvG0P9","FALSE","0",NA,"2017-04-21 05:34:37","FALSE",NA,"855293673709256706",NA,"Twitter for Android","mrtrivedi79","0","FALSE","FALSE" +"8282","8282","BJP Girl starts to shout after paying for boyfriends bills once again. +Boyfriend: Its demonetization Babe.","FALSE","0",NA,"2017-04-21 05:33:53","FALSE",NA,"855293489789100032",NA,"Facebook","saumyarc","0","FALSE","FALSE" +"8283","8283","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 05:28:28","FALSE",NA,"855292129320378368",NA,"Twitter Web Client","DavidJohnson_27","22","TRUE","FALSE" +"8284","8284","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 05:24:37","FALSE",NA,"855291159861641216",NA,"Twitter for Android","rmadhavan91","203","TRUE","FALSE" +"8285","8285","23 folds increase in digital transaction after demonetization! https://t.co/fZl3N03EV8 via @postcard_news","FALSE","0",NA,"2017-04-21 05:23:41","FALSE",NA,"855290925056000001",NA,"Twitter for Android","vaidyabr","0","FALSE","FALSE" +"8286","8286","Gosh with @narendramodi At helm i wudve to update this list quite often after #demonetization Latest being� https://t.co/1WFRIVNlRi","FALSE","0",NA,"2017-04-21 05:22:47","TRUE",NA,"855290696315445253",NA,"Twitter for Android","caashishbansal","0","FALSE","FALSE" +"8287","8287","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-21 05:21:57","FALSE",NA,"855290488697405440",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"8288","8288","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-21 05:20:04","FALSE",NA,"855290015634472965",NA,"Twitter for Android","shrichandrajosh","43","TRUE","FALSE" +"8289","8289","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 05:16:18","FALSE",NA,"855289067801423873",NA,"Twitter Web Client","Point_Blanc79","203","TRUE","FALSE" +"8290","8290","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 05:15:40","FALSE",NA,"855288906060660736",NA,"Twitter Web Client","Point_Blanc79","104","TRUE","FALSE" +"8291","8291","23 folds increase in digital transaction after demonetization https://t.co/h3yYABfALx","FALSE","0",NA,"2017-04-21 05:08:56","FALSE",NA,"855287210106540032",NA,"Facebook","NamoMalenaadu","0","FALSE","FALSE" +"8292","8292","23 folds increase in digital transaction after demonetization! @rsprasad +@narendramodi Thanks! https://t.co/Zv3IXyLhCi via @postcard_news","FALSE","0",NA,"2017-04-21 05:03:18","FALSE",NA,"855285796034625541",NA,"Twitter Web Client","rajamaka","0","FALSE","FALSE" +"8293","8293","23 folds increase in digital transaction after demonetization! https://t.co/fOWgfabpVc via @postcard_news","FALSE","0",NA,"2017-04-21 05:02:25","FALSE",NA,"855285571048034307",NA,"Twitter Web Client","pksrivastava6","0","FALSE","FALSE" +"8294","8294","23 folds increase in digital transaction after demonetization! https://t.co/SJeJflhatx via @postcard_news","FALSE","0",NA,"2017-04-21 05:00:50","FALSE",NA,"855285172840812544",NA,"Twitter Web Client","SACHIN1969","0","FALSE","FALSE" +"8295","8295","@ANI_news #HinduHatesTubelight aur jo ander ho rha hai uska kya demonetization scam se jewellery sec bcame super rich","FALSE","0","ANI_news","2017-04-21 04:57:27","FALSE","855283886204502016","855284323846508544","355989081","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"8296","8296","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 04:52:12","FALSE",NA,"855283002254938113",NA,"Twitter for Android","sanjay_rai","203","TRUE","FALSE" +"8297","8297","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 04:48:49","FALSE",NA,"855282149498408960",NA,"Twitter for Android","sanjay_rai","104","TRUE","FALSE" +"8298","8298","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 04:47:45","FALSE",NA,"855281882065387524",NA,"Twitter for iPhone","tandon_abhinav","104","TRUE","FALSE" +"8299","8299","HDFC Bank quarterly results are awaited today. Interesting to see how Demonetization has affected this giant pvt sector bank","FALSE","0",NA,"2017-04-21 04:41:56","FALSE",NA,"855280418223923201",NA,"Twitter for Android","Analyst26Guru","0","FALSE","FALSE" +"8300","8300","#bhaktlogics + +When bhakt justify every event like this + +#Demonetization +#meatbanUP +#kashmiriareantipatriots https://t.co/9W8xeiT6vG","FALSE","0",NA,"2017-04-21 04:39:39","FALSE",NA,"855279844074049536",NA,"Facebook","yasirsiddi","0","FALSE","FALSE" +"8301","8301","RT @inNatGeo: Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","0",NA,"2017-04-21 04:38:55","FALSE",NA,"855279657863610368",NA,"Twitter for iPhone","Junaidh_Sufi","6","TRUE","FALSE" +"8302","8302","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 04:33:18","FALSE",NA,"855278246174183424",NA,"Twitter Web Client","pokurusrinivas","22","TRUE","FALSE" +"8303","8303","@Ch0tpot3 I feel like kelaoing the only #KSEB guy here... #JamesWilson a media hero post demonetization for his blo� https://t.co/iG7xoMDoDf","FALSE","1","Ch0tpot3","2017-04-21 04:31:50","TRUE","855277436568690688","855277874508464128","117749756","Twitter Web Client","orphean_warbler","0","FALSE","FALSE" +"8304","8304","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 04:29:15","FALSE",NA,"855277226178166786",NA,"Twitter for Android","goeltm_tg","22","TRUE","FALSE" +"8305","8305","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-21 04:27:52","FALSE",NA,"855276878789083137",NA,"Twitter for Android","ChanakyaBhakta","7","TRUE","FALSE" +"8306","8306","RT @Janamejayan: There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","0",NA,"2017-04-21 04:27:44","FALSE",NA,"855276842453827584",NA,"Twitter for Android","ChanakyaBhakta","4","TRUE","FALSE" +"8307","8307","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-21 04:24:17","FALSE",NA,"855275973691846656",NA,"Twitter for Android","RobinMalik08","18","TRUE","FALSE" +"8308","8308","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 04:19:48","FALSE",NA,"855274845470195712",NA,"Twitter for Android","SimpleCommonMan","22","TRUE","FALSE" +"8309","8309","RT @jamewils: So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","0",NA,"2017-04-21 04:19:45","FALSE",NA,"855274835450093568",NA,"Twitter for Android","BharatParivrtan","22","TRUE","FALSE" +"8310","8310","So they pick pocketing us in the guise of demonetization and service charges https://t.co/EqbMve2T2F","FALSE","32",NA,"2017-04-21 04:17:17","FALSE",NA,"855274215024373765",NA,"Twitter for Android","jamewils","22","FALSE","FALSE" +"8311","8311","@moneycontrolcom @RBI @Devinder_Sharma Why sir, tax collections at all time high both direct/indirect,economy� https://t.co/7zOEQd0HJy","FALSE","0","moneycontrolcom","2017-04-21 04:13:02","TRUE","855272418683699202","855273145623691265","68927629","Twitter for Android","rktgomv","0","FALSE","FALSE" +"8312","8312","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 04:10:54","FALSE",NA,"855272605506338816",NA,"Twitter for iPhone","sandipshettyyer","8","TRUE","FALSE" +"8313","8313","https://t.co/ekEEfDOyeV Congress beaten on Demonetization but not ready to learn, continued opposition looks like support for black money","FALSE","0",NA,"2017-04-21 04:10:14","FALSE",NA,"855272439382654977",NA,"Twitter for Android","rvinpandya","0","FALSE","FALSE" +"8314","8314","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 04:06:18","FALSE",NA,"855271448750899200",NA,"Twitter for Android","sanjay3356","203","TRUE","FALSE" +"8315","8315","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 04:05:54","FALSE",NA,"855271350704906241",NA,"Twitter for Android","sanjay3356","104","TRUE","FALSE" +"8316","8316","This makes me wonder, was Demonetization done to end black money or was it actually done to benefit Corporates?","FALSE","1","adil14384","2017-04-21 04:04:52","FALSE","855268528319995904","855271089303203841","1384784076","Twitter for Android","adil14384","1","FALSE","FALSE" +"8317","8317","@meamabhishek demonetization se","FALSE","0","meamabhishek","2017-04-21 04:03:25","FALSE","855110281143484416","855270722960187394","563487757","Twitter Web Client","sadhanaravindra","0","FALSE","FALSE" +"8318","8318","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-21 03:57:57","FALSE",NA,"855269347215802369",NA,"Twitter for Android","SurenderBalu1","18","TRUE","FALSE" +"8319","8319","RT @analyseasia: Hear @navkendar_IDC discuss the rationale why the #India government has decided to proceed with #demonetization https://t.�","FALSE","0",NA,"2017-04-21 03:56:09","FALSE",NA,"855268894642065409",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"8320","8320","@samjawed65 Pay tm was a well known name prior to demonetization coz of Uber / Ola etc. write ups are really poor","FALSE","0","samjawed65","2017-04-21 03:53:38","FALSE","855101860016992256","855268261729976321","931260588","Twitter for iPhone","fightfear2bfree","0","FALSE","FALSE" +"8321","8321","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 03:50:57","FALSE",NA,"855267588103852032",NA,"Twitter for iPhone","clockroots","8","TRUE","FALSE" +"8322","8322","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:49:22","FALSE",NA,"855267187380043776",NA,"Twitter for Android","vibhute_atharv","203","TRUE","FALSE" +"8323","8323","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:46:37","FALSE",NA,"855266496791977985",NA,"Twitter for Android","abhishe26342097","203","TRUE","FALSE" +"8324","8324","@narendramodi +Wht was the actual benefit of demonetization? +As the indian pm, do u know how the public is starving to meet the daily bread?","FALSE","0","narendramodi","2017-04-21 03:42:05","FALSE",NA,"855265355865800704","18839785","Twitter for Android","ghesnavi","0","FALSE","FALSE" +"8325","8325","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:32:40","FALSE",NA,"855262987744985088",NA,"Twitter Web Client","vanderlust","203","TRUE","FALSE" +"8326","8326","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:32:24","FALSE",NA,"855262918715162625",NA,"Twitter Web Client","vanderlust","104","TRUE","FALSE" +"8327","8327","RT @rupasubramanya: Jagdish Bhagwati, @vdehejia ,Pravin Krishna tell demonetization critics: You got it plain wrong and we got it right. ht�","FALSE","0",NA,"2017-04-21 03:30:11","FALSE",NA,"855262361955053569",NA,"Twitter for Android","retweetkrengeab","268","TRUE","FALSE" +"8328","8328","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:28:38","FALSE",NA,"855261971771514880",NA,"Twitter for Android","4BHI9","203","TRUE","FALSE" +"8329","8329","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:28:21","FALSE",NA,"855261900627730433",NA,"Twitter for Android","4BHI9","104","TRUE","FALSE" +"8330","8330","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:26:53","FALSE",NA,"855261528416817153",NA,"Twitter for Android","retweetkrengeab","203","TRUE","FALSE" +"8331","8331","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:26:46","FALSE",NA,"855261500654714884",NA,"Twitter for Android","retweetkrengeab","104","TRUE","FALSE" +"8332","8332","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-21 03:25:31","FALSE",NA,"855261184789929984",NA,"Twitter Web Client","basayya_r","43","TRUE","FALSE" +"8333","8333","RT @drshraddha16: https://t.co/w0aFB7Aqbu Fatwa against PM modi for Demonetization.. really..Is WB a mini pakistan.. #MamatapromotesFatwa","FALSE","0",NA,"2017-04-21 03:24:48","FALSE",NA,"855261007094009856",NA,"Twitter for Android","bengaleebabu","2","TRUE","FALSE" +"8334","8334","RT @drshraddha16: https://t.co/w0aFB7Aqbu Fatwa against PM modi for Demonetization.. really..Is WB a mini pakistan.. #MamatapromotesFatwa","FALSE","0",NA,"2017-04-21 03:23:12","FALSE",NA,"855260603346235392",NA,"Twitter for Android","dineshjk","2","TRUE","FALSE" +"8335","8335","@SitaramYechury demonetization ! but where was your protest or movement ? now you already announced 1/2","FALSE","0","SitaramYechury","2017-04-21 03:21:02","FALSE","855069054003953665","855260056975282176","4053162792","Mobile Web (M2)","BrahmaSubrata","0","FALSE","FALSE" +"8336","8336","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:20:35","FALSE",NA,"855259946555801600",NA,"Twitter for iPhone","Arunabh_ch","203","TRUE","FALSE" +"8337","8337","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:20:06","FALSE",NA,"855259824782581760",NA,"Twitter for iPhone","Arunabh_ch","104","TRUE","FALSE" +"8338","8338","https://t.co/w0aFB7Aqbu Fatwa against PM modi for Demonetization.. really..Is WB a mini pakistan.. #MamatapromotesFatwa","FALSE","0",NA,"2017-04-21 03:18:22","FALSE",NA,"855259387358609408",NA,"Twitter for Android","drshraddha16","2","FALSE","FALSE" +"8339","8339","This govt seems intent on queuing. For #demonetization last year, for #aadhar now. I know what I am doing when I #QueueUpFor2019","FALSE","0",NA,"2017-04-21 03:15:19","FALSE",NA,"855258617959690241",NA,"Twitter for iPhone","kudva","0","FALSE","FALSE" +"8340","8340","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:10:56","FALSE",NA,"855257517923815424",NA,"Twitter for Windows Phone","Thiru_0914","104","TRUE","FALSE" +"8341","8341","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:10:39","FALSE",NA,"855257444221566976",NA,"Twitter for Windows Phone","Thiru_0914","203","TRUE","FALSE" +"8342","8342","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:08:33","FALSE",NA,"855256918423744512",NA,"Twitter Web Client","ls2008","104","TRUE","FALSE" +"8343","8343","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:08:19","FALSE",NA,"855256857740320769",NA,"Twitter Web Client","ls2008","203","TRUE","FALSE" +"8344","8344","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 03:03:01","FALSE",NA,"855255525172408320",NA,"Twitter for Android","AnshuRathore99","104","TRUE","FALSE" +"8345","8345","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 03:01:34","FALSE",NA,"855255159240368130",NA,"Twitter for Android","vaayumitra","203","TRUE","FALSE" +"8346","8346","demonetization zindabad https://t.co/NylQfXM2dP","FALSE","0",NA,"2017-04-21 03:01:16","FALSE",NA,"855255085722423297",NA,"Twitter for Android","Enlightnera","0","FALSE","FALSE" +"8347","8347","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:51:25","FALSE",NA,"855252606201073664",NA,"Twitter for Android","MaverickLG","203","TRUE","FALSE" +"8348","8348","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:51:11","FALSE",NA,"855252547107528704",NA,"Twitter for Android","MaverickLG","104","TRUE","FALSE" +"8349","8349","RT @rupasubramanya: Jagdish Bhagwati, @vdehejia ,Pravin Krishna tell demonetization critics: You got it plain wrong and we got it right. ht�","FALSE","0",NA,"2017-04-21 02:48:31","FALSE",NA,"855251876845150210",NA,"Twitter for Android","GyanMarao","268","TRUE","FALSE" +"8350","8350","RT @aadityagautom: Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED'. Cr�","FALSE","0",NA,"2017-04-21 02:46:22","FALSE",NA,"855251335268007937",NA,"Twitter for Android","ghoshrupak6","5","TRUE","FALSE" +"8351","8351","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:44:40","FALSE",NA,"855250904492244992",NA,"Twitter for Android","GyanMarao","203","TRUE","FALSE" +"8352","8352","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:44:17","FALSE",NA,"855250811831541760",NA,"Twitter for Android","India_somnath","203","TRUE","FALSE" +"8353","8353","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:43:32","FALSE",NA,"855250620114063360",NA,"Twitter for Android","India_somnath","104","TRUE","FALSE" +"8354","8354","RT @b50: We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checki�","FALSE","0",NA,"2017-04-21 02:41:39","FALSE",NA,"855250148753981440",NA,"Twitter for Android","wilsonmpaul","8","TRUE","FALSE" +"8355","8355","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:39:56","FALSE",NA,"855249714089869312",NA,"Twitter Web Client","AnondoMotth","203","TRUE","FALSE" +"8356","8356","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:39:39","FALSE",NA,"855249643164147712",NA,"Twitter Web Client","AnondoMotth","104","TRUE","FALSE" +"8357","8357","@sankrant @saliltripathi @shilpitewari @Retributions @dhume Many eminent #presstitutes during UP elections said� https://t.co/y44tSu0P5B","FALSE","0","sankrant","2017-04-21 02:32:03","TRUE","855167265364258816","855247732910567424","117341432","Twitter Lite","SachinDalmia","0","FALSE","FALSE" +"8358","8358","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-21 02:31:18","FALSE",NA,"855247541474123777",NA,"Twitter for iPad","rajneeshisback","11","TRUE","FALSE" +"8359","8359","Demonetization delight: Paytm boss joins Modi in Time's influential list + +https://t.co/YuOLhO6J9d","FALSE","0",NA,"2017-04-21 02:26:43","FALSE",NA,"855246386987761665",NA,"TweetDeck","OnmanoramaLive","0","FALSE","FALSE" +"8360","8360","@5Forty3 so demonetization was only for digitisation, not for fighting black money","FALSE","0","5Forty3","2017-04-21 02:24:34","FALSE","855105070030966784","855245847939960836","625739552","Twitter for Android","srini2mk","0","FALSE","FALSE" +"8361","8361","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:23:28","FALSE",NA,"855245570511917056",NA,"Twitter for iPhone","GJ12ANKIT","203","TRUE","FALSE" +"8362","8362","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:23:28","FALSE",NA,"855245570419683328",NA,"Twitter for iPhone","GJ12ANKIT","104","TRUE","FALSE" +"8363","8363","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:19:54","FALSE",NA,"855244671827759104",NA,"Twitter Lite","GanapathyI","203","TRUE","FALSE" +"8364","8364","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:19:37","FALSE",NA,"855244604144308224",NA,"Twitter Lite","GanapathyI","104","TRUE","FALSE" +"8365","8365","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:16:21","FALSE",NA,"855243780684906497",NA,"Twitter for Android","nanjeesha","104","TRUE","FALSE" +"8366","8366","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:15:34","FALSE",NA,"855243582441050112",NA,"Twitter for Android","lamestest","203","TRUE","FALSE" +"8367","8367","We've moved on from the deaths of people and loss of business during demonetization? Cost of building this nation? Ok, just checking.","FALSE","1",NA,"2017-04-21 02:14:48","FALSE",NA,"855243390371323904",NA,"Tweetbot for iS","b50","8","FALSE","FALSE" +"8368","8368","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:14:30","FALSE",NA,"855243314077081600",NA,"Twitter for Android","nanjeesha","203","TRUE","FALSE" +"8369","8369","The latest The Demonetization Daily! https://t.co/D82oM5bnJM Thanks to @datamktgres @VincentDjen #india #technology","FALSE","0",NA,"2017-04-21 02:13:43","FALSE",NA,"855243119406837761",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"8370","8370","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 02:11:06","FALSE",NA,"855242460632666112",NA,"Twitter for iPhone","ravichilakala","203","TRUE","FALSE" +"8371","8371","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:06:47","FALSE",NA,"855241371619381248",NA,"Twitter for Android","swapniljagdale8","104","TRUE","FALSE" +"8372","8372","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:06:01","FALSE",NA,"855241179306352640",NA,"Twitter for iPhone","pravbk100","104","TRUE","FALSE" +"8373","8373","sudden declaration of demonetization has effected common man life.","FALSE","0",NA,"2017-04-21 02:00:33","FALSE",NA,"855239805441122304",NA,"Twitter Web Client","prasannacmr","0","FALSE","FALSE" +"8374","8374","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 02:00:09","FALSE",NA,"855239704626827264",NA,"Twitter for Android","ShaleenJain5","104","TRUE","FALSE" +"8375","8375","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 01:56:05","FALSE",NA,"855238681732493312",NA,"Twitter for Android","raneeshramakris","104","TRUE","FALSE" +"8376","8376","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:56:04","FALSE",NA,"855238674627297280",NA,"Twitter for Android","NaMoRulzz","203","TRUE","FALSE" +"8377","8377","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-21 01:55:16","FALSE",NA,"855238472440971264",NA,"Twitter Web Client","jsaditya","14","TRUE","FALSE" +"8378","8378","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 01:55:04","FALSE",NA,"855238424487501824",NA,"Twitter for Android","NaMoRulzz","104","TRUE","FALSE" +"8379","8379","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 01:50:46","FALSE",NA,"855237342566785024",NA,"TweetDeck","monk_razr","104","TRUE","FALSE" +"8380","8380","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:50:27","FALSE",NA,"855237263307018240",NA,"TweetDeck","monk_razr","203","TRUE","FALSE" +"8381","8381","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-21 01:47:17","FALSE",NA,"855236463285329920",NA,"Twitter for iPhone","thedEvzworld","14","TRUE","FALSE" +"8382","8382","@narendramodi Plastic packing & bags need to be banned suddenly like demonetization, as they are big role in blocking drainage & environment","FALSE","0","narendramodi","2017-04-21 01:45:47","FALSE","855019580569247744","855236087542951938","18839785","Twitter for Android","rkp_oum","0","FALSE","FALSE" +"8383","8383","@tterIndia @bharat_builder If True, it means Banks are in Bad Shape, Demonetization failed. Now Desperate to make Money in transactions.","FALSE","0","tterIndia","2017-04-21 01:43:33","FALSE","855092324774404096","855235523945918464","613791504","Twitter for Android","vidyadharana","1","FALSE","FALSE" +"8384","8384","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:37:14","FALSE",NA,"855233937844477952",NA,"Twitter for Android","LastBench_","203","TRUE","FALSE" +"8385","8385","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:32:17","FALSE",NA,"855232691708592128",NA,"Twitter for Android","BedantaDutta5","203","TRUE","FALSE" +"8386","8386","https://t.co/bY8dNTAefC +AFTER THE DEMONETIZATION MOVEMENT OF YOUTUBE INDEPENDENT ACCOUNTS, GOOGLE WILL CUT INDIE'S OTHER REVENUES ALTOGETHER","FALSE","0",NA,"2017-04-21 01:31:53","FALSE",NA,"855232589975740418",NA,"Twitter Web Client","Republican4USA","0","FALSE","FALSE" +"8387","8387","RT @rsprasad: Digital Payments initiative after demonetization, designed to reduce usage of cash and strengthen the footprint of Digital Ec�","FALSE","0",NA,"2017-04-21 01:25:09","FALSE",NA,"855230895204298757",NA,"Twitter for Android","vinay0110","133","TRUE","FALSE" +"8388","8388","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 01:23:44","FALSE",NA,"855230536788439040",NA,"Twitter for Android","SupremeHarish","104","TRUE","FALSE" +"8389","8389","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:23:28","FALSE",NA,"855230472393281536",NA,"Twitter for Android","SupremeHarish","203","TRUE","FALSE" +"8390","8390","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:21:02","FALSE",NA,"855229860779655170",NA,"Twitter for Android","muki_jain","203","TRUE","FALSE" +"8391","8391","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 01:16:28","FALSE",NA,"855228711397859328",NA,"Twitter for iPhone","robinvarshney","203","TRUE","FALSE" +"8392","8392","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 01:07:09","FALSE",NA,"855226367440412673",NA,"Twitter for iPhone","SundeepKPal","104","TRUE","FALSE" +"8393","8393","RT @aadityagautom: Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED'. Cr�","FALSE","0",NA,"2017-04-21 01:06:40","FALSE",NA,"855226243049861120",NA,"Twitter for Android","GDasbaruah","5","TRUE","FALSE" +"8394","8394","@FinancialXpress ModiJi said on 31.12.16 after demonetization that local bodies like MCD have earned great amount d� https://t.co/7LalJYcsGC","FALSE","1","FinancialXpress","2017-04-21 01:00:55","TRUE","855170014545977344","855224795788652551","50279781","Twitter Web Client","bhardwajrishi05","0","FALSE","FALSE" +"8395","8395","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 00:50:15","FALSE",NA,"855222114042785792",NA,"Twitter for Android","iyernbk","203","TRUE","FALSE" +"8396","8396","RT @rupasubramanya: Jagdish Bhagwati, @vdehejia ,Pravin Krishna tell demonetization critics: You got it plain wrong and we got it right. ht�","FALSE","0",NA,"2017-04-21 00:41:18","FALSE",NA,"855219860397105153",NA,"Twitter Lite","desiprocess","268","TRUE","FALSE" +"8397","8397","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 00:36:33","FALSE",NA,"855218664097951744",NA,"Twitter for Android","TolerantDesii","203","TRUE","FALSE" +"8398","8398","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-21 00:36:07","FALSE",NA,"855218556824412160",NA,"Twitter for Android","TolerantDesii","104","TRUE","FALSE" +"8399","8399","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 00:33:52","FALSE",NA,"855217989758713858",NA,"Twitter for Android","MJayEX","203","TRUE","FALSE" +"8400","8400","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 00:17:05","FALSE",NA,"855213766736175104",NA,"Twitter for Android","KishoreGGK","203","TRUE","FALSE" +"8401","8401","@SusanWojcicki @DearEvanHansen @BenSPLATT Try ending the fucking youtubeocalypse & mass demonetization you sheltere� https://t.co/L6OPyQIIgB","FALSE","0","SusanWojcicki","2017-04-21 00:15:22","TRUE","855198374856843264","855213332114153472","15828408","Twitter Web Client","DarthVegeta21","0","FALSE","FALSE" +"8402","8402","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-21 00:11:48","FALSE",NA,"855212437607505920",NA,"Twitter for Windows Phone","2ankitparmar","203","TRUE","FALSE" +"8403","8403","Only a fool can say with certainty and self-satisfaction that the UP vote was an approval of demonetization.","FALSE","2",NA,"2017-04-20 23:58:54","FALSE",NA,"855209190058586114",NA,"Twitter for iPad","Janamejayan","0","FALSE","FALSE" +"8404","8404",".@arvindsubraman gets asked a question on demonetization: ""why would you deprive me of material for my memoir?"" https://t.co/X1EvmrJsn8","FALSE","0",NA,"2017-04-20 23:45:31","FALSE",NA,"855205823764738048",NA,"Twitter for iPhone","sctwea","0","FALSE","FALSE" +"8405","8405","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 23:28:56","FALSE",NA,"855201646913179649",NA,"Twitter for Android","Nava_Hindutva","203","TRUE","FALSE" +"8406","8406","@AphexTwipz Yeah especially with the demonetization. It's not the best way to deal with the situation. I think this� https://t.co/ZnCSKapIkF","FALSE","0","AphexTwipz","2017-04-20 23:18:27","TRUE","855195612584792069","855199010180792323","611233670","Twitter for iPhone","skrilliens","0","FALSE","FALSE" +"8407","8407","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 23:15:46","FALSE",NA,"855198334557929472",NA,"Twitter Web Client","ramkiprasad","14","TRUE","FALSE" +"8408","8408","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 23:15:21","FALSE",NA,"855198230216409089",NA,"Twitter Web Client","Bhavadasnkm","203","TRUE","FALSE" +"8409","8409","@PhillyD philly d look at how demonetization has affect mod reviews. fucking mod reviews https://t.co/WlJmPo9Px7","FALSE","0","PhillyD","2017-04-20 23:01:33","FALSE","855163547378040832","855194757814988800","6351572","Twitter for iPhone","ErosTheGOD7","0","FALSE","FALSE" +"8410","8410","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-20 22:55:31","FALSE",NA,"855193238570979329",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"8411","8411","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 22:52:23","FALSE",NA,"855192449731371008",NA,"Twitter for iPhone","Kunthavi5","14","TRUE","FALSE" +"8412","8412","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:30:30","FALSE",NA,"855186942014750722",NA,"Twitter for iPhone","Rishi_sri_29","203","TRUE","FALSE" +"8413","8413","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:23:04","FALSE",NA,"855185074404249601",NA,"Twitter for Android","NZSuresh","203","TRUE","FALSE" +"8414","8414","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:18:30","FALSE",NA,"855183922317185024",NA,"Twitter for BlackBerry","dhanuka_vikas","203","TRUE","FALSE" +"8415","8415","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:12:59","FALSE",NA,"855182533079818240",NA,"Twitter for Android","LibraRulz","203","TRUE","FALSE" +"8416","8416","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:02:46","FALSE",NA,"855179963904868352",NA,"Twitter for Android","vipulIT","203","TRUE","FALSE" +"8417","8417","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 22:02:24","FALSE",NA,"855179873270345729",NA,"Twitter for iPhone","Shuddhadesi","203","TRUE","FALSE" +"8418","8418","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 22:02:04","FALSE",NA,"855179786137747456",NA,"Twitter for Android","vipulIT","104","TRUE","FALSE" +"8419","8419","RT @manishkbaid: If you are caught with black money, just say demonetization is a good scheme and BMKJ. Remember BigB, Ajay Devgan? #Panama�","FALSE","0",NA,"2017-04-20 21:53:33","FALSE",NA,"855177643683061760",NA,"Twitter Lite","Thriller_Addict","7","TRUE","FALSE" +"8420","8420","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 21:47:02","FALSE",NA,"855176006235291650",NA,"Twitter for Android","Udaybjplotus","203","TRUE","FALSE" +"8421","8421","@ConspiracyStuff How about the demonetization happening on youtube and the destruction of the first amendment. Also� https://t.co/3AfdceaEW1","FALSE","0","ConspiracyStuff","2017-04-20 21:44:45","TRUE","855080815830630401","855175428436361216","137717002","Twitter for iPhone","BothEyesMissing","0","FALSE","FALSE" +"8422","8422","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 21:42:58","FALSE",NA,"855174979851137024",NA,"Twitter for Android","surendaradla","104","TRUE","FALSE" +"8423","8423","RT @HarsimratBadal_: India�s Manufacturing PMI Improved after Demonetization +https://t.co/QZzS7y6v33 + +via NMApp https://t.co/Gqrd7nh5cL","FALSE","0",NA,"2017-04-20 21:42:39","FALSE",NA,"855174899232649216",NA,"Twitter for iPhone","ParthPa07241800","113","TRUE","FALSE" +"8424","8424","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 21:42:23","FALSE",NA,"855174834883407872",NA,"Twitter for Android","surendaradla","203","TRUE","FALSE" +"8425","8425","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 21:14:29","FALSE",NA,"855167813350248449",NA,"Twitter for Android","vbnairmumbai","203","TRUE","FALSE" +"8426","8426","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 21:14:14","FALSE",NA,"855167751047979010",NA,"Twitter for Android","DeshNeeti","104","TRUE","FALSE" +"8427","8427","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 21:13:58","FALSE",NA,"855167681535913987",NA,"Twitter Web Client","bleedsaffron_","203","TRUE","FALSE" +"8428","8428","Will We Lose Our Platform? | YouTube Demonetization https://t.co/3gNvbFMIPy via @YouTube","FALSE","0",NA,"2017-04-20 21:13:04","FALSE",NA,"855167455391559681",NA,"Twitter Web Client","CrosstimbersOky","0","FALSE","FALSE" +"8429","8429","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 20:25:03","FALSE",NA,"855155371140423686",NA,"Twitter for iPhone","kapilnaren","104","TRUE","FALSE" +"8430","8430","@TheTiredHippo Learn to spell demonetization you knob and fuck right off ","FALSE","0","TheTiredHippo","2017-04-20 20:20:27","FALSE","855153766953345024","855154215299067904","772464884","Twitter for Android","Dr0pTheSass","0","FALSE","FALSE" +"8431","8431","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 20:18:24","FALSE",NA,"855153698816888835",NA,"Twitter for Android","0807ankit","203","TRUE","FALSE" +"8432","8432","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 20:16:27","FALSE",NA,"855153208741814276",NA,"Twitter for Android","0807ankit","104","TRUE","FALSE" +"8433","8433","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 20:08:43","FALSE",NA,"855151261452165120",NA,"Twitter for Android","rebelious230","203","TRUE","FALSE" +"8434","8434","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 20:06:29","FALSE",NA,"855150699063250949",NA,"Twitter for Android","ntsocool1","104","TRUE","FALSE" +"8435","8435","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:57:46","FALSE",NA,"855148506188795905",NA,"Twitter for iPhone","Amaradma","203","TRUE","FALSE" +"8436","8436","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:52:02","FALSE",NA,"855147063381807108",NA,"Twitter for Android","nshroff","203","TRUE","FALSE" +"8437","8437","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 19:50:45","FALSE",NA,"855146742433497088",NA,"Twitter for Android","MandarSawant184","104","TRUE","FALSE" +"8438","8438","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:49:34","FALSE",NA,"855146444163923968",NA,"Twitter for Android","MandarSawant184","203","TRUE","FALSE" +"8439","8439","@jameelyusuf and I thought the so-called demonetization already stopped it?","FALSE","0","jameelyusuf","2017-04-20 19:44:49","FALSE","855033897406607360","855145248095428612","128172158","Twitter for iPhone","shafling","0","FALSE","FALSE" +"8440","8440","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:41:49","FALSE",NA,"855144494391373824",NA,"Twitter for iPhone","desitechy","203","TRUE","FALSE" +"8441","8441","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 19:40:11","FALSE",NA,"855144080250212352",NA,"Twitter for iPhone","balu_shab","18","TRUE","FALSE" +"8442","8442","@hankgreen @TheRobDyke And let me conclude by calling the shadow demonetization sexist: Guava Juice can bathe in Me� https://t.co/Yb2hrmiZPP","FALSE","0","hankgreen","2017-04-20 19:34:31","TRUE","854881968760250370","855142653540921346","61592079","Twitter Lite","DavisonVideo","0","FALSE","FALSE" +"8443","8443","A maligned perspective by @mihirssharma must be stung by demonetization by @narendramodi https://t.co/Feh4vpQihI via @BloombergQuint","FALSE","0",NA,"2017-04-20 19:34:04","FALSE",NA,"855142542567809024",NA,"Twitter for iPhone","adesaidds","0","FALSE","FALSE" +"8444","8444","@hankgreen @TheRobDyke And, furthermore, why can't we fix our shadow demonetized videos by fixing the words that se� https://t.co/78O04i4zMR","FALSE","0","hankgreen","2017-04-20 19:27:38","TRUE","854881968760250370","855140921737965573","61592079","Twitter Lite","DavisonVideo","0","FALSE","FALSE" +"8445","8445","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:22:37","FALSE",NA,"855139661521354752",NA,"Twitter for Android","ravsd88","203","TRUE","FALSE" +"8446","8446","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:18:18","FALSE",NA,"855138575905574912",NA,"Twitter for Android","pritesh_kukadia","203","TRUE","FALSE" +"8447","8447","Why #Google is waging war on independent media. These content get regular viewers and good for ads. +#TYT #Trump #MSM +https://t.co/vBeqvBY7s8","FALSE","0",NA,"2017-04-20 19:13:32","FALSE",NA,"855137374296186880",NA,"Twitter Web Client","JaspalKaur7","0","FALSE","FALSE" +"8448","8448","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:12:17","FALSE",NA,"855137059081568256",NA,"Twitter for iPhone","rajeevdash","203","TRUE","FALSE" +"8449","8449","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:07:39","FALSE",NA,"855135894679977986",NA,"Twitter for Android","Chandan29071985","203","TRUE","FALSE" +"8450","8450","With confidence building foreign tours, Land Bill, Repealing of some laws, Demonetization and GST, PM created conducive atmosphere for FDIs.","FALSE","0",NA,"2017-04-20 19:05:24","FALSE",NA,"855135329371795457",NA,"Twitter Web Client","rsbthakur","0","FALSE","FALSE" +"8451","8451","RT @indu_jha: Where are those dogs who started barking against demonetization. Padhna aata hain to padh lo aur samjh lo. https://t.co/Rf67�","FALSE","0",NA,"2017-04-20 19:04:57","FALSE",NA,"855135215055912960",NA,"Twitter for Android","erhkgupta","1","TRUE","FALSE" +"8452","8452","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:04:39","FALSE",NA,"855135138128252928",NA,"Twitter for iPhone","karanrajan","203","TRUE","FALSE" +"8453","8453","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:03:08","FALSE",NA,"855134758170439680",NA,"Twitter for Android","drsreerajvs","203","TRUE","FALSE" +"8454","8454","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 19:01:48","FALSE",NA,"855134420600332289",NA,"Twitter for Android","yaajushi","104","TRUE","FALSE" +"8455","8455","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 19:01:14","FALSE",NA,"855134277373177858",NA,"Twitter for iPhone","neelang_dave","203","TRUE","FALSE" +"8456","8456","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:53:01","FALSE",NA,"855132211716255744",NA,"Twitter for Android","djgoodlook","203","TRUE","FALSE" +"8457","8457","@ajit_ranade @pravchak @RBI What about demonetization cited as Modi's Pokhran by u?","FALSE","0","ajit_ranade","2017-04-20 18:51:03","FALSE","855075071622250496","855131716591255552","20664363","Twitter for iPhone","rajputghr","0","FALSE","FALSE" +"8458","8458","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:48:15","FALSE",NA,"855131013755940864",NA,"Twitter for iPhone","nitin_dembla","104","TRUE","FALSE" +"8459","8459","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:48:03","FALSE",NA,"855130963176808448",NA,"Twitter for iPhone","nitin_dembla","203","TRUE","FALSE" +"8460","8460","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-20 18:47:38","FALSE",NA,"855130857845039104",NA,"Twitter for Android","ssoniisshh1","52","TRUE","FALSE" +"8461","8461","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:46:17","FALSE",NA,"855130516126785536",NA,"Twitter for iPhone","BerryMiraculous","203","TRUE","FALSE" +"8462","8462","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 18:44:40","FALSE",NA,"855130109828894722",NA,"Twitter Web Client","deforktemro1971","1333","TRUE","FALSE" +"8463","8463","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:39:02","FALSE",NA,"855128691453636608",NA,"Twitter for iPad","rsvasudevan","203","TRUE","FALSE" +"8464","8464","@uchilpuneeta @CarDroidusMax Didn't expect ruining fun for the rest of us on the scale of Aadhaar & Demonetization did you? EVM = no escape","FALSE","1","uchilpuneeta","2017-04-20 18:38:03","FALSE","855013452389265409","855128443528335360","26747016","Twitter for Android","Momnishambles","0","FALSE","FALSE" +"8465","8465","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:35:30","FALSE",NA,"855127801795682307",NA,"Twitter for Android","soodmonk","203","TRUE","FALSE" +"8466","8466","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:34:46","FALSE",NA,"855127617233707010",NA,"Twitter for Android","soodmonk","104","TRUE","FALSE" +"8467","8467","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:31:25","FALSE",NA,"855126777391448069",NA,"Twitter for iPhone","indomitablesoul","104","TRUE","FALSE" +"8468","8468","RT @singh_shaantanu: Dear Nation: + +In 2019, remember these the days post-demonetization. If you forget, I'm leaving you.","FALSE","0",NA,"2017-04-20 18:29:38","FALSE",NA,"855126327187447809",NA,"Twitter Web Client","niterfoheel1972","7","TRUE","FALSE" +"8469","8469","RT @scotchism: Hahaha...cutest critique of demonetization. :) https://t.co/lAPMoVtGBU","FALSE","0",NA,"2017-04-20 18:29:36","FALSE",NA,"855126318178078720",NA,"Twitter Web Client","q72BVgr2V9IUjq0","2037","TRUE","FALSE" +"8470","8470","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:24:59","FALSE",NA,"855125157387653120",NA,"Twitter for iPhone","balamenon","203","TRUE","FALSE" +"8471","8471","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:24:54","FALSE",NA,"855125136613101568",NA,"Twitter for iPad","chilkoti2","104","TRUE","FALSE" +"8472","8472","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:24:44","FALSE",NA,"855125092178829312",NA,"Twitter for iPhone","balamenon","104","TRUE","FALSE" +"8473","8473","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:24:35","FALSE",NA,"855125058011906048",NA,"Twitter for iPad","chilkoti2","203","TRUE","FALSE" +"8474","8474","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:22:13","FALSE",NA,"855124460159909888",NA,"Twitter for iPhone","r_bhambri","203","TRUE","FALSE" +"8475","8475","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:20:58","FALSE",NA,"855124146291867650",NA,"Twitter Lite","avi_saxena","104","TRUE","FALSE" +"8476","8476","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:20:44","FALSE",NA,"855124085684056064",NA,"Twitter for Android","thakurprashanth","104","TRUE","FALSE" +"8477","8477","(The problem with monopolies): Google Is Not What It Seems +https://t.co/cBh3zWsoA8 #Google #YouTube #Demonetization","FALSE","0",NA,"2017-04-20 18:19:11","FALSE",NA,"855123695618195456",NA,"Twitter Web Client","KnowledgeEmpire","0","FALSE","FALSE" +"8478","8478","@Bharat_Putra @neelnabh Didn't make use of #Demonetization to pay off bills as did several of his brethren .. @yadavakhilesh","FALSE","0","Bharat_Putra","2017-04-20 18:18:34","FALSE","855104954654015488","855123541221453824","400223205","Twitter for iPhone","vsrbudhiraja","0","FALSE","FALSE" +"8479","8479","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:18:17","FALSE",NA,"855123472233713664",NA,"Twitter for iPhone","Anoopmenon9","203","TRUE","FALSE" +"8480","8480","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:15:23","FALSE",NA,"855122740579246083",NA,"Twitter Lite","basuhan9","203","TRUE","FALSE" +"8481","8481","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:10:43","FALSE",NA,"855121564727218176",NA,"Twitter for iPhone","vibhaas10","203","TRUE","FALSE" +"8482","8482","@PTI_News @PMOIndia it's time to make single system education all over India. But not like #demonetization. Student� https://t.co/lPvr6A5UCI","FALSE","1","PTI_News","2017-04-20 18:07:22","TRUE","854989073936723968","855120724402462720","245687754","Twitter for Android","kumarjisp","0","FALSE","FALSE" +"8483","8483","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 18:06:10","FALSE",NA,"855120422706139136",NA,"Twitter for Android","_Sayta","203","TRUE","FALSE" +"8484","8484","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:05:30","FALSE",NA,"855120253256318976",NA,"Twitter for Android","42pi","104","TRUE","FALSE" +"8485","8485","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 18:04:50","FALSE",NA,"855120086243397634",NA,"Twitter Web Client","iAjKP","104","TRUE","FALSE" +"8486","8486","Google, YouTube waging ""demonetization"" WAR on alternative media to bankrupt independen https://t.co/qqK6QSJaor #fitnesstips #trendingnews","FALSE","0",NA,"2017-04-20 18:03:24","FALSE",NA,"855119724837044225",NA,"Tweet Old Post","newsallergies","0","FALSE","FALSE" +"8487","8487","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:59:19","FALSE",NA,"855118695559028736",NA,"Twitter for Android","ChweeneyTodd","203","TRUE","FALSE" +"8488","8488","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:59:07","FALSE",NA,"855118645504114689",NA,"Twitter for Android","ChweeneyTodd","104","TRUE","FALSE" +"8489","8489","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:57:33","FALSE",NA,"855118251772268545",NA,"Twitter for Android","raviteja4uuu","104","TRUE","FALSE" +"8490","8490","�The Lessons of YouTube Demonetization� https://t.co/O6BP0eQRDY https://t.co/JDlMK7DOyI","FALSE","0",NA,"2017-04-20 17:56:09","FALSE",NA,"855117898720923650",NA,"Google","CoachRedPill","0","FALSE","FALSE" +"8491","8491","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:55:09","FALSE",NA,"855117648207765504",NA,"Twitter for Android","abhi_cali","203","TRUE","FALSE" +"8492","8492","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:52:49","FALSE",NA,"855117063085490176",NA,"Twitter for iPhone","iAshvinSavaliya","203","TRUE","FALSE" +"8493","8493","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:52:20","FALSE",NA,"855116939521163265",NA,"Twitter Web Client","mahendrachjoshi","203","TRUE","FALSE" +"8494","8494","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:48:58","FALSE",NA,"855116091802009600",NA,"Twitter for iPad","azuitshi","104","TRUE","FALSE" +"8495","8495","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:47:26","FALSE",NA,"855115708744826880",NA,"Twitter for Android","Jaymin_37","203","TRUE","FALSE" +"8496","8496","RT @scotchism: Hahaha...cutest critique of demonetization. :) https://t.co/lAPMoVtGBU","FALSE","0",NA,"2017-04-20 17:47:00","FALSE",NA,"855115599789178880",NA,"Twitter for Android","ROHIT19952","2037","TRUE","FALSE" +"8497","8497","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:46:16","FALSE",NA,"855115414560526336",NA,"Twitter for Android","AjEeTj_20","203","TRUE","FALSE" +"8498","8498","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:46:11","FALSE",NA,"855115392204890114",NA,"Twitter for iPhone","RatnaniHitesh","104","TRUE","FALSE" +"8499","8499","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:46:00","FALSE",NA,"855115345606066176",NA,"Twitter for iPhone","amrishguru","104","TRUE","FALSE" +"8500","8500","RT @rupasubramanya: Jagdish Bhagwati, @vdehejia ,Pravin Krishna tell demonetization critics: You got it plain wrong and we got it right. ht�","FALSE","0",NA,"2017-04-20 17:45:33","FALSE",NA,"855115233937039360",NA,"Twitter for Android","DebDip00","268","TRUE","FALSE" +"8501","8501","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:45:15","FALSE",NA,"855115158334709761",NA,"Twitter for Android","AjEeTj_20","104","TRUE","FALSE" +"8502","8502","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:43:46","FALSE",NA,"855114785628708868",NA,"Twitter for Android","vaibhavg10","203","TRUE","FALSE" +"8503","8503","@YouTube almost as fucking painful as the demonetization requirements","FALSE","0","YouTube","2017-04-20 17:43:41","FALSE","855093378324848641","855114765051592705","10228272","Twitter for Android","feyristan","0","FALSE","FALSE" +"8504","8504","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:42:22","FALSE",NA,"855114430257930240",NA,"Twitter for Android","aditya5bahl","203","TRUE","FALSE" +"8505","8505","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:40:43","FALSE",NA,"855114017840414720",NA,"Twitter for Android","vaibhavg10","104","TRUE","FALSE" +"8506","8506","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:39:19","FALSE",NA,"855113663400873986",NA,"Twitter for iPhone","shamil_shah","203","TRUE","FALSE" +"8507","8507","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:38:39","FALSE",NA,"855113496060719104",NA,"Twitter for iPhone","shamil_shah","104","TRUE","FALSE" +"8508","8508","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:38:36","FALSE",NA,"855113482966118400",NA,"Twitter for Android","jainamit81","203","TRUE","FALSE" +"8509","8509","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:35:17","FALSE",NA,"855112649163415552",NA,"Twitter Web Client","sanju859","104","TRUE","FALSE" +"8510","8510","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:35:02","FALSE",NA,"855112585988915200",NA,"Twitter Web Client","sanju859","203","TRUE","FALSE" +"8511","8511","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:34:30","FALSE",NA,"855112454115778560",NA,"Twitter for Android","KamleshLahoti","203","TRUE","FALSE" +"8512","8512","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:34:02","FALSE",NA,"855112333798113281",NA,"Twitter Lite","gauravsuman2","104","TRUE","FALSE" +"8513","8513","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:33:47","FALSE",NA,"855112273567862786",NA,"Twitter Lite","gauravsuman2","203","TRUE","FALSE" +"8514","8514","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:33:16","FALSE",NA,"855112141644455936",NA,"Twitter for iPhone","santoshiitbhu","104","TRUE","FALSE" +"8515","8515","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:33:11","FALSE",NA,"855112121578921984",NA,"Twitter for iPad","RRkchand","203","TRUE","FALSE" +"8516","8516","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:32:33","FALSE",NA,"855111962124066817",NA,"Twitter for Android","anunayiitb","203","TRUE","FALSE" +"8517","8517","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 17:32:22","FALSE",NA,"855111913671405569",NA,"Twitter for Android","Jagmeet_01","18","TRUE","FALSE" +"8518","8518","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:32:19","FALSE",NA,"855111900975312898",NA,"Twitter for iPad","RRkchand","104","TRUE","FALSE" +"8519","8519","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:32:11","FALSE",NA,"855111868414742530",NA,"Twitter for Android","ghosh121","203","TRUE","FALSE" +"8520","8520","RT @AnmolSi86: @vishalj99213001 @narendramodi economy grows when people have purchasing power...but people dont have purchasing power now #�","FALSE","0",NA,"2017-04-20 17:32:02","FALSE",NA,"855111833430183941",NA,"Twitter Web Client","elizaprokhorov1","1","TRUE","FALSE" +"8521","8521","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:31:59","FALSE",NA,"855111818431176704",NA,"Twitter for iPhone","NdSolanki","104","TRUE","FALSE" +"8522","8522","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:30:57","FALSE",NA,"855111558124511233",NA,"Twitter for iPhone","Indianempire","104","TRUE","FALSE" +"8523","8523","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:30:42","FALSE",NA,"855111497214603266",NA,"Twitter Lite","Pkunk_","203","TRUE","FALSE" +"8524","8524","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:30:42","FALSE",NA,"855111495033782272",NA,"Twitter for iPhone","ImMiHiR_45","104","TRUE","FALSE" +"8525","8525","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:30:41","FALSE",NA,"855111491518816256",NA,"Twitter Web Client","BijuNair20","104","TRUE","FALSE" +"8526","8526","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:30:35","FALSE",NA,"855111465467912192",NA,"Twitter for iPhone","NdSolanki","203","TRUE","FALSE" +"8527","8527","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-20 17:30:14","FALSE",NA,"855111377626824706",NA,"TwitterTrafficMachine","PasaMortgage","5","TRUE","FALSE" +"8528","8528","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:30:11","FALSE",NA,"855111365937176576",NA,"Twitter for Android","meetrosh1","203","TRUE","FALSE" +"8529","8529","The Truth About YouTube Demonetization, AdSense Boycott - https://t.co/VJj3vYTVDp #kinetoscopeVR @leobrana","FALSE","0",NA,"2017-04-20 17:30:02","FALSE",NA,"855111328444305408",NA,"Post with Klout","KinetoscopeVR","0","FALSE","FALSE" +"8530","8530","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:29:27","FALSE",NA,"855111182117679105",NA,"Twitter for Android","DebDip00","104","TRUE","FALSE" +"8531","8531","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:29:26","FALSE",NA,"855111177352888320",NA,"Twitter for Android","meetrosh1","104","TRUE","FALSE" +"8532","8532","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:28:54","FALSE",NA,"855111043751825408",NA,"Twitter for Android","silentkill_004","104","TRUE","FALSE" +"8533","8533","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:28:13","FALSE",NA,"855110869113593858",NA,"Twitter for Android","DebDip00","203","TRUE","FALSE" +"8534","8534","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 17:28:10","FALSE",NA,"855110860167098369",NA,"Twitter Web Client","pyotrtbafo","1333","TRUE","FALSE" +"8535","8535","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:27:46","FALSE",NA,"855110759310819329",NA,"Twitter for iPhone","NitinKapoor2020","203","TRUE","FALSE" +"8536","8536","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:26:59","FALSE",NA,"855110561796960257",NA,"Twitter for Android","harisinhbarad","203","TRUE","FALSE" +"8537","8537","RT @rupasubramanya: Jagdish Bhagwati, @vdehejia ,Pravin Krishna tell demonetization critics: You got it plain wrong and we got it right. ht�","FALSE","0",NA,"2017-04-20 17:26:46","FALSE",NA,"855110506071425024",NA,"Twitter Lite","vardanatulshah","268","TRUE","FALSE" +"8538","8538","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:25:58","FALSE",NA,"855110306309128192",NA,"Twitter Lite","BDash88","203","TRUE","FALSE" +"8539","8539","RT @DKMahant: Equipped to be a digital nation? @FinMinIndia @RBI are SILENT in telling us how much was in circulation, how much returned? #�","FALSE","0",NA,"2017-04-20 17:25:53","FALSE",NA,"855110284175736832",NA,"Twitter for iPhone","Arun2981","3","TRUE","FALSE" +"8540","8540","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:25:36","FALSE",NA,"855110212948303872",NA,"Twitter for Android","Racervin","203","TRUE","FALSE" +"8541","8541","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:23:17","FALSE",NA,"855109629671387136",NA,"Twitter for iPhone","Bharatpatel555","104","TRUE","FALSE" +"8542","8542","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:23:12","FALSE",NA,"855109606682443776",NA,"Twitter for iPhone","Bharatpatel555","203","TRUE","FALSE" +"8543","8543","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:22:43","FALSE",NA,"855109486498992129",NA,"Twitter for Android","vinodshadija","104","TRUE","FALSE" +"8544","8544","RT @DKMahant: Equipped to be a digital nation? @FinMinIndia @RBI are SILENT in telling us how much was in circulation, how much returned? #�","FALSE","0",NA,"2017-04-20 17:22:05","FALSE",NA,"855109328566669313",NA,"Twitter for Android","AAPlogical","3","TRUE","FALSE" +"8545","8545","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:21:01","FALSE",NA,"855109057404907520",NA,"Twitter for Android","MyLoveNamo","104","TRUE","FALSE" +"8546","8546","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:20:43","FALSE",NA,"855108981848629249",NA,"Twitter for iPhone","ArunLinux","203","TRUE","FALSE" +"8547","8547","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:20:36","FALSE",NA,"855108954673827840",NA,"Twitter for Android","MyLoveNamo","203","TRUE","FALSE" +"8548","8548","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:20:26","FALSE",NA,"855108913569513472",NA,"Twitter for iPhone","TulasidasRPai","104","TRUE","FALSE" +"8549","8549","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:20:05","FALSE",NA,"855108824281210880",NA,"Twitter for Android","indianmonk1","104","TRUE","FALSE" +"8550","8550","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:19:24","FALSE",NA,"855108650792300545",NA,"Twitter Lite","vardanatulshah","203","TRUE","FALSE" +"8551","8551","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:18:52","FALSE",NA,"855108517677547520",NA,"Twitter Web Client","A31X64Vijay","104","TRUE","FALSE" +"8552","8552","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:18:10","FALSE",NA,"855108341198192640",NA,"Twitter for Android","AtulMohan2","104","TRUE","FALSE" +"8553","8553","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:17:56","FALSE",NA,"855108284415696897",NA,"Twitter for Android","vinodshadija","203","TRUE","FALSE" +"8554","8554","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:17:33","FALSE",NA,"855108188101890048",NA,"Twitter Lite","vardanatulshah","104","TRUE","FALSE" +"8555","8555","Equipped to be a digital nation? @FinMinIndia @RBI are SILENT in telling us how much was in circulation, how much returned? #demonetization","FALSE","2",NA,"2017-04-20 17:17:28","FALSE",NA,"855108167587348480",NA,"Twitter for Android","DKMahant","3","FALSE","FALSE" +"8556","8556","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:17:11","FALSE",NA,"855108094669594624",NA,"TweetCaster for Android","WhosTruthAnyway","203","TRUE","FALSE" +"8557","8557","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:17:03","FALSE",NA,"855108062499164160",NA,"TweetCaster for Android","WhosTruthAnyway","104","TRUE","FALSE" +"8558","8558","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:16:48","FALSE",NA,"855107999722987520",NA,"Twitter for iPhone","nareshdixit82","203","TRUE","FALSE" +"8559","8559","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:16:37","FALSE",NA,"855107952511918082",NA,"Twitter for iPhone","nareshdixit82","104","TRUE","FALSE" +"8560","8560","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:14:13","FALSE",NA,"855107346913148928",NA,"Twitter for Android","MihirMurthy","104","TRUE","FALSE" +"8561","8561","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:13:54","FALSE",NA,"855107268064555009",NA,"Twitter for Android","singpraveer","203","TRUE","FALSE" +"8562","8562","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:13:04","FALSE",NA,"855107060463161345",NA,"Twitter for iPhone","Smarty_in","104","TRUE","FALSE" +"8563","8563","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:13:00","FALSE",NA,"855107042155012096",NA,"Twitter for Android","shekar21","104","TRUE","FALSE" +"8564","8564","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:12:58","FALSE",NA,"855107034274033666",NA,"Twitter for iPhone","Smarty_in","203","TRUE","FALSE" +"8565","8565","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:12:35","FALSE",NA,"855106938236846080",NA,"Twitter Web Client","Deus_Ex_DeMo","104","TRUE","FALSE" +"8566","8566","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:10:41","FALSE",NA,"855106459238977536",NA,"Twitter for iPhone","GetRidofDevils","203","TRUE","FALSE" +"8567","8567","5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or electora�","FALSE","0",NA,"2017-04-20 17:10:35","FALSE",NA,"855106433821573120",NA,"IFTTT","VidyutMShah","0","FALSE","FALSE" +"8568","8568","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:10:22","FALSE",NA,"855106378616238081",NA,"Twitter for Android","An___D","104","TRUE","FALSE" +"8569","8569","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:10:04","FALSE",NA,"855106303017992192",NA,"Twitter for Android","HariyaneKaChora","104","TRUE","FALSE" +"8570","8570","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:09:47","FALSE",NA,"855106232952082432",NA,"Twitter for iPhone","rsrirams","203","TRUE","FALSE" +"8571","8571","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:09:46","FALSE",NA,"855106228850184192",NA,"Twitter Web Client","JaidevJamwal","203","TRUE","FALSE" +"8572","8572","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:09:44","FALSE",NA,"855106219832467456",NA,"Twitter for Android","dhruvbhim","104","TRUE","FALSE" +"8573","8573","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:09:34","FALSE",NA,"855106178745069569",NA,"Twitter for Android","ashishvr1","104","TRUE","FALSE" +"8574","8574","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:08:56","FALSE",NA,"855106017201459200",NA,"Twitter for Android","bhavesh_ambekar","203","TRUE","FALSE" +"8575","8575","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:08:51","FALSE",NA,"855105999216062465",NA,"Twitter for Android","nationalist1907","104","TRUE","FALSE" +"8576","8576","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:08:48","FALSE",NA,"855105984670380032",NA,"Twitter for Android","BlackPantherUI","104","TRUE","FALSE" +"8577","8577","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:08:46","FALSE",NA,"855105974436220928",NA,"Twitter for Android","votenowIndia","104","TRUE","FALSE" +"8578","8578","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:08:23","FALSE",NA,"855105877719867392",NA,"Twitter for Android","iManishJ","203","TRUE","FALSE" +"8579","8579","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:08:06","FALSE",NA,"855105810405498881",NA,"Twitter Web Client","ipratikshukla","104","TRUE","FALSE" +"8580","8580","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:07:29","FALSE",NA,"855105652271611904",NA,"Twitter for Android","Manesha76","104","TRUE","FALSE" +"8581","8581","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:07:22","FALSE",NA,"855105624224301056",NA,"Twitter for Android","AmritrajP","104","TRUE","FALSE" +"8582","8582","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:07:22","FALSE",NA,"855105624039841792",NA,"Twitter for Android","tishtriya","203","TRUE","FALSE" +"8583","8583","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:07:20","FALSE",NA,"855105614808088576",NA,"Twitter for iPhone","bigmouthspeaks","104","TRUE","FALSE" +"8584","8584","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:06:25","FALSE",NA,"855105384612319233",NA,"Twitter Web Client","LalithKris","104","TRUE","FALSE" +"8585","8585","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:06:06","FALSE",NA,"855105306719866880",NA,"Twitter Web Client","arvind_barmer","104","TRUE","FALSE" +"8586","8586","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:05:57","FALSE",NA,"855105269365317633",NA,"TweetDeck","SumitBajoria","104","TRUE","FALSE" +"8587","8587","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:05:51","FALSE",NA,"855105241246826497",NA,"Twitter for Android","saumitra_j","104","TRUE","FALSE" +"8588","8588","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:05:40","FALSE",NA,"855105196648747008",NA,"Twitter for Android","urfriendroshan","104","TRUE","FALSE" +"8589","8589","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:05:38","FALSE",NA,"855105189799501825",NA,"Twitter for Android","AkhaiP","104","TRUE","FALSE" +"8590","8590","RT @5Forty3: We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or elec�","FALSE","0",NA,"2017-04-20 17:05:23","FALSE",NA,"855105126574456832",NA,"Twitter for Android","NischelBaxi","104","TRUE","FALSE" +"8591","8591","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:05:18","FALSE",NA,"855105105842118656",NA,"Twitter for Android","bdonovan463","203","TRUE","FALSE" +"8592","8592","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:05:14","FALSE",NA,"855105088620081152",NA,"Twitter for iPhone","DrAVarma","203","TRUE","FALSE" +"8593","8593","We suspect that the positive economic impact of demonetization is going to be far more overwhelming than the political or electoral impact!","FALSE","142","5Forty3","2017-04-20 17:05:10","FALSE","855100698836353024","855105070030966784","625739552","Twitter for Android","5Forty3","104","FALSE","FALSE" +"8594","8594","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:04:42","FALSE",NA,"855104954314477568",NA,"Twitter for iPhone","ImMiHiR_45","203","TRUE","FALSE" +"8595","8595","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:04:04","FALSE",NA,"855104791961231360",NA,"Twitter for Android","koolso","203","TRUE","FALSE" +"8596","8596","RT @pjain: @sooryajith12 @BwDisrupt May have affected some angels but it hasn't affected VCs from investing in startups. If anything, demon�","FALSE","0",NA,"2017-04-20 17:03:41","FALSE",NA,"855104696725504001",NA,"Twitter Web Client","ReginaDulanjali","2","TRUE","FALSE" +"8597","8597","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:03:39","FALSE",NA,"855104689972686848",NA,"Twitter for Android","saumitra_j","203","TRUE","FALSE" +"8598","8598","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:03:29","FALSE",NA,"855104645617897474",NA,"Twitter for Android","bonhomy","203","TRUE","FALSE" +"8599","8599","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:01:59","FALSE",NA,"855104270940725248",NA,"Twitter Web Client","MShravank","203","TRUE","FALSE" +"8600","8600","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:01:38","FALSE",NA,"855104182558363648",NA,"Twitter for Android","sadhuvaad","203","TRUE","FALSE" +"8601","8601","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:01:38","FALSE",NA,"855104180490444800",NA,"Twitter for Android","rdx_ravindra","203","TRUE","FALSE" +"8602","8602","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 17:01:10","FALSE",NA,"855104065663062016",NA,"Twitter for Android","ntsocool1","203","TRUE","FALSE" +"8603","8603","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:59:11","FALSE",NA,"855103565873983488",NA,"Twitter for Android","AkhaiP","203","TRUE","FALSE" +"8604","8604","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:58:52","FALSE",NA,"855103486781825024",NA,"Twitter for iPhone","nishantktr","203","TRUE","FALSE" +"8605","8605","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:58:03","FALSE",NA,"855103278027165696",NA,"Twitter Web Client","rajneesh_saini","203","TRUE","FALSE" +"8606","8606","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:57:57","FALSE",NA,"855103254690017281",NA,"Twitter for Android","MihirkJha","203","TRUE","FALSE" +"8607","8607","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 16:55:50","FALSE",NA,"855102721698840576",NA,"Twitter for Android","Sonukadyankalay","18","TRUE","FALSE" +"8608","8608","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:55:28","FALSE",NA,"855102627645870080",NA,"Twitter for Android","desh_bhkt","203","TRUE","FALSE" +"8609","8609","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:55:23","FALSE",NA,"855102608549322753",NA,"Twitter for Android","mriganka_t","203","TRUE","FALSE" +"8610","8610","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:55:05","FALSE",NA,"855102531772583936",NA,"Twitter for Android","Koustubh1","203","TRUE","FALSE" +"8611","8611","I may not agree with Shiv Sena MP Ravindra Gailwad but it appears after demonetization banks have stopped maintaini� https://t.co/3p9z9WkfUQ","FALSE","1",NA,"2017-04-20 16:53:28","TRUE",NA,"855102126380302336",NA,"Twitter for iPhone","DinahAshiho","0","FALSE","FALSE" +"8612","8612","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:53:15","FALSE",NA,"855102071938326528",NA,"Twitter for iPhone","sanil_manaktala","203","TRUE","FALSE" +"8613","8613","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 16:52:07","FALSE",NA,"855101785014280192",NA,"Twitter for Android","e15585f0fdb24ee","1333","TRUE","FALSE" +"8614","8614","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:51:54","FALSE",NA,"855101731721687040",NA,"Twitter for Android","dhruvbhim","203","TRUE","FALSE" +"8615","8615","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:51:53","FALSE",NA,"855101727267094528",NA,"Twitter for Android","shekar21","203","TRUE","FALSE" +"8616","8616","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:49:29","FALSE",NA,"855101125158154242",NA,"Twitter for Android","raviteja4uuu","203","TRUE","FALSE" +"8617","8617","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:49:29","FALSE",NA,"855101125015379968",NA,"Twitter for Android","votenowIndia","203","TRUE","FALSE" +"8618","8618","Unecessary 'warnings' when Demonetization was a HUGE economic move with unimaginable political risk. Stop lecturing� https://t.co/eTm0ikBOT0","FALSE","0",NA,"2017-04-20 16:49:10","TRUE",NA,"855101043213979648",NA,"Twitter Web Client","MuhtodJavab","0","FALSE","FALSE" +"8619","8619","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:48:57","FALSE",NA,"855100990856597506",NA,"Twitter for Android","lalithseetharam","203","TRUE","FALSE" +"8620","8620","... Had I a chance, I'd ban this #patanjali like #maggi. The only TV advert that played 24x7 during cashless demonetization. #corporatebabas","FALSE","0",NA,"2017-04-20 16:48:52","FALSE",NA,"855100966785368064",NA,"Twitter Web Client","dailyonion","0","FALSE","FALSE" +"8621","8621","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:48:16","FALSE",NA,"855100818092998657",NA,"TweetDeck","SumitBajoria","203","TRUE","FALSE" +"8622","8622","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:48:14","FALSE",NA,"855100809977016320",NA,"Twitter for Android","AtulMohan2","203","TRUE","FALSE" +"8623","8623","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:48:10","FALSE",NA,"855100793774628865",NA,"Twitter Lite","mehul_2506","203","TRUE","FALSE" +"8624","8624","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:47:43","FALSE",NA,"855100679886688256",NA,"Twitter for Android","AkbariPa72","203","TRUE","FALSE" +"8625","8625","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:47:20","FALSE",NA,"855100583300091904",NA,"Twitter for Android","AravndKr","203","TRUE","FALSE" +"8626","8626","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:47:12","FALSE",NA,"855100549355589632",NA,"Twitter for iPhone","udyan123","203","TRUE","FALSE" +"8627","8627","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:47:10","FALSE",NA,"855100540988125189",NA,"Twitter for iPhone","DelhiMuse","203","TRUE","FALSE" +"8628","8628","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:46:30","FALSE",NA,"855100372188356609",NA,"Twitter Web Client","LalithKris","203","TRUE","FALSE" +"8629","8629","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:46:12","FALSE",NA,"855100296917270529",NA,"Twitter for Android","Bhartiyalist","203","TRUE","FALSE" +"8630","8630","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:46:08","FALSE",NA,"855100278806269952",NA,"Twitter for Android","arorasid","203","TRUE","FALSE" +"8631","8631","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:45:30","FALSE",NA,"855100121784168450",NA,"Twitter for Android","silentkill_004","203","TRUE","FALSE" +"8632","8632","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:45:08","FALSE",NA,"855100027622092801",NA,"Twitter for Android","rmdrao","203","TRUE","FALSE" +"8633","8633","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:45:02","FALSE",NA,"855100003878141952",NA,"Twitter for Android","saiprasadreddyd","203","TRUE","FALSE" +"8634","8634","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:45:00","FALSE",NA,"855099995275616258",NA,"Twitter for iPhone","go2sreenu","203","TRUE","FALSE" +"8635","8635","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:44:50","FALSE",NA,"855099952665690114",NA,"Twitter for Android","patange_sunil","203","TRUE","FALSE" +"8636","8636","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:44:04","FALSE",NA,"855099758712696834",NA,"Twitter for iPhone","Indianempire","203","TRUE","FALSE" +"8637","8637","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:44:00","FALSE",NA,"855099743466176513",NA,"Twitter for Android","ORGAQUIQ","203","TRUE","FALSE" +"8638","8638","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:43:58","FALSE",NA,"855099735027458048",NA,"Twitter for Android","ramrenuv","203","TRUE","FALSE" +"8639","8639","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:43:30","FALSE",NA,"855099616559325184",NA,"Twitter for Android","BlackPantherUI","203","TRUE","FALSE" +"8640","8640","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:43:12","FALSE",NA,"855099540289892352",NA,"Twitter for Android","savitha_rao","203","TRUE","FALSE" +"8641","8641","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:43:10","FALSE",NA,"855099534950662146",NA,"Twitter for Android","ashishvr1","203","TRUE","FALSE" +"8642","8642","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 16:42:35","FALSE",NA,"855099386271068160",NA,"Twitter for Android","ramrenuv","14","TRUE","FALSE" +"8643","8643","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:41:24","FALSE",NA,"855099088588558336",NA,"TweetDeck","karthiks_india","203","TRUE","FALSE" +"8644","8644","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:41:23","FALSE",NA,"855099085824679940",NA,"Twitter for Android","kaushkrahul","203","TRUE","FALSE" +"8645","8645","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:41:13","FALSE",NA,"855099041411215364",NA,"Twitter for Android","Virus4Congress","203","TRUE","FALSE" +"8646","8646","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:41:11","FALSE",NA,"855099033685291008",NA,"Twitter for iPhone","AyamAtmaBrahm","203","TRUE","FALSE" +"8647","8647","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:41:07","FALSE",NA,"855099018082471936",NA,"Twitter for Android","patnaikt","203","TRUE","FALSE" +"8648","8648","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:40:57","FALSE",NA,"855098976621568000",NA,"Twitter for Android","rohitagarwal86","203","TRUE","FALSE" +"8649","8649","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:40:52","FALSE",NA,"855098953934745600",NA,"Twitter Web Client","ipratikshukla","203","TRUE","FALSE" +"8650","8650","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:40:31","FALSE",NA,"855098865065709568",NA,"Twitter for iPhone","ModiNaama","203","TRUE","FALSE" +"8651","8651","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:40:08","FALSE",NA,"855098770945589248",NA,"Twitter for iPhone","bigmouthspeaks","203","TRUE","FALSE" +"8652","8652","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:40:07","FALSE",NA,"855098766331981825",NA,"Twitter for iPhone","madhav9nath1","203","TRUE","FALSE" +"8653","8653","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:39:56","FALSE",NA,"855098718999252993",NA,"Donald pussy grabber trump","narendramodirss","203","TRUE","FALSE" +"8654","8654","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:39:22","FALSE",NA,"855098577072381952",NA,"Twitter for iPhone","gdchh","203","TRUE","FALSE" +"8655","8655","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:39:13","FALSE",NA,"855098540099461120",NA,"Twitter for Android","ramanmehta77","203","TRUE","FALSE" +"8656","8656","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:39:04","FALSE",NA,"855098503198015489",NA,"Twitter for Android","_Flamboyant_","203","TRUE","FALSE" +"8657","8657","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:38:41","FALSE",NA,"855098406292926465",NA,"Twitter for Android","krbajithkumar","203","TRUE","FALSE" +"8658","8658","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:38:31","FALSE",NA,"855098362349137920",NA,"Twitter Web Client","_ashim__","203","TRUE","FALSE" +"8659","8659","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:38:14","FALSE",NA,"855098292153266180",NA,"Twitter for iPhone","BeingKDR","203","TRUE","FALSE" +"8660","8660","5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedented!..","FALSE","0",NA,"2017-04-20 16:38:07","FALSE",NA,"855098264097615873",NA,"IFTTT","VidyutMShah","0","FALSE","FALSE" +"8661","8661","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:37:54","FALSE",NA,"855098209428963329",NA,"Twitter for Android","aggarwaltc","203","TRUE","FALSE" +"8662","8662","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:37:53","FALSE",NA,"855098206283223040",NA,"Twitter for Android","harishkrcr","203","TRUE","FALSE" +"8663","8663","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:37:51","FALSE",NA,"855098193746460674",NA,"Twitter for Android","ShaleenJain5","203","TRUE","FALSE" +"8664","8664","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:37:04","FALSE",NA,"855097997537005569",NA,"Twitter for iPhone","kristanjore","203","TRUE","FALSE" +"8665","8665","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:36:52","FALSE",NA,"855097946366296064",NA,"Twitter for iPhone","rishabh_arya95","203","TRUE","FALSE" +"8666","8666","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:36:24","FALSE",NA,"855097830788272128",NA,"Twitter for Android","Parantapaa","203","TRUE","FALSE" +"8667","8667","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:36:18","FALSE",NA,"855097806415155200",NA,"Twitter for Android","mahanteshneel","203","TRUE","FALSE" +"8668","8668","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 16:36:12","FALSE",NA,"855097779441381376",NA,"Twitter for iPhone","Ruchir78","14","TRUE","FALSE" +"8669","8669","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:35:54","FALSE",NA,"855097705521139713",NA,"Twitter for Android","AcmatixJoshi","203","TRUE","FALSE" +"8670","8670","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:35:54","FALSE",NA,"855097704627621888",NA,"Twitter for iPhone","SundeepKPal","203","TRUE","FALSE" +"8671","8671","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:35:35","FALSE",NA,"855097627435831296",NA,"Twitter for Android","NischelBaxi","203","TRUE","FALSE" +"8672","8672","RT @5Forty3: From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedent�","FALSE","0",NA,"2017-04-20 16:35:33","FALSE",NA,"855097615959998465",NA,"Twitter for Android","kaliahimanshu","203","TRUE","FALSE" +"8673","8673","From Jan Dhan to Ujjwala to Neem coated Urea to e-Mandis to Demonetization, Modi's impact on India is historically unprecedented!..","FALSE","217","5Forty3","2017-04-20 16:35:09","FALSE","855094021336645632","855097514625687552","625739552","Twitter Web Client","5Forty3","203","FALSE","FALSE" +"8674","8674","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 16:27:56","FALSE",NA,"855095698701729793",NA,"Twitter for Android","somadityaa","14","TRUE","FALSE" +"8675","8675","RT @aadityagautom: Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED'. Cr�","FALSE","0",NA,"2017-04-20 16:18:53","FALSE",NA,"855093423916945413",NA,"Twitter for Android","baruahrana123","5","TRUE","FALSE" +"8676","8676","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-20 16:17:50","FALSE",NA,"855093157167595520",NA,"Twitter for Windows Phone","kartikeyasriv16","912","TRUE","FALSE" +"8677","8677","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 16:16:51","FALSE",NA,"855092909758177280",NA,"Twitter for Android","SonuMuana","18","TRUE","FALSE" +"8678","8678","@Nivindharani @shivshivshivv @superstarrajini What are you talking boss.. Look at Modi Sarkar Demonetization, Corru� https://t.co/VE0aa5mAZC","FALSE","0","Nivindharani","2017-04-20 16:12:47","TRUE","855088437669580800","855091889569243136","854250999766241280","Twitter Web Client","sachinkabali","0","FALSE","FALSE" +"8679","8679","RT @aadityagautom: Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED'. Cr�","FALSE","0",NA,"2017-04-20 16:09:40","FALSE",NA,"855091103820894209",NA,"Twitter for Android","TheTruth0000001","5","TRUE","FALSE" +"8680","8680","Assam Govt initiatives 4 Tea tribe workers after Demonetization at National Geographic's program 'INDIA REMONETIZED� https://t.co/cPlh9h3uJi","FALSE","6",NA,"2017-04-20 16:09:03","TRUE",NA,"855090948442910722",NA,"Twitter for Android","aadityagautom","5","FALSE","FALSE" +"8681","8681","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 15:58:57","FALSE",NA,"855088406967312385",NA,"Twitter for Android","TweetendraWagh","14","TRUE","FALSE" +"8682","8682","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-20 15:56:36","FALSE",NA,"855087814182150146",NA,"Twitter for Android","JusticeNIndia","415","TRUE","FALSE" +"8683","8683","How many people have died because of demonetization of 500 and 1000 rupee notes till now? by Ciril J Thundiyil https://t.co/ioy3Ddnqc1","FALSE","0",NA,"2017-04-20 15:54:56","FALSE",NA,"855087397129695232",NA,"Twitter for Android","kaghuman","0","FALSE","FALSE" +"8684","8684","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 15:52:53","FALSE",NA,"855086880412639233",NA,"Twitter Lite","drsugandhakohli","14","TRUE","FALSE" +"8685","8685","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 15:52:05","FALSE",NA,"855086678993776640",NA,"Twitter for iPhone","Vidyagauri","14","TRUE","FALSE" +"8686","8686","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 15:50:34","FALSE",NA,"855086295294500864",NA,"Twitter for iPhone","SecularTrainee","14","TRUE","FALSE" +"8687","8687","#SchoolFeeLoot @PMOIndia @narendramodi We're with u on demonetization, why r u silent on school fee loot. Stop advisory and guidelines game.","FALSE","0",NA,"2017-04-20 15:50:17","FALSE",NA,"855086226197577728",NA,"Twitter for Android","asksashishk","0","FALSE","FALSE" +"8688","8688","RT @ShootinThoughts: Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggj�","FALSE","0",NA,"2017-04-20 15:48:05","FALSE",NA,"855085672457056257",NA,"Twitter for Android","BhariDhaatu","14","TRUE","FALSE" +"8689","8689","Sonu should be accused of attempt to murder, just like Demonetization was held responsible for deaths +https://t.co/ggjchvGE3Q","FALSE","10",NA,"2017-04-20 15:47:23","FALSE",NA,"855085497542037504",NA,"Twitter for Android","ShootinThoughts","14","FALSE","FALSE" +"8690","8690","@divya_16_ In demonetization, it wasn't willingly for many people.","FALSE","0","divya_16_","2017-04-20 15:47:17","FALSE","855079432473559040","855085470174384132","368753165","Twitter for Android","Shivpalganj","0","FALSE","FALSE" +"8691","8691","and Black Money stands killed by Demonetization. .... https://t.co/ti1TA8IxvO","FALSE","1",NA,"2017-04-20 15:46:31","FALSE",NA,"855085276061851649",NA,"Twitter for Android","Pawan_Kalkal","0","FALSE","FALSE" +"8692","8692","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 15:44:34","FALSE",NA,"855084786695757824",NA,"Twitter for iPhone","ajaytanwar321","18","TRUE","FALSE" +"8693","8693","RT @RNTata2000: Some further thoughts on implementation of demonetization program. https://t.co/RZdicKvFS7","FALSE","0",NA,"2017-04-20 15:39:37","FALSE",NA,"855083540752609282",NA,"Twitter for Android","apoliceshanigm2","2507","TRUE","FALSE" +"8694","8694","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-20 15:39:29","FALSE",NA,"855083508917821442",NA,"Twitter for Android","apoliceshanigm2","5170","TRUE","FALSE" +"8695","8695","RT @HiddenGuruz: A helper is in #BANK /#ATM.I support #demonetization with https://t.co/r7tirNO8hH @dibang @ndtv @PMOIndia @SushmaSwaraj @�","FALSE","0",NA,"2017-04-20 15:37:34","FALSE",NA,"855083026065354752",NA,"Twitter Web Client","maksimbelkx","2","TRUE","FALSE" +"8696","8696","[https://t.co/XunsrU3OTc] [Pepsi Ad Commercial with Kendall Jenner Exposed Real Reason of Youtube Demonetization | We Are Watchers]","FALSE","0",NA,"2017-04-20 15:36:23","FALSE",NA,"855082727489589253",NA,"Twitter for Android","nazishgulzar86","0","FALSE","FALSE" +"8697","8697","@priyashmita HDFC is related to demonetization....","FALSE","0","priyashmita","2017-04-20 15:32:04","FALSE","855081247797899264","855081641336725504","39582702","Twitter for Android","UturnSarkar","0","FALSE","FALSE" +"8698","8698","@htTweets #demonetization is good if its perform by proper plan and agenda","FALSE","0","htTweets","2017-04-20 15:29:33","FALSE","855078606258753536","855081006264705024","36327407","Twitter for Android","Im_rkm29","0","FALSE","FALSE" +"8699","8699","RT @Stupidosaur: @virkamu Absolutely! Just make useless noise for everything in demonetization EVM etc but nothing real 'at least doing som�","FALSE","0",NA,"2017-04-20 15:24:14","FALSE",NA,"855079668377976832",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"8700","8700","@virkamu Absolutely! Just make useless noise for everything in demonetization EVM etc but nothing real 'at least doing something' ;)","FALSE","0","virkamu","2017-04-20 15:24:02","FALSE","855079056492171265","855079617647988736","294696127","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"8701","8701","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 15:18:05","FALSE",NA,"855078121439203328",NA,"Twitter for Android","girishglg","9","TRUE","FALSE" +"8702","8702","@Vernaculis This crap will just keep getting pushed more and more until they get a non-family-friendly/SJW crowd ex� https://t.co/qtsqdvm8lV","FALSE","0","Vernaculis","2017-04-20 15:13:58","TRUE","855074630440292352","855077087941718017","2955460223","Twitter Web Client","oozaliabee","0","FALSE","FALSE" +"8703","8703","@MinhazMerchant @TarekFatah Gives a historic perspective. But, it�s a no brainer that this is an organized mercenar� https://t.co/r1JDdUq5rw","FALSE","0","MinhazMerchant","2017-04-20 15:12:52","TRUE","854918610975838208","855076809125240832","18373968","Twitter Web Client","cbkwgl","0","FALSE","FALSE" +"8704","8704","Rapaport: RT MartinRapaport: Large Indian manufacturers raising production, while small factories still acclimatizing to demonetization and�","FALSE","0",NA,"2017-04-20 15:10:20","FALSE",NA,"855076173008826369",NA,"IFTTT","STPLSurat","0","FALSE","FALSE" +"8705","8705","RT @MartinRapaport: Large Indian manufacturers raising production, while small factories still acclimatizing to demonetization and low leve�","FALSE","0",NA,"2017-04-20 15:09:30","FALSE",NA,"855075962102456323",NA,"Twitter Web Client","Rapaport","1","TRUE","FALSE" +"8706","8706","RT @inNatGeo: Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","0",NA,"2017-04-20 15:08:55","FALSE",NA,"855075813301010432",NA,"Twitter for Android","ravidevrath1","6","TRUE","FALSE" +"8707","8707","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-20 15:06:05","FALSE",NA,"855075101301022720",NA,"Twitter for Windows Phone","nakulshetty88","197","TRUE","FALSE" +"8708","8708","demonetization is not a so good move #RBIindia","FALSE","0",NA,"2017-04-20 15:06:01","FALSE",NA,"855075085043900416",NA,"Twitter Web Client","sureshk57511515","0","FALSE","FALSE" +"8709","8709","MartinRapaport: Large Indian manufacturers raising production, while small factories still acclimatizing to demonetization and low levels o�","FALSE","0",NA,"2017-04-20 15:04:47","FALSE",NA,"855074775395438592",NA,"IFTTT","STPLSurat","0","FALSE","FALSE" +"8710","8710","We are picking up cash from banks, using cheques because withdrawal slips are not always an option. #demonetization is going on for so long.","FALSE","0",NA,"2017-04-20 15:02:38","FALSE",NA,"855074231905796097",NA,"Twitter Web Client","sunayanaroy","0","FALSE","FALSE" +"8711","8711","Large Indian manufacturers raising production, while small factories still acclimatizing to demonetization and low levels of demand.","FALSE","0",NA,"2017-04-20 15:02:01","FALSE",NA,"855074077773623296",NA,"TweetDeck","MartinRapaport","1","FALSE","FALSE" +"8712","8712","Are you able to use ATMs at will? We haven't been able to in #Bangalore ever since #demonetization. Curious about elsewhere.","FALSE","0",NA,"2017-04-20 15:00:53","FALSE",NA,"855073794582380544",NA,"Twitter Web Client","sunayanaroy","0","FALSE","FALSE" +"8713","8713","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 15:00:21","FALSE",NA,"855073658473127936",NA,"Twitter for Android","seth_anusha","1333","TRUE","FALSE" +"8714","8714","RT @inNatGeo: Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","0",NA,"2017-04-20 14:53:58","FALSE",NA,"855072053015101440",NA,"Twitter for iPhone","arfatahmad","6","TRUE","FALSE" +"8715","8715","#Paytm and #Narendra Modi at top! #Demonetization decision??? https://t.co/1Q8XA7gdUX","FALSE","0",NA,"2017-04-20 14:49:27","FALSE",NA,"855070915612131330",NA,"Twitter for Android","abhishekmuthal","0","FALSE","FALSE" +"8716","8716","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 14:49:24","FALSE",NA,"855070904010895360",NA,"Twitter for Android","4BHI9","9","TRUE","FALSE" +"8717","8717","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 14:48:49","FALSE",NA,"855070757294022656",NA,"Twitter for Android","Vikram_Dwivedi","7","TRUE","FALSE" +"8718","8718","Just saw a senior bureaucrat playing Pokemon Go on flight !! Demonetization has its benefits ","FALSE","4",NA,"2017-04-20 14:44:44","FALSE",NA,"855069728200683521",NA,"Twitter for Android","roshanabbas","0","FALSE","FALSE" +"8719","8719","Demonetization has hit women headed small enterprises in India. https://t.co/cFH8guWUfQ","FALSE","0",NA,"2017-04-20 14:36:58","FALSE",NA,"855067776251297792",NA,"Twitter for iPhone","eghaniworldbank","0","FALSE","FALSE" +"8720","8720","When demonetization was announced all of a sudden it was told by Government that this is one of the move to eradicat�https://t.co/pQwRFuTWcW","FALSE","0",NA,"2017-04-20 14:35:59","FALSE",NA,"855067528678322176",NA,"LinkedIn","1959Sheik","0","FALSE","FALSE" +"8721","8721","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 14:34:13","FALSE",NA,"855067081322053632",NA,"Twitter for Android","DalbirMoga","18","TRUE","FALSE" +"8722","8722","Visa USA | After demonetization: India�s move to a �less-cash� society https://t.co/JLVaoiX7N9","FALSE","0",NA,"2017-04-20 14:26:39","FALSE",NA,"855065177687023617",NA,"Twitter for iPhone","leokalves","0","FALSE","FALSE" +"8723","8723","Mitron, demonetization has wiped out black money! It's raining achhe din! Rejoice!! #BanPepsiDrinkGaumutra + +https://t.co/B67kNIrclr","FALSE","0",NA,"2017-04-20 14:25:24","FALSE",NA,"855064861792980992",NA,"Twitter Web Client","i_theindian","0","FALSE","FALSE" +"8724","8724","@AmanKayamHai_ET Demonetization impact !","FALSE","0","AmanKayamHai_ET","2017-04-20 14:17:55","FALSE","855040220873490432","855062981188739072","44356836","Twitter for iPhone","anu141","0","FALSE","FALSE" +"8725","8725","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 14:07:46","FALSE",NA,"855060427071520770",NA,"Twitter for Android","NileshGurjar17","1333","TRUE","FALSE" +"8726","8726","RT @inNatGeo: Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","0",NA,"2017-04-20 14:02:02","FALSE",NA,"855058983622758404",NA,"Twitter for Android","SharmaJiAnupam","6","TRUE","FALSE" +"8727","8727","Detailed interactions with experts about demonetization, unveils tonight on India Remonetized at 9 PM. https://t.co/ktPb9m9iwQ","FALSE","20",NA,"2017-04-20 14:00:03","FALSE",NA,"855058485792325632",NA,"TweetDeck","inNatGeo","6","FALSE","FALSE" +"8728","8728","RT @BanGayaKutta: Don't worry Pakistan, you need money for demonetization. He's just going to talk about the accurate length of beard and h�","FALSE","0",NA,"2017-04-20 13:54:49","FALSE",NA,"855057166062845952",NA,"Twitter for Android","nisha_228","1","TRUE","FALSE" +"8729","8729","Investigate Google antitrust! YouTube's cynical demonetization scheme against independent media. Don't be evil! #InvestigateGoogleAntitrust","FALSE","0",NA,"2017-04-20 13:47:14","FALSE",NA,"855055257025380357",NA,"Twitter Web Client","aboutreed","0","FALSE","FALSE" +"8730","8730","@PMOIndia @narendramodi @narendramodi_in Sir, You took a bold step like demonetization can you take a bolder one https://t.co/6BOLZjQbrE","FALSE","0","PMOIndia","2017-04-20 13:40:47","FALSE",NA,"855053634031280130","471741741","Twitter for Android","imAnkit02","0","FALSE","FALSE" +"8731","8731","RT @elspeth54: How India became Bill Gates' guinea pig: 'cash is the enemy they wish to eradicate' https://t.co/TJEa2hMIaI","FALSE","0",NA,"2017-04-20 13:35:37","FALSE",NA,"855052334551805952",NA,"Twitter for Android","Rksandhu88","1","TRUE","FALSE" +"8732","8732","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 13:23:49","FALSE",NA,"855049366834483200",NA,"Twitter Web Client","Virus4Congress","9","TRUE","FALSE" +"8733","8733","RT @pjain: @sooryajith12 @BwDisrupt May have affected some angels but it hasn't affected VCs from investing in startups. If anything, demon�","FALSE","0",NA,"2017-04-20 13:19:51","FALSE",NA,"855048368921485312",NA,"Twitter Web Client","BwDisrupt","2","TRUE","FALSE" +"8734","8734","RT @n_gulshan: I support #demonetization","FALSE","0",NA,"2017-04-20 13:18:03","FALSE",NA,"855047913747165184",NA,"Twitter Web Client","bykov_cheslav","1","TRUE","FALSE" +"8735","8735","@sooryajith12 @BwDisrupt May have affected some angels but it hasn't affected VCs from investing in startups. If an� https://t.co/sdXuj2ag44","FALSE","2","sooryajith12","2017-04-20 13:17:53","TRUE","855046763463487488","855047873700012032","781786055347281920","Twitter Web Client","pjain","2","FALSE","FALSE" +"8736","8736","How India became Bill Gates' guinea pig: 'cash is the enemy they wish to eradicate' https://t.co/TJEa2hMIaI","FALSE","1",NA,"2017-04-20 13:13:22","FALSE",NA,"855046737156878337",NA,"Twitter Web Client","elspeth54","1","FALSE","FALSE" +"8737","8737","BJP is kept Modi tail but Modi tail cut by people after demonetization/Black Money like Baba Ram Dev in hora r duri� https://t.co/zuXxKuNX7O","FALSE","0",NA,"2017-04-20 13:13:15","TRUE",NA,"855046704944488449",NA,"Twitter Web Client","manishmakkar21","0","FALSE","FALSE" +"8738","8738","@TOILucknow @timesofindia new or old notes,if new then all claims of corruption free India is false after demonetization","FALSE","0","TOILucknow","2017-04-20 13:12:25","FALSE","855043516342218752","855046498358358016","2376970800","Twitter for iPhone","FoolishDonkey_","0","FALSE","FALSE" +"8739","8739","@jkmehta1953 It is easy fr corrupt Bank officers -loot public money they deal also responsible for public Harrassment during Demonetization.","FALSE","0","jkmehta1953","2017-04-20 13:05:02","FALSE",NA,"855044639065231360","833027274060492802","Twitter for Android","jkmehta1953","0","FALSE","FALSE" +"8740","8740","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:58:57","FALSE",NA,"855043108383453186",NA,"Twitter for Android","yaajushi","9","TRUE","FALSE" +"8741","8741","Petroleum ministry slams move to close petrol pumps on Sundays. Just like #demonetization plz see the 'good' in this https://t.co/cEY1uinHH9","FALSE","0",NA,"2017-04-20 12:55:37","FALSE",NA,"855042266951540736",NA,"Twitter Web Client","BeingAnish","0","FALSE","FALSE" +"8742","8742","Demonetization has taken Paytm places. Latest: Founder Sharma is now on Time magazine's hundred most influential list.","FALSE","0",NA,"2017-04-20 12:52:40","FALSE",NA,"855041524588990464",NA,"Twitter for iPhone","ManishDubey1972","0","FALSE","FALSE" +"8743","8743","why people afraid telling true.Every analyst in their interview says demonetization & GST is good for them but they do not satisfy with that","FALSE","0",NA,"2017-04-20 12:48:01","FALSE",NA,"855040357293228034",NA,"Twitter Web Client","vineet933101","0","FALSE","FALSE" +"8744","8744","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:47:34","FALSE",NA,"855040241463328768",NA,"Twitter for Android","akshaychandorka","9","TRUE","FALSE" +"8745","8745","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:47:06","FALSE",NA,"855040124693864449",NA,"Twitter for iPhone","Vishwas1980","9","TRUE","FALSE" +"8746","8746","RT @dravirmani: (Table shows)Demonetization had least effect (on reducing prices) in (1) SP ruled UP, (2) LDF ruled Kerala. Mumbai,Calcutta�","FALSE","0",NA,"2017-04-20 12:42:49","FALSE",NA,"855039045864267776",NA,"Twitter for iPhone","devarcot","1","TRUE","FALSE" +"8747","8747","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:42:11","FALSE",NA,"855038887256702976",NA,"Twitter for Android","AtulMohan2","9","TRUE","FALSE" +"8748","8748","(Table shows)Demonetization had least effect (on reducing prices) in (1) SP ruled UP, (2) LDF ruled Kerala. Mumbai,� https://t.co/WfSfCM28yr","FALSE","9",NA,"2017-04-20 12:33:24","TRUE",NA,"855036679773605893",NA,"Twitter for iPad","dravirmani","1","FALSE","FALSE" +"8749","8749","RT @RomeoGomes8: @ANI_news flop movies ko demonetization ka blame mat do","FALSE","0",NA,"2017-04-20 12:29:00","FALSE",NA,"855035570678050817",NA,"Twitter for Android","Huss_Master","1","TRUE","FALSE" +"8750","8750","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:26:42","FALSE",NA,"855034990421315587",NA,"Twitter for Android","arunmcops","9","TRUE","FALSE" +"8751","8751","RT @sailorsmoon: They are not even an economy to announce demonetization.. what else it could be? https://t.co/70ZLfW2vbr","FALSE","0",NA,"2017-04-20 12:26:12","FALSE",NA,"855034864109854720",NA,"Twitter Lite","RahulModi_","2","TRUE","FALSE" +"8752","8752","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-20 12:19:53","FALSE",NA,"855033274393022465",NA,"Twitter for Android","85_ritika","912","TRUE","FALSE" +"8753","8753","RT @muglikar_: Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","0",NA,"2017-04-20 12:18:37","FALSE",NA,"855032959497248768",NA,"Twitter Web Client","twisted4fun","9","TRUE","FALSE" +"8754","8754","Ughhh new spin in the market: #demonetization did not result in crash in real estate prices. + +Utha le re deva.","FALSE","34",NA,"2017-04-20 12:14:26","FALSE",NA,"855031903048564736",NA,"Twitter for Android","muglikar_","9","FALSE","FALSE" +"8755","8755","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-20 12:10:04","FALSE",NA,"855030805793579008",NA,"Twitter Lite","aneeshputtady","43","TRUE","FALSE" +"8756","8756","@bsindia What this Parliamentary panel wants to prove. In the Janata Durbar people voted for Demonetization. Do they want to insult Verdict.","FALSE","0","bsindia","2017-04-20 12:02:03","FALSE","855022581761675266","855028789117452288","43855487","Twitter for Android","RaghuTragghu","0","FALSE","FALSE" +"8757","8757","Hear @navkendar_IDC discuss the rationale why the #India government has decided to proceed with #demonetization https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-20 12:01:21","FALSE",NA,"855028611321131009",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"8758","8758","RT @avarakai: Something unexpected could be announced - after demonetization. I don't know what. But, this PM won't open cards so easily. F�","FALSE","0",NA,"2017-04-20 11:56:24","FALSE",NA,"855027365679947776",NA,"Twitter for Android","TolerantDesii","2","TRUE","FALSE" +"8759","8759","Tune in to @NatGeo today at 9:00 p.m. to listen to Anis Chakravarty, @DeloitteIndia, talk about #demonetization in� https://t.co/F5BSU1gQ5v","FALSE","1",NA,"2017-04-20 11:52:38","TRUE",NA,"855026416651558913",NA,"Twitter Web Client","DeloitteIndia","0","FALSE","FALSE" +"8760","8760","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 11:41:28","FALSE",NA,"855023608858587139",NA,"Twitter for Android","santhoshvsekar","18","TRUE","FALSE" +"8761","8761","RT @DATAR1999: #__200_ Demonetization was a brilliant idea .But if not which of these things according to you,made it a failure ?","FALSE","0",NA,"2017-04-20 11:41:00","FALSE",NA,"855023490205962240",NA,"Twitter for Android","DATAR1999","1","TRUE","FALSE" +"8762","8762","@coolfunnytshirt @ShefVaidya same time like Modis demonetization speech ...hmmm","FALSE","0","coolfunnytshirt","2017-04-20 11:39:26","FALSE","855008541043597313","855023095316459520","223831644","Twitter for Windows","ravi_poruri","0","FALSE","FALSE" +"8763","8763","#__200_ Demonetization was a brilliant idea .But if not which of these things according to you,made it a failure ?","FALSE","0",NA,"2017-04-20 11:38:06","FALSE",NA,"855022761584062464",NA,"Twitter for Android","DATAR1999","1","FALSE","FALSE" +"8764","8764","@narendramodi I think he should address hidden agendas behind the demonetization, to quieten all those politicians who oppose our PM!!!","FALSE","0","narendramodi","2017-04-20 11:37:44","FALSE","855020676696072192","855022669615575040","18839785","Twitter for Windows","Avi_CRa","0","FALSE","FALSE" +"8765","8765","RT @manishkbaid: If you are caught with black money, just say demonetization is a good scheme and BMKJ. Remember BigB, Ajay Devgan? #Panama�","FALSE","0",NA,"2017-04-20 11:32:05","FALSE",NA,"855021246756646912",NA,"Twitter for Android","mannkakhiladi","7","TRUE","FALSE" +"8766","8766","If good intentions alone were to suffice then even demonetization would have been a success. https://t.co/nodNujBcbX via @timesofindia","FALSE","0",NA,"2017-04-20 11:31:28","FALSE",NA,"855021089956667393",NA,"Linkis: turn sharing into growth","R_S_Kumar","0","FALSE","FALSE" +"8767","8767","RT @cubishopcom: Future #Retail gains steam as Kishore Biyani rides #demonetization https://t.co/4iMrhOris8 #onlinebusiness #shopping https�","FALSE","0",NA,"2017-04-20 11:29:33","FALSE",NA,"855020609964826626",NA,"Twitter Web Client","Tech_Singapore","1","TRUE","FALSE" +"8768","8768","Demonetization in pakistan? https://t.co/1Ggca9fkP3","FALSE","0",NA,"2017-04-20 11:28:48","FALSE",NA,"855020420910772225",NA,"Twitter for Android","shanaticprasad","0","FALSE","FALSE" +"8769","8769","Demonetization & banning red beacon are two revolutionary step initiated by PM,India.","FALSE","0",NA,"2017-04-20 11:24:21","FALSE",NA,"855019299374743552",NA,"Twitter for iPhone","sarmah_bedanta","0","FALSE","FALSE" +"8770","8770","RT @TheJeonsa: IMF-India growth forecast for FY18 at 7.2% and FY19 at 7.7% well ahead of its forecast for China +Where is demonetization eff�","FALSE","0",NA,"2017-04-20 11:23:49","FALSE",NA,"855019167623327745",NA,"Twitter for Android","dharamsahab","1","TRUE","FALSE" +"8771","8771","RT @analyseasia: Hear @navkendar_IDC describe the rationale why the #India government has decided to proceed with #demonetization https://t�","FALSE","0",NA,"2017-04-20 11:20:44","FALSE",NA,"855018389676343296",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"8772","8772","RT @becca_savory: Deconstructing 'development' & state-citizen relationship through spectacular event: ""performing demonetization"" #BASAS20�","FALSE","0",NA,"2017-04-20 11:18:19","FALSE",NA,"855017780910993408",NA,"Twitter Web Client","BASASofficial","1","TRUE","FALSE" +"8773","8773","Are they FINALLY going to ask for demonetization numbers? https://t.co/AWOUVW85lC","FALSE","0",NA,"2017-04-20 11:15:19","FALSE",NA,"855017027140022273",NA,"Twitter Web Client","JaishilRP","0","FALSE","FALSE" +"8774","8774","Cooperative #banks are flush with funds following #demonetization, yet suffers from trust deficit | @geeminhas https://t.co/E6iavbMPEk","FALSE","0",NA,"2017-04-20 11:15:01","FALSE",NA,"855016951483158529",NA,"Twitter Web Client","governancenow","1","FALSE","FALSE" +"8775","8775","Demonetization... https://t.co/fKNaDBJYeN","FALSE","0",NA,"2017-04-20 11:14:42","FALSE",NA,"855016872294596608",NA,"Mobile Web (M2)","amazingtarikk","0","FALSE","FALSE" +"8776","8776","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-20 11:07:12","FALSE",NA,"855014983368716288",NA,"Twitter for iPhone","bobeddings","35","TRUE","FALSE" +"8777","8777","War on terror? Demonetization? Or Just Kashmir? https://t.co/th4YadQRYe","FALSE","0",NA,"2017-04-20 11:04:01","FALSE",NA,"855014185251385345",NA,"Twitter for Android","ashram4all","0","FALSE","FALSE" +"8778","8778","RT @Mash_Tweetwani: @YearOfRat Too late, had this happened earlier the Pic could have been used to show Demonetization queues","FALSE","0",NA,"2017-04-20 11:02:13","FALSE",NA,"855013730693791744",NA,"Twitter for iPhone","Kunthavi5","3","TRUE","FALSE" +"8779","8779","#UBI liberates #poverty constrained cognitive bandwidth, enabling prudent financial #decisionmaking� https://t.co/VsvnYYNnz7","FALSE","2",NA,"2017-04-20 11:01:40","TRUE",NA,"855013591812067328",NA,"Twitter Web Client","parthakhare","0","FALSE","FALSE" +"8780","8780","Hear @navkendar_IDC describe the rationale why the #India government has decided to proceed with #demonetization https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-20 11:01:15","FALSE",NA,"855013487772356608",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"8781","8781","Don't worry Pakistan, you need money for demonetization. He's just going to talk about the accurate length of beard� https://t.co/9t7olc9sew","FALSE","1",NA,"2017-04-20 11:00:19","TRUE",NA,"855013251444228096",NA,"Twitter Web Client","BanGayaKutta","1","FALSE","FALSE" +"8782","8782","Instant demonetization if the words ""Christian"" or ""Muslim"" are in your @youtube video, but $200k ad revenue for vids bullying your children","FALSE","0",NA,"2017-04-20 10:59:49","FALSE",NA,"855013125426434048",NA,"Twitter for Android","BrutalJones","0","FALSE","FALSE" +"8783","8783","RT @Mash_Tweetwani: @YearOfRat Too late, had this happened earlier the Pic could have been used to show Demonetization queues","FALSE","0",NA,"2017-04-20 10:59:48","FALSE",NA,"855013122024894465",NA,"Twitter for Android","Spitma9","3","TRUE","FALSE" +"8784","8784","RT @Mash_Tweetwani: @YearOfRat Too late, had this happened earlier the Pic could have been used to show Demonetization queues","FALSE","0",NA,"2017-04-20 10:56:41","FALSE",NA,"855012337706614785",NA,"Twitter for Android","YearOfRat","3","TRUE","FALSE" +"8785","8785","@YearOfRat Too late, had this happened earlier the Pic could have been used to show Demonetization queues","FALSE","10","YearOfRat","2017-04-20 10:50:50","FALSE","855006904031916032","855010864855830529","53719394","Twitter Web Client","Mash_Tweetwani","3","FALSE","FALSE" +"8786","8786","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-20 10:50:27","FALSE",NA,"855010771369152512",NA,"Twitter for Android","Who_Is_Nicky","52","TRUE","FALSE" +"8787","8787","TRIPURAINFOWAY : Tripura's Latest News, Views & IT Portal https://t.co/WnbOs7pz7A","FALSE","0",NA,"2017-04-20 10:47:31","FALSE",NA,"855010030424174594",NA,"Facebook","imdeep_17","0","FALSE","FALSE" +"8788","8788","RT @sailorsmoon: They are not even an economy to announce demonetization.. what else it could be? https://t.co/70ZLfW2vbr","FALSE","0",NA,"2017-04-20 10:47:09","FALSE",NA,"855009939848257536",NA,"Twitter for Android","vaibhavg10","2","TRUE","FALSE" +"8789","8789","TRIPURAINFOWAY : Tripura's Latest News, Views & IT Portal https://t.co/Rx3KkEbnUt","FALSE","0",NA,"2017-04-20 10:46:36","FALSE",NA,"855009800467300352",NA,"Facebook","imdeep_17","0","FALSE","FALSE" +"8790","8790","Demonetization... https://t.co/4mTT3eTSBY","FALSE","0",NA,"2017-04-20 10:46:15","FALSE",NA,"855009713834033152",NA,"Twitter for Android","NIKHILS99970968","0","FALSE","FALSE" +"8791","8791","They are not even an economy to announce demonetization.. what else it could be? https://t.co/70ZLfW2vbr","FALSE","13",NA,"2017-04-20 10:46:00","FALSE",NA,"855009651691270145",NA,"Twitter for Android","sailorsmoon","2","FALSE","FALSE" +"8792","8792","@IndiaTodayFLASH Demonetization? ","FALSE","0","IndiaTodayFLASH","2017-04-20 10:45:17","FALSE","855006415601242112","855009467481575425","1073676020","Twitter for Android","priyansh2106","0","FALSE","FALSE" +"8793","8793","Demonetization :-) https://t.co/qzUqdrc10R","FALSE","0",NA,"2017-04-20 10:44:35","FALSE",NA,"855009294273593345",NA,"Twitter Web Client","mankuthimma","0","FALSE","FALSE" +"8794","8794","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-20 10:41:09","FALSE",NA,"855008430054047744",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"8795","8795","RT @MEHTADARSHANS: @PMOIndia d purpose of demonetization without a doubt was tainted. D money is in d banks & now they'll charge u for ever�","FALSE","0",NA,"2017-04-20 10:36:21","FALSE",NA,"855007220723048449",NA,"Twitter Lite","MEHTADARSHANS","2","TRUE","FALSE" +"8796","8796","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 10:23:41","FALSE",NA,"855004034167713792",NA,"Twitter for Android","ajeetbhora","18","TRUE","FALSE" +"8797","8797","RT @dravirmani: @Atulk66 Economic Analysis of demonetization: https://t.co/JDAch3FN71","FALSE","0",NA,"2017-04-20 10:19:37","FALSE",NA,"855003011143225344",NA,"Twitter for iPhone","Atulk66","1","TRUE","FALSE" +"8798","8798","@WoCharLog @bhaiyyajispeaks When @SrBachchan supported Demonetization an international Chief Minister of India mock� https://t.co/9wZaFZiAGq","FALSE","0","WoCharLog","2017-04-20 10:19:04","TRUE","854947675615227904","855002872848592898","9749982","Twitter Web Client","adi_theDon","0","FALSE","FALSE" +"8799","8799","@uPoliticat Cashless was just a diversion of failure of demonetization","FALSE","1","uPoliticat","2017-04-20 10:18:04","FALSE","854960261228265472","855002620225662976","212884425","Twitter Lite","anujtomar6","0","FALSE","FALSE" +"8800","8800","@Atulk66 Economic Analysis of demonetization: https://t.co/JDAch3FN71","FALSE","0","Atulk66","2017-04-20 10:10:20","FALSE","854993986376704000","855000674496528384","95226818","Twitter for iPad","dravirmani","1","FALSE","FALSE" +"8801","8801","#Demonetization: Rs10Cr seized in cash from govt public servants after IT raids in UP, UK. + +BM found << 1% of total� https://t.co/SPrjJ5xnk5","FALSE","5",NA,"2017-04-20 10:07:22","TRUE",NA,"854999927218417664",NA,"Twitter Web Client","iTheThackrey","1","FALSE","FALSE" +"8802","8802","@maneesht Realestate prices was your yardstick of success of demonetization, this proves it was a conclusive failure +https://t.co/3mN8UQa5mR","FALSE","0","maneesht","2017-04-20 10:05:33","FALSE",NA,"854999472245534720","20153617","Twitter Web Client","akshattamot","0","FALSE","FALSE" +"8803","8803","@alam_mujaid I feel disillusioned when Modi said this stone pelting will stop after #demonetization Unanswered Ques� https://t.co/mMKxPjVEaK","FALSE","0","alam_mujaid","2017-04-20 09:58:58","TRUE","854996852944637954","854997812848742400","768780363376328704","Twitter Web Client","rhtbapat","0","FALSE","FALSE" +"8804","8804","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 09:57:02","FALSE",NA,"854997325588054017",NA,"Twitter for iPhone","drbejoy07","11","TRUE","FALSE" +"8805","8805","RT @SmritiIrunI: Here is why he is #LooteraModi , Political parties are exempted from demonetization and can deposit as much old currency t�","FALSE","0",NA,"2017-04-20 09:52:45","FALSE",NA,"854996249757351936",NA,"Twitter for Android","Gopalak82004469","1","TRUE","FALSE" +"8806","8806","RT @Vidyut: How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors https://t.co/vsVcgjcmz5 #biometricked","FALSE","0",NA,"2017-04-20 09:46:46","FALSE",NA,"854994744786726912",NA,"Twitter for Windows Phone","AJMurraymints","12","TRUE","FALSE" +"8807","8807","Like #demonetization now #EveryoneVIPinNewIndia / end of red beacon is another step which many have to praise though they may not like it","FALSE","0",NA,"2017-04-20 09:46:30","FALSE",NA,"854994677002420224",NA,"Twitter for Android","bansal_dhanraj","0","FALSE","FALSE" +"8808","8808","Only economist who predicted Rupee appreciation after demonetization was @rvaidya2000 +https://t.co/pCoI05VnvJ +https://t.co/IFa2oCL9qe","FALSE","0",NA,"2017-04-20 09:45:40","FALSE",NA,"854994465542615040",NA,"Twitter Web Client","santoshgairola","0","FALSE","FALSE" +"8809","8809","https://t.co/L8y7BajVgz +Will #Property Get Cheaper Due to #Demonetization? +#realestate #realestateinvesting https://t.co/8ooJwRAGuj","FALSE","2",NA,"2017-04-20 09:43:04","FALSE",NA,"854993813651300352",NA,"Twitter Web Client","_homeonline","0","FALSE","FALSE" +"8810","8810","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 09:41:55","FALSE",NA,"854993523464179712",NA,"Twitter for Android","krishnak_143","1333","TRUE","FALSE" +"8811","8811","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 09:24:34","FALSE",NA,"854989157780701184",NA,"Twitter for Android","sudarsan_21","11","TRUE","FALSE" +"8812","8812","RT @FedoraDaExplora: @Stupidosaur @Twitter One dude is actively into politics. Grassroots volunteer. One had no idea but said it all ""click�","FALSE","0",NA,"2017-04-20 09:16:14","FALSE",NA,"854987060783964160",NA,"Twitter for Android","docstl","2","TRUE","FALSE" +"8813","8813","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-20 09:15:12","FALSE",NA,"854986801324281856",NA,"Twitter for Android","RamTwitz","8","TRUE","FALSE" +"8814","8814","RT @DevPathways: Great debate on #UBI, #demonetization and #digital #identity in #India with @arvindsubraman hosted by @CGDev https://t.co/�","FALSE","0",NA,"2017-04-20 09:12:07","FALSE",NA,"854986022836461568",NA,"TweetDeck","HeinerSalomon","1","TRUE","FALSE" +"8815","8815","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 09:09:49","FALSE",NA,"854985445926678529",NA,"Twitter for Android","NEERAJK9467864","18","TRUE","FALSE" +"8816","8816","Great debate on #UBI, #demonetization and #digital #identity in #India with @arvindsubraman hosted by @CGDev https://t.co/M2etwOfk9W","FALSE","2",NA,"2017-04-20 09:09:44","FALSE",NA,"854985422950289408",NA,"TweetDeck","DevPathways","1","FALSE","FALSE" +"8817","8817","@drshraddha16 @Indianit07 @ukshahi @desertfox61I @sampadscales @RealArnabG @sush091979 Oh ! +Same person? Fatwa on d� https://t.co/oCZuc8Gsjg","FALSE","0","drshraddha16","2017-04-20 09:07:34","TRUE","854763262721708032","854984878164553728","110113879","Twitter for Android","narayananpsn","0","FALSE","FALSE" +"8818","8818","@bsindia So much for the anti-corruption #demonetization drive!!","FALSE","0","bsindia","2017-04-20 09:05:59","FALSE","854972612245585920","854984479886254080","43855487","Twitter Web Client","microrao","0","FALSE","FALSE" +"8819","8819","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 08:55:02","FALSE",NA,"854981724329168897",NA,"Twitter for Android","meenaboy_Ashu","18","TRUE","FALSE" +"8820","8820","Indian #Silver Imports Fail To Improve Post Demonetization https://t.co/XNKwToC35Q #podcasts","FALSE","1",NA,"2017-04-20 08:54:12","FALSE",NA,"854981513556893696",NA,"Tweet Old Post","Smaulgld","0","FALSE","FALSE" +"8821","8821","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-20 08:53:32","FALSE",NA,"854981344648204288",NA,"Twitter for Android","jrai56","85","TRUE","FALSE" +"8822","8822","Did #digital transactions jump 23 times as Niti Aayog claimed? #RBI data says otherwise @bsindia + +#demonetization +https://t.co/L9SeOieBfU","FALSE","0",NA,"2017-04-20 08:49:53","FALSE",NA,"854980426884141056",NA,"Twitter Web Client","Subhayan_ism","0","FALSE","FALSE" +"8823","8823","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 08:32:04","FALSE",NA,"854975944678821888",NA,"Twitter Lite","wlvrn_tjs","11","TRUE","FALSE" +"8824","8824","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-20 08:28:08","FALSE",NA,"854974954730868736",NA,"Twitter for Android","samir_patil","85","TRUE","FALSE" +"8825","8825","India�s digital #payments to grow three-fold in 2017: #MeitY https://t.co/QSojIUfpta #PoS #demonetization #BHIM #IAMAI","FALSE","0",NA,"2017-04-20 08:25:03","FALSE",NA,"854974179204116484",NA,"Hootsuite","dp2web","0","FALSE","FALSE" +"8826","8826","Demonetization to bas ek hi hua https://t.co/qR8u0OFfKE","FALSE","0",NA,"2017-04-20 08:22:10","FALSE",NA,"854973452742266880",NA,"Twitter for Android","AASHISH8294","0","FALSE","FALSE" +"8827","8827","RT @VFSPL: #Demonetization impact was higher for micro finance institutions because of their higher reliance on cash.","FALSE","0",NA,"2017-04-20 08:21:33","FALSE",NA,"854973299943538688",NA,"Twitter for iPhone","ceo_of_my_life","1","TRUE","FALSE" +"8828","8828",".. Its an effing shame that #cashforvotes happened in #RKNagarByPoll. #Demonetization my foot. 2x2000/- Notes for each vote. #shocking","FALSE","0","dailyonion","2017-04-20 08:16:38","FALSE","854970887203823616","854972058895134720","3138217915","Twitter Web Client","dailyonion","0","FALSE","FALSE" +"8829","8829","@PMOIndia why you feeded jewellery sector on demonetization by keeping us in lines they became super rich is that was not scam i lost job","FALSE","0","PMOIndia","2017-04-20 08:15:44","FALSE","854920210402365440","854971832243544064","471741741","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"8830","8830","RT @FedoraDaExplora: @Stupidosaur @Twitter One dude is actively into politics. Grassroots volunteer. One had no idea but said it all ""click�","FALSE","0",NA,"2017-04-20 08:11:32","FALSE",NA,"854970777145196546",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"8831","8831","@Stupidosaur @Twitter One dude is actively into politics. Grassroots volunteer. One had no idea but said it all ""cl� https://t.co/c7IQ8R6Jtm","FALSE","1","Stupidosaur","2017-04-20 08:09:59","TRUE","854970176361553923","854970387062546432","307807275","Twitter for Android","FedoraDaExplora","2","FALSE","FALSE" +"8832","8832","RT @Vidyut: How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors https://t.co/vsVcgjcmz5 #biometricked","FALSE","0",NA,"2017-04-20 07:51:23","FALSE",NA,"854965706651205632",NA,"Twitter Web Client","vetrissimo","12","TRUE","FALSE" +"8833","8833","RT @Oneindia: Months after #DeMonetization, many #ATMs continue to display 'NO CASH' boards https://t.co/Lt68CcJeh5 + +@anusharavi10 reports�","FALSE","0",NA,"2017-04-20 07:50:07","FALSE",NA,"854965385707302912",NA,"Twitter Web Client","hemant_p","1","TRUE","FALSE" +"8834","8834","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 07:47:22","FALSE",NA,"854964696155398144",NA,"Twitter for Android","Sarita79541553","18","TRUE","FALSE" +"8835","8835","Months after #DeMonetization, many #ATMs continue to display 'NO CASH' boards https://t.co/Lt68CcJeh5� https://t.co/AhGQciqJpX","FALSE","1",NA,"2017-04-20 07:46:46","TRUE",NA,"854964546179563520",NA,"Twitter Web Client","Oneindia","1","FALSE","FALSE" +"8836","8836","Wonder if @YouTube's idiotic demonetization of pro wrestling content includes #WWE2K17 LPs?","FALSE","1",NA,"2017-04-20 07:43:47","FALSE",NA,"854963792802750464",NA,"TweetDeck","NoDiceMike","0","FALSE","FALSE" +"8837","8837","@jayanthsugavasi After demonetization Freecharge was giving so much cashback without any real usage intent. Plus sn� https://t.co/Ex1WUrMWNl","FALSE","1","jayanthsugavasi","2017-04-20 07:42:18","TRUE","854954172378120192","854963419815985152","99650546","Twitter Web Client","dhamijaabhi","0","FALSE","FALSE" +"8838","8838","RT @shernazpoonekar: @narendramodi I fully support demonetization... A better India we shall see!!!! Keep it up","FALSE","0",NA,"2017-04-20 07:34:50","FALSE",NA,"854961540004446208",NA,"Twitter Web Client","alekskandrzalat","2","TRUE","FALSE" +"8839","8839","Modi�s Demonetization was not a Failure, proves Manik Sarkar�s Tripura : Black money overflows drains after 5... https://t.co/fPjH54933x","FALSE","0",NA,"2017-04-20 07:34:35","FALSE",NA,"854961479669366784",NA,"Facebook","editorTRINFOWAY","0","FALSE","FALSE" +"8840","8840","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-20 07:31:14","FALSE",NA,"854960633422516226",NA,"Twitter for Android","KasimMH17","9","TRUE","FALSE" +"8841","8841","RT @Undoomed: I'm going to celebrate my demonetization with a NEW VIDEO: Punch all the things! https://t.co/U0HD4IEs5C","FALSE","0",NA,"2017-04-20 07:17:21","FALSE",NA,"854957142683639813",NA,"Twitter Web Client","Fantomas0001","34","TRUE","FALSE" +"8842","8842","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 07:16:12","FALSE",NA,"854956850545958912",NA,"Twitter for Android","MHariMenon","11","TRUE","FALSE" +"8843","8843","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 06:58:02","FALSE",NA,"854952279862120448",NA,"Twitter for Android","binder3807","18","TRUE","FALSE" +"8844","8844","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 06:56:20","FALSE",NA,"854951853410234376",NA,"Twitter for iPhone","vicky20680","11","TRUE","FALSE" +"8845","8845","Why should we accept the #demonetization act, support & promote the government initiatives? +Read more:� https://t.co/i9LUdBimIt","FALSE","0",NA,"2017-04-20 06:53:31","TRUE",NA,"854951144241614848",NA,"Twitter Web Client","thecsrjournal","0","FALSE","FALSE" +"8846","8846","I liked a @YouTube video https://t.co/i1GRcOCdPc Update & Livestream; Plans &Demonetization","FALSE","0",NA,"2017-04-20 06:44:04","FALSE",NA,"854948767090520065",NA,"Google","Lachlan_Argyle","0","FALSE","FALSE" +"8847","8847","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 06:43:33","FALSE",NA,"854948633694715904",NA,"Twitter for Android","JasveerF","18","TRUE","FALSE" +"8848","8848","@suhelseth @quirky1_ Sems Demonetization reduced trafficking to Red light areas ","FALSE","1","suhelseth","2017-04-20 06:36:51","FALSE","854702354418905088","854946947593113600","37168231","Twitter Web Client","ragub6","0","FALSE","FALSE" +"8849","8849","RT @mituamin: The latest The Demonetization Daily! https://t.co/5DEW9k59N6 #racism","FALSE","0",NA,"2017-04-20 06:33:39","FALSE",NA,"854946144375496704",NA,"RoundTeam","StuartKenyon81","1","TRUE","FALSE" +"8850","8850","New or old notes? If new notes then will @TimesNow dare to question government, What has demonetization achieved? https://t.co/q1lrkAMSQi","FALSE","0",NA,"2017-04-20 06:30:26","FALSE",NA,"854945333943705601",NA,"Twitter Web Client","aabothale","0","FALSE","FALSE" +"8851","8851","RT @Holmes2491: All those who say demonetization was not a good move,just look at proactive ED n income tax raids right now.Major crackdown�","FALSE","0",NA,"2017-04-20 06:27:06","FALSE",NA,"854944494264995840",NA,"Twitter for Android","adv_animesh","1","TRUE","FALSE" +"8852","8852","The latest The Demonetization Daily! https://t.co/5DEW9k59N6 #racism","FALSE","0",NA,"2017-04-20 06:14:27","FALSE",NA,"854941312264658944",NA,"Paper.li","mituamin","1","FALSE","FALSE" +"8853","8853","@drnngujarathi During Demonetization, friends (across cities ) told drop in d no.of LSCS.","FALSE","1","drnngujarathi","2017-04-20 06:10:06","FALSE","854938307305852930","854940218272563200","72363413","Twitter for Android","EmmetBats","0","FALSE","FALSE" +"8854","8854","@tufailelif PM Modi's demonetization drive was a clever move to get Public to 'fund' Banks in bad shape after huge� https://t.co/IPLEBYV3KE","FALSE","0","tufailelif","2017-04-20 06:08:38","TRUE","854938982764892161","854939849995898880","21002587","Twitter Web Client","SimpleIndian1","0","FALSE","FALSE" +"8855","8855","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 06:01:11","FALSE",NA,"854937974588485632",NA,"Twitter for Android","mahaishwar","7","TRUE","FALSE" +"8856","8856","Update & Livestream; Plans &Demonetization https://t.co/gzBxQW6pqE","FALSE","2",NA,"2017-04-20 05:59:32","FALSE",NA,"854937558463205377",NA,"Google","Aurini","0","FALSE","FALSE" +"8857","8857","RT @KambojMeenakshi: #VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet�","FALSE","0",NA,"2017-04-20 05:52:02","FALSE",NA,"854935672129552385",NA,"Twitter for iPhone","SahilBalu456","18","TRUE","FALSE" +"8858","8858","#VijayMallya +After demonetization first modi waived off Mallya's loan and now got him bailed out +Is modi Mallya's pet dog? +@AshokTanwar_INC","FALSE","23",NA,"2017-04-20 05:48:29","FALSE",NA,"854934778189099014",NA,"Twitter for Android","KambojMeenakshi","18","FALSE","FALSE" +"8859","8859","RT @GujaratHeadline: Teaser launched of Short Film ""#DEMONetization - Fight Against Corruption"" in #Ahmedabad more at https://t.co/UwUQuYaY�","FALSE","0",NA,"2017-04-20 05:44:53","FALSE",NA,"854933871552540673",NA,"Twitter for Android","PandavKhushbu","1","TRUE","FALSE" +"8860","8860","Teaser launched of Short Film ""#DEMONetization - Fight Against Corruption"" in #Ahmedabad more at� https://t.co/5va4jYRfj2","FALSE","2",NA,"2017-04-20 05:38:29","TRUE",NA,"854932262629949441",NA,"Twitter Web Client","GujaratHeadline","1","FALSE","FALSE" +"8861","8861","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 05:29:12","FALSE",NA,"854929924834119684",NA,"Twitter for Android","AkashSikdar15","1333","TRUE","FALSE" +"8862","8862","@BJP4India @narendramodi @AmitShah @nitin_gadkari First Demonetization, Now Red Beacons. @narendramodi nam k neta l� https://t.co/ZZh5moXRTq","FALSE","0","BJP4India","2017-04-20 05:28:05","TRUE","854672115982680065","854929642133757952","207809313","Twitter Web Client","askqry","0","FALSE","FALSE" +"8863","8863","@sardesairajdeep @narendramodi Plz confirm how many times U have stand in a queue during demonetization ?","FALSE","0","sardesairajdeep","2017-04-20 05:25:49","FALSE","854906758547914752","854929074585714688","56304605","Twitter for Android","farshwan_sumit","0","FALSE","FALSE" +"8864","8864","IMF-India growth forecast for FY18 at 7.2% and FY19 at 7.7% well ahead of its forecast for China +Where is demonetization effect ?","FALSE","1",NA,"2017-04-20 05:19:22","FALSE",NA,"854927450228260865",NA,"Twitter Web Client","TheJeonsa","1","FALSE","FALSE" +"8865","8865","@chettysons Take On Hurdles Of Online #Jewelry Trading, #Demonetization and more via @EntrepreneurIND https://t.co/KF5tmEfSnk","FALSE","0","chettysons","2017-04-20 05:14:44","FALSE",NA,"854926283695849477","608204115","Twitter Web Client","snehabanerg","0","FALSE","FALSE" +"8866","8866","@Asher_Wolf @withMEAA @QandA Some people try to make money with a @youtube commentary or journalism channel.Demonet� https://t.co/z7k8ukjMch","FALSE","0","Asher_Wolf","2017-04-20 05:13:23","TRUE","854924598889955328","854925943449673728","15486485","Twitter Web Client","Truth_Quest30","0","FALSE","FALSE" +"8867","8867","RT @rishabhkulkul: @aappoojapandey @ArvindKejriwal this is what happens after demonetization , new ways to make the lost money ehh","FALSE","0",NA,"2017-04-20 04:55:38","FALSE",NA,"854921476205494273",NA,"Twitter Web Client","nAVkHdpG1wdnBoL","2","TRUE","FALSE" +"8868","8868","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-20 04:36:42","FALSE",NA,"854916713359474688",NA,"Twitter for iPhone","roywinder7","1333","TRUE","FALSE" +"8869","8869","Voted 3 years ago in Loksabha elections! nothing gained personally. Pains of demonetization... standing/searching for cash in ATM queues now","FALSE","0",NA,"2017-04-20 04:29:50","FALSE",NA,"854914984731590658",NA,"Twitter Web Client","vjshankar","0","FALSE","FALSE" +"8870","8870","All those who say demonetization was not a good move,just look at proactive ED n income tax raids right now.Major crackdown on black money","FALSE","0",NA,"2017-04-20 04:26:54","FALSE",NA,"854914246815232000",NA,"Twitter for Android","Holmes2491","1","FALSE","FALSE" +"8871","8871","How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors https://t.co/fbr6YfeybL","FALSE","0",NA,"2017-04-20 04:25:04","FALSE",NA,"854913786905493504",NA,"Twitter Web Client","DuncanGalbrait1","0","FALSE","FALSE" +"8872","8872","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 04:24:44","FALSE",NA,"854913700821684224",NA,"Twitter Web Client","smohan59","11","TRUE","FALSE" +"8873","8873","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-20 04:14:00","FALSE",NA,"854911001942265856",NA,"Twitter for iPhone","gaurav_jain13","52","TRUE","FALSE" +"8874","8874","@narendramodi +After demonetization , removing the red beacon is a great move.Thanks for removing the VIP culture.","FALSE","0","narendramodi","2017-04-20 04:12:13","FALSE",NA,"854910552249737220","18839785","Twitter for Android","RaniMis51954219","0","FALSE","FALSE" +"8875","8875","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-20 04:05:45","FALSE",NA,"854908923156979712",NA,"Twitter for Android","SmjSri","85","TRUE","FALSE" +"8876","8876","@PMOIndia Sir, Demonetization is over yet ATMs in Silvassa where you visited on 17th April '17 are still facing cash and denomination crunch","FALSE","0","PMOIndia","2017-04-20 03:57:53","FALSE",NA,"854906942673887232","471741741","Twitter Web Client","RonaldJLawrence","0","FALSE","FALSE" +"8877","8877","#Lies_Around_Demonetization : Digital Transaction Volume + +The Reserve Bank of India (RBI) data shows that Niti... https://t.co/3scdCBqu2C","FALSE","0",NA,"2017-04-20 03:54:38","FALSE",NA,"854906124994191360",NA,"Facebook","DhirendraSSingh","0","FALSE","FALSE" +"8878","8878","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-20 03:51:32","FALSE",NA,"854905345021550592",NA,"Twitter for iPhone","santosh20021983","85","TRUE","FALSE" +"8879","8879","@arunjaitley why no cash in ATMS AND BANKS months after demonetization is over.","FALSE","0","arunjaitley","2017-04-20 03:46:07","FALSE",NA,"854903983080706049","2183816041","Twitter for iPhone","tkkumar54","0","FALSE","FALSE" +"8880","8880","@BreezyTheButt I've a got a demonetization on Night in the Woods video because of violence. https://t.co/7i41HaDgZ3","FALSE","1","BreezyTheButt","2017-04-20 03:45:56","FALSE","854845929945518081","854903938650443776","418912007","Twitter Web Client","qewcat","0","FALSE","FALSE" +"8881","8881","Interesting history of currency and demonetization on US military bases https://t.co/Ko3PvPtHc9","FALSE","1",NA,"2017-04-20 03:40:03","FALSE",NA,"854902454474784768",NA,"Twitter for iPhone","paul_jacksn","1","FALSE","FALSE" +"8882","8882","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 03:29:27","FALSE",NA,"854899788244029441",NA,"Twitter for iPhone","_SK2016","7","TRUE","FALSE" +"8883","8883","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 03:19:37","FALSE",NA,"854897312350560256",NA,"Twitter for iPhone","ipjaju","7","TRUE","FALSE" +"8884","8884","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 03:15:51","FALSE",NA,"854896364689342464",NA,"Twitter for iPhone","safwanshafeeque","7","TRUE","FALSE" +"8885","8885","RT @Janamejayan: Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https:�","FALSE","0",NA,"2017-04-20 03:14:26","FALSE",NA,"854896008785838080",NA,"Twitter for Android","HAShankaranaray","7","TRUE","FALSE" +"8886","8886","@narendramodi HonorableSir,At The Time Of Demonetization I TDR This Ticket On 05/01/17.But Till Now My Amount Is No� https://t.co/fzJwobdfef","FALSE","0","narendramodi","2017-04-20 03:11:18","TRUE",NA,"854895221527728129","18839785","Twitter for Android","anshuk711","0","FALSE","FALSE" +"8887","8887","RT @macrodidact: Weird thought but Amazon is a stealth accelerant towards demonetization https://t.co/MDtCEe46zM","FALSE","0",NA,"2017-04-20 03:11:16","FALSE",NA,"854895212342251521",NA,"Twitter for iPhone","daves_folly","1","TRUE","FALSE" +"8888","8888","Didn't I tweeted on this? More proof! There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","6",NA,"2017-04-20 03:10:05","FALSE",NA,"854894914194333701",NA,"Hootsuite","Janamejayan","7","FALSE","FALSE" +"8889","8889","Weird thought but Amazon is a stealth accelerant towards demonetization https://t.co/MDtCEe46zM","FALSE","9",NA,"2017-04-20 03:09:54","FALSE",NA,"854894868342198273",NA,"Twitter for iPhone","macrodidact","1","FALSE","FALSE" +"8890","8890","@arvindsubraman Corrected link - https://t.co/vgIvY70tqO","FALSE","0","arvindsubraman","2017-04-20 03:03:42","FALSE","854882720987721728","854893307503276032","369680637","Twitter Web Client","LeftyCricketer9","0","FALSE","FALSE" +"8891","8891","RT @ms_rana: I sincerely hope Modi is not planning another round of demonetization ... https://t.co/pLfDRTG58N","FALSE","0",NA,"2017-04-20 03:02:15","FALSE",NA,"854892941357203456",NA,"Twitter for Android","sanjai2july","2","TRUE","FALSE" +"8892","8892","RT @ms_rana: I sincerely hope Modi is not planning another round of demonetization ... https://t.co/pLfDRTG58N","FALSE","0",NA,"2017-04-20 02:59:41","FALSE",NA,"854892295740698624",NA,"Twitter for Android","uk_2911","2","TRUE","FALSE" +"8893","8893","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 02:57:52","FALSE",NA,"854891838385274880",NA,"Twitter for Android","bhasaby","11","TRUE","FALSE" +"8894","8894","I sincerely hope Modi is not planning another round of demonetization ... https://t.co/pLfDRTG58N","FALSE","1",NA,"2017-04-20 02:56:02","FALSE",NA,"854891376898473984",NA,"Twitter Web Client","ms_rana","2","FALSE","FALSE" +"8895","8895","RT @Suicidal_Hindu: @UnSubtleDesi Again it is a Demonetization moment......The Sickular celebrates...Mullah also.. +Hindu get united.. +Many�","FALSE","0",NA,"2017-04-20 02:52:15","FALSE",NA,"854890425668194304",NA,"Twitter for Android","Anarchified","1","TRUE","FALSE" +"8896","8896","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 02:42:59","FALSE",NA,"854888093987491841",NA,"Twitter for Android","sandy_094","11","TRUE","FALSE" +"8897","8897","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 02:37:45","FALSE",NA,"854886776221175808",NA,"Twitter for Android","dhruvbhim","11","TRUE","FALSE" +"8898","8898","Thank u @narendramodi sir for such a bold step after demonetization... +This will minimize the diff b/w ministers and public.","FALSE","1",NA,"2017-04-20 02:37:27","FALSE",NA,"854886703147995136",NA,"Twitter for Android","gur1997singh","0","FALSE","FALSE" +"8899","8899","@EdwardHyena @MatthewRiggs19 @MsBlaireWhite @VanessaWCheese @_Omegon_ @tea_bing @TehMimi @OneSatiratician� https://t.co/OlFpndCP30","FALSE","2","EdwardHyena","2017-04-20 02:36:57","TRUE","854822227564539904","854886577797029892","826595718584467456","Twitter for iPhone","OfficialGATG","0","FALSE","FALSE" +"8900","8900","RT @arvindsubraman: Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-are-ch�","FALSE","0",NA,"2017-04-20 02:31:24","FALSE",NA,"854885181248999424",NA,"Twitter for Android","virgokaran","11","TRUE","FALSE" +"8901","8901","New post (Currency Demonetization Impact The Indian Auto Industry) has been published on PREMIER NATIONAL LOANS & L� https://t.co/GwmJi81O1S","FALSE","0",NA,"2017-04-20 02:26:09","TRUE",NA,"854883856796831744",NA,"PNLLG ","PNL_LG","0","FALSE","FALSE" +"8902","8902","RT @Janamejayan: There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","0",NA,"2017-04-20 02:25:01","FALSE",NA,"854883571919728646",NA,"Twitter for Windows","TrustingINDIA","4","TRUE","FALSE" +"8903","8903","@vasudevan_k He has been indirectly conveying that he isn't comfortable with demonetization.","FALSE","0","vasudevan_k","2017-04-20 02:24:38","FALSE","854784744357150720","854883477279211520","34338789","Twitter for Android","nannayamm","0","FALSE","FALSE" +"8904","8904","Many Thanks. Conversation was on UBI (Universal Basic Income). Link here: https://t.co/kzfxekesh3�-how-big-ideas-ar� https://t.co/yL68wBQ2oS","FALSE","34",NA,"2017-04-20 02:21:38","TRUE",NA,"854882720987721728",NA,"Twitter for iPhone","arvindsubraman","11","FALSE","FALSE" +"8905","8905","@hankgreen demonetization","FALSE","1","hankgreen","2017-04-20 02:21:35","FALSE","854879052846559232","854882707570135040","61592079","Twitter Web Client","LucasPBernard","0","FALSE","FALSE" +"8906","8906","This demonetization trend on YouTube is probably doing more to kill the atheist movement than any religious pushback.","FALSE","0","torlack","2017-04-20 02:20:22","FALSE","854881830922858496","854882402816200704","2864991063","Twitter for iPad","torlack","0","FALSE","FALSE" +"8907","8907","RT @Janamejayan: There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","0",NA,"2017-04-20 02:19:19","FALSE",NA,"854882139506171904",NA,"Twitter for Android","kanimozhi","4","TRUE","FALSE" +"8908","8908","RT @DavisonVideo: @hankgreen Right now? That we don't know what us going on with shadow demonetization of monetized content and how to fix�","FALSE","0",NA,"2017-04-20 02:14:24","FALSE",NA,"854880900450004992",NA,"Twitter Web Client","rikkipoynter","1","TRUE","FALSE" +"8909","8909","The latest The Demonetization Daily! https://t.co/5DEW9k59N6 Thanks to @timed_impulse @MindstreamStu @GameBizLaw #india #racism","FALSE","0",NA,"2017-04-20 02:13:52","FALSE",NA,"854880766777577473",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"8910","8910","@hankgreen Right now? That we don't know what us going on with shadow demonetization of monetized content and how t� https://t.co/Xm1AkWWgzh","FALSE","21","hankgreen","2017-04-20 02:09:56","TRUE","854879052846559232","854879779421605888","61592079","Twitter Lite","DavisonVideo","1","FALSE","FALSE" +"8911","8911","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 02:09:47","FALSE",NA,"854879737763647488",NA,"Twitter for Android","zeusraj","11","TRUE","FALSE" +"8912","8912","Econ prof just after #demonetization:""GDP will fall below 6"" +Econ prof now: ""GDP is a very nominal figure.Does not represent reality""","FALSE","0",NA,"2017-04-20 02:00:03","FALSE",NA,"854877288478801920",NA,"Twitter Web Client","sanmissar","0","FALSE","FALSE" +"8913","8913","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:59:40","FALSE",NA,"854877194736332800",NA,"Twitter for iPhone","diggilaxmiputra","11","TRUE","FALSE" +"8914","8914","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:52:29","FALSE",NA,"854875387259518976",NA,"Twitter for iPhone","niravstoons","11","TRUE","FALSE" +"8915","8915","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:43:27","FALSE",NA,"854873111522455553",NA,"Twitter for Android","arianrams","11","TRUE","FALSE" +"8916","8916","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:42:50","FALSE",NA,"854872957541163009",NA,"Twitter for Android","ramana_brf","11","TRUE","FALSE" +"8917","8917","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:42:11","FALSE",NA,"854872793124552704",NA,"Twitter for iPhone","Chetanshrimal","11","TRUE","FALSE" +"8918","8918","RT @teasri: Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","0",NA,"2017-04-20 01:40:10","FALSE",NA,"854872287488516096",NA,"Twitter for iPhone","prasannavishy","11","TRUE","FALSE" +"8919","8919","Indian economy rebounding strongly from demonetization. https://t.co/9tjwqdwnkx","FALSE","9",NA,"2017-04-20 01:35:37","FALSE",NA,"854871142271774721",NA,"Twitter Web Client","teasri","11","FALSE","FALSE" +"8920","8920","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/y7hLnmC2bS via @YouTube","FALSE","0",NA,"2017-04-20 01:34:31","FALSE",NA,"854870863421689856",NA,"Twitter Web Client","SonicState1","0","FALSE","FALSE" +"8921","8921","RT @FastNewsDelhi: Must Read-> How Modiji's step towards #Demonetization helped India from bigger ""DISASTER "" +#DemonetizationBenefits #Demo�","FALSE","0",NA,"2017-04-20 01:20:29","FALSE",NA,"854867333277470720",NA,"Twitter Lite","RoevanScoob","161","TRUE","FALSE" +"8922","8922","@ManyATrueNerd I wonder what Youtube will do about it. They were already losing money, even after the last demonetization thing.","FALSE","0","ManyATrueNerd","2017-04-20 01:08:42","FALSE","854863216236691461","854864366688239618","1416480746","Twitter Web Client","MurderousOtaku","0","FALSE","FALSE" +"8923","8923","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-20 00:56:23","FALSE",NA,"854861266770317312",NA,"Twitter for Android","varoraa3","52","TRUE","FALSE" +"8924","8924","@PMOIndia d purpose of demonetization without a doubt was tainted. D money is in d banks & now they'll charge u for every so called service","FALSE","0","PMOIndia","2017-04-20 00:49:38","FALSE",NA,"854859570170265607","471741741","Twitter Lite","MEHTADARSHANS","2","FALSE","FALSE" +"8925","8925","The Demonetization and Censorship On YouTube is Nothing Personal Just Buisness","FALSE","1",NA,"2017-04-20 00:41:13","FALSE",NA,"854857449421123584",NA,"Twitter Web Client","fireferretking","0","FALSE","FALSE" +"8926","8926","@TheDiamondHit I'm in the same boat as you, but I kind of actually have a reason for my demonetization opinions a� https://t.co/W9cydSRD62","FALSE","1","TheDiamondHit","2017-04-20 00:24:22","TRUE","854852792057462785","854853212205133824","337257555","Twitter Web Client","MCGoldMine","0","FALSE","FALSE" +"8927","8927","Visa USA | After demonetization: India�s move to a �less-cash� society #fintech #banking #creditunions #tech https://t.co/73gYNKvbD3","FALSE","2",NA,"2017-04-19 23:57:26","FALSE",NA,"854846431831760896",NA,"LinkedIn","BenjaminCorman","0","FALSE","FALSE" +"8928","8928","RT @asiatimesonline: Mallya�s arrest is the second strike against corruption after demonetization in November last year #India https://t.co�","FALSE","0",NA,"2017-04-19 23:50:03","FALSE",NA,"854844576326090753",NA,"Twitter for Android","hey_hey_mikey","1","TRUE","FALSE" +"8929","8929","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 23:38:37","FALSE",NA,"854841697158737920",NA,"Twitter for Android","pavan_sethi","9","TRUE","FALSE" +"8930","8930","RT @FastNewsDelhi: Must Read-> How Modiji's step towards #Demonetization helped India from bigger ""DISASTER "" +#DemonetizationBenefits #Demo�","FALSE","0",NA,"2017-04-19 23:23:14","FALSE",NA,"854837826935857152",NA,"Twitter for Android","GEETAMENON3","161","TRUE","FALSE" +"8931","8931","Mallya�s arrest is the second strike against corruption after demonetization in November last year #India https://t.co/Ac8U3K5UHG","FALSE","0",NA,"2017-04-19 23:20:07","FALSE",NA,"854837042861289472",NA,"Hootsuite","asiatimesonline","1","FALSE","FALSE" +"8932","8932","India's attempt to go cashless is turning food vouchers digital https://t.co/nG4eKRan2A #Demonetization #India https://t.co/Olw7pUH7Jz","FALSE","0",NA,"2017-04-19 22:57:14","FALSE",NA,"854831281271578624",NA,"dlvr.it","thekenshen","0","FALSE","FALSE" +"8933","8933","Now you can wear India's new currency notes printed on your sari + +After the Indian government's demonetization� https://t.co/t3WtavvCsy","FALSE","0",NA,"2017-04-19 22:51:14","TRUE",NA,"854829774274822144",NA,"Twitter Web Client","SedaGirl","0","FALSE","FALSE" +"8934","8934","RT @jiggajones: I am Demonetized FYI https://t.co/6HaqM3fqfY #demonetization #comedy #LOL","FALSE","0",NA,"2017-04-19 22:43:46","FALSE",NA,"854827895860019201",NA,"Twitter Web Client","Bingchemtrails","1","TRUE","FALSE" +"8935","8935","I am Demonetized FYI https://t.co/6HaqM3fqfY #demonetization #comedy #LOL","FALSE","3",NA,"2017-04-19 22:28:51","FALSE",NA,"854824141584605185",NA,"Twitter Web Client","jiggajones","1","FALSE","FALSE" +"8936","8936","RT @myePaisa: Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/hhitnxhbpL","FALSE","0",NA,"2017-04-19 22:01:23","FALSE",NA,"854817228369178624",NA,"Twitter Lite","damned_poet","3","TRUE","FALSE" +"8937","8937","On #UBI in India, targeting-in & targeting-out https://t.co/mPre0ihhZg via @cgdev","FALSE","2",NA,"2017-04-19 21:45:41","FALSE",NA,"854813275011387392",NA,"Twitter for iPhone","heinemana","0","FALSE","FALSE" +"8938","8938","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-19 21:41:05","FALSE",NA,"854812118494871552",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"8939","8939","Fantastic talk by @TheOfficialSBI Chairwoman #ArundhatiBhattacharya on demonetization driving digitalization and mo� https://t.co/EGA3mGkE2a","FALSE","0",NA,"2017-04-19 21:29:13","TRUE",NA,"854809134268641280",NA,"Twitter for iPhone","ezudi","0","FALSE","FALSE" +"8940","8940","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 21:22:44","FALSE",NA,"854807501405003776",NA,"Twitter for Android","MoiMaverick","71","TRUE","FALSE" +"8941","8941","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 21:17:59","FALSE",NA,"854806306045165568",NA,"Tweetbot for Mac","theirishtide","6","TRUE","FALSE" +"8942","8942","I liked a @YouTube video https://t.co/m7kBYY1bsk Youtube Monetization Or Demonetization?","FALSE","1",NA,"2017-04-19 21:12:19","FALSE",NA,"854804881294729216",NA,"Google","80spcc","0","FALSE","FALSE" +"8943","8943","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 21:11:13","FALSE",NA,"854804603589799940",NA,"Twitter Web Client","ldsN2N4WcpTpQsd","1333","TRUE","FALSE" +"8944","8944","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 21:09:55","FALSE",NA,"854804274714378242",NA,"Twitter for Android","ntsocool1","85","TRUE","FALSE" +"8945","8945","I liked a @YouTube video https://t.co/5hOJZlGKxv Youtube Monetization Or Demonetization?","FALSE","0",NA,"2017-04-19 21:03:48","FALSE",NA,"854802738026360832",NA,"Google","ricktak9","0","FALSE","FALSE" +"8946","8946","RT @Janamejayan: There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","0",NA,"2017-04-19 20:57:27","FALSE",NA,"854801140445102080",NA,"Twitter for iPhone","vijay_rajan","4","TRUE","FALSE" +"8947","8947","There's an expanding bad-debt crisis in India. Demonetization has not helped. https://t.co/1cIW4HyduO","FALSE","7",NA,"2017-04-19 20:56:39","FALSE",NA,"854800935561854976",NA,"Hootsuite","Janamejayan","4","FALSE","FALSE" +"8948","8948","I added a video to a @YouTube playlist https://t.co/RNIewG5uaZ Youtube Monetization Or Demonetization?","FALSE","0",NA,"2017-04-19 20:55:59","FALSE",NA,"854800770306387972",NA,"Google","armslist","0","FALSE","FALSE" +"8949","8949","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 20:55:32","FALSE",NA,"854800658180055040",NA,"Twitter for Android","Aeykaash","85","TRUE","FALSE" +"8950","8950","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 20:46:04","FALSE",NA,"854798275475513344",NA,"Twitter for Android","sachaturvedi","85","TRUE","FALSE" +"8951","8951","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 20:45:07","FALSE",NA,"854798032847736833",NA,"Twitter for Windows","TrustingINDIA","85","TRUE","FALSE" +"8952","8952","RT @sffed: #Demonetization is catalyzing digital #payments growth in #India. https://t.co/fYBDNtv8MO #SFFedAsiaProgram https://t.co/0gbkajY�","FALSE","0",NA,"2017-04-19 20:41:13","FALSE",NA,"854797053842599936",NA,"Twitter Web Client","sffeded","4","TRUE","FALSE" +"8953","8953","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 20:28:08","FALSE",NA,"854793761959796736",NA,"Twitter for iPhone","gorishankaryad1","85","TRUE","FALSE" +"8954","8954","@TajinderBagga Ye mat bhoolo apki government ne tax payer ka.paida barbad Kiya search bharat aur demonetization ki advertising mein .","FALSE","0","TajinderBagga","2017-04-19 20:24:51","FALSE","854612764689657856","854792933358395393","85462891","Twitter for Android","surajpandey796","0","FALSE","FALSE" +"8955","8955","@PMOIndia @narendramodi petrol pump band krwa k,Demonetization krwa k CORUPTION end hua kya In ur Sarkari offices??Big NO.wats the use then","FALSE","0","PMOIndia","2017-04-19 20:16:58","FALSE",NA,"854790950115135488","471741741","Twitter Lite","Utkarsh_sriv2n","0","FALSE","FALSE" +"8956","8956","@PMOIndia @narendramodi petrol pump and krwa k. +Demonetization krwa k CORUPTION end hua kya In ur Sarkari offices???Big NO.wats the use then","FALSE","0","PMOIndia","2017-04-19 20:16:16","FALSE",NA,"854790772599562240","471741741","Twitter Lite","Utkarsh_sriv2n","0","FALSE","FALSE" +"8957","8957","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 20:16:10","FALSE",NA,"854790750378143745",NA,"Twitter for Android","Manjukorlagunde","85","TRUE","FALSE" +"8958","8958","Demonetization? Keep Calm and Carry On! https://t.co/RNJZTZs86U via @YouTube","FALSE","0",NA,"2017-04-19 20:11:15","FALSE",NA,"854789512567951361",NA,"Twitter Web Client","JLJhippotype","0","FALSE","FALSE" +"8959","8959","@pradipjaitly @ndtv @nitin_gadkari Yes ISIS, Bitcoins, Brexit, Sunny , Mallya, Shakira, JLo, BMW, Range Rover, Bla� https://t.co/tU5lEV4MG2","FALSE","0","pradipjaitly","2017-04-19 20:04:26","TRUE","854776580182335488","854787796883697665","112649881","Twitter for Android","nsesvpdelhi","0","FALSE","FALSE" +"8960","8960","RT @CNBCi: Post-demonetization, India slowly returning to 'normalcy': SBI chair https://t.co/eMzVp6oArw https://t.co/cDMGDTT44D","FALSE","0",NA,"2017-04-19 19:53:26","FALSE",NA,"854785029347704832",NA,"Twitter Web Client","emmanuelheifa","3","TRUE","FALSE" +"8961","8961","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 19:53:13","FALSE",NA,"854784973148110848",NA,"Twitter for Android","ASurpurkar","85","TRUE","FALSE" +"8962","8962","@PMOIndia @CRPaatil demonetization atom bomb crisis will take next sixty yrs only in recovery the setback given by� https://t.co/rtc7BHrb7i","FALSE","0","PMOIndia","2017-04-19 19:44:02","TRUE","854672431100813312","854782663726555136","471741741","Twitter Lite","LALITMailme","0","FALSE","FALSE" +"8963","8963","@realDonaldTrump please stop Google/YouTube censorship campaign on alternative news & conservative news! #MAGA #selective #demonetization","FALSE","0","realDonaldTrump","2017-04-19 19:42:23","FALSE",NA,"854782248863715328","25073877","Twitter for iPhone","Trumps_Trooper","0","FALSE","FALSE" +"8964","8964","RT @CNBCi: Post-demonetization, India slowly returning to 'normalcy': SBI chair https://t.co/eMzVp6oArw https://t.co/cDMGDTT44D","FALSE","0",NA,"2017-04-19 19:41:49","FALSE",NA,"854782106073014272",NA,"Twitter Web Client","CarlosMBorbon","3","TRUE","FALSE" +"8965","8965","Lots of people I enjoy watching on Youtube are quitting series a few episodes in due to the rampant demonetization on the platform. :(","FALSE","0",NA,"2017-04-19 19:31:08","FALSE",NA,"854779417704443904",NA,"Twitter Web Client","mikesmith1972","0","FALSE","FALSE" +"8966","8966","Aamir Khan�s �Dangal� Beats India�s Demonetization Blues https://t.co/Q2rR1iD2jF","FALSE","0",NA,"2017-04-19 19:27:41","FALSE",NA,"854778546568536064",NA,"Twitter Web Client","sionchibi","0","FALSE","FALSE" +"8967","8967","@strengthgentle @Alex__Katz @21logician @RubinReport Is it me or is Rubin's pandering getting more & more desperate� https://t.co/6SDLbxYf92","FALSE","0","strengthgentle","2017-04-19 19:21:57","TRUE","854774185419309057","854777105753800706","787481925539786753","Twitter Web Client","sht123sht","0","FALSE","FALSE" +"8968","8968","@UnSubtleDesi Again it is a Demonetization moment......The Sickular celebrates...Mullah also.. +Hindu get united.. +M� https://t.co/XQFaAeWpr4","FALSE","0","UnSubtleDesi","2017-04-19 19:10:06","TRUE","854577105283280896","854774124782133248","17741799","Twitter for Android","Suicidal_Hindu","1","FALSE","FALSE" +"8969","8969","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 19:09:50","FALSE",NA,"854774055869796353",NA,"Twitter for Android","retweetkrengeab","85","TRUE","FALSE" +"8970","8970","RT @ryanward87: Notice how YouTube&Google are coming down hard on anyone bringing up real topics? +Rampant demonetization? +Etc? + +No accident�","FALSE","0",NA,"2017-04-19 19:07:07","FALSE",NA,"854773373590700034",NA,"RoundTeam","MoreDeplorable","1","TRUE","FALSE" +"8971","8971","Notice how YouTube&Google are coming down hard on anyone bringing up real topics? +Rampant demonetization? +Etc? + +No� https://t.co/qDUdMqbsDc","FALSE","0",NA,"2017-04-19 19:04:03","TRUE",NA,"854772601243275264",NA,"Twitter for iPhone","ryanward87","1","FALSE","FALSE" +"8972","8972","@TheRealReliantX @YouTube Thanks man- I think you're right, it's temporary, but this isn't really due to demonetiza� https://t.co/4ZYLAShz88","FALSE","1","TheRealReliantX","2017-04-19 18:59:24","TRUE","854769418274054145","854771430948446208","3074240916","Twitter Web Client","realJamesAllsup","0","FALSE","FALSE" +"8973","8973","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 18:55:36","FALSE",NA,"854770471858053120",NA,"Twitter for Android","jaiprakashshah2","90","TRUE","FALSE" +"8974","8974","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 18:49:18","FALSE",NA,"854768888260816897",NA,"Twitter for iPad","shobhapande","52","TRUE","FALSE" +"8975","8975","RT @GauravPandhi: PM Modi upset, expresses displeasure as people began protesting in his rally in Kannauj. There is a lot of dissent due to�","FALSE","0",NA,"2017-04-19 18:29:05","FALSE",NA,"854763799945019392",NA,"Twitter for Android","sonivinod824","1062","TRUE","FALSE" +"8976","8976","Retweeted BajiRao (@Ind_Arya): + +Demolition Man vs Demonetization Man +India Has Suffered Under Both... https://t.co/ezSiKxd8S9","FALSE","0",NA,"2017-04-19 18:28:13","FALSE",NA,"854763583154012160",NA,"Facebook","NitinRaut2","0","FALSE","FALSE" +"8977","8977","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 18:28:05","FALSE",NA,"854763549008121858",NA,"Twitter Web Client","NitinRaut2","52","TRUE","FALSE" +"8978","8978","RT @faizaskari: I wish the official #GDP Data after #Demonetization can get endorsement of common #entrepreneurs #SMEs #manufacturing #expo�","FALSE","0",NA,"2017-04-19 18:26:42","FALSE",NA,"854763199308025856",NA,"Twitter Web Client","ParshantHadala","148","TRUE","FALSE" +"8979","8979","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 18:26:15","FALSE",NA,"854763089719328786",NA,"Twitter for Android","THEHELMETFIRE","6","TRUE","FALSE" +"8980","8980","@narendramodi first u made common man special in demonetization..now u made VIP an ordinary traveller.. Hats off! Proud to vote for u..","FALSE","0","narendramodi","2017-04-19 18:26:05","FALSE",NA,"854763044932534272","18839785","Twitter for Android","RakeshS97596152","0","FALSE","FALSE" +"8981","8981","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 18:24:36","FALSE",NA,"854762672058925064",NA,"Twitter Web Client","lia_ferrante","6","TRUE","FALSE" +"8982","8982","RT @CryptKeeperBTT: #Bitcoin Booming in India Due to 'Underlying Benefits' - Not Demonetization https://t.co/pyOTDcpooy https://t.co/lUpCFd�","FALSE","0",NA,"2017-04-19 18:21:14","FALSE",NA,"854761823748460544",NA,"Twitter Web Client","phantompen","1","TRUE","FALSE" +"8983","8983","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 18:21:00","FALSE",NA,"854761767943131136",NA,"Twitter for Android","LodhAmar","52","TRUE","FALSE" +"8984","8984","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 18:20:01","FALSE",NA,"854761517392068608",NA,"Twitter for iPhone","AmTrehan","52","TRUE","FALSE" +"8985","8985","#Bitcoin Booming in India Due to 'Underlying Benefits' - Not Demonetization https://t.co/pyOTDcpooy https://t.co/lUpCFd4y4K","FALSE","0",NA,"2017-04-19 18:19:10","FALSE",NA,"854761305173090308",NA,"Crowdfire - Go Big","CryptKeeperBTT","1","FALSE","FALSE" +"8986","8986","RT @FastNewsDelhi: Must Read-> How Modiji's step towards #Demonetization helped India from bigger ""DISASTER "" +#DemonetizationBenefits #Demo�","FALSE","0",NA,"2017-04-19 18:10:47","FALSE",NA,"854759193777065984",NA,"Twitter for Android","vkn2904","161","TRUE","FALSE" +"8987","8987","Nice to be quoted, better when you don't know about it https://t.co/1Es3mozKIv","FALSE","0",NA,"2017-04-19 18:08:52","FALSE",NA,"854758713315536902",NA,"Facebook","alokpatnia","0","FALSE","FALSE" +"8988","8988","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 18:07:31","FALSE",NA,"854758372679208960",NA,"Twitter for iPhone","ankstoy","35","TRUE","FALSE" +"8989","8989","Rebound after demonetization effects beginning to wear. https://t.co/sYcJV0VJFD","FALSE","0",NA,"2017-04-19 18:02:43","FALSE",NA,"854757167014043648",NA,"Twitter Web Client","teasri","0","FALSE","FALSE" +"8990","8990","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 18:02:02","FALSE",NA,"854756994233679872",NA,"Twitter for Android","rk3222887","1333","TRUE","FALSE" +"8991","8991","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 17:55:39","FALSE",NA,"854755387836252160",NA,"Twitter for iPhone","christianocon","6","TRUE","FALSE" +"8992","8992","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 17:52:25","FALSE",NA,"854754571494854656",NA,"Twitter for iPhone","JanStevenson9","35","TRUE","FALSE" +"8993","8993","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 17:50:19","FALSE",NA,"854754046350983168",NA,"Twitterrific","KingConan13","6","TRUE","FALSE" +"8994","8994","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 17:49:39","FALSE",NA,"854753875340951556",NA,"Twitter for Android","leadingdayo","90","TRUE","FALSE" +"8995","8995","RT @FastNewsDelhi: Must Read-> How Modiji's step towards #Demonetization helped India from bigger ""DISASTER "" +#DemonetizationBenefits #Demo�","FALSE","0",NA,"2017-04-19 17:45:23","FALSE",NA,"854752805067816965",NA,"Twitter for iPhone","devyanidilli","161","TRUE","FALSE" +"8996","8996","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 17:42:16","FALSE",NA,"854752019558649858",NA,"Twitter for Android","ShailendraAseem","85","TRUE","FALSE" +"8997","8997","A Message To #Liberal Youtubers [Video] https://t.co/HO291PHkmV + +#adpocalypse #uniteblue #demonetization #demonetized #p2 #libcrib @youtube","FALSE","0",NA,"2017-04-19 17:40:31","FALSE",NA,"854751578930249728",NA,"Hootsuite","wnick75","0","FALSE","FALSE" +"8998","8998","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-19 17:39:24","FALSE",NA,"854751297878228994",NA,"Twitter Web Client","serengetisun","58","TRUE","FALSE" +"8999","8999","RT @manoharparrikar: Demonetization has struck the core of terror funding & PM @narendramodi ji in his speech today emphasized on continuin�","FALSE","0",NA,"2017-04-19 17:39:09","FALSE",NA,"854751233344655360",NA,"Twitter for Android","das_prashant777","1443","TRUE","FALSE" +"9000","9000","RT @PaulTassi: TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","0",NA,"2017-04-19 17:33:03","FALSE",NA,"854749699886256128",NA,"Twitter for iPhone","slowhandzen","6","TRUE","FALSE" +"9001","9001","RT @Agenda21Truth: Uncovering The Truth About YouTube Demonetization AdSense Boycott & Censorship #Censorship #ETNR @morphonios https://t�","FALSE","0",NA,"2017-04-19 17:32:20","FALSE",NA,"854749518306213889",NA,"Twitter for iPhone","mrsbfitz","1","TRUE","FALSE" +"9002","9002","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 17:30:27","FALSE",NA,"854749047227285505",NA,"Twitter Lite","vrkommaraju","85","TRUE","FALSE" +"9003","9003","The Demonetization Effect on India https://t.co/2rcgb7ODu4","FALSE","0",NA,"2017-04-19 17:29:02","FALSE",NA,"854748687104438273",NA,"Twitter Web Client","medaltalb","0","FALSE","FALSE" +"9004","9004","TWITCH: Here are new ways for people to give you money +YOUTUBE: We're calling this new tool the Demonetization Bot 3000","FALSE","42","PaulTassi","2017-04-19 17:28:55","FALSE","854748053240197120","854748658184720385","202674661","Twitter Web Client","PaulTassi","6","FALSE","FALSE" +"9005","9005","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/TIXQkLAj6i","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747755222269952",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"9006","9006","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/O2h2yE2cWB","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747754698035200",NA,"OnlyWire / Official App","shilpatiwari122","0","FALSE","FALSE" +"9007","9007","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/2j67zjVsHY","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747754643566593",NA,"OnlyWire / Official App","vibhore_patel","0","FALSE","FALSE" +"9008","9008","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/yIKVUYPAum","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747754597363717",NA,"OnlyWire / Official App","nick123dsouza1","0","FALSE","FALSE" +"9009","9009","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/eqFuJDlGVt","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747752940675073",NA,"OnlyWire / Official App","mmanishkale2011","0","FALSE","FALSE" +"9010","9010","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jhu1zu2XRQ","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747751778746370",NA,"OnlyWire / Official App","AlexMoon43","0","FALSE","FALSE" +"9011","9011","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/x4UcLf0lFA","FALSE","0",NA,"2017-04-19 17:25:19","FALSE",NA,"854747751745191936",NA,"OnlyWire / Official App","jogindarsingh22","0","FALSE","FALSE" +"9012","9012","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/vS9lvevYQ3","FALSE","0",NA,"2017-04-19 17:25:18","FALSE",NA,"854747751220998144",NA,"OnlyWire / Official App","karansing5991","0","FALSE","FALSE" +"9013","9013","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/7UyaKsBdQ3","FALSE","0",NA,"2017-04-19 17:25:18","FALSE",NA,"854747750281469953",NA,"OnlyWire / Official App","mleora2017","0","FALSE","FALSE" +"9014","9014","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/zBSHbJdRnS","FALSE","0",NA,"2017-04-19 17:25:17","FALSE",NA,"854747746426925056",NA,"OnlyWire / Official App","kalgutkar201","0","FALSE","FALSE" +"9015","9015","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/TduBiEV0k1","FALSE","0",NA,"2017-04-19 17:25:17","FALSE",NA,"854747744665309185",NA,"OnlyWire / Official App","rajenda10367639","0","FALSE","FALSE" +"9016","9016","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/xk2RGncBnP","FALSE","0",NA,"2017-04-19 17:25:16","FALSE",NA,"854747742790352902",NA,"OnlyWire / Official App","vinayvishwaram2","0","FALSE","FALSE" +"9017","9017","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/fHhoS8jBux","FALSE","0",NA,"2017-04-19 17:25:16","FALSE",NA,"854747740429070336",NA,"OnlyWire / Official App","VenakataVeena","0","FALSE","FALSE" +"9018","9018","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/VJJrWxsTBR","FALSE","0",NA,"2017-04-19 17:25:16","FALSE",NA,"854747740248694784",NA,"OnlyWire / Official App","awesomeprem2011","0","FALSE","FALSE" +"9019","9019","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/kcC3aeZh5y","FALSE","0",NA,"2017-04-19 17:25:15","FALSE",NA,"854747737681690626",NA,"OnlyWire / Official App","rameshvaidya201","0","FALSE","FALSE" +"9020","9020","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/XnPSV8L8ZL","FALSE","0",NA,"2017-04-19 17:25:15","FALSE",NA,"854747737178374144",NA,"OnlyWire / Official App","ananyapuri77","0","FALSE","FALSE" +"9021","9021","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/JzaV09EMLo","FALSE","0",NA,"2017-04-19 17:25:15","FALSE",NA,"854747736989728769",NA,"OnlyWire / Official App","misterpeter2017","0","FALSE","FALSE" +"9022","9022","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/znWtkIsH3e","FALSE","0",NA,"2017-04-19 17:25:15","FALSE",NA,"854747736717103104",NA,"OnlyWire / Official App","omkarrawat20171","0","FALSE","FALSE" +"9023","9023","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/BG4rBaFYGW","FALSE","0",NA,"2017-04-19 17:25:15","FALSE",NA,"854747735785951232",NA,"OnlyWire / Official App","dhanu_jairaj","0","FALSE","FALSE" +"9024","9024","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/IDBsQ8GZxH","FALSE","0",NA,"2017-04-19 17:25:14","FALSE",NA,"854747730396229632",NA,"OnlyWire / Official App","RavinaBajpai","0","FALSE","FALSE" +"9025","9025","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/ePV9f4rwSv","FALSE","0",NA,"2017-04-19 17:25:13","FALSE",NA,"854747728429158401",NA,"OnlyWire / Official App","premnat77872313","0","FALSE","FALSE" +"9026","9026","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/aOC1ICLHJz","FALSE","0",NA,"2017-04-19 17:25:13","FALSE",NA,"854747726302638080",NA,"OnlyWire / Official App","prerna762","0","FALSE","FALSE" +"9027","9027","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/3wPM5P7DJs","FALSE","0",NA,"2017-04-19 17:25:12","FALSE",NA,"854747726013136905",NA,"OnlyWire / Official App","premnatalie89","0","FALSE","FALSE" +"9028","9028","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CgNm0CmCTd","FALSE","0",NA,"2017-04-19 17:25:12","FALSE",NA,"854747725715386368",NA,"OnlyWire / Official App","rekeshsingh891","0","FALSE","FALSE" +"9029","9029","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/p5KyjgrrcZ","FALSE","0",NA,"2017-04-19 17:25:12","FALSE",NA,"854747722942906373",NA,"OnlyWire / Official App","sonakshirao151","0","FALSE","FALSE" +"9030","9030","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/qmpDJ15ZlV","FALSE","0",NA,"2017-04-19 17:25:12","FALSE",NA,"854747722485780480",NA,"OnlyWire / Official App","shivash27668993","0","FALSE","FALSE" +"9031","9031","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/egDLVcWpwy","FALSE","0",NA,"2017-04-19 17:25:12","FALSE",NA,"854747722213142528",NA,"OnlyWire / Official App","shilpaseth12017","0","FALSE","FALSE" +"9032","9032","RT @NSuMEeT1: @kamaaaa6 Demonetization is good for us, still your party have back money so sorry about your back money Save Delhi from Arvi�","FALSE","0",NA,"2017-04-19 17:10:00","FALSE",NA,"854743900766052352",NA,"Twitter for Android","choudharylaxmi","1","TRUE","FALSE" +"9033","9033","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 17:04:52","FALSE",NA,"854742606919499776",NA,"Twitter for Android","sway_hi","85","TRUE","FALSE" +"9034","9034","Pepsi Ad Commercial with Kendall Jenner Exposed Real Reason of Youtube Demonetization Urdu/Hindi https://t.co/3voR2KXaCy","FALSE","0",NA,"2017-04-19 16:50:09","FALSE",NA,"854738902191489024",NA,"dlvr.it","nadirfsosa","0","FALSE","FALSE" +"9035","9035","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-19 16:41:23","FALSE",NA,"854736699242422273",NA,"Twitter for Android","indian_idolator","43","TRUE","FALSE" +"9036","9036","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:39:17","FALSE",NA,"854736170219061248",NA,"Twitter for iPhone","500Urvashi","9","TRUE","FALSE" +"9037","9037","@radharaju18 @pbhushan1 all these r victims of demonetization","FALSE","1","radharaju18","2017-04-19 16:36:46","FALSE","854732296506691584","854735534656290816","308329253","Twitter for Windows","ravi_poruri","0","FALSE","FALSE" +"9038","9038","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:32:02","FALSE",NA,"854734345625456641",NA,"Twitter for Android","DineshUdupa","9","TRUE","FALSE" +"9039","9039","@JanLokPaal O ho demonetization problem still you have back money I'm so sorry about your back money Save Delhi fro� https://t.co/D0Pwlgjmro","FALSE","1","JanLokPaal","2017-04-19 16:31:16","TRUE","854731921074528256","854734150980554760","368759853","Twitter for Android","NSuMEeT1","0","FALSE","FALSE" +"9040","9040","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:28:23","FALSE",NA,"854733427580575744",NA,"Twitter for Android","chirag24576","9","TRUE","FALSE" +"9041","9041","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:26:19","FALSE",NA,"854732907591630848",NA,"Twitter for Android","DrSaniaMaan","9","TRUE","FALSE" +"9042","9042","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:25:26","FALSE",NA,"854732684911722496",NA,"Twitter Lite","gohanvsrohan","9","TRUE","FALSE" +"9043","9043","@kamaaaa6 Demonetization is good for us, still your party have back money so sorry about your back money Save Delhi� https://t.co/Fsg8JRjtIk","FALSE","2","kamaaaa6","2017-04-19 16:25:21","TRUE","854731108533096453","854732660798889984","344194221","Twitter for Android","NSuMEeT1","1","FALSE","FALSE" +"9044","9044","@sumanthraman Spineless Tamil media. They are courage to show polls on demonetization.","FALSE","0","sumanthraman","2017-04-19 16:24:11","FALSE","854725188201496576","854732370553032704","54436268","Twitter Web Client","mehanats","0","FALSE","FALSE" +"9045","9045","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:22:59","FALSE",NA,"854732067053215744",NA,"Twitter for Android","AlbertiEnstein","9","TRUE","FALSE" +"9046","9046","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 16:22:43","FALSE",NA,"854731999428231168",NA,"Twitter for Android","TheTweetByGod","85","TRUE","FALSE" +"9047","9047","#demonetization scam zAdaniAmbani scam 11K arab spend on ad scam,bank's crores loan weave off BJP govt full of scam? https://t.co/IajiX5IFmi","FALSE","0",NA,"2017-04-19 16:22:24","FALSE",NA,"854731921074528256",NA,"TwitPane Android","JanLokPaal","0","FALSE","FALSE" +"9048","9048","Pepsi Ad Commercial with Kendall Jenner Exposed Real Reason of Youtube Demonetization Urdu/Hindi https://t.co/cE1UxN6tsO","FALSE","1",NA,"2017-04-19 16:21:00","FALSE",NA,"854731567436111873",NA,"Google","watchersarmy","0","FALSE","FALSE" +"9049","9049","RT @kamaaaa6: #demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo govt full�","FALSE","0",NA,"2017-04-19 16:20:23","FALSE",NA,"854731410434740224",NA,"TwitPane Android","JanLokPaal","9","TRUE","FALSE" +"9050","9050","#demonetization scam, Adani/Ambani scam , 11K arab spend on ad scam,bank's crores loan weave off scam etc etc namo� https://t.co/GvEkOVoB64","FALSE","9",NA,"2017-04-19 16:19:11","TRUE",NA,"854731108533096453",NA,"Twitter Web Client","kamaaaa6","9","FALSE","FALSE" +"9051","9051","RT @myePaisa: Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/hhitnxhbpL","FALSE","0",NA,"2017-04-19 16:15:56","FALSE",NA,"854730293286129664",NA,"Twitter for iPhone","shahinkunnath","3","TRUE","FALSE" +"9052","9052","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 16:15:04","FALSE",NA,"854730075954196480",NA,"Twitter for Android","murthy_sowjanya","85","TRUE","FALSE" +"9053","9053","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:55:36","FALSE",NA,"854725176793194496",NA,"Twitter Lite","KarenBrown732","35","TRUE","FALSE" +"9054","9054","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:54:19","FALSE",NA,"854724852682457088",NA,"Twitter for Android","Barnes_Law","35","TRUE","FALSE" +"9055","9055","After demonetization, the central government had said that there will be no problems to common man, but still common man facing problems","FALSE","1",NA,"2017-04-19 15:54:07","FALSE",NA,"854724801860034560",NA,"Twitter for Android","ahprasad031294","0","FALSE","FALSE" +"9056","9056","@Mathiasian @jkellyr @YouTube And somehow not subject to demonetization","FALSE","0","Mathiasian","2017-04-19 15:52:36","FALSE","840842465359753216","854724419448479745","75736238","Twitter Web Client","lostangleos","0","FALSE","FALSE" +"9057","9057","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 15:51:37","FALSE",NA,"854724171292594176",NA,"Twitter for Android","JahangeerBaba12","71","TRUE","FALSE" +"9058","9058","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:43:55","FALSE",NA,"854722234434375682",NA,"Twitter for Android","kennylatimer216","35","TRUE","FALSE" +"9059","9059","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:39:13","FALSE",NA,"854721052303384578",NA,"Twitter for iPhone","dennyhooven","35","TRUE","FALSE" +"9060","9060","Prayers requested. We have the money we need for the revival meetings. But we can�t ACCESS it due to demonetization! #thisisindia","FALSE","0",NA,"2017-04-19 15:29:43","FALSE",NA,"854718660895756288",NA,"Hootsuite","claycups","0","FALSE","FALSE" +"9061","9061","Deconstructing 'development' & state-citizen relationship through spectacular event: ""performing demonetization""� https://t.co/Y0plrPlV7F","FALSE","2",NA,"2017-04-19 15:28:11","TRUE",NA,"854718274290012161",NA,"Twitter for Android","becca_savory","1","FALSE","FALSE" +"9062","9062","India�s Caste System, Social Inequality and Demonetization https://t.co/Ki3Hl52W0A via @grtvnews","FALSE","0",NA,"2017-04-19 15:28:02","FALSE",NA,"854718237510176768",NA,"Linkis: turn sharing into growth","AvijitSinha5","0","FALSE","FALSE" +"9063","9063","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:27:55","FALSE",NA,"854718210251399168",NA,"Twitter for Android","mysoulindia","85","TRUE","FALSE" +"9064","9064","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 15:26:05","FALSE",NA,"854717745954508800",NA,"Twitter for Android","Ind_Arya","52","TRUE","FALSE" +"9065","9065","RT @siddhu_75: Report card of #NamamiGange , #smartcity , #demonetization ..No one is asking. @narendramodi having fun as liberati busy w #�","FALSE","0",NA,"2017-04-19 15:25:02","FALSE",NA,"854717481201618946",NA,"SCBotBackend","smartcityfeed","1","TRUE","FALSE" +"9066","9066","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:24:28","FALSE",NA,"854717341816549376",NA,"Twitter for Android","Deplorableminx","35","TRUE","FALSE" +"9067","9067","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:23:30","FALSE",NA,"854717097255084034",NA,"Twitter for iPhone","spyvsspy0wnzu","35","TRUE","FALSE" +"9068","9068","Report card of #NamamiGange , #smartcity , #demonetization ..No one is asking. @narendramodi having fun as liberati busy w #yogi #cow #azan","FALSE","1",NA,"2017-04-19 15:23:20","FALSE",NA,"854717056301752320",NA,"Twitter for Android","siddhu_75","1","FALSE","FALSE" +"9069","9069","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:17:34","FALSE",NA,"854715604179140609",NA,"Twitter for Android","chandu532","85","TRUE","FALSE" +"9070","9070","@dhume @TheJaggi Modi has shown the courage expected from a PM which enjoys full majority time and again. You dont� https://t.co/hvh5GueyFv","FALSE","0","dhume","2017-04-19 15:17:07","TRUE","854710513976184834","854715489855164418","47685065","Twitter Web Client","peedjariasedras","0","FALSE","FALSE" +"9071","9071","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:15:53","FALSE",NA,"854715181938683908",NA,"Twitter for Android","rahul_1690","85","TRUE","FALSE" +"9072","9072","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:14:51","FALSE",NA,"854714920138670082",NA,"Twitter for Android","I_Run_E","85","TRUE","FALSE" +"9073","9073","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:14:04","FALSE",NA,"854714723153195008",NA,"Twitter for Android","HIMESH_SS","85","TRUE","FALSE" +"9074","9074","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:13:38","FALSE",NA,"854714615284027392",NA,"Twitter for Android","ramraj007","85","TRUE","FALSE" +"9075","9075","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:09:38","FALSE",NA,"854713607258615808",NA,"Twitter Lite","deepak10811","85","TRUE","FALSE" +"9076","9076","Where are those dogs who started barking against demonetization. Padhna aata hain to padh lo aur samjh lo. https://t.co/Rf67EsxCjs","FALSE","0",NA,"2017-04-19 15:09:18","FALSE",NA,"854713524169326593",NA,"Twitter for Android","indu_jha","1","FALSE","FALSE" +"9077","9077","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:09:11","FALSE",NA,"854713492372430849",NA,"Twitter for Android","akash481991","85","TRUE","FALSE" +"9078","9078","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713299199381504",NA,"TweetDeck","thehotbharatiya","85","TRUE","FALSE" +"9079","9079","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713299115491333",NA,"TweetDeck","savannahrrlatt1","85","TRUE","FALSE" +"9080","9080","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713299107053570",NA,"TweetDeck","PowerNamo","85","TRUE","FALSE" +"9081","9081","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713299077742592",NA,"TweetDeck","ShubhSahu93","85","TRUE","FALSE" +"9082","9082","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713299065126913",NA,"TweetDeck","vikasy552","85","TRUE","FALSE" +"9083","9083","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298951917568",NA,"TweetDeck","SbeeVest","85","TRUE","FALSE" +"9084","9084","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298784198656",NA,"TweetDeck","MadhavK88","85","TRUE","FALSE" +"9085","9085","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298775715840",NA,"TweetDeck","modifan62","85","TRUE","FALSE" +"9086","9086","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298708684800",NA,"TweetDeck","namo_wins","85","TRUE","FALSE" +"9087","9087","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298469572608",NA,"TweetDeck","KaSuroor","85","TRUE","FALSE" +"9088","9088","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298339610624",NA,"TweetDeck","MiiIndia","85","TRUE","FALSE" +"9089","9089","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298335354881",NA,"TweetDeck","lovelyyy300","85","TRUE","FALSE" +"9090","9090","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298268241920",NA,"TweetDeck","DeshBha","85","TRUE","FALSE" +"9091","9091","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298184355841",NA,"TweetDeck","ashokalions","85","TRUE","FALSE" +"9092","9092","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298171723777",NA,"TweetDeck","HdlProud","85","TRUE","FALSE" +"9093","9093","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298159157249",NA,"TweetDeck","Kabirahun","85","TRUE","FALSE" +"9094","9094","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298150858752",NA,"TweetDeck","ianalyzed","85","TRUE","FALSE" +"9095","9095","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298142416896",NA,"TweetDeck","fearless_india","85","TRUE","FALSE" +"9096","9096","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298066984960",NA,"TweetDeck","DhimAbhi","85","TRUE","FALSE" +"9097","9097","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713298037624834",NA,"TweetDeck","damrubaba","85","TRUE","FALSE" +"9098","9098","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713297999765504",NA,"TweetDeck","ChemElsy","85","TRUE","FALSE" +"9099","9099","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 15:08:24","FALSE",NA,"854713297970397184",NA,"TweetDeck","BharatVidhataa","85","TRUE","FALSE" +"9100","9100","""In #India Demonetization leads to more digital #payments"" muses #SanFrancisco #Fed - @sffed +https://t.co/7lKuvVscA0","FALSE","1",NA,"2017-04-19 15:06:02","FALSE",NA,"854712702094131200",NA,"Post with Klout","TJIvinjack","0","FALSE","FALSE" +"9101","9101","India�s Caste System, Social Inequality and Demonetization https://t.co/8rPQYRsH3g via @grtvnews Have we forgotten this, not 6 months up yet","FALSE","0",NA,"2017-04-19 15:04:32","FALSE",NA,"854712323964928000",NA,"Twitter Web Client","swarochak","0","FALSE","FALSE" +"9102","9102","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 15:02:39","FALSE",NA,"854711850629562369",NA,"Twitter for Android","hammslicer","35","TRUE","FALSE" +"9103","9103","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 14:58:58","FALSE",NA,"854710924791427074",NA,"Twitter for Android","ZiddiAkki","52","TRUE","FALSE" +"9104","9104","This article sums it up pretty well in the context of #demonetization. Esp. the ending leaves a lasting impression� https://t.co/SHinsSWtv7","FALSE","0",NA,"2017-04-19 14:58:56","TRUE",NA,"854710914506866688",NA,"Twitter for Android","swarochak","0","FALSE","FALSE" +"9105","9105","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 14:54:27","FALSE",NA,"854709786562244609",NA,"Twitter for Android","nandureddy","85","TRUE","FALSE" +"9106","9106","@subavinash Well apart from being that ...i think he is a victim of demonetization. ","FALSE","0","subavinash","2017-04-19 14:52:45","FALSE","854651596264820738","854709360278331392","169045174","Twitter for Android","ashutoshpaarcha","0","FALSE","FALSE" +"9107","9107","RT @Stupidosaur: @mgrg7 Because AAP is deliberately acting defeatist about demonetization, Aadhaar, EVM everything and pushing CCTV type CI�","FALSE","0",NA,"2017-04-19 14:45:07","FALSE",NA,"854707437286309889",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"9108","9108","@mgrg7 Because AAP is deliberately acting defeatist about demonetization, Aadhaar, EVM everything and pushing CCTV� https://t.co/28zthFLkG5","FALSE","0","mgrg7","2017-04-19 14:44:57","TRUE","854707167810789377","854707397029380096","2575407582","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"9109","9109","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:44:42","FALSE",NA,"854707333150068736",NA,"Twitter for iPhone","AllenElectric","35","TRUE","FALSE" +"9110","9110","Soldiers were ""dying at the border"" only during demonetization.. https://t.co/dNknpUGMfW","FALSE","0",NA,"2017-04-19 14:42:52","FALSE",NA,"854706871101308928",NA,"TweetCaster for Android","lordludus","0","FALSE","FALSE" +"9111","9111","RT @Stupidosaur: @mgrg7 @ArvindKejriwal @AamAadmiParty Also Kejri just did useless bhashanbaaji on TV for demonetization when a legal solut�","FALSE","0",NA,"2017-04-19 14:39:36","FALSE",NA,"854706050024353792",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"9112","9112","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:39:34","FALSE",NA,"854706039127781376",NA,"Twitter for Android","Donk3yKR4P","35","TRUE","FALSE" +"9113","9113","@mgrg7 @ArvindKejriwal @AamAadmiParty Also Kejri just did useless bhashanbaaji on TV for demonetization when a lega� https://t.co/TJvNCZFb9n","FALSE","1","Stupidosaur","2017-04-19 14:39:22","TRUE","854705792498360320","854705991509614594","307807275","Twitter Web Client","Stupidosaur","2","FALSE","FALSE" +"9114","9114",".@narendramodi Vishwas will come not from Demonetization but from action against corrupt n solution to core Hindu i� https://t.co/ioV1voSYJO","FALSE","0","RubalAgrawal","2017-04-19 14:38:55","TRUE","854704636594274304","854705878456426496","107948347","Twitter for Android","RubalAgrawal","0","FALSE","FALSE" +"9115","9115","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:38:53","FALSE",NA,"854705868893552640",NA,"Twitter Lite","bffjjaddict","35","TRUE","FALSE" +"9116","9116","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 14:33:56","FALSE",NA,"854704621574643712",NA,"Twitter for Android","scyber577","52","TRUE","FALSE" +"9117","9117","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 14:30:30","FALSE",NA,"854703758063874048",NA,"Twitter for Android","dimwittedjoker","52","TRUE","FALSE" +"9118","9118","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:27:33","FALSE",NA,"854703018805264384",NA,"Twitter for iPhone","Ggrimaldo123","35","TRUE","FALSE" +"9119","9119","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:25:42","FALSE",NA,"854702550842560512",NA,"Twitter Web Client","iDrifter","35","TRUE","FALSE" +"9120","9120","That being said, I'd start moving toward swearing less regarldess of platform atm with YT's more aggressive demonetization practices.","FALSE","15","arhourigan","2017-04-19 14:23:47","FALSE","854544712245669889","854702069093216256","21445952","TweetDeck","arhourigan","0","FALSE","FALSE" +"9121","9121","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:21:38","FALSE",NA,"854701527944101889",NA,"Twitter for Android","JSYorks","35","TRUE","FALSE" +"9122","9122","RT @Ind_Arya: Demolition Man vs Demonetization Man +India Has Suffered Under Both https://t.co/g3simA6LEG","FALSE","0",NA,"2017-04-19 14:19:14","FALSE",NA,"854700922043224065",NA,"Twitter for iPhone","SlinkyFeline_","52","TRUE","FALSE" +"9123","9123","RT @Luvmunkey: I liked a @YouTube video https://t.co/DzPFS9dnSo India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil U�","FALSE","0",NA,"2017-04-19 14:16:29","FALSE",NA,"854700230918451200",NA,"Twitter Web Client","Luvmunkey","1","TRUE","FALSE" +"9124","9124","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 14:13:57","FALSE",NA,"854699594503999488",NA,"Twitter for Android","itsharsh1986","85","TRUE","FALSE" +"9125","9125","RT @Priyotamo: @RepubIicofIndia Mr. Goswami tell Mr. #sonunigam how these Maulavies can afford 10 lacs after Demonetization. Black money to�","FALSE","0",NA,"2017-04-19 14:12:30","FALSE",NA,"854699227544526848",NA,"Twitter for Android","abhijeetmani","1","TRUE","FALSE" +"9126","9126","@RepubIicofIndia Mr. Goswami tell Mr. #sonunigam how these Maulavies can afford 10 lacs after Demonetization. Black� https://t.co/I77RwuOE3k","FALSE","1","RepubIicofIndia","2017-04-19 14:11:24","TRUE","853941290760896512","854698951878037504","4432535120","Twitter for Android","Priyotamo","1","FALSE","FALSE" +"9127","9127","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 14:11:11","FALSE",NA,"854698896920002562",NA,"Twitter for Android","isakshiamattoo","85","TRUE","FALSE" +"9128","9128","RT @JustinSandefur: 9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +ht�","FALSE","0",NA,"2017-04-19 14:10:51","FALSE",NA,"854698813130518532",NA,"Twitter for iPhone","JMartNotKMart","5","TRUE","FALSE" +"9129","9129","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 14:05:48","FALSE",NA,"854697544219111424",NA,"Twitter for Android","AbuKhadeejah","48","TRUE","FALSE" +"9130","9130","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 14:05:22","FALSE",NA,"854697434391486465",NA,"Twitter for iPhone","EngineerSpoiled","85","TRUE","FALSE" +"9131","9131","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 14:03:27","FALSE",NA,"854696951681605632",NA,"Twitter for Android","blackflag_2012","35","TRUE","FALSE" +"9132","9132","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:51:23","FALSE",NA,"854693913625600001",NA,"Twitter for iPhone","DangerBurch","35","TRUE","FALSE" +"9133","9133","RT @MrMurali_M: #GNFC�s township at #Bharuch in #Gujarat became India�s first cashless township after #Demonetization. #GK","FALSE","0",NA,"2017-04-19 13:51:01","FALSE",NA,"854693823619805185",NA,"Twitter for Android","ClsMurali","1","TRUE","FALSE" +"9134","9134","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:49:02","FALSE",NA,"854693322241187841",NA,"Twitter for Android","LazarusSin","35","TRUE","FALSE" +"9135","9135","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 13:48:54","FALSE",NA,"854693290972676096",NA,"Twitter for Android","AKASHBACK","85","TRUE","FALSE" +"9136","9136","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:44:48","FALSE",NA,"854692258804711425",NA,"Twitter for iPhone","cm5252","35","TRUE","FALSE" +"9137","9137","RT @thetanmay: Waiting for opposition to see the IPL auction and say ""dekha, demonetization ke baad bhi human trafficking chalu Hai""","FALSE","0",NA,"2017-04-19 13:42:40","FALSE",NA,"854691723724955648",NA,"Twitter Web Client","misail_kalinin","205","TRUE","FALSE" +"9138","9138","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:39:04","FALSE",NA,"854690815075119104",NA,"Twitter for Android","EyeGloArts","35","TRUE","FALSE" +"9139","9139","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:35:49","FALSE",NA,"854689998075023360",NA,"Twitter for iPhone","politiburr","35","TRUE","FALSE" +"9140","9140","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 13:34:33","FALSE",NA,"854689678729003008",NA,"Twitter for Android","arpitsizzle","85","TRUE","FALSE" +"9141","9141","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:32:00","FALSE",NA,"854689038942568452",NA,"Twitter for iPad","PoliticsPeach","35","TRUE","FALSE" +"9142","9142","RT @dnishesh: @narendramodi - re:demonetization no further clarification for foreign (passport) nationals of Indian origin re: currency","FALSE","0",NA,"2017-04-19 13:24:57","FALSE",NA,"854687261056696323",NA,"Twitter Web Client","silvanfokin4","1","TRUE","FALSE" +"9143","9143","RT @ChampDev_: Indian economy before and after demonetization https://t.co/qVo9YiprFc","FALSE","0",NA,"2017-04-19 13:24:03","FALSE",NA,"854687036569268225",NA,"Twitter for Android","ChampDev_","1","TRUE","FALSE" +"9144","9144","I liked a @YouTube video https://t.co/DzPFS9dnSo India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest!","FALSE","1",NA,"2017-04-19 13:20:36","FALSE",NA,"854686167152906242",NA,"Google","Luvmunkey","1","FALSE","FALSE" +"9145","9145","#GNFC�s township at #Bharuch in #Gujarat became India�s first cashless township after #Demonetization. #GK","FALSE","2",NA,"2017-04-19 13:16:21","FALSE",NA,"854685099849162752",NA,"Twitter for Android","MrMurali_M","1","FALSE","FALSE" +"9146","9146","Indian economy before and after demonetization https://t.co/qVo9YiprFc","FALSE","2",NA,"2017-04-19 13:13:28","FALSE",NA,"854684373446270981",NA,"Twitter for Android","ChampDev_","1","FALSE","FALSE" +"9147","9147","@anweshaIND @PandaJay Democracy in Kashmir was our biggest trumpcard against Kashmir. BJP ruined that. Demonetizati� https://t.co/AE1JGy6mxi","FALSE","0","tarunited101","2017-04-19 13:11:29","TRUE","854683671646715906","854683874164527105","1533367153","Twitter for Android","tarunited101","0","FALSE","FALSE" +"9148","9148","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 13:09:45","FALSE",NA,"854683436757516288",NA,"Twitter for Android","satyenrohra","85","TRUE","FALSE" +"9149","9149","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 13:07:41","FALSE",NA,"854682917762588676",NA,"Twitter for iPhone","Ameettweets","85","TRUE","FALSE" +"9150","9150","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:07:05","FALSE",NA,"854682764939014144",NA,"Twitter Web Client","cousin_dave","35","TRUE","FALSE" +"9151","9151","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:04:06","FALSE",NA,"854682017761566720",NA,"Twitter for Android","DJTruBlends","35","TRUE","FALSE" +"9152","9152","Just read for oppurtunities https://t.co/UjHtQEcfhQ","FALSE","0",NA,"2017-04-19 13:02:48","FALSE",NA,"854681687816495104",NA,"Facebook","twisindia","0","FALSE","FALSE" +"9153","9153","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:02:34","FALSE",NA,"854681629268205569",NA,"Twitter for iPhone","CaribouKitty","35","TRUE","FALSE" +"9154","9154","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 13:01:51","FALSE",NA,"854681448694939648",NA,"Twitter for iPhone","kikilauridsen","35","TRUE","FALSE" +"9155","9155","Why u never showed any condolences to the families who lost their loved ones bcz of Demonetization?? https://t.co/23P8mNjWeS","FALSE","1",NA,"2017-04-19 13:01:50","FALSE",NA,"854681446358765568",NA,"Twitter for Android","Iamsalman_k","0","FALSE","FALSE" +"9156","9156","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:58:51","FALSE",NA,"854680694139867140",NA,"Twitter for Android","Leann_Bach","35","TRUE","FALSE" +"9157","9157","@sonunigam No doubt U r truelyt a #modibhakt who has mastership in becoming a headline like #MODIG has been doing o� https://t.co/VwPiw1Q4OG","FALSE","0","sonunigam","2017-04-19 12:58:13","TRUE","854548450548908032","854680534215262208","57188977","Twitter for iPhone","Aleamin87","0","FALSE","FALSE" +"9158","9158","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:57:28","FALSE",NA,"854680346004160512",NA,"Twitter for iPhone","GinoTheBeagle","35","TRUE","FALSE" +"9159","9159","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:57:06","FALSE",NA,"854680253599543296",NA,"Twitter Web Client","Trumpocrat17","35","TRUE","FALSE" +"9160","9160","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:54:39","FALSE",NA,"854679635870851073",NA,"Twitter for Android","MarthaHotz","35","TRUE","FALSE" +"9161","9161","#demonetization applied Sir https://t.co/aqYwrZaFIF","FALSE","0",NA,"2017-04-19 12:52:28","FALSE",NA,"854679090397417472",NA,"Twitter for Android","mukudarj7","0","FALSE","FALSE" +"9162","9162","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:52:19","FALSE",NA,"854679050274648064",NA,"Twitter Web Client","ReportSwansen","35","TRUE","FALSE" +"9163","9163","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:51:57","FALSE",NA,"854678958083723264",NA,"Twitter for Android","hemang_gor","85","TRUE","FALSE" +"9164","9164","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:51:33","FALSE",NA,"854678858372702209",NA,"Twitter for iPhone","RuffShenanigans","35","TRUE","FALSE" +"9165","9165","RT @LionelMedia: Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","0",NA,"2017-04-19 12:50:04","FALSE",NA,"854678482730848256",NA,"Twitter for iPhone","TruthisAll1","35","TRUE","FALSE" +"9166","9166","Google and YouTube are censoring truth through delisting and demonetization while America sleeps.","FALSE","53",NA,"2017-04-19 12:49:15","FALSE",NA,"854678277889302530",NA,"Facebook","LionelMedia","35","FALSE","FALSE" +"9167","9167","Would love to hear outcome of Demonetization from Modi +@smritiirani @RoflGandhi_ https://t.co/nenAR4IeJj","FALSE","0",NA,"2017-04-19 12:40:52","FALSE",NA,"854676168166879233",NA,"Twitter for Android","goelmerc","0","FALSE","FALSE" +"9168","9168","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:40:09","FALSE",NA,"854675987409260545",NA,"Twitter for Android","rbr6000","85","TRUE","FALSE" +"9169","9169","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:38:56","FALSE",NA,"854675683452256256",NA,"tehbank123","bank_tehran","85","TRUE","FALSE" +"9170","9170","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:38:23","FALSE",NA,"854675544880762880",NA,"Twitter Web Client","praveensara","85","TRUE","FALSE" +"9171","9171","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:33:05","FALSE",NA,"854674210010132480",NA,"Twitter for Android","Ishwar0410","85","TRUE","FALSE" +"9172","9172","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:32:49","FALSE",NA,"854674144956436480",NA,"Twitter for Android","593dbc0a0b54405","85","TRUE","FALSE" +"9173","9173","@mkvenu1 @JhaSanjay This distress did not show in any of the elections. People supported demonetization & voted for� https://t.co/DItwwt0PtE","FALSE","0","mkvenu1","2017-04-19 12:32:22","TRUE","854240103765495809","854674032003694592","524262813","Twitter Web Client","TewariAlok","0","FALSE","FALSE" +"9174","9174","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:32:00","FALSE",NA,"854673935899664384",NA,"Twitter for Android","mksoni281","85","TRUE","FALSE" +"9175","9175","@PMOIndia But oblivious Sirji! After demonetization, lots of money deposited in Banks, so easy loans for Foreign Companies too, right? ;)","FALSE","0","PMOIndia","2017-04-19 12:29:48","FALSE","854672431100813312","854673384466264064","471741741","TweetDeck","waseemtambe","0","FALSE","FALSE" +"9176","9176","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:23:48","FALSE",NA,"854671875850588161",NA,"Twitter for Android","jonty51292","48","TRUE","FALSE" +"9177","9177","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:21:34","FALSE",NA,"854671311049822208",NA,"Twitter for Android","himdevs","85","TRUE","FALSE" +"9178","9178","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 12:18:44","FALSE",NA,"854670600337358848",NA,"Twitter Web Client","keerthimadhavi","43","TRUE","FALSE" +"9179","9179","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:17:02","FALSE",NA,"854670171155419136",NA,"Twitter Web Client","npsshetty","85","TRUE","FALSE" +"9180","9180","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:16:52","FALSE",NA,"854670131158495235",NA,"Twitter for Android","SeedheHo","48","TRUE","FALSE" +"9181","9181","times of Demonetization, going digital really helped me a lot in my growth journey #DigitalistIndia https://t.co/pA04sDRdis","FALSE","0",NA,"2017-04-19 12:16:02","FALSE",NA,"854669919014854656",NA,"TweetCaster for Android","kp_85","0","FALSE","FALSE" +"9182","9182","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:15:35","FALSE",NA,"854669807790301185",NA,"Twitter for Android","sens_connu","48","TRUE","FALSE" +"9183","9183","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:15:00","FALSE",NA,"854669661417476096",NA,"Twitter for Android","MayTkt","85","TRUE","FALSE" +"9184","9184","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:14:05","FALSE",NA,"854669430089011200",NA,"Twitter Web Client","KomalTheBeauty","48","TRUE","FALSE" +"9185","9185","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:13:45","FALSE",NA,"854669344101486592",NA,"Twitter for Android","yogisamatvanand","85","TRUE","FALSE" +"9186","9186","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:12:55","FALSE",NA,"854669136042971136",NA,"Twitter for Android","GiriS1156","85","TRUE","FALSE" +"9187","9187","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:12:25","FALSE",NA,"854669009760829440",NA,"Twitter for Android","DoMashoorGulati","48","TRUE","FALSE" +"9188","9188","FM - +IMPACT seen at YR END Mar 31/17 +5MONTHS after #DeMonetisation Demonetization will further hit... - Google News https://t.co/EfWhPKhCb4","FALSE","0",NA,"2017-04-19 12:11:11","FALSE",NA,"854668698581336065",NA,"Twitter Web Client","AnthonySald","0","FALSE","FALSE" +"9189","9189","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:10:31","FALSE",NA,"854668530498678784",NA,"Twitter Web Client","sandipshettyyer","48","TRUE","FALSE" +"9190","9190","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:09:30","FALSE",NA,"854668274436648960",NA,"Twitter for Android","drtanmaysahu","85","TRUE","FALSE" +"9191","9191","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:08:21","FALSE",NA,"854667984685740032",NA,"Twitter for Android","nilleo007","85","TRUE","FALSE" +"9192","9192","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:08:17","FALSE",NA,"854667971012198400",NA,"Twitter for Android","MdSahirMirza1","48","TRUE","FALSE" +"9193","9193","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:07:25","FALSE",NA,"854667752963026944",NA,"Twitter for Android","4BHI9","85","TRUE","FALSE" +"9194","9194","RT @SanaSecurities: Opportunities from demonetization in the long term https://t.co/0juSLrVQl6 via @sanasecurities","FALSE","0",NA,"2017-04-19 12:06:52","FALSE",NA,"854667613074542595",NA,"Twitter for Android","chiragdotcom","5","TRUE","FALSE" +"9195","9195","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:05:51","FALSE",NA,"854667357360443392",NA,"Twitter for Android","dhruvbhim","85","TRUE","FALSE" +"9196","9196","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:05:45","FALSE",NA,"854667330080591872",NA,"Twitter for Windows","devxix","85","TRUE","FALSE" +"9197","9197","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:05:17","FALSE",NA,"854667215387320324",NA,"Twitter for Android","yogeshcapri","85","TRUE","FALSE" +"9198","9198","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:05:08","FALSE",NA,"854667177219301376",NA,"Twitter Web Client","chanujii","48","TRUE","FALSE" +"9199","9199","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:04:48","FALSE",NA,"854667092372619265",NA,"Twitter for iPhone","SanjayHsharma","85","TRUE","FALSE" +"9200","9200","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:04:33","FALSE",NA,"854667027734253573",NA,"Twitter for Android","golgappewala","85","TRUE","FALSE" +"9201","9201","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:04:32","FALSE",NA,"854667025100230656",NA,"Twitter for Android","rahul2277_","85","TRUE","FALSE" +"9202","9202","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:03:51","FALSE",NA,"854666851661398016",NA,"Twitter Web Client","PRADX42","85","TRUE","FALSE" +"9203","9203","Demonetization Effect on Child: https://t.co/vzPGqemIqi via @YouTube","FALSE","0",NA,"2017-04-19 12:03:03","FALSE",NA,"854666651123544064",NA,"Google","Sudheer_jass","0","FALSE","FALSE" +"9204","9204","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 12:02:55","FALSE",NA,"854666617908678657",NA,"Twitter for Android","semu07","48","TRUE","FALSE" +"9205","9205","RT @AskAnshul: Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over�","FALSE","0",NA,"2017-04-19 12:00:46","FALSE",NA,"854666075840978944",NA,"Twitter for iPhone","ashvinn15","85","TRUE","FALSE" +"9206","9206","Terrorists loot bank in Kashmir. After Demonetization, Bank robberies in J&K has become daily routine. Army should take over banks security.","FALSE","113",NA,"2017-04-19 11:59:47","FALSE",NA,"854665829274669056",NA,"Twitter Web Client","AskAnshul","85","FALSE","FALSE" +"9207","9207","times of Demonetization, going digital really helped me a lot in my growth journey #DigitalistIndia https://t.co/hqN0W4DJkB","FALSE","0",NA,"2017-04-19 11:57:07","FALSE",NA,"854665161109647364",NA,"Twitter for Android","nishajg","0","FALSE","FALSE" +"9208","9208","RT @sunil131415: @Doga_Uncle @avi41968490 @sonunigam after #demonetization +Quaderi unable to pay 10lakh. +He's try to getting die in ","FALSE","0",NA,"2017-04-19 11:54:32","FALSE",NA,"854664507037163520",NA,"Twitter for Android","1857Penguin","2","TRUE","FALSE" +"9209","9209","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-19 11:52:31","FALSE",NA,"854664001371779073",NA,"Twitter Web Client","sane_voices","7","TRUE","FALSE" +"9210","9210","In times of Demonetization, going digital really helped me a lot for my growth journey #DigitalistIndia https://t.co/1CyUxT0lgc","FALSE","0",NA,"2017-04-19 11:51:26","FALSE",NA,"854663730444984320",NA,"TweetDeck","soodabhinav08","0","FALSE","FALSE" +"9211","9211","@TheOfficialSBI pathetic condition at SBI morena tiraha, ambah branch. ATM and demonetization like rush inside the� https://t.co/eQorgsDvMk","FALSE","0","TheOfficialSBI","2017-04-19 11:48:19","TRUE",NA,"854662945459937280","2251588934","Twitter for Android","chhariarun1","0","FALSE","FALSE" +"9212","9212","RT @satishkumarm2: For what??? @RBI ...to make aware how you are torturing the citizenry with your great ideas of demonetization and new ba�","FALSE","0",NA,"2017-04-19 11:47:33","FALSE",NA,"854662751133736961",NA,"Twitter for Android","Jaswant16286840","6","TRUE","FALSE" +"9213","9213","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873438441472",NA,"TweetDeck","LaughingShot","48","TRUE","FALSE" +"9214","9214","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873291751425",NA,"TweetDeck","iKDeshmukh","48","TRUE","FALSE" +"9215","9215","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873279062016",NA,"TweetDeck","NotThatArjun","48","TRUE","FALSE" +"9216","9216","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873258131461",NA,"TweetDeck","SwapnilShinde_","48","TRUE","FALSE" +"9217","9217","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873245495296",NA,"TweetDeck","iDesiDevil","48","TRUE","FALSE" +"9218","9218","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873233031168",NA,"TweetDeck","iGhanta","48","TRUE","FALSE" +"9219","9219","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873174208513",NA,"TweetDeck","TheAladdin","48","TRUE","FALSE" +"9220","9220","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873140756480",NA,"TweetDeck","SonakshiLekhi","48","TRUE","FALSE" +"9221","9221","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873140727808",NA,"TweetDeck","its_nsharma","48","TRUE","FALSE" +"9222","9222","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873119682560",NA,"TweetDeck","iGabbarSingh","48","TRUE","FALSE" +"9223","9223","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873107095552",NA,"TweetDeck","SakshamMore","48","TRUE","FALSE" +"9224","9224","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873090314240",NA,"TweetDeck","VinodLohale","48","TRUE","FALSE" +"9225","9225","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873086160896",NA,"TweetDeck","SuhasKaadu","48","TRUE","FALSE" +"9226","9226","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873086119936",NA,"TweetDeck","TheSunil_","48","TRUE","FALSE" +"9227","9227","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873081970688",NA,"TweetDeck","Roh_Srivastava","48","TRUE","FALSE" +"9228","9228","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873073537024",NA,"TweetDeck","Reh_Lucky","48","TRUE","FALSE" +"9229","9229","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873069441024",NA,"TweetDeck","SrikantParab","48","TRUE","FALSE" +"9230","9230","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873069424640",NA,"TweetDeck","Rofl_Indian","48","TRUE","FALSE" +"9231","9231","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873065189376",NA,"TweetDeck","ParodyCricketer","48","TRUE","FALSE" +"9232","9232","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873056866305",NA,"TweetDeck","Khushi_Singh_1","48","TRUE","FALSE" +"9233","9233","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873056858112",NA,"TweetDeck","Raj_Gopinathan","48","TRUE","FALSE" +"9234","9234","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:07","FALSE",NA,"854659873056841729",NA,"TweetDeck","PantRishab","48","TRUE","FALSE" +"9235","9235","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659871941120000",NA,"TweetDeck","BombaySamurai","48","TRUE","FALSE" +"9236","9236","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659871920201728",NA,"TweetDeck","e_Recharge","48","TRUE","FALSE" +"9237","9237","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659871852998656",NA,"TweetDeck","FarziJournalist","48","TRUE","FALSE" +"9238","9238","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659871827935235",NA,"TweetDeck","BeefJanataParty","48","TRUE","FALSE" +"9239","9239","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659869864976385",NA,"TweetDeck","AnkChaudhary2","48","TRUE","FALSE" +"9240","9240","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659869692928000",NA,"TweetDeck","_RajatSharma","48","TRUE","FALSE" +"9241","9241","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659869688778752",NA,"TweetDeck","AjayMishra_99","48","TRUE","FALSE" +"9242","9242","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:36:06","FALSE",NA,"854659869680386048",NA,"TweetDeck","19SBS","48","TRUE","FALSE" +"9243","9243","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:34:52","FALSE",NA,"854659557687275522",NA,"Twitter for Android","PankajIbs","48","TRUE","FALSE" +"9244","9244","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:32:16","FALSE",NA,"854658905875505152",NA,"TweetDeck","NishantINC","48","TRUE","FALSE" +"9245","9245","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:32:16","FALSE",NA,"854658905875415040",NA,"TweetDeck","RishiTehra","48","TRUE","FALSE" +"9246","9246","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:32:16","FALSE",NA,"854658905871228928",NA,"TweetDeck","VishalGupta212","48","TRUE","FALSE" +"9247","9247","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:32:16","FALSE",NA,"854658905867079680",NA,"TweetDeck","SrinivasGupta_","48","TRUE","FALSE" +"9248","9248","RT @HumorMinistry: #SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","0",NA,"2017-04-19 11:32:16","FALSE",NA,"854658905862832129",NA,"TweetDeck","iScroogeMcDuck","48","TRUE","FALSE" +"9249","9249","#SonuNigam before and after demonetization. https://t.co/D85BiDMvFM","FALSE","67",NA,"2017-04-19 11:29:06","FALSE",NA,"854658108131377152",NA,"Twitter for Android","HumorMinistry","48","FALSE","FALSE" +"9250","9250","Effect of #demonetization and #GST on Indian #Cleaningbiz https://t.co/3fqkbRzCWY https://t.co/AYt8xamstk","FALSE","0",NA,"2017-04-19 11:23:57","FALSE",NA,"854656812574011392",NA,"TweetDeck","CleanIndiaJourn","0","FALSE","FALSE" +"9251","9251","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 11:20:29","FALSE",NA,"854655939034701824",NA,"Twitter Web Client","rajseshagiri","1333","TRUE","FALSE" +"9252","9252","Gujrat Police held eleven people with old currency notes worth Rs 2.57 crore in #Ahmedabad +https://t.co/3nS1hkprqx +#Demonetization #Police","FALSE","0",NA,"2017-04-19 11:16:23","FALSE",NA,"854654907751837696",NA,"Buffer","LI_NewsChannel","0","FALSE","FALSE" +"9253","9253","@YESBANK In our Area during demonetization when majority ATM were disasters than only #yesbank ATM provide Cash mos� https://t.co/I7EV78VxKb","FALSE","0","YESBANK","2017-04-19 11:15:36","TRUE","854653202544906240","854654712469086208","41994925","Twitter for Android","Prateesh_Shah","0","FALSE","FALSE" +"9254","9254","@nextbigwhat I wrote earlier ""People simply default to new currency, the demonetizing announcement is turning into� https://t.co/xiiIcgYtss","FALSE","0","nextbigwhat","2017-04-19 11:12:41","TRUE","854631667557953536","854653978990305280","3198991","Twitter Web Client","_arjunv","0","FALSE","FALSE" +"9255","9255","@ANI_news Superb. Sonu Nigam goes KESH-less renders support to demonetization","FALSE","0","ANI_news","2017-04-19 10:59:22","FALSE","854624772608667650","854650626940293121","355989081","Twitter Web Client","oneyedlenswoman","0","FALSE","FALSE" +"9256","9256","@cco_nrly @RailMinIndia @sureshpprabhu @aajtak @ZeeNewsHindi @BBCHindi @abpnewshindi @ndtvindia @narendramodi May a� https://t.co/wbKo3CDhJt","FALSE","0","cco_nrly","2017-04-19 10:58:11","TRUE","848761626056687616","854650328381313025","788688614209228800","Twitter Web Client","MDNJVD","0","FALSE","FALSE" +"9257","9257","@cco_nrly @RailMinIndia @sureshpprabhu @aajtak @ZeeNewsHindi @BBCHindi @abpnewshindi @ndtvindia @narendramodi Thank� https://t.co/jZkQXIZXwZ","FALSE","0","cco_nrly","2017-04-19 10:56:50","TRUE","848761626056687616","854649986826600449","788688614209228800","Twitter Web Client","MDNJVD","0","FALSE","FALSE" +"9258","9258","Thanks to the demonetization act every thing is going well for now existing that getting change for 2000 note","FALSE","0",NA,"2017-04-19 10:52:56","FALSE",NA,"854649005640265729",NA,"Twitter Lite","changi65","0","FALSE","FALSE" +"9259","9259","RT @rsprasad: Digital Payments initiative after demonetization, designed to reduce usage of cash and strengthen the footprint of Digital Ec�","FALSE","0",NA,"2017-04-19 10:47:57","FALSE",NA,"854647750712991744",NA,"Twitter for Android","jayateerth123","133","TRUE","FALSE" +"9260","9260"," ""Demonetization"" https://t.co/kDZQIJGids","FALSE","0",NA,"2017-04-19 10:47:29","FALSE",NA,"854647633901518848",NA,"Twitter for Android","rightpmc","0","FALSE","FALSE" +"9261","9261","RT @sunil131415: @Doga_Uncle @avi41968490 @sonunigam after #demonetization +Quaderi unable to pay 10lakh. +He's try to getting die in ","FALSE","0",NA,"2017-04-19 10:40:53","FALSE",NA,"854645973494235136",NA,"Twitter for Android","Doga_Uncle","2","TRUE","FALSE" +"9262","9262","@Doga_Uncle @avi41968490 @sonunigam after #demonetization +Quaderi unable to pay 10lakh. +He's try to getting die in ","FALSE","0","Doga_Uncle","2017-04-19 10:38:59","FALSE","854636644401639424","854645497260363776","2513391332","Twitter for Android","sunil131415","2","FALSE","FALSE" +"9263","9263","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 10:35:18","FALSE",NA,"854644567357784064",NA,"Twitter for Android","STPIManjunathan","43","TRUE","FALSE" +"9264","9264","@arvindsubraman very inspired by your efforts towards UBI in India�hope to see state-level pilot projects soon! https://t.co/XT2DOlQLLP","FALSE","0","arvindsubraman","2017-04-19 10:32:12","FALSE",NA,"854643788224098304","369680637","Twitter for iPhone","kamalasaurus","0","FALSE","FALSE" +"9265","9265","... Now where is GM hiding his face? #demonetization https://t.co/ioxPcfIhB8","FALSE","0",NA,"2017-04-19 10:19:19","FALSE",NA,"854640545922129921",NA,"Twitter Web Client","dailyonion","0","FALSE","FALSE" +"9266","9266","Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/hhitnxhbpL","FALSE","6",NA,"2017-04-19 10:12:04","FALSE",NA,"854638722574409728",NA,"CoSchedule","myePaisa","3","FALSE","FALSE" +"9267","9267","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-19 10:09:02","FALSE",NA,"854637959559213056",NA,"Twitter for Windows Phone","HexaTata","5","TRUE","FALSE" +"9268","9268","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 10:07:27","FALSE",NA,"854637562060840960",NA,"Twitter for Android","marutiece","43","TRUE","FALSE" +"9269","9269","RT @analyseasia: Hear @navkendar_IDC discuss the future impact to different industries after the #demonetization event in #India https://t.�","FALSE","0",NA,"2017-04-19 10:01:32","FALSE",NA,"854636070612287492",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"9270","9270","Hear @navkendar_IDC discuss the future impact to different industries after the #demonetization event in #India https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-19 10:01:11","FALSE",NA,"854635985010864128",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"9271","9271","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/pxtVgVYNkG","FALSE","0",NA,"2017-04-19 09:54:32","FALSE",NA,"854634311936593920",NA,"Facebook","CliveGrenville","0","FALSE","FALSE" +"9272","9272","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/QCknx4LxHx via @YouTube","FALSE","0",NA,"2017-04-19 09:53:50","FALSE",NA,"854634132227461121",NA,"Twitter Web Client","CliveGrenville","0","FALSE","FALSE" +"9273","9273","@AjazkhanActor So stop acting Smart regarding this. Thirdly, U said abt demonetization, Y were U silent until now on it 11/11","FALSE","0","AjazkhanActor","2017-04-19 09:39:50","FALSE",NA,"854630612308643840","1490985685","Twitter Web Client","khadevivekin","0","FALSE","FALSE" +"9274","9274","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 09:35:23","FALSE",NA,"854629492169601024",NA,"Twitter for Android","mohsinkhan41","71","TRUE","FALSE" +"9275","9275","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-19 09:34:31","FALSE",NA,"854629274044686336",NA,"Twitter for Android","tusharshrotriya","165","TRUE","FALSE" +"9276","9276","@MajorPoonia @adgpi Rule of economics +If your income decrease the consumption of inferior goods increase + d� https://t.co/nUvUsyfhOr","FALSE","1","tweet4unv","2017-04-19 09:33:14","TRUE","854625955255549952","854628949850304513","450068953","Twitter for Android","tweet4unv","0","FALSE","FALSE" +"9277","9277","RT @Janamejayan: 1. I have tweeted commenting on demonetization as being politically motivated for following reasons:","FALSE","0",NA,"2017-04-19 09:31:11","FALSE",NA,"854628431815778308",NA,"Twitter for Android","Vikram_Dwivedi","4","TRUE","FALSE" +"9278","9278","RT @Janamejayan: 13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","0",NA,"2017-04-19 09:29:56","FALSE",NA,"854628118220255236",NA,"Twitter for Android","Vikram_Dwivedi","6","TRUE","FALSE" +"9279","9279","RT @Janamejayan: 14. Menwhile the PM and his droolers claim those opposing demonetization were political worshippers of graft & black money.","FALSE","0",NA,"2017-04-19 09:29:39","FALSE",NA,"854628049320517632",NA,"Twitter for Android","Vikram_Dwivedi","4","TRUE","FALSE" +"9280","9280","RT @Janamejayan: 5. Demonetization drew these people's money into banks vaults as deposits with which vast bad loans were written off.","FALSE","0",NA,"2017-04-19 09:27:54","FALSE",NA,"854627605433073665",NA,"Twitter for Android","Vikram_Dwivedi","5","TRUE","FALSE" +"9281","9281","RT @jamewils: @Vaibhav_CFA I believe in seeing especially when Jaitley speaking.. Lolzz Recollect his somersaults during demonetization ","FALSE","0",NA,"2017-04-19 09:25:59","FALSE",NA,"854627125193846785",NA,"Twitter Lite","Vaibhav_CFA","1","TRUE","FALSE" +"9282","9282","What is the effect of demonetization on employment opportunities?","FALSE","0",NA,"2017-04-19 09:23:26","FALSE",NA,"854626484350099456",NA,"Twitter for Android","ZcoIndia","0","FALSE","FALSE" +"9283","9283","Reason Behind India�s Demonetization | largest denomination - https://t.co/4p07yXHbS8: https://t.co/gv9qIiunpI via @YouTube","FALSE","0",NA,"2017-04-19 09:20:30","FALSE",NA,"854625743271317504",NA,"Google","weareNewsMarg","0","FALSE","FALSE" +"9284","9284","I added a video to a @YouTube playlist https://t.co/gv9qIiunpI Reason Behind India�s Demonetization | largest denomination -","FALSE","0",NA,"2017-04-19 09:20:08","FALSE",NA,"854625650887589888",NA,"Google","weareNewsMarg","0","FALSE","FALSE" +"9285","9285","RT @SickularLibtard: Shutup Bhakts stop questioning us, Modijis Demonetization left us with no cash hence we decided to spend Delhi taxpaye�","FALSE","0",NA,"2017-04-19 09:18:08","FALSE",NA,"854625151316578305",NA,"Twitter for Android","PintuJadhavBJP","432","TRUE","FALSE" +"9286","9286","@Vaibhav_CFA I believe in seeing especially when Jaitley speaking.. Lolzz Recollect his somersaults during demonetization ","FALSE","0","Vaibhav_CFA","2017-04-19 09:15:43","FALSE","854623991851606016","854624541888335872","4915513824","Twitter for Android","jamewils","1","FALSE","FALSE" +"9287","9287","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 09:14:41","FALSE",NA,"854624280700760064",NA,"Twitter for Android","Ravikumar_NS","43","TRUE","FALSE" +"9288","9288","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 09:06:36","FALSE",NA,"854622249206206465",NA,"Twitter Lite","IYC_Karimnagar","71","TRUE","FALSE" +"9289","9289","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-19 09:04:52","FALSE",NA,"854621809626316800",NA,"Twitter for Android","rocksy1234","70","TRUE","FALSE" +"9290","9290","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 09:00:04","FALSE",NA,"854620603596378114",NA,"Twitter Lite","cpssakaria111","1333","TRUE","FALSE" +"9291","9291","@minefornothing ...By growing at about 10 pesos a person. +Oh by the way, we here at the IMF support capital controls & demonetization.","FALSE","0","minefornothing","2017-04-19 08:59:12","FALSE","854613440928768001","854620382908698624","67345697","Twitter Web Client","CtrlPPress","0","FALSE","FALSE" +"9292","9292","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-19 08:57:03","FALSE",NA,"854619842690904064",NA,"Twitter for Android","pankajk28191265","83","TRUE","FALSE" +"9293","9293","@narendramodi - provide swiping machine to all small stores and remove 2% penalty on them, then only Demonetization is success","FALSE","0","narendramodi","2017-04-19 08:52:21","FALSE",NA,"854618661234982913","18839785","Twitter Web Client","ResScharupa","0","FALSE","FALSE" +"9294","9294","@narendramodi : Demonetization - common finding difficulty in paying cash at small stores as they dont have swiping machines","FALSE","0","narendramodi","2017-04-19 08:50:37","FALSE",NA,"854618224524115968","18839785","Twitter Web Client","ResScharupa","0","FALSE","FALSE" +"9295","9295","@SushmaSwaraj @PMOIndia @SushmaSwaraj @PMOIndia when can I get an update on this please? #demonetization #RBI #NRI","FALSE","0","surihere","2017-04-19 08:48:24","FALSE","852091536988884992","854617668745297920","139346687","Twitter for iPhone","surihere","0","FALSE","FALSE" +"9296","9296","Beyond the debate of #demonetization a healthy insight of building a cashless economy by citizens participation� https://t.co/NtrmTWGiu3","FALSE","0",NA,"2017-04-19 08:37:07","TRUE",NA,"854614829109215232",NA,"Twitter Web Client","thecsrjournal","0","FALSE","FALSE" +"9297","9297","RT @casantoshinsan: Fantastic answers to the various questions raised against demonetization ! Yes ! I support Hon PM Modi JI @narendramodi�","FALSE","0",NA,"2017-04-19 08:35:10","FALSE",NA,"854614338493140992",NA,"Twitter for Android","JaspalS35305180","4","TRUE","FALSE" +"9298","9298","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 08:32:17","FALSE",NA,"854613612249219072",NA,"Twitter for Android","Sahil_RG","71","TRUE","FALSE" +"9299","9299","RT @PUNjipati: No. Of demonetization supporters from beginning to end https://t.co/dYEDhHmaId","FALSE","0",NA,"2017-04-19 08:28:48","FALSE",NA,"854612732733247488",NA,"Twitter for Android","muh_pe_bolunga","661","TRUE","FALSE" +"9300","9300","India's continued cash shortage makes demonetization look suspiciously like an effective banking bailout https://t.co/OWCqGdm3PY","FALSE","0",NA,"2017-04-19 08:28:14","FALSE",NA,"854612591095590913",NA,"Twitter for iPhone","stevedekorte","0","FALSE","FALSE" +"9301","9301","@TeamYouTube After appealing the demonetization of my videos, can I have the reasons my videos were seen to be advertiser unfriendly?","FALSE","0","TeamYouTube","2017-04-19 08:28:08","FALSE","852879555945693184","854612565804015616","3031071234","Twitter Web Client","GaminBalls","0","FALSE","FALSE" +"9302","9302","RT @PathaniaSagar: @sureshpprabhu sir in demonetization i canceled my tickets and they gave me TDR its almost 100 days but didn't receive m�","FALSE","0",NA,"2017-04-19 08:27:09","FALSE",NA,"854612319170691072",NA,"Twitter for iPhone","PathaniaSagar","1","TRUE","FALSE" +"9303","9303","@sonaliranade #Demonetization was Modi's one-trick pony to solve it all and, in a Trumpesque manner, he failed rema� https://t.co/jIfCsmgvVU","FALSE","0","sonaliranade","2017-04-19 08:21:10","TRUE","854590174591938560","854610812606050305","12716032","Twitter for Android","apoorvjain_1988","0","FALSE","FALSE" +"9304","9304","@myogiadityanath Ecotech G Noida industrial plot completion date 31 march could not complete due 2 demonetization SME affected 4 fund extend","FALSE","0","myogiadityanath","2017-04-19 08:13:53","FALSE",NA,"854608978688360448","3437532637","Twitter for iPhone","12329anoop","0","FALSE","FALSE" +"9305","9305","What are the figures for the VCES after demonetization ? @adhia03","FALSE","0",NA,"2017-04-19 08:10:59","FALSE",NA,"854608250548957184",NA,"Twitter Web Client","guduuu","0","FALSE","FALSE" +"9306","9306","RT @Janamejayan: 5. Demonetization drew these people's money into banks vaults as deposits with which vast bad loans were written off.","FALSE","0",NA,"2017-04-19 08:06:41","FALSE",NA,"854607168430981120",NA,"Twitter Web Client","kuldeepsehdev","5","TRUE","FALSE" +"9307","9307","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-19 08:05:11","FALSE",NA,"854606791258370048",NA,"Twitter for Android","kyabaatum","6","TRUE","FALSE" +"9308","9308","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 07:42:42","FALSE",NA,"854601131154132992",NA,"Twitter for Android","CnfusdSinceBorn","71","TRUE","FALSE" +"9309","9309","@Swamy39 M.S.E.M thought they could achieve their Purpose with Demonetization Issue. But With People's Cooperatio� https://t.co/UIUdCrUqPA","FALSE","0","Swamy39","2017-04-19 07:10:34","TRUE","854544369138802688","854593045601296384","60937837","Twitter Web Client","karavadiraghava","0","FALSE","FALSE" +"9310","9310","Liked on YouTube: Life After Demonetization in India | Nazar Battu | Dalveer - Satbeer https://t.co/sVqWJenq3f","FALSE","0",NA,"2017-04-19 07:10:25","FALSE",NA,"854593010218283010",NA,"IFTTT","sarkartanmay393","0","FALSE","FALSE" +"9311","9311","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-19 07:07:07","FALSE",NA,"854592177556475904",NA,"Twitter for Android","vsingh2014","58","TRUE","FALSE" +"9312","9312","Demonetization failed in each of it's stated objectives,but achieved the unstated objective of winning UP elections. https://t.co/E3Wie3tmAS","FALSE","0",NA,"2017-04-19 07:06:16","FALSE",NA,"854591963588206594",NA,"Twitter for Android","BitterPill15","0","FALSE","FALSE" +"9313","9313","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 07:05:45","FALSE",NA,"854591835045376000",NA,"Twitter for Android","Logical_Bihari","90","TRUE","FALSE" +"9314","9314","@ShainaNC @narendramodi @AmitShah @AmitShahOffice @amitabhk87 @bjpsamvad @PMOIndia we were already cruising at 7.7% before demonetization","FALSE","0","ShainaNC","2017-04-19 07:02:25","FALSE","854581383531905024","854590997250101248","135782269","Twitter for Android","venkat1962","0","FALSE","FALSE" +"9315","9315","@narendramodi sir,MSE r affected during our historic demonetization drive. Contracts could not be completed on-time.heavy penalty is imposed","FALSE","0","narendramodi","2017-04-19 07:01:28","FALSE",NA,"854590757000421376","18839785","Twitter Web Client","GeethaGsons","0","FALSE","FALSE" +"9316","9316","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 07:00:53","FALSE",NA,"854590609528696834",NA,"Twitter for iPhone","JamesHannahUK","13","TRUE","FALSE" +"9317","9317","This can be Indicator of AfterEffects of #Demonetization .How Employment specially Rural,unskilled sector hit... https://t.co/02rmaOkyui","FALSE","0",NA,"2017-04-19 06:58:04","FALSE",NA,"854589901760860160",NA,"Facebook","RadheshyamDr","0","FALSE","FALSE" +"9318","9318","This can be Indicator of AfterEffects of #Demonetization .How Employment specially Rural,unskilled sector hit by� https://t.co/CbBsuiwtmf","FALSE","0",NA,"2017-04-19 06:57:58","TRUE",NA,"854589874736738305",NA,"Twitter for Android","RadheshyamDr","0","FALSE","FALSE" +"9319","9319","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-19 06:56:15","FALSE",NA,"854589441918222336",NA,"Twitter for Android","PaulPushparaj1","5","TRUE","FALSE" +"9320","9320","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-19 06:54:29","FALSE",NA,"854588997405900800",NA,"Twitter for Android","NeeleshSagathi1","83","TRUE","FALSE" +"9321","9321","The recent scenario with tight #liquidity and RBI cuts can have an adverse effect on #employeebenefits liabilities-� https://t.co/iNdUajqK7s","FALSE","0",NA,"2017-04-19 06:53:53","TRUE",NA,"854588847639982080",NA,"Twitter Web Client","Aon_India","0","FALSE","FALSE" +"9322","9322","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 06:53:47","FALSE",NA,"854588821236846593",NA,"Twitter Web Client","nishijsj","90","TRUE","FALSE" +"9323","9323","RT @ePaisa: Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/PbsZ1qzkGe","FALSE","0",NA,"2017-04-19 06:50:07","FALSE",NA,"854587900729503744",NA,"Twitter Web Client","VasishtaNeelesh","1","TRUE","FALSE" +"9324","9324","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 06:45:38","FALSE",NA,"854586772185075712",NA,"Twitter for Android","Arunava74354624","1333","TRUE","FALSE" +"9325","9325","@arvindsubraman on Demonetization, Digital Identity and Universal Basic Income https://t.co/XUwUomRyot via @YouTube","FALSE","1","arvindsubraman","2017-04-19 06:40:34","FALSE",NA,"854585498718699520","369680637","Twitter Web Client","anandraman","0","FALSE","FALSE" +"9326","9326","Watch Hilarious Debate on demonetization - watch Video - + +https://t.co/KRYDgybLuu","FALSE","0",NA,"2017-04-19 06:36:52","FALSE",NA,"854584567294038016",NA,"TweetDeck","imsarfaraj","0","FALSE","FALSE" +"9327","9327","Watch Hilarious Debate on demonetization - watch Video - + +https://t.co/fmRDYGb09H","FALSE","0",NA,"2017-04-19 06:36:52","FALSE",NA,"854584567159771136",NA,"TweetDeck","Milnix","0","FALSE","FALSE" +"9328","9328","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-19 06:35:58","FALSE",NA,"854584339727777792",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"9329","9329","No Cash in SBI shikohabad(Branch code 00716) after 162 days of #demonetization & all SBI Atm are out of service� https://t.co/CTv922CCNu","FALSE","1",NA,"2017-04-19 06:33:10","TRUE",NA,"854583634363396101",NA,"Twitter for Android","narendrakumar1c","0","FALSE","FALSE" +"9330","9330","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 06:30:18","FALSE",NA,"854582915073748992",NA,"Twitter Lite","Animesh_rose","1333","TRUE","FALSE" +"9331","9331","The latest The Demonetization Daily! https://t.co/tImaqQLybe Thanks to @newshqtoday #topnews","FALSE","0",NA,"2017-04-19 06:14:27","FALSE",NA,"854578925829279744",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"9332","9332","@GabbarSanghi I'll effects of demonetization ","FALSE","0","GabbarSanghi","2017-04-19 05:55:58","FALSE","854567580962607104","854574274455019520","40044280","Twitter for Android","simpletonrk","0","FALSE","FALSE" +"9333","9333","RT @amit_2912: Dear @narendramodi ji & @myogiadityanath ji,I m a banker, felt much pressure in #demonetization got overtime but our guards�","FALSE","0",NA,"2017-04-19 05:40:52","FALSE",NA,"854570474294136832",NA,"Twitter for Android","amit_2912","2","TRUE","FALSE" +"9334","9334","RT @AbuRC1981: @ravishndtv making #SchoolFeeloot a great awareness programme to all parents. Hats of. Hope @PMOIndia do something like demo�","FALSE","0",NA,"2017-04-19 05:39:51","FALSE",NA,"854570215308316673",NA,"Twitter for Android","SwatiSharma1105","1","TRUE","FALSE" +"9335","9335","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 05:39:18","FALSE",NA,"854570078171521024",NA,"Twitter Web Client","josak","13","TRUE","FALSE" +"9336","9336","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 05:35:55","FALSE",NA,"854569225331003392",NA,"Twitter Web Client","ITMassLiteracy","43","TRUE","FALSE" +"9337","9337","News, specially for SP, BSP and others political parties who blame BJP to protect BJP's political s during the pe� https://t.co/BgyarUwdFP","FALSE","0",NA,"2017-04-19 05:32:10","TRUE",NA,"854568283365879810",NA,"Twitter for Android","passionark","0","FALSE","FALSE" +"9338","9338","@Publicitylover @ArvindKejriwal @myogiadityanath Demonetization? - So you're a banker?? +Good roads in UP after 2017� https://t.co/4CvMPqrjrH","FALSE","0","Publicitylover","2017-04-19 05:29:32","TRUE","854565079886569472","854567620196147201","2390774382","Twitter Web Client","_UmeshKumarDas","0","FALSE","FALSE" +"9339","9339","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 05:29:24","FALSE",NA,"854567588050763776",NA,"Twitter for Android","priyaakulkarni2","90","TRUE","FALSE" +"9340","9340","Maximum Voolsy order payments are done online since #demonetization +#DigitalistIndia #Voolsy","FALSE","2",NA,"2017-04-19 05:22:53","FALSE",NA,"854565945355980801",NA,"Twitter Web Client","voolsy","0","FALSE","FALSE" +"9341","9341","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 05:22:21","FALSE",NA,"854565810873843713",NA,"Twitter Web Client","Shreek_02","13","TRUE","FALSE" +"9342","9342","I liked a @YouTube video https://t.co/gv5PdIGyH0 Podcast #107 - The Censorship/Demonetization of YouTube","FALSE","0",NA,"2017-04-19 05:15:58","FALSE",NA,"854564207144120320",NA,"Google","BudgetBunny","0","FALSE","FALSE" +"9343","9343","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-19 05:12:57","FALSE",NA,"854563447207481344",NA,"Twitter Web Client","sameerkinger","5","TRUE","FALSE" +"9344","9344","@gauravvns So you mean same thuggery as demonetization scam by USA goons. #ScrewedByUnitedStates","FALSE","0","gauravvns","2017-04-19 05:12:41","FALSE","854562950274789376","854563380983508992","40826364","Twitter Web Client","Stupidosaur","0","FALSE","FALSE" +"9345","9345","RT @Janamejayan: 14. Menwhile the PM and his droolers claim those opposing demonetization were political worshippers of graft & black money.","FALSE","0",NA,"2017-04-19 05:05:12","FALSE",NA,"854561498928103424",NA,"Twitter for iPad","ChanakyaBhakta","4","TRUE","FALSE" +"9346","9346","RT @Janamejayan: 13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","0",NA,"2017-04-19 05:05:10","FALSE",NA,"854561489176350720",NA,"Twitter for iPad","ChanakyaBhakta","6","TRUE","FALSE" +"9347","9347","RT @Janamejayan: 8. This put BJP at an advantage over competing parties where elections were being held shortly after demonetization.","FALSE","0",NA,"2017-04-19 05:04:25","FALSE",NA,"854561300839399425",NA,"Twitter for iPad","ChanakyaBhakta","2","TRUE","FALSE" +"9348","9348","RT @Janamejayan: 6. Before demonetization there had been selective leaks so friend of ruling party were able to get the new money easily.","FALSE","0",NA,"2017-04-19 05:04:13","FALSE",NA,"854561247815114752",NA,"Twitter for iPad","ChanakyaBhakta","2","TRUE","FALSE" +"9349","9349","RT @Janamejayan: 5. Demonetization drew these people's money into banks vaults as deposits with which vast bad loans were written off.","FALSE","0",NA,"2017-04-19 05:04:08","FALSE",NA,"854561230131941376",NA,"Twitter for iPad","ChanakyaBhakta","5","TRUE","FALSE" +"9350","9350","RT @Janamejayan: 1. I have tweeted commenting on demonetization as being politically motivated for following reasons:","FALSE","0",NA,"2017-04-19 05:03:51","FALSE",NA,"854561156924448768",NA,"Twitter for iPad","ChanakyaBhakta","4","TRUE","FALSE" +"9351","9351","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-19 05:01:56","FALSE",NA,"854560672952274944",NA,"Twitter for Android","dhananjai_hari","5","TRUE","FALSE" +"9352","9352","In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders� https://t.co/hyVgpyTuuW","FALSE","11",NA,"2017-04-19 05:01:07","TRUE",NA,"854560467301396480",NA,"Buffer","TCS","5","FALSE","FALSE" +"9353","9353","Why Demonetization is Good for Everyone - ePaisa | enabling commerce https://t.co/PbsZ1qzkGe","FALSE","2",NA,"2017-04-19 04:57:05","FALSE",NA,"854559452480978944",NA,"CoSchedule","ePaisa","1","FALSE","FALSE" +"9354","9354","Following through on all principles following the demonetization #cpol120 https://t.co/9NL6btNRds","FALSE","0",NA,"2017-04-19 04:53:17","FALSE",NA,"854558496628649984",NA,"Twitter Web Client","ameera_patheria","0","FALSE","FALSE" +"9355","9355","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 04:52:21","FALSE",NA,"854558262196281346",NA,"Twitter for Android","STPILucknow","43","TRUE","FALSE" +"9356","9356","@ravishndtv making #SchoolFeeloot a great awareness programme to all parents. Hats of. Hope @PMOIndia do something like demonetization.","FALSE","1","ravishndtv","2017-04-19 04:40:25","FALSE",NA,"854555261847060480","47595335","Twitter Web Client","AbuRC1981","1","FALSE","FALSE" +"9357","9357","RT @616476fbde873af: My experience during this #demonetization (edit) +#WalnutApp #MobiKwikHaiNa https://t.co/v7JRsyOiAg","FALSE","0",NA,"2017-04-19 04:38:52","FALSE",NA,"854554871969841152",NA,"Twitter Web Client","xglGu5Obsw9J6Xe","5","TRUE","FALSE" +"9358","9358","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-19 04:27:28","FALSE",NA,"854552001484640256",NA,"Twitter for Android","PriyankKahar","15","TRUE","FALSE" +"9359","9359","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-19 04:25:52","FALSE",NA,"854551598487531521",NA,"Twitter Web Client","sxP6DbxfufguCc0","5170","TRUE","FALSE" +"9360","9360","@IndianExpress Demonetization could've been done anytime but this guy mallya is father of leaders who is paying som� https://t.co/6MKgyC0evJ","FALSE","0","IndianExpress","2017-04-19 04:21:13","TRUE","854543933828808704","854550430205878272","38647512","Twitter Web Client","siddhant890","0","FALSE","FALSE" +"9361","9361","@IamlalitG @ArvindKejriwal @msisodia @SharmaWrites Thanks to demonetization.","FALSE","0","IamlalitG","2017-04-19 04:20:21","FALSE","854169490065506304","854550209707167744","1043328487","Twitter for Android","basavaraju24051","0","FALSE","FALSE" +"9362","9362","At 44 degree Celsius -- admire the discipline and not a single complaint - Press too quite b'cause it's not demonet� https://t.co/qF7mEkjFYb","FALSE","0",NA,"2017-04-19 04:11:29","TRUE",NA,"854547978756816896",NA,"Twitter for Android","ReJeeri","0","FALSE","FALSE" +"9363","9363","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 04:04:17","FALSE",NA,"854546166809108480",NA,"Twitter Web Client","lokeshn85","43","TRUE","FALSE" +"9364","9364","@madhu_gopalan @knowsnotmuch Communication breakdown during demonetization was both terrible & eye opening (to see� https://t.co/nRRSiuctbG","FALSE","0","madhu_gopalan","2017-04-19 03:58:02","TRUE","854542865581711362","854544593643110400","42182825","Twitter for Android","iamVaalPaiyan_","0","FALSE","FALSE" +"9365","9365","RT @ms_rana: Heart warming story from Hyderabad. When ATMs were dry (thanks to Modi's demonetization), the auto-driver helped. https://t.co�","FALSE","0",NA,"2017-04-19 03:56:42","FALSE",NA,"854544258241622016",NA,"Twitter for iPhone","gaganm12","2","TRUE","FALSE" +"9366","9366","RT @sffed: #Demonetization is catalyzing digital #payments growth in #India. https://t.co/fYBDNtv8MO #SFFedAsiaProgram https://t.co/0gbkajY�","FALSE","0",NA,"2017-04-19 03:55:08","FALSE",NA,"854543862571970561",NA,"eBusiness Integration","IM_Coaching","4","TRUE","FALSE" +"9367","9367","RT @sffed: #Demonetization is catalyzing digital #payments growth in #India. https://t.co/fYBDNtv8MO #SFFedAsiaProgram https://t.co/0gbkajY�","FALSE","0",NA,"2017-04-19 03:54:47","FALSE",NA,"854543775409950720",NA,"Twitter for iPhone","malstronikus","4","TRUE","FALSE" +"9368","9368","@dna He is too depressed due to demonetization!","FALSE","0","dna","2017-04-19 03:54:19","FALSE","854416754172362756","854543656904040448","17710740","Twitter Web Client","IntolerantIshi","0","FALSE","FALSE" +"9369","9369","RT @jokinjey: @S_Rvignesh @karupalaniappan Anna university VC post auction base price 60 Cr.. If you know anyone , tell them to bid. Thanks�","FALSE","0",NA,"2017-04-19 03:44:50","FALSE",NA,"854541269875412993",NA,"Twitter for iPhone","S_Rvignesh","2","TRUE","FALSE" +"9370","9370","RT @Phronesis_inc: As #India�s #wholesale #price #index falls steeply last month, is it the aftermath of #demonetization or merely a season�","FALSE","0",NA,"2017-04-19 03:44:30","FALSE",NA,"854541189168549889",NA,"Twitter for Android","gauraveenu","3","TRUE","FALSE" +"9371","9371","@SitaramYechury it has brought everything to a halt or Taken us back by a decade.Demonetization being the prime example.","FALSE","1","SitaramYechury","2017-04-19 03:37:50","FALSE","854524440675098624","854539511996465153","4053162792","Twitter for Android","tani_sana","0","FALSE","FALSE" +"9372","9372","Yesterday I was speaking to a famous Doctor and she mentioned how demonetization had impacted well deserved treatme� https://t.co/AVtmtnokPg","FALSE","0",NA,"2017-04-19 03:37:08","TRUE",NA,"854539335680405504",NA,"Twitter for Android","smartthinker2","0","FALSE","FALSE" +"9373","9373","Actual effect of demonetization will be seen now in quarterly results of banks. Yes and Indusind banks will be in focus today! #Nifty","FALSE","0",NA,"2017-04-19 03:30:37","FALSE",NA,"854537696047357952",NA,"Twitter for Android","Analyst26Guru","0","FALSE","FALSE" +"9374","9374","RT @SanaSecurities: Opportunities from demonetization in the long term https://t.co/0juSLrVQl6 via @sanasecurities","FALSE","0",NA,"2017-04-19 03:30:02","FALSE",NA,"854537549238251522",NA,"Twitter for Android","chandresh1979","5","TRUE","FALSE" +"9375","9375","RT @ms_rana: Heart warming story from Hyderabad. When ATMs were dry (thanks to Modi's demonetization), the auto-driver helped. https://t.co�","FALSE","0",NA,"2017-04-19 03:25:52","FALSE",NA,"854536500234432512",NA,"Twitter for Android","vijayjadhav595","2","TRUE","FALSE" +"9376","9376","Heart warming story from Hyderabad. When ATMs were dry (thanks to Modi's demonetization), the auto-driver helped. https://t.co/VH62tVRn0z","FALSE","3",NA,"2017-04-19 03:23:32","FALSE",NA,"854535913652666369",NA,"Twitter Web Client","ms_rana","2","FALSE","FALSE" +"9377","9377","I added a video to a @YouTube playlist https://t.co/0zKwJCB9l2 The Truth About YouTube Demonetization, AdSense Boycott &","FALSE","0",NA,"2017-04-19 03:21:39","FALSE",NA,"854535435703513088",NA,"Google","Mokester71","0","FALSE","FALSE" +"9378","9378","I liked a @YouTube video https://t.co/0zKwJCB9l2 The Truth About YouTube Demonetization, AdSense Boycott & Censorship","FALSE","0",NA,"2017-04-19 03:21:35","FALSE",NA,"854535419077283841",NA,"Google","Mokester71","0","FALSE","FALSE" +"9379","9379","Reminder Re: complaints of demonetization, YouTube is a criminal racket. Google is the biggest lobbyist in DC for a reason.","FALSE","0",NA,"2017-04-19 03:21:14","FALSE",NA,"854535334062944256",NA,"Twitter for iPhone","FratboyMarxist","0","FALSE","FALSE" +"9380","9380","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 03:20:05","FALSE",NA,"854535044022632448",NA,"Twitter for Android","desainitesh6","71","TRUE","FALSE" +"9381","9381","RT @ScrewedbyState: In India the authoritarian Modi govt is severely infected with the virus of digital socialism-demonetization,cashless,�","FALSE","0",NA,"2017-04-19 03:19:47","FALSE",NA,"854534967610687489",NA,"Twitter for Android","anandMS29","3","TRUE","FALSE" +"9382","9382","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-19 03:18:53","FALSE",NA,"854534740757536768",NA,"Twitter for Android","amitdhankard","71","TRUE","FALSE" +"9383","9383","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 03:13:26","FALSE",NA,"854533371476627461",NA,"Twitter for Android","DhoniAhire","1333","TRUE","FALSE" +"9384","9384","A Well-Kept Open Secret: Washington Is Behind India�s Brutal Demonetization Project | Asia-Pacific Research https://t.co/mtfVB9wWGr","FALSE","0",NA,"2017-04-19 03:12:51","FALSE",NA,"854533222637678593",NA,"Facebook","kyasarmbheem","0","FALSE","FALSE" +"9385","9385","RT @SamKhan999: By the way where is the genius who had declared Demonetization ended stone pelting in #kashmir","FALSE","0",NA,"2017-04-19 03:09:36","FALSE",NA,"854532406115786752",NA,"Twitter for iPhone","SamKhan999","4","TRUE","FALSE" +"9386","9386","RT @ScrewedbyState: In India the authoritarian Modi govt is severely infected with the virus of digital socialism-demonetization,cashless,�","FALSE","0",NA,"2017-04-19 03:06:57","FALSE",NA,"854531738172760064",NA,"Twitter for BlackBerry","iwill4freedom","3","TRUE","FALSE" +"9387","9387","In India the authoritarian Modi govt is severely infected with the virus of digital socialism-demonetization,cashless, Aadhaar(biometric ID)","FALSE","5","ScrewedbyState","2017-04-19 02:57:09","FALSE","854528294418612224","854529271146180608","978983136","TweetDeck","ScrewedbyState","3","FALSE","FALSE" +"9388","9388","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-19 02:50:53","FALSE",NA,"854527693743960064",NA,"Twitter for Android","senthilstpi","43","TRUE","FALSE" +"9389","9389","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 02:47:03","FALSE",NA,"854526731021164544",NA,"Twitter for iPhone","subhapa","1333","TRUE","FALSE" +"9390","9390","RT @NemRaps: - EXTREME demonetization +- No realtime analytics +- Now disappearing comments? + +Is YouTube is slowly trying to kill my channel?","FALSE","0",NA,"2017-04-19 02:46:22","FALSE",NA,"854526560333840384",NA,"Twitter for iPhone","Michael_faze123","2","TRUE","FALSE" +"9391","9391","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 02:45:27","FALSE",NA,"854526328393039872",NA,"Twitter for Android","jenaanindya","1333","TRUE","FALSE" +"9392","9392","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 02:42:32","FALSE",NA,"854525592351453185",NA,"Twitter for Android","dhruvbhim","13","TRUE","FALSE" +"9393","9393","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-19 02:42:14","FALSE",NA,"854525518061940736",NA,"Twitter for iPhone","thekinshu","1333","TRUE","FALSE" +"9394","9394","Stealth demonetization Illustrated https://t.co/lmUZGz1Vha #BitChute","FALSE","0",NA,"2017-04-19 02:38:18","FALSE",NA,"854524527111397378",NA,"Twitter Web Client","bitchute","0","FALSE","FALSE" +"9395","9395","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 02:34:03","FALSE",NA,"854523456909709312",NA,"Twitter for Android","sidrgupta","13","TRUE","FALSE" +"9396","9396","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 02:29:33","FALSE",NA,"854522328146989057",NA,"Twitter for Android","navjotchandrak2","90","TRUE","FALSE" +"9397","9397","RT @jokinjey: @S_Rvignesh @karupalaniappan Anna university VC post auction base price 60 Cr.. If you know anyone , tell them to bid. Thanks�","FALSE","0",NA,"2017-04-19 02:24:13","FALSE",NA,"854520985868877824",NA,"Twitter for Android","_cucumber_melon","2","TRUE","FALSE" +"9398","9398","#Demonetization and tales of woe - stories at a bank https://t.co/JjohTqEPNw via @SiyaWoman","FALSE","0",NA,"2017-04-19 02:20:32","FALSE",NA,"854520056532697088",NA,"Twitter Web Client","bloggerskumar","0","FALSE","FALSE" +"9399","9399","@S_Rvignesh @karupalaniappan Anna university VC post auction base price 60 Cr.. If you know anyone , tell them to b� https://t.co/YfM0pf7U3D","FALSE","2","S_Rvignesh","2017-04-19 02:17:27","TRUE","854246100978606081","854519283270987777","1532680393","Twitter for Android","jokinjey","2","FALSE","FALSE" +"9400","9400","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-19 02:17:12","FALSE",NA,"854519216568811521",NA,"Twitter for Android","AmberRishi","43","TRUE","FALSE" +"9401","9401","The latest The Demonetization Daily! https://t.co/tImaqQLybe #news #topnews","FALSE","0",NA,"2017-04-19 02:13:46","FALSE",NA,"854518354903789570",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"9402","9402","RT @Satyapriyan: Demonetization is the biggest economic fraud played on the citizens of India. @IndiaToday, praising govt on this is a bigg�","FALSE","0",NA,"2017-04-19 02:12:22","FALSE",NA,"854518002527592449",NA,"Twitter for Android","DharamBaskar","1","TRUE","FALSE" +"9403","9403","#Demonetization is catalyzing digital #payments growth in #India. https://t.co/fYBDNtv8MO #SFFedAsiaProgram https://t.co/0gbkajYeGG","FALSE","6",NA,"2017-04-19 02:00:30","FALSE",NA,"854515014803345409",NA,"Buffer","sffed","4","FALSE","FALSE" +"9404","9404","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-19 01:57:38","FALSE",NA,"854514293945098241",NA,"Twitter Web Client","souravshakti","70","TRUE","FALSE" +"9405","9405","RT @bitchute: @JeffereyJaxen Thanks Jefferey, the move against Tubers started around 2014. It won't stop with demonetization. Diversify and�","FALSE","0",NA,"2017-04-19 01:54:03","FALSE",NA,"854513390752018432",NA,"Twitter for Android","Jwaddell58","1","TRUE","FALSE" +"9406","9406","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-19 01:51:53","FALSE",NA,"854512847619018753",NA,"Twitter for Android","iamsunil44","90","TRUE","FALSE" +"9407","9407","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 01:51:18","FALSE",NA,"854512701841780737",NA,"Twitter for Android","virgokaran","13","TRUE","FALSE" +"9408","9408","@bitchute @JeffereyJaxen No I Don't think they will and I support @bitchute too, but its a bad comparison to say 'd� https://t.co/QnGN8XlQ3g","FALSE","0","bitchute","2017-04-19 01:44:09","TRUE","854509505991790592","854510899809443841","730693248147030016","Twitter Web Client","ITSnippetsCoUk","0","FALSE","FALSE" +"9409","9409","RT @OfficeOfRG: Fully prepared for demonetization! +https://t.co/YHT0sHudWL","FALSE","0",NA,"2017-04-19 01:39:41","FALSE",NA,"854509777770217472",NA,"Twitter for Android","SurenderBalu1","3754","TRUE","FALSE" +"9410","9410","I liked a @YouTube video https://t.co/BTciGVSIWJ Demonetization - Stand Up Comedy by Amit Tandon","FALSE","0",NA,"2017-04-19 01:32:35","FALSE",NA,"854507988878577665",NA,"Linkis: turn sharing into growth","PushkarLakhe","0","FALSE","FALSE" +"9411","9411","@JeffereyJaxen Thanks Jefferey, the move against Tubers started around 2014. It won't stop with demonetization. Div� https://t.co/pEy96JkK7j","FALSE","2","JeffereyJaxen","2017-04-19 01:25:48","TRUE","854419797374906371","854506283470168064","1498659234","Twitter Web Client","bitchute","1","FALSE","FALSE" +"9412","9412","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-19 01:22:52","FALSE",NA,"854505546795372545",NA,"Twitter for Android","EshitaSingh5","15","TRUE","FALSE" +"9413","9413","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 01:19:55","FALSE",NA,"854504802625236992",NA,"Twitter for iPhone","KolkataProbasi","13","TRUE","FALSE" +"9414","9414","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 01:11:50","FALSE",NA,"854502766747598848",NA,"Twitter for Android","palu3124v","13","TRUE","FALSE" +"9415","9415","@rupasubramanya Did Vajpayee bring in GST ? Demonetization ? Aaadhar expansion ? ..... Also what did nation give ba� https://t.co/R2BLl5j4nU","FALSE","0","rupasubramanya","2017-04-19 01:02:43","TRUE","853353619172855810","854500475743461376","151432737","Twitter Web Client","rudraganam","0","FALSE","FALSE" +"9416","9416","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-19 00:58:45","FALSE",NA,"854499477561921536",NA,"Twitter for Android","wailkar_nandu","54","TRUE","FALSE" +"9417","9417","RT @CSISIndiaChair: March'17 PMI indicates India's manuf. sector has fully recovered from demonetization, though still 4th in Asia https://�","FALSE","0",NA,"2017-04-19 00:29:18","FALSE",NA,"854492063173287936",NA,"Twitter for Android","AnshumanKhanna2","2","TRUE","FALSE" +"9418","9418","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-19 00:18:29","FALSE",NA,"854489343750270977",NA,"Twitter for iPhone","setkin62","13","TRUE","FALSE" +"9419","9419","RT @Janamejayan: 1. I have tweeted commenting on demonetization as being politically motivated for following reasons:","FALSE","0",NA,"2017-04-19 00:18:20","FALSE",NA,"854489306244755456",NA,"Twitter for Android","rahultri1977","4","TRUE","FALSE" +"9420","9420","@JackPosobiec It's going to be some poo, but there isn't much to be done.. It will run in parallel with the youtube� https://t.co/ZK6ids4cVn","FALSE","1","JackPosobiec","2017-04-19 00:18:09","TRUE","854488425365467136","854489258639413248","592730371","Twitter Web Client","protestwit","0","FALSE","FALSE" +"9421","9421","RT @Janamejayan: 5. Demonetization drew these people's money into banks vaults as deposits with which vast bad loans were written off.","FALSE","0",NA,"2017-04-19 00:18:03","FALSE",NA,"854489235071672320",NA,"Twitter for Android","rahultri1977","5","TRUE","FALSE" +"9422","9422","RT @Janamejayan: 6. Before demonetization there had been selective leaks so friend of ruling party were able to get the new money easily.","FALSE","0",NA,"2017-04-19 00:17:58","FALSE",NA,"854489211180863493",NA,"Twitter for Android","rahultri1977","2","TRUE","FALSE" +"9423","9423","RT @Janamejayan: 8. This put BJP at an advantage over competing parties where elections were being held shortly after demonetization.","FALSE","0",NA,"2017-04-19 00:17:45","FALSE",NA,"854489159569985536",NA,"Twitter for Android","rahultri1977","2","TRUE","FALSE" +"9424","9424","RT @Janamejayan: 13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","0",NA,"2017-04-19 00:17:30","FALSE",NA,"854489094067331072",NA,"Twitter Web Client","nviswam","6","TRUE","FALSE" +"9425","9425","RT @Janamejayan: 14. Menwhile the PM and his droolers claim those opposing demonetization were political worshippers of graft & black money.","FALSE","0",NA,"2017-04-19 00:17:28","FALSE",NA,"854489086110961664",NA,"Twitter for Android","rahultri1977","4","TRUE","FALSE" +"9426","9426","RT @Janamejayan: 1. I have tweeted commenting on demonetization as being politically motivated for following reasons:","FALSE","0",NA,"2017-04-19 00:17:11","FALSE",NA,"854489016372084736",NA,"Twitter Web Client","nviswam","4","TRUE","FALSE" +"9427","9427","RT @Janamejayan: 13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","0",NA,"2017-04-19 00:16:58","FALSE",NA,"854488962504720384",NA,"Twitter Web Client","kaalapani123","6","TRUE","FALSE" +"9428","9428","14. Menwhile the PM and his droolers claim those opposing demonetization were political worshippers of graft & black money.","FALSE","1",NA,"2017-04-19 00:16:47","FALSE",NA,"854488916375855105",NA,"Hootsuite","Janamejayan","4","FALSE","FALSE" +"9429","9429","RT @Janamejayan: 13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","0",NA,"2017-04-19 00:16:28","FALSE",NA,"854488834452721665",NA,"Twitter for Android","rahultri1977","6","TRUE","FALSE" +"9430","9430","13. Demonetization had no impact on those vast black monies turned into commodities.","FALSE","5",NA,"2017-04-19 00:16:15","FALSE",NA,"854488780354539521",NA,"Hootsuite","Janamejayan","6","FALSE","FALSE" +"9431","9431","8. This put BJP at an advantage over competing parties where elections were being held shortly after demonetization.","FALSE","3",NA,"2017-04-19 00:12:07","FALSE",NA,"854487738837544964",NA,"Hootsuite","Janamejayan","2","FALSE","FALSE" +"9432","9432","6. Before demonetization there had been selective leaks so friend of ruling party were able to get the new money easily.","FALSE","7",NA,"2017-04-19 00:10:10","FALSE",NA,"854487248305369088",NA,"Hootsuite","Janamejayan","2","FALSE","FALSE" +"9433","9433","1. I have tweeted commenting on demonetization as being politically motivated for following reasons:","FALSE","4",NA,"2017-04-19 00:08:07","FALSE",NA,"854486732141735941",NA,"Hootsuite","Janamejayan","4","FALSE","FALSE" +"9434","9434","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 23:59:36","FALSE",NA,"854484589028536321",NA,"Twitter for iPhone","mini_707070","90","TRUE","FALSE" +"9435","9435","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 23:42:20","FALSE",NA,"854480244392198144",NA,"Twitter for iPhone","bdanaher17","13","TRUE","FALSE" +"9436","9436","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-18 23:29:49","FALSE",NA,"854477093618548736",NA,"Twitter Web Client","AnnieLowrey","13","TRUE","FALSE" +"9437","9437","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-18 23:29:12","FALSE",NA,"854476939863756800",NA,"Twitter for iPhone","arvindsubraman","13","TRUE","FALSE" +"9438","9438","@mundanematt I hate how much this youtube demonetization shit is changing everything. I mean, you do what you gotta� https://t.co/s35vfrbZMz","FALSE","0","mundanematt","2017-04-18 23:18:55","TRUE","854439802124378112","854474349918793728","424806929","Twitter for iPhone","Abysswalker_37","0","FALSE","FALSE" +"9439","9439","RT @MilanV: Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @�","FALSE","0",NA,"2017-04-18 22:50:02","FALSE",NA,"854467082221740032",NA,"Twitter for Android","ShankiB","13","TRUE","FALSE" +"9440","9440","@TimesNow Some media channels was showing that the growth of GDP is too higher than before after demonetization","FALSE","0","TimesNow","2017-04-18 22:48:52","FALSE","854446953786200064","854466789085982722","240649814","Twitter for iPhone","feezanalam","0","FALSE","FALSE" +"9441","9441","RT @LivingOnChi: 1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","0",NA,"2017-04-18 22:47:45","FALSE",NA,"854466506452860931",NA,"Twitter for iPhone","jenkh","1","TRUE","FALSE" +"9442","9442","@Cottonsean @robertoblake It's Shelly Saves the Day. +I was talking about Why I�m not mad about YouTube Demonetizat� https://t.co/6YrDLgILC5","FALSE","2","Cottonsean","2017-04-18 22:36:36","TRUE","854438804878479360","854463702917038080","324666572","Twitter Web Client","shellysavesthe","0","FALSE","FALSE" +"9443","9443","@itversity Demonetization","FALSE","0","itversity","2017-04-18 22:27:37","FALSE","854376214491942912","854461440987680768","49017010","Twitter for iPhone","srinibabuv","0","FALSE","FALSE" +"9444","9444","Even Snapchat feel for our status after demonetization. Modi made everyone poor. Our beloved black money. :(","FALSE","1",NA,"2017-04-18 22:14:32","FALSE",NA,"854458148660359172",NA,"Twitter Web Client","WriterUnchained","0","FALSE","FALSE" +"9445","9445","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 21:59:47","FALSE",NA,"854454436697190402",NA,"Twitter for iPhone","nancy_raghav","1333","TRUE","FALSE" +"9446","9446","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 21:48:30","FALSE",NA,"854451599644733440",NA,"Twitter for Android","KrishnDevSingh9","71","TRUE","FALSE" +"9447","9447","Bummed that I missed @arvindsubraman's conversation w/ @AnnieLowrey @CGDev, but the video is here https://t.co/aCQ2FRRVmO via @khoslasaksham","FALSE","27",NA,"2017-04-18 21:45:35","FALSE",NA,"854450865721282560",NA,"TweetDeck","MilanV","13","FALSE","FALSE" +"9448","9448","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 21:24:32","FALSE",NA,"854445566163468288",NA,"Twitter for Android","commando_pawan","71","TRUE","FALSE" +"9449","9449","I'm upset about the whole demonetization thing that has been happening on youtube for the past few months, so I will be making videos(1/2)","FALSE","0","vandegraaph","2017-04-18 20:55:23","FALSE","854436742820233218","854438229558296577","731725720901275648","Twitter Web Client","vandegraaph","0","FALSE","FALSE" +"9450","9450","RT @JediLucario1138: End YouTube's Demonetization of Channels https://t.co/TZ4AKxOMeg","FALSE","0",NA,"2017-04-18 20:52:30","FALSE",NA,"854437504732286980",NA,"Twitter Web Client","emilkhalmatn","2","TRUE","FALSE" +"9451","9451","Indian #Silver Imports Fail To Improve Post Demonetization https://t.co/gHpBPDNrDy #podcasts","FALSE","0",NA,"2017-04-18 20:48:02","FALSE",NA,"854436379803107328",NA,"Tweet Old Post","Smaulgld","0","FALSE","FALSE" +"9452","9452","RT @StateBank_Pak: Public Awareness regarding Demonetization of Old Design and Bigger Size Banknotes (Rs 10, 50, 100 & 1000) +Details: +https�","FALSE","0",NA,"2017-04-18 20:47:46","FALSE",NA,"854436311721283585",NA,"Twitter Web Client","denisvtjsp","6","TRUE","FALSE" +"9453","9453","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 20:27:47","FALSE",NA,"854431286257225729",NA,"Twitter Web Client","makhmatnvjbsh","1333","TRUE","FALSE" +"9454","9454","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 20:25:26","FALSE",NA,"854430695363559424",NA,"Twitter for Android","Vivek_Handoo","43","TRUE","FALSE" +"9455","9455","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-18 20:24:53","FALSE",NA,"854430553709453313",NA,"Twitter for Android","tenniswallah","83","TRUE","FALSE" +"9456","9456","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 20:18:53","FALSE",NA,"854429044204601345",NA,"Twitter for Android","Zaahirahi","1333","TRUE","FALSE" +"9457","9457","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 20:13:07","FALSE",NA,"854427594179129344",NA,"Twitter for Android","TinkuArora10","1333","TRUE","FALSE" +"9458","9458","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 19:59:48","FALSE",NA,"854424244133937152",NA,"Twitter for Android","ImVinod529","1333","TRUE","FALSE" +"9459","9459","1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0","LivingOnChi","2017-04-18 19:57:46","FALSE","854423526127915014","854423730499592192","3130914869","Twitter Web Client","LivingOnChi","0","FALSE","FALSE" +"9460","9460","@DelhiPolice After demonetization my humble request is to take corrective actions on local police stations and thei� https://t.co/Bvk6es54yJ","FALSE","0","MahnaDimple","2017-04-18 19:57:45","TRUE","853137927156539394","854423728079474692","829917885438976000","Twitter for Android","MahnaDimple","0","FALSE","FALSE" +"9461","9461","1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","0","LivingOnChi","2017-04-18 19:57:32","FALSE","854423526127915014","854423670030290945","3130914869","Twitter Web Client","LivingOnChi","1","FALSE","FALSE" +"9462","9462","@narendramodi poor ppl sleeping with hungry stomach coz nly source of income is nrega, they did nt paid since demonetization, tripura state","FALSE","0","narendramodi","2017-04-18 19:43:25","FALSE",NA,"854420117761003521","18839785","Twitter Web Client","beril_lx","0","FALSE","FALSE" +"9463","9463","RT @JustinSandefur: 9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +ht�","FALSE","0",NA,"2017-04-18 19:37:53","FALSE",NA,"854418725625364480",NA,"Twitter Web Client","BasicIncomeNews","5","TRUE","FALSE" +"9464","9464","@BTCTN That is totally false news. This article pertains to the period when #demonetization happened. +No Cash problem; No rise in demand.","FALSE","0","BTCTN","2017-04-18 19:32:21","FALSE","854412648581967872","854417334852755457","3367334171","Twitter for Android","Bitczar1","0","FALSE","FALSE" +"9465","9465","RT @_Kirtibhairav: @Dkomal_KD @jaf_jamesbond @American__Singh @Noomiiali @iAkshayTeotia7 @iamnotthatrahul @sonunigam @priyankachopra @rajsr�","FALSE","0",NA,"2017-04-18 19:24:13","FALSE",NA,"854415286245756929",NA,"Twitter for Android","Dkomal_KD","2","TRUE","FALSE" +"9466","9466","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 19:22:57","FALSE",NA,"854414968527179777",NA,"Twitter for Android","n2r3ndr2","1333","TRUE","FALSE" +"9467","9467","RT @OfficeOfRG: Fully prepared for demonetization! +https://t.co/YHT0sHudWL","FALSE","0",NA,"2017-04-18 19:20:07","FALSE",NA,"854414256237948934",NA,"Twitter for iPhone","naveennehra01","3754","TRUE","FALSE" +"9468","9468","@svaneksmith @narendramodi @buzzindelhi should be able to talk to you about recent demonetization in India.","FALSE","0","svaneksmith","2017-04-18 19:20:02","FALSE","854387503318667264","854414234980990976","19355561","Twitter for iPhone","ajaykuligod","0","FALSE","FALSE" +"9469","9469","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 19:16:00","FALSE",NA,"854413221419249665",NA,"Twitter for Android","PDrsudhakar","71","TRUE","FALSE" +"9470","9470","@Dkomal_KD @jaf_jamesbond @American__Singh @Noomiiali @iAkshayTeotia7 @iamnotthatrahul @sonunigam @priyankachopra� https://t.co/eqZPF6ema5","FALSE","1","Dkomal_KD","2017-04-18 19:14:16","TRUE","854410905999822852","854412782237753345","4265528385","Twitter Lite","_deep_thinker","2","FALSE","FALSE" +"9471","9471","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 19:10:59","FALSE",NA,"854411957188907008",NA,"Twitter for Android","mohazamil","71","TRUE","FALSE" +"9472","9472","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 19:08:32","FALSE",NA,"854411338759778304",NA,"Twitter for Android","omprakash1704","71","TRUE","FALSE" +"9473","9473","@KiranKS Just like how demonetization impacted UP ","FALSE","0","KiranKS","2017-04-18 19:03:39","FALSE","854409330673635328","854410113565806592","75610842","Twitter for iPhone","sankarbe","0","FALSE","FALSE" +"9474","9474","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 19:03:35","FALSE",NA,"854410096327221253",NA,"Twitter for iPhone","nasrulhoda73","15","TRUE","FALSE" +"9475","9475","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 19:03:08","FALSE",NA,"854409983827554309",NA,"Twitter for Android","mohazamil","15","TRUE","FALSE" +"9476","9476","@BJP4India @narendramodi Until arnd Dec 13, 2016 RBI has been updating on returned currency. Then it stopped! its b� https://t.co/TFnt0KHeIv","FALSE","0","BJP4India","2017-04-18 19:02:36","TRUE","854372872776806401","854409848364179458","207809313","Twitter for Android","vemman","0","FALSE","FALSE" +"9477","9477","Kya Din aa gaye...Kya sach mein Achee din Aa gaye....Demonetization effect can be clearly� https://t.co/qtqqTgwnXC","FALSE","0",NA,"2017-04-18 19:02:20","FALSE",NA,"854409778801586180",NA,"Linkis: turn sharing into growth","bandra_news","0","FALSE","FALSE" +"9478","9478","I liked a @YouTube video https://t.co/Dgq67CA6Br Santosh Nair on Demonetization","FALSE","0",NA,"2017-04-18 18:55:20","FALSE",NA,"854408017458024448",NA,"Google","Peopleshelper1","0","FALSE","FALSE" +"9479","9479","RT @SamKhan999: By the way where is the genius who had declared Demonetization ended stone pelting in #kashmir","FALSE","0",NA,"2017-04-18 18:47:54","FALSE",NA,"854406148299956224",NA,"Twitter for Android","bremsstrahlunng","4","TRUE","FALSE" +"9480","9480","@GJKolhe @bhavanarnath @Vidyut Common man! Mass murders,haren pandya's murder, demonetization disaster, lynchings o� https://t.co/5PzOZrxGbg","FALSE","1","GJKolhe","2017-04-18 18:43:19","TRUE","854375343200899072","854404996443623426","104215821","Twitter for Android","1977_Senthil","0","FALSE","FALSE" +"9481","9481","@datnofact @MrNobre @shoe0nhead meanwhile, the word trump in your title, instant demonetization. but torture and te� https://t.co/ESxABgveTm","FALSE","3","datnofact","2017-04-18 18:41:34","TRUE","854404131875848192","854404555617861633","3906705990","Twitter Web Client","based_mama","0","FALSE","FALSE" +"9482","9482","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 18:40:33","FALSE",NA,"854404296812752898",NA,"Twitter for Android","BenhamAdrian","71","TRUE","FALSE" +"9483","9483","RT @sffed: #Demonetization is catalyzing digital payments growth in #India https://t.co/zCfH075uuP #SFFedAsiaProgram https://t.co/r7se1fklM5","FALSE","0",NA,"2017-04-18 18:37:46","FALSE",NA,"854403596049371137",NA,"Twitter Web Client","ruslan75j6belov","3","TRUE","FALSE" +"9484","9484","RT @OfficeOfRG: Fully prepared for demonetization! +https://t.co/YHT0sHudWL","FALSE","0",NA,"2017-04-18 18:35:29","FALSE",NA,"854403023002624000",NA,"Twitter for iPhone","SahilBalu456","3754","TRUE","FALSE" +"9485","9485","RT @SpencerKarter: #YouTube's #AdvertiserFriendly #Demonetization aka #YouTubeCensorship is STILL #BadForBusiness! #YouTubeFAIL #GoogleFAIL�","FALSE","0",NA,"2017-04-18 18:24:45","FALSE",NA,"854400320381878272",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"9486","9486","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 18:23:04","FALSE",NA,"854399897965125634",NA,"Twitter for Android","ashishK73762819","90","TRUE","FALSE" +"9487","9487","RT @svaneksmith: @narendramodi Dear Mr. Modi, I'm a reporter in the US. I would love to talk with you about demonetization. My email is sva�","FALSE","0",NA,"2017-04-18 18:18:49","FALSE",NA,"854398829868830720",NA,"Twitter for iPhone","siri_notsiri","1","TRUE","FALSE" +"9488","9488","As a public utility @Google does not have the right to suppress speech and that's exactly what demonetization does. https://t.co/BnEGPft1dM","FALSE","0",NA,"2017-04-18 18:15:50","FALSE",NA,"854398079742521344",NA,"Twitter for iPhone","terrycrosby","0","FALSE","FALSE" +"9489","9489","RT @SpencerKarter: @SusanWojcicki should be held #accountable for ruining #YouTube with #AdsenseGate #Demonetization #YouTubeCensorship! #S�","FALSE","0",NA,"2017-04-18 18:15:02","FALSE",NA,"854397876360925185",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"9490","9490","RT @SpencerKarter: @SusanWojcicki Loves Censorship. She loves to censor #YouTubers on #YouTube w/ #Demonetization crap! #EnoughIsEnough! Yo�","FALSE","0",NA,"2017-04-18 18:13:36","FALSE",NA,"854397515306864640",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"9491","9491","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 18:04:00","FALSE",NA,"854395099567882240",NA,"Twitter for Android","amitkumar13557","71","TRUE","FALSE" +"9492","9492","So much for you cash less society https://t.co/OWAkn3f0yr","FALSE","0",NA,"2017-04-18 18:03:32","FALSE",NA,"854394982970556416",NA,"Facebook","poundmaiden","0","FALSE","FALSE" +"9493","9493","@indianreagan Agreed.. the pace of these braindead proclamations has increased post demonetization.. what's next ?","FALSE","0","indianreagan","2017-04-18 18:02:03","FALSE","854391601984028673","854394609199337472","69058130","Twitter for iPhone","JackBored","0","FALSE","FALSE" +"9494","9494","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 18:00:45","FALSE",NA,"854394282936893440",NA,"Twitter for Android","PoppyMpf6666","71","TRUE","FALSE" +"9495","9495","RT @StreetBuzzApp: India to grow at 7.2%, says World Bank! +Demonetization effects have waned! + +https://t.co/q8EsLIneR8","FALSE","0",NA,"2017-04-18 17:57:20","FALSE",NA,"854393423557795841",NA,"Twitter for Android","AnshuJuhee","1","TRUE","FALSE" +"9496","9496","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 17:55:40","FALSE",NA,"854393004836225024",NA,"Twitter for Android","geetv79","71","TRUE","FALSE" +"9497","9497","RT @kingchiru15: It's been 5 months after the #demonetization announcement, why still the fucking ATMs aren't working? What is the reason?","FALSE","0",NA,"2017-04-18 17:46:44","FALSE",NA,"854390753132498946",NA,"Twitter Web Client","luisvilelaRA","4","TRUE","FALSE" +"9498","9498","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 17:45:50","FALSE",NA,"854390527873208320",NA,"Twitter for Android","Aditya3841","90","TRUE","FALSE" +"9499","9499","RT @SanaSecurities: Opportunities from demonetization in the long term https://t.co/0juSLrVQl6 via @sanasecurities","FALSE","0",NA,"2017-04-18 17:36:08","FALSE",NA,"854388087903748096",NA,"Twitter Lite","DeepMind26","5","TRUE","FALSE" +"9500","9500","#YouTube's #AdvertiserFriendly #Demonetization aka #YouTubeCensorship is STILL #BadForBusiness! #YouTubeFAIL #GoogleFAIL #EpicFAIL","FALSE","1",NA,"2017-04-18 17:35:35","FALSE",NA,"854387948778921984",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"9501","9501","@narendramodi Dear Mr. Modi, I'm a reporter in the US. I would love to talk with you about demonetization. My email is svaneksmith@npr.org","FALSE","1","narendramodi","2017-04-18 17:33:49","FALSE",NA,"854387503318667264","18839785","Twitter Web Client","svaneksmith","1","FALSE","FALSE" +"9502","9502","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-18 17:31:30","FALSE",NA,"854386923082719232",NA,"Twitter for Windows","vishalsrswt","43","TRUE","FALSE" +"9503","9503","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 17:28:53","FALSE",NA,"854386262743990275",NA,"Twitter for iPhone","kapil9994","90","TRUE","FALSE" +"9504","9504","@nationality1_ @narendramodi Not true, IMF has reduced the projected GDP for India which is a deep concern. India w� https://t.co/Fzfakm1sXP","FALSE","0","nationality1_","2017-04-18 17:25:02","TRUE","854330964549537792","854385296095404032","788666479654805504","Twitter Web Client","yogi4karma","0","FALSE","FALSE" +"9505","9505","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 17:21:06","FALSE",NA,"854384305723686912",NA,"Twitter Web Client","gabriel0923","13","TRUE","FALSE" +"9506","9506","RT @SamKhan999: By the way where is the genius who had declared Demonetization ended stone pelting in #kashmir","FALSE","0",NA,"2017-04-18 17:17:54","FALSE",NA,"854383497116401664",NA,"Twitter for Android","mm_shakeel","4","TRUE","FALSE" +"9507","9507","RT @B_Rich33NO: Shoutout to YouTube for trying snuff out Independent Citizen Journalist Via Demonetization ... yall can eat a fat one. http�","FALSE","0",NA,"2017-04-18 17:17:27","FALSE",NA,"854383384700661760",NA,"Twitter for iPhone","jessicaannbowma","2","TRUE","FALSE" +"9508","9508","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-18 17:16:36","FALSE",NA,"854383171386970113",NA,"Twitter for Android","KAUSHALKRSHARMA","197","TRUE","FALSE" +"9509","9509","RT @SamKhan999: By the way where is the genius who had declared Demonetization ended stone pelting in #kashmir","FALSE","0",NA,"2017-04-18 17:16:02","FALSE",NA,"854383030588157952",NA,"Twitter Web Client","natashasamani","4","TRUE","FALSE" +"9510","9510","By the way where is the genius who had declared Demonetization ended stone pelting in #kashmir","FALSE","2",NA,"2017-04-18 17:15:43","FALSE",NA,"854382951622221827",NA,"Twitter for iPhone","SamKhan999","4","FALSE","FALSE" +"9511","9511","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 17:11:25","FALSE",NA,"854381866178158593",NA,"Twitter Web Client","namank032","1333","TRUE","FALSE" +"9512","9512","#NewsDog #Analysis #Demonetization #EconomicsBehind +Economics behind demonetization of Rs 1000 & 500 notes in India.https://t.co/O2k5grr7DZ","FALSE","0",NA,"2017-04-18 17:10:33","FALSE",NA,"854381649328525312",NA,"Hootsuite","Amit___Yadav","0","FALSE","FALSE" +"9513","9513","RT @jay_ambadi: Why complain about charging a fee on even small payments via cheque? +Wasn't that the objective of demonetization? +Black mon�","FALSE","0",NA,"2017-04-18 17:07:55","FALSE",NA,"854380988532572160",NA,"Twitter Web Client","tonylobo2003","3","TRUE","FALSE" +"9514","9514","RT @amit_2912: Dear @narendramodi ji & @myogiadityanath ji,I m a banker, felt much pressure in #demonetization got overtime but our guards�","FALSE","0",NA,"2017-04-18 17:05:36","FALSE",NA,"854380402018050048",NA,"Twitter for Android","Anamika_017","2","TRUE","FALSE" +"9515","9515","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 17:04:22","FALSE",NA,"854380094005096449",NA,"Twitter Web Client","VicLovesAnimals","13","TRUE","FALSE" +"9516","9516","@cricketaakash #GLvsRCB Urgent need of demonetization required in #GujratLions bowling squad.","FALSE","0","cricketaakash","2017-04-18 17:00:05","FALSE",NA,"854379014278000641","70663487","Twitter for Android","imsujitkr","0","FALSE","FALSE" +"9517","9517","Dear @narendramodi ji & @myogiadityanath ji,I m a banker, felt much pressure in #demonetization got overtime but our guards haven't got OT.","FALSE","1",NA,"2017-04-18 16:57:26","FALSE",NA,"854378347169800193",NA,"Twitter for Android","amit_2912","2","FALSE","FALSE" +"9518","9518","RT @srithh: #demonetization is a wasteful exercise @narendramodi https://t.co/g4BZxYKnY0","FALSE","0",NA,"2017-04-18 16:56:40","FALSE",NA,"854378155628310528",NA,"easypybot","BDeshbot","2","TRUE","FALSE" +"9519","9519","RT @srithh: #demonetization is a wasteful exercise @narendramodi https://t.co/g4BZxYKnY0","FALSE","0",NA,"2017-04-18 16:56:37","FALSE",NA,"854378142928179200",NA,"Twitter for iPad","emanistnrn","2","TRUE","FALSE" +"9520","9520","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 16:52:34","FALSE",NA,"854377124156911616",NA,"Twitter Lite","vj_devil007","15","TRUE","FALSE" +"9521","9521","RT @jay_ambadi: Why complain about charging a fee on even small payments via cheque? +Wasn't that the objective of demonetization? +Black mon�","FALSE","0",NA,"2017-04-18 16:52:22","FALSE",NA,"854377075054006273",NA,"Twitter for Android","AnandRM_","3","TRUE","FALSE" +"9522","9522","RT @jay_ambadi: Why complain about charging a fee on even small payments via cheque? +Wasn't that the objective of demonetization? +Black mon�","FALSE","0",NA,"2017-04-18 16:52:11","FALSE",NA,"854377026425421824",NA,"Twitter for Android","sampaul28579","3","TRUE","FALSE" +"9523","9523","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:49:16","FALSE",NA,"854376291105157120",NA,"Twitter for Android","AravindMaveric","71","TRUE","FALSE" +"9524","9524","Why complain about charging a fee on even small payments via cheque? +Wasn't that the objective of demonetization? +Black money ek jumla tha!","FALSE","1",NA,"2017-04-18 16:46:32","FALSE",NA,"854375607395909632",NA,"Twitter Web Client","jay_ambadi","3","FALSE","FALSE" +"9525","9525","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:43:01","FALSE",NA,"854374722028621825",NA,"Twitter for Windows Phone","msk933","71","TRUE","FALSE" +"9526","9526","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 16:33:08","FALSE",NA,"854372231132086272",NA,"Twitter for Android","AdwaitanWay","912","TRUE","FALSE" +"9527","9527","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:29:10","FALSE",NA,"854371234800435202",NA,"Twitter Lite","nibinchristian","71","TRUE","FALSE" +"9528","9528","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 16:25:12","FALSE",NA,"854370235721363456",NA,"Twitter Web Client","shell007007","1333","TRUE","FALSE" +"9529","9529","RT @WoffordN: YOUTUBE RED ALERT. #Censorship #censored #freespeech #1A #Google $GOOG #pedogate #hillaryclinton #demonetization https://t.co�","FALSE","0",NA,"2017-04-18 16:24:40","FALSE",NA,"854370103529484288",NA,"Twitter for iPhone","SeeRealEqual","4","TRUE","FALSE" +"9530","9530","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-18 16:24:15","FALSE",NA,"854369999510802432",NA,"Twitter for iPad","JalIslam","6","TRUE","FALSE" +"9531","9531","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:23:42","FALSE",NA,"854369858145759232",NA,"Twitter for Android","mnakthar","71","TRUE","FALSE" +"9532","9532","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-18 16:20:00","FALSE",NA,"854368927786221568",NA,"Twitter for Android","ravidevrath1","6","TRUE","FALSE" +"9533","9533","RT @B_Rich33NO: Shoutout to YouTube for trying snuff out Independent Citizen Journalist Via Demonetization ... yall can eat a fat one. http�","FALSE","0",NA,"2017-04-18 16:18:04","FALSE",NA,"854368440102117376",NA,"Twitter for Android","iPressPROJECT","2","TRUE","FALSE" +"9534","9534","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 16:13:58","FALSE",NA,"854367411717324801",NA,"Twitter for Android","STPIGANDHINAGAR","43","TRUE","FALSE" +"9535","9535","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:10:11","FALSE",NA,"854366457249005569",NA,"Twitter for Android","ali991112","71","TRUE","FALSE" +"9536","9536","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-18 16:08:39","FALSE",NA,"854366073541410816",NA,"Twitter for iPhone","Arun2981","7","TRUE","FALSE" +"9537","9537","@manialmal @_YogendraYadav @ArvindKejriwal @laluprasadrjd Check facts again.....After demonetization Jan Dhan accounts are on their highest.","FALSE","0","manialmal","2017-04-18 16:07:30","FALSE","854335869351743493","854365780216918016","82565839","Twitter for Android","bhaskar_batheja","0","FALSE","FALSE" +"9538","9538","What is your single strongest argument against demonetization? by Zeeshan Ali https://t.co/wcdqAwvtR3","FALSE","0",NA,"2017-04-18 16:07:15","FALSE",NA,"854365717952679936",NA,"Twitter for Android","prafulbhatnagar","0","FALSE","FALSE" +"9539","9539","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 16:06:17","FALSE",NA,"854365474884390913",NA,"Twitter for Android","eshu_prabhakar","71","TRUE","FALSE" +"9540","9540","Shoutout to YouTube for trying snuff out Independent Citizen Journalist Via Demonetization ... yall can eat a fat o� https://t.co/bfm0cNyjol","FALSE","12",NA,"2017-04-18 16:00:09","TRUE",NA,"854363930793316353",NA,"Twitter Web Client","B_Rich33NO","2","FALSE","FALSE" +"9541","9541","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-18 15:52:32","FALSE",NA,"854362015984480257",NA,"Twitter for Android","pushpai86","43","TRUE","FALSE" +"9542","9542","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361657111330816",NA,"TweetDeck","sinhaaniket456","71","TRUE","FALSE" +"9543","9543","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361657027379200",NA,"TweetDeck","VikraSeth","71","TRUE","FALSE" +"9544","9544","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656884740096",NA,"TweetDeck","sujaljainindia","71","TRUE","FALSE" +"9545","9545","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656847065088",NA,"TweetDeck","VanshGangwal","71","TRUE","FALSE" +"9546","9546","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656830304257",NA,"TweetDeck","SARA_withRG","71","TRUE","FALSE" +"9547","9547","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656826003456",NA,"TweetDeck","zainababbasiinc","71","TRUE","FALSE" +"9548","9548","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656817704961",NA,"TweetDeck","vatsalpandeyind","71","TRUE","FALSE" +"9549","9549","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656817623041",NA,"TweetDeck","vishalincmishra","71","TRUE","FALSE" +"9550","9550","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656796692480",NA,"TweetDeck","singhpiyush82","71","TRUE","FALSE" +"9551","9551","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656687710208",NA,"TweetDeck","sarthakpras","71","TRUE","FALSE" +"9552","9552","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656687697920",NA,"TweetDeck","tarunpatilinc","71","TRUE","FALSE" +"9553","9553","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656687591424",NA,"TweetDeck","tapanvyasind","71","TRUE","FALSE" +"9554","9554","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656666636288",NA,"TweetDeck","SaninMalik","71","TRUE","FALSE" +"9555","9555","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656574361600",NA,"TweetDeck","SiddharINC","71","TRUE","FALSE" +"9556","9556","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656570257408",NA,"TweetDeck","sawpnildixit","71","TRUE","FALSE" +"9557","9557","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656565968896",NA,"TweetDeck","schetanye","71","TRUE","FALSE" +"9558","9558","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656490471424",NA,"TweetDeck","saurabhroygreat","71","TRUE","FALSE" +"9559","9559","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656469594112",NA,"TweetDeck","satyaaprakashsh","71","TRUE","FALSE" +"9560","9560","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656410775553",NA,"TweetDeck","RajRaiChaudhary","71","TRUE","FALSE" +"9561","9561","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656360550401",NA,"TweetDeck","ranjanaditya543","71","TRUE","FALSE" +"9562","9562","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656306016258",NA,"TweetDeck","sahosudarshan","71","TRUE","FALSE" +"9563","9563","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656301764608",NA,"TweetDeck","SamyChaudhary","71","TRUE","FALSE" +"9564","9564","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656268210177",NA,"TweetDeck","KomalSharmaind","71","TRUE","FALSE" +"9565","9565","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656205254656",NA,"TweetDeck","nishant1yadav","71","TRUE","FALSE" +"9566","9566","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656196964352",NA,"TweetDeck","ramsaini58","71","TRUE","FALSE" +"9567","9567","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656196874240",NA,"TweetDeck","rahatinalam","71","TRUE","FALSE" +"9568","9568","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656159227905",NA,"TweetDeck","dheerajawast","71","TRUE","FALSE" +"9569","9569","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656159158272",NA,"TweetDeck","ishwarsinghinc","71","TRUE","FALSE" +"9570","9570","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656159117312",NA,"TweetDeck","pankahsahai88","71","TRUE","FALSE" +"9571","9571","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656159109120",NA,"TweetDeck","PrabhatKhemnani","71","TRUE","FALSE" +"9572","9572","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656150736897",NA,"TweetDeck","pallavthakurinc","71","TRUE","FALSE" +"9573","9573","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656146644993",NA,"TweetDeck","pratparmar","71","TRUE","FALSE" +"9574","9574","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656146579456",NA,"TweetDeck","pantvikraminc","71","TRUE","FALSE" +"9575","9575","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361656033296384",NA,"TweetDeck","Nishthainc","71","TRUE","FALSE" +"9576","9576","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655999774720",NA,"TweetDeck","krishnaraman23","71","TRUE","FALSE" +"9577","9577","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655987150850",NA,"TweetDeck","jogisinghsatnam","71","TRUE","FALSE" +"9578","9578","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655983038465",NA,"TweetDeck","naveenmeena811","71","TRUE","FALSE" +"9579","9579","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655928438784",NA,"TweetDeck","gagandeepindia","71","TRUE","FALSE" +"9580","9580","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655924281344",NA,"TweetDeck","digarg50","71","TRUE","FALSE" +"9581","9581","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655878180865",NA,"TweetDeck","GuhaDebo","71","TRUE","FALSE" +"9582","9582","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655857233920",NA,"TweetDeck","GyaneshwrCharan","71","TRUE","FALSE" +"9583","9583","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655857135620",NA,"TweetDeck","hasantabind","71","TRUE","FALSE" +"9584","9584","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655852978176",NA,"TweetDeck","gauravthakurinc","71","TRUE","FALSE" +"9585","9585","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655420960769",NA,"TweetDeck","anshulsethindia","71","TRUE","FALSE" +"9586","9586","RT @NG_withINC: After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","0",NA,"2017-04-18 15:51:06","FALSE",NA,"854361655332950017",NA,"TweetDeck","anjanabiswasinc","71","TRUE","FALSE" +"9587","9587","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-18 15:48:14","FALSE",NA,"854360933715648512",NA,"Twitter for iPhone","bishakha","7","TRUE","FALSE" +"9588","9588","One more killed due to #demonetization #disaster No apology in sight. #HoGayaKalyan https://t.co/Qhsiago2H3","FALSE","0",NA,"2017-04-18 15:45:36","FALSE",NA,"854360270558384128",NA,"Twitter for iPhone","CineMagik","0","FALSE","FALSE" +"9589","9589","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 15:39:39","FALSE",NA,"854358775125422080",NA,"Twitter for iPhone","piyush9392","15","TRUE","FALSE" +"9590","9590","@TheOfficialSBI @FinMinIndia ..the cash in ATM's in vizag city have dried up since last 1 month..are we up for demonetization again????","FALSE","0","TheOfficialSBI","2017-04-18 15:38:07","FALSE",NA,"854358388859338752","2251588934","Twitter for Android","dearvikash","0","FALSE","FALSE" +"9591","9591","#news #summary: #world #bank backs #demonetization, says #note #ban will have positive #impact in long #te https://t.co/WJM4LFANaK","FALSE","0",NA,"2017-04-18 15:36:47","FALSE",NA,"854358053453524992",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"9592","9592","RT @TheFounder2013: Please Include World Class Milkbar AMUL & Baroda Dairy's Nutritious Products to Promote Agriculture Priority Sector a�","FALSE","0",NA,"2017-04-18 15:36:12","FALSE",NA,"854357904165445632",NA,"Twitter for Android","KalpitRaval","1","TRUE","FALSE" +"9593","9593","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 15:34:45","FALSE",NA,"854357539198251010",NA,"Twitter for Android","Starvaideek","90","TRUE","FALSE" +"9594","9594","After demonetization first modi waived off Mallya's loan and now got him bailed out! +Is modi Mallya's pet dog? +#VijayMallya","FALSE","88",NA,"2017-04-18 15:33:29","FALSE",NA,"854357220036825089",NA,"Twitter for Android","NG_withINC","71","FALSE","FALSE" +"9595","9595","I liked a @YouTube video https://t.co/nJNOOPxnyo Will We Lose Our Platform? | YouTube Demonetization","FALSE","0",NA,"2017-04-18 15:31:46","FALSE",NA,"854356791005552640",NA,"Google","iam__marwa","0","FALSE","FALSE" +"9596","9596","#news #summary: #world #bank backs #demonetization, says #note #ban will have positive #impact in long #te https://t.co/dwsgEZpDCo","FALSE","0",NA,"2017-04-18 15:27:38","FALSE",NA,"854355750960984065",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"9597","9597","#news #summary: #world #bank backs #demonetization, says #note #ban will have positive #impact in long #te https://t.co/T6LjMegfWI","FALSE","0",NA,"2017-04-18 15:23:26","FALSE",NA,"854354694407376896",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"9598","9598","Demonetization is the biggest economic fraud played on the citizens of India. @IndiaToday, praising govt on this... https://t.co/3bt4fhhp8G","FALSE","0",NA,"2017-04-18 15:21:46","FALSE",NA,"854354272422637569",NA,"Facebook","MOOC5","0","FALSE","FALSE" +"9599","9599","#news #summary: #world #bank backs #demonetization, says #note #ban will have positive #impact in long #te https://t.co/N2VTIPonnS","FALSE","0",NA,"2017-04-18 15:21:14","FALSE",NA,"854354140331479043",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"9600","9600","RT @Memeghnad: How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors. +https://t.co/aRj7AJZv0O","FALSE","0",NA,"2017-04-18 15:19:51","FALSE",NA,"854353789683478528",NA,"Twitter Lite","drkhushisharma","14","TRUE","FALSE" +"9601","9601","@gayathriraguram Tell me what was the benefit of demonetization, GST, pushing Hindi... etc.,","FALSE","0","gayathriraguram","2017-04-18 15:16:40","FALSE","854347741132083201","854352989531787264","210461515","Twitter for Android","nadunilaiillai","0","FALSE","FALSE" +"9602","9602","@KEEMSTAR news Breaking: demonetization ahok-arap +Fpi: ""boycott arap"" don't make money +Nasi = nazi racist� https://t.co/vMHqsxilAA","FALSE","1","KEEMSTAR","2017-04-18 15:10:36","TRUE","854348152434036737","854351463040008192","872683897","Twitter for Android","EndutHabib","0","FALSE","FALSE" +"9603","9603","Demystifying the Indian demonetization via @jaijit https://t.co/8WXINvND2L","FALSE","1",NA,"2017-04-18 15:02:26","FALSE",NA,"854349407185129473",NA,"PostBeyond","FernandFaria","0","FALSE","FALSE" +"9604","9604","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-18 14:57:08","FALSE",NA,"854348073434308608",NA,"Twitter for Android","mohitsmartlove","7","TRUE","FALSE" +"9605","9605","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-18 14:50:54","FALSE",NA,"854346506119204866",NA,"Twitter for Android","Paragbhandari1","7","TRUE","FALSE" +"9606","9606","If you want a great example of some issues inherent in capitalism, see the demonetization of videos like this.","FALSE","2","petercoffin","2017-04-18 14:49:15","FALSE","854345885484015616","854346089654345728","14966163","TweetDeck","petercoffin","0","FALSE","FALSE" +"9607","9607","RT @rohithjyo: #Demonetization, Digital Identity and Universal Basic Income #UBI #Aadhaar (Live with @arvindsubraman) #CGDTalks https://t.c�","FALSE","0",NA,"2017-04-18 14:45:23","FALSE",NA,"854345116156182534",NA,"Twitter for iPhone","grumpeoldman","2","TRUE","FALSE" +"9608","9608","#UBI need not be 0 sum game if tax compliance grows, #demonetization works - cld be feasible to inc expenditure @arvindsubraman #CGDTAlks","FALSE","2",NA,"2017-04-18 14:39:46","FALSE",NA,"854343701929357312",NA,"Twitter for iPhone","glassmanamanda","0","FALSE","FALSE" +"9609","9609","RT @jameelyusuf: And @manoharparrikar had assured us stone-pelting has ended in Kashmir because of demonetization.","FALSE","0",NA,"2017-04-18 14:34:26","FALSE",NA,"854342361802997760",NA,"Twitter for Android","KhalidBinHamid","4","TRUE","FALSE" +"9610","9610","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 14:32:42","FALSE",NA,"854341924962029568",NA,"Twitter for Android","Sahil_RG","15","TRUE","FALSE" +"9611","9611","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 14:31:24","FALSE",NA,"854341598217469952",NA,"Twitter for iPhone","retheeshraj10","15","TRUE","FALSE" +"9612","9612","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YIuj3fOwgp","FALSE","0",NA,"2017-04-18 14:30:32","FALSE",NA,"854341381527154688",NA,"OnlyWire / Official App","rekeshsingh891","0","FALSE","FALSE" +"9613","9613","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/AiMl9SJWfA","FALSE","0",NA,"2017-04-18 14:30:32","FALSE",NA,"854341378083610624",NA,"OnlyWire / Official App","sonakshirao151","0","FALSE","FALSE" +"9614","9614","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/3GDEbWG3TB","FALSE","0",NA,"2017-04-18 14:30:31","FALSE",NA,"854341375319576580",NA,"OnlyWire / Official App","shivash27668993","0","FALSE","FALSE" +"9615","9615","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YmeEF4BKgF","FALSE","0",NA,"2017-04-18 14:30:30","FALSE",NA,"854341373335670784",NA,"OnlyWire / Official App","shilpaseth12017","0","FALSE","FALSE" +"9616","9616","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/9adbr7D5AG","FALSE","0",NA,"2017-04-18 14:30:30","FALSE",NA,"854341372836446208",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"9617","9617","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/IrHhFi39JV","FALSE","0",NA,"2017-04-18 14:30:30","FALSE",NA,"854341371951538176",NA,"OnlyWire / Official App","vibhore_patel","0","FALSE","FALSE" +"9618","9618","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/DD2WniIPJ6","FALSE","0",NA,"2017-04-18 14:30:30","FALSE",NA,"854341369653014528",NA,"OnlyWire / Official App","shilpatiwari122","0","FALSE","FALSE" +"9619","9619","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/hDJs7lNw3d","FALSE","0",NA,"2017-04-18 14:30:30","FALSE",NA,"854341369497890816",NA,"OnlyWire / Official App","nick123dsouza1","0","FALSE","FALSE" +"9620","9620","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jlY8XEKMzR","FALSE","0",NA,"2017-04-18 14:30:29","FALSE",NA,"854341367794995200",NA,"OnlyWire / Official App","mmanishkale2011","0","FALSE","FALSE" +"9621","9621","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/l7nDrORf4C","FALSE","0",NA,"2017-04-18 14:30:29","FALSE",NA,"854341366884839425",NA,"OnlyWire / Official App","AlexMoon43","0","FALSE","FALSE" +"9622","9622","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CZGdcRjpZJ","FALSE","0",NA,"2017-04-18 14:30:28","FALSE",NA,"854341363772653568",NA,"OnlyWire / Official App","jogindarsingh22","0","FALSE","FALSE" +"9623","9623","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/Dn1BUEzNBi","FALSE","0",NA,"2017-04-18 14:30:28","FALSE",NA,"854341361096699904",NA,"OnlyWire / Official App","karansing5991","0","FALSE","FALSE" +"9624","9624","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/XUzzbnDMl8","FALSE","0",NA,"2017-04-18 14:30:27","FALSE",NA,"854341358970175489",NA,"OnlyWire / Official App","mleora2017","0","FALSE","FALSE" +"9625","9625","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CjZaz4tMKS","FALSE","0",NA,"2017-04-18 14:30:27","FALSE",NA,"854341358072549378",NA,"OnlyWire / Official App","kalgutkar201","0","FALSE","FALSE" +"9626","9626","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jSOxNZOI8G","FALSE","0",NA,"2017-04-18 14:30:27","FALSE",NA,"854341357548253186",NA,"OnlyWire / Official App","rajenda10367639","0","FALSE","FALSE" +"9627","9627","Demonetization is the biggest economic fraud played on the citizens of India. @IndiaToday, praising govt on this is� https://t.co/k1zaf4Bc7k","FALSE","0",NA,"2017-04-18 14:30:26","TRUE",NA,"854341356726042624",NA,"TweetDeck","Satyapriyan","1","FALSE","FALSE" +"9628","9628","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/clKRd6TgXq","FALSE","0",NA,"2017-04-18 14:30:26","FALSE",NA,"854341354838786048",NA,"OnlyWire / Official App","vinayvishwaram2","0","FALSE","FALSE" +"9629","9629","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/j1KWhYq9E9","FALSE","0",NA,"2017-04-18 14:30:25","FALSE",NA,"854341349436514304",NA,"OnlyWire / Official App","NarvekarKhushal","0","FALSE","FALSE" +"9630","9630","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/LEHxVnXuHa","FALSE","0",NA,"2017-04-18 14:30:24","FALSE",NA,"854341345539915776",NA,"OnlyWire / Official App","awesomeprem2011","0","FALSE","FALSE" +"9631","9631","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/cudzc72QU5","FALSE","0",NA,"2017-04-18 14:30:23","FALSE",NA,"854341343879065600",NA,"OnlyWire / Official App","VenakataVeena","0","FALSE","FALSE" +"9632","9632","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/N6LgFlBi3w","FALSE","0",NA,"2017-04-18 14:30:23","FALSE",NA,"854341343262498817",NA,"OnlyWire / Official App","rameshvaidya201","0","FALSE","FALSE" +"9633","9633","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/NkC4DkLziN","FALSE","0",NA,"2017-04-18 14:30:23","FALSE",NA,"854341340439687168",NA,"OnlyWire / Official App","ananyapuri77","0","FALSE","FALSE" +"9634","9634","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/xhIiJwz8zs","FALSE","0",NA,"2017-04-18 14:30:22","FALSE",NA,"854341339068215297",NA,"OnlyWire / Official App","misterpeter2017","0","FALSE","FALSE" +"9635","9635","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/S3it9CDUsD","FALSE","0",NA,"2017-04-18 14:30:21","FALSE",NA,"854341334676668416",NA,"OnlyWire / Official App","omkarrawat20171","0","FALSE","FALSE" +"9636","9636","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/I6qPA1tRDM","FALSE","0",NA,"2017-04-18 14:30:20","FALSE",NA,"854341330876628997",NA,"OnlyWire / Official App","dhanu_jairaj","0","FALSE","FALSE" +"9637","9637","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/6hYAf5yYdx","FALSE","0",NA,"2017-04-18 14:30:20","FALSE",NA,"854341329597366273",NA,"OnlyWire / Official App","RavinaBajpai","0","FALSE","FALSE" +"9638","9638","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/KNQDeVDltk","FALSE","0",NA,"2017-04-18 14:30:20","FALSE",NA,"854341328867667969",NA,"OnlyWire / Official App","premnat77872313","0","FALSE","FALSE" +"9639","9639","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/bGL4tFM0sc","FALSE","0",NA,"2017-04-18 14:30:19","FALSE",NA,"854341325822582786",NA,"OnlyWire / Official App","prerna762","0","FALSE","FALSE" +"9640","9640","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/myCr0QZKd0","FALSE","0",NA,"2017-04-18 14:30:19","FALSE",NA,"854341324702720000",NA,"OnlyWire / Official App","premnatalie89","0","FALSE","FALSE" +"9641","9641","Sri Gurumurthy speech on Demonetization on March 31 at Chennai https://t.co/pwysjDSF5N via @YouTube","FALSE","2",NA,"2017-04-18 14:28:42","FALSE",NA,"854340918534590464",NA,"Twitter Web Client","harshadsharma23","0","FALSE","FALSE" +"9642","9642","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-18 14:22:13","FALSE",NA,"854339285083983872",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"9643","9643","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 14:22:12","FALSE",NA,"854339284140269569",NA,"Twitter Lite","Santosh_Kolhar","70","TRUE","FALSE" +"9644","9644","RT @CNNnews18: IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.c�","FALSE","0",NA,"2017-04-18 14:17:14","FALSE",NA,"854338033335664642",NA,"Twitter for iPhone","RaisinaSeries","7","TRUE","FALSE" +"9645","9645","RT @CGDev: We're taking questions from the audience. Tweet at us using #CGDTalks & see it posed live: https://t.co/blTu78XzQh","FALSE","0",NA,"2017-04-18 14:17:03","FALSE",NA,"854337984841297920",NA,"Twitter Web Client","BarisBayram2045","1","TRUE","FALSE" +"9646","9646","IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.co/wMpGXcKHLS","FALSE","0",NA,"2017-04-18 14:16:58","FALSE",NA,"854337964880646144",NA,"Linkis: turn sharing into growth","dishanksharma05","0","FALSE","FALSE" +"9647","9647","IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.co/h2V3G141GA","FALSE","0",NA,"2017-04-18 14:16:42","FALSE",NA,"854337898249936896",NA,"IFTTT","ishtkam","0","FALSE","FALSE" +"9648","9648","We're taking questions from the audience. Tweet at us using #CGDTalks & see it posed live: https://t.co/blTu78XzQh","FALSE","1",NA,"2017-04-18 14:15:09","FALSE",NA,"854337508624277504",NA,"TweetDeck","CGDev","1","FALSE","FALSE" +"9649","9649","@CGDev My que is why did demonetization happen all of a sudden and were you asked ? to @arvindsubraman","FALSE","0","CGDev","2017-04-18 14:15:04","FALSE",NA,"854337487149219841","12594872","Twitter Web Client","abhi_sinha00","0","FALSE","FALSE" +"9650","9650","IMF trimmed India's annual growth forecast by 0.4% points to 7.2% for 2017, citing the impact of demonetization. +https://t.co/NqQRRBL9jS","FALSE","6",NA,"2017-04-18 14:15:01","FALSE",NA,"854337474721529856",NA,"TweetDeck","CNNnews18","7","FALSE","FALSE" +"9651","9651","RT @CGDev: Give us your questions using #CGDTalks & we'll ask @arvindsubraman & @AnnieLowrey live! Watch your Q's answered here https://t.c�","FALSE","0",NA,"2017-04-18 14:14:53","FALSE",NA,"854337440554811393",NA,"TweetCaster for iOS","luciaruggiero","2","TRUE","FALSE" +"9652","9652","@arvindsubraman: ""targeting has proved to be highly inefficient and ineffective"" ""will always run into problems"" https://t.co/Kz96OBYMPI","FALSE","1","arvindsubraman","2017-04-18 14:14:43","FALSE",NA,"854337398033002496","369680637","Twitter Web Client","rasmusjs","0","FALSE","FALSE" +"9653","9653","RT @rohithjyo: #Demonetization, Digital Identity and Universal Basic Income #UBI #Aadhaar (Live with @arvindsubraman) #CGDTalks https://t.c�","FALSE","0",NA,"2017-04-18 14:13:52","FALSE",NA,"854337185390178306",NA,"Twitter for Android","pranesh","2","TRUE","FALSE" +"9654","9654","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 14:10:43","FALSE",NA,"854336393887100928",NA,"Twitter for Android","navodya786","1333","TRUE","FALSE" +"9655","9655","RT @glassmanamanda: #India #demonetization - how could effects on poor have been attenuated asks @AnnieLowrey to @arvindsubraman #CGDTalks","FALSE","0",NA,"2017-04-18 14:10:18","FALSE",NA,"854336289855942656",NA,"TweetDeck","CGDev","1","TRUE","FALSE" +"9656","9656","RT @SanaSecurities: Opportunities from demonetization in the long term https://t.co/0juSLrVQl6 via @sanasecurities","FALSE","0",NA,"2017-04-18 14:10:09","FALSE",NA,"854336250446262273",NA,"Twitter for Android","dhruvbhim","5","TRUE","FALSE" +"9657","9657","RT @CGDev: Give us your questions using #CGDTalks & we'll ask @arvindsubraman & @AnnieLowrey live! Watch your Q's answered here https://t.c�","FALSE","0",NA,"2017-04-18 14:08:58","FALSE",NA,"854335952080261121",NA,"Twitter for iPhone","asoucat","2","TRUE","FALSE" +"9658","9658","@SanaSecurities demonetization was most negative","FALSE","0","SanaSecurities","2017-04-18 14:07:52","FALSE","854335348536750080","854335674698260480","473745411","Twitter Web Client","jaiho1967","0","FALSE","FALSE" +"9659","9659","#India #demonetization - how could effects on poor have been attenuated asks @AnnieLowrey to @arvindsubraman #CGDTalks","FALSE","0",NA,"2017-04-18 14:07:48","FALSE",NA,"854335659552768000",NA,"Twitter for iPhone","glassmanamanda","1","FALSE","FALSE" +"9660","9660","Opportunities from demonetization in the long term https://t.co/0juSLrVQl6 via @sanasecurities","FALSE","13",NA,"2017-04-18 14:06:34","FALSE",NA,"854335348536750080",NA,"Twitter for Android","SanaSecurities","5","FALSE","FALSE" +"9661","9661","Give us your questions using #CGDTalks & we'll ask @arvindsubraman & @AnnieLowrey live! Watch your Q's answered here https://t.co/blTu78XzQh","FALSE","1",NA,"2017-04-18 14:05:13","FALSE",NA,"854335006663217153",NA,"TweetDeck","CGDev","2","FALSE","FALSE" +"9662","9662","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 14:05:10","FALSE",NA,"854334996894687234",NA,"Twitter for Android","avdhoot123","90","TRUE","FALSE" +"9663","9663","RT @CGDev: ""Why #UBI instead of something else?"" @AnnieLowrey poses the question to @arvindsubraman. See his answer #CGDTalks https://t.co/�","FALSE","0",NA,"2017-04-18 14:04:22","FALSE",NA,"854334796612423681",NA,"Twitter for Android","IEAKwame","1","TRUE","FALSE" +"9664","9664","RT @sundeepgummadi: Post demonetization Real state has shrunk but prices of cement gone up by 100%..any logic ??","FALSE","0",NA,"2017-04-18 14:01:58","FALSE",NA,"854334191323893760",NA,"Twitter for Android","Citizen99Global","4","TRUE","FALSE" +"9665","9665","#Demonetization, Digital Identity and Universal Basic Income #UBI #Aadhaar (Live with @arvindsubraman) #CGDTalks https://t.co/3XhxtoKKsZ","FALSE","3",NA,"2017-04-18 14:00:30","FALSE",NA,"854333820534833153",NA,"Twitter Web Client","rohithjyo","2","FALSE","FALSE" +"9666","9666","""Why #UBI instead of something else?"" @AnnieLowrey poses the question to @arvindsubraman. See his answer #CGDTalks https://t.co/blTu78XzQh","FALSE","2",NA,"2017-04-18 13:59:11","FALSE",NA,"854333492179718144",NA,"TweetDeck","CGDev","1","FALSE","FALSE" +"9667","9667","RT @amishra2k14: Demonetization ka asar when your dad sent you request on facebook from his new smartphone +@narendramodi @BJP4India","FALSE","0",NA,"2017-04-18 13:46:05","FALSE",NA,"854330194173341697",NA,"Twitter Web Client","shonazaryddsam","1","TRUE","FALSE" +"9668","9668","RT @rpollard: More currency shortages across India #demonetization https://t.co/0e3NCtjaP0","FALSE","0",NA,"2017-04-18 13:44:40","FALSE",NA,"854329836214640640",NA,"Twitter for Android","archchaudhary","1","TRUE","FALSE" +"9669","9669","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:37:45","FALSE",NA,"854328097692418048",NA,"Twitter for Android","harmony1960","15","TRUE","FALSE" +"9670","9670","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:34:07","FALSE",NA,"854327182549823489",NA,"Twitter for Android","shrichandrajosh","15","TRUE","FALSE" +"9671","9671","@YouTube stop the demonetization of alternative views as you appear Kafka, Nazi, and Communist in your approach. Very totalitarian","FALSE","0","YouTube","2017-04-18 13:32:08","FALSE",NA,"854326680969592833","10228272","Twitter for Android","drakeprestonis","0","FALSE","FALSE" +"9672","9672","Main reason 4 ppl's Jumbo support to historic #demonetization s Modiji's corruption free Governance & Honest intent� https://t.co/Kcco9Mh21V","FALSE","0",NA,"2017-04-18 13:28:06","TRUE",NA,"854325665956593664",NA,"Twitter for Android","tanjorecoffee","0","FALSE","FALSE" +"9673","9673","RT @SquareGas: MOAB is like Demonetization. Former killed Indians in Achin and latter did same in Achche Din + +Minor inconveniences, you se�","FALSE","0",NA,"2017-04-18 13:27:34","FALSE",NA,"854325532015472640",NA,"Twitter for Android","SquareGas","1","TRUE","FALSE" +"9674","9674","RT @jameelyusuf: And @manoharparrikar had assured us stone-pelting has ended in Kashmir because of demonetization.","FALSE","0",NA,"2017-04-18 13:27:25","FALSE",NA,"854325495416188928",NA,"Twitter for Android","TaherMdSaheb","4","TRUE","FALSE" +"9675","9675","@hariiyengaar @unknowncorner @rupasubramanya @Abhijit_Iyer @teasri @_NAN_DINI @swamygkswamy @hemanthpmc I am still� https://t.co/I5oIr5TuTl","FALSE","1","hariiyengaar","2017-04-18 13:16:26","TRUE","854321928043024384","854322730602119168","853989357912555524","Twitter for iPhone","JackBored","0","FALSE","FALSE" +"9676","9676","So much of liquidity in market...Investors are still #Bullish and helping delay steep corrections in #ShareMarket . #demonetization effect","FALSE","0",NA,"2017-04-18 13:12:29","FALSE",NA,"854321736308858883",NA,"Twitter Web Client","krishnabansal","0","FALSE","FALSE" +"9677","9677","RT @JMorduch: #microfinance in India battered by demonetization. 20% drop in securitization of investments. https://t.co/zijqntuDpm","FALSE","0",NA,"2017-04-18 13:12:24","FALSE",NA,"854321716222459904",NA,"Twitter Web Client","Finclusion_FII","1","TRUE","FALSE" +"9678","9678","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:12:20","FALSE",NA,"854321700833378304",NA,"Twitter for BlackBerry","linus_aniar","15","TRUE","FALSE" +"9679","9679","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 13:12:09","FALSE",NA,"854321654377447424",NA,"Twitter for iPhone","Kamallochan1982","90","TRUE","FALSE" +"9680","9680","83% of ATMs in #Hyderabad #India do not #cash +https://t.co/3PQhJtJsdT +#demonetization #SBI","FALSE","0",NA,"2017-04-18 13:09:57","FALSE",NA,"854321098367918083",NA,"Twitter for Android","MartianView","0","FALSE","FALSE" +"9681","9681","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:08:59","FALSE",NA,"854320858076139520",NA,"Twitter for Android","AhemedWaseem","15","TRUE","FALSE" +"9682","9682","RT @heartdaughter: The #Truth About #YouTube Demonetization, AdSense Boycott & #Censorship + +https://t.co/wW1TaM27hQ +9 Mins + +#CCOT #TCOT","FALSE","0",NA,"2017-04-18 13:08:42","FALSE",NA,"854320783736176640",NA,"Twitter for iPhone","rescarsega","1","TRUE","FALSE" +"9683","9683","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:04:12","FALSE",NA,"854319653769797638",NA,"Twitter for Windows Phone","ABHISHEKGWAL1","15","TRUE","FALSE" +"9684","9684","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:03:20","FALSE",NA,"854319436760625152",NA,"Twitter for Android","geetv79","15","TRUE","FALSE" +"9685","9685","RT @GauravPandhi: When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores.�","FALSE","0",NA,"2017-04-18 13:02:58","FALSE",NA,"854319341558317056",NA,"Twitter for Android","Shahrukh_kayam","15","TRUE","FALSE" +"9686","9686","When India queued up outside Banks during demonetization, BJP Govt waived-off Mallya's bad debts amounting 1200 crores. WHY? 8/12","FALSE","9","GauravPandhi","2017-04-18 13:02:35","FALSE","854318829085872128","854319244691079168","75311070","Twitter Web Client","GauravPandhi","15","FALSE","FALSE" +"9687","9687","The #Truth About #YouTube Demonetization, AdSense Boycott & #Censorship + +https://t.co/wW1TaM27hQ +9 Mins + +#CCOT #TCOT","FALSE","1",NA,"2017-04-18 13:01:31","FALSE",NA,"854318978843504643",NA,"Twitter Web Client","heartdaughter","1","FALSE","FALSE" +"9688","9688","Join our discussion w/ @arvindsubraman moderated by @AnnieLowrey starting at 9:30EST. Tweet us Qs using #CGDTalks https://t.co/blTu79faHP","FALSE","1",NA,"2017-04-18 13:00:04","FALSE",NA,"854318613141966848",NA,"TweetDeck","CGDev","0","FALSE","FALSE" +"9689","9689","@rssurjewala Whats #demonetization status? Whats #farmersprotest status? Whats the Total #rupee #ModiVsRest� https://t.co/bqHd3VK7BQ","FALSE","0","rssurjewala","2017-04-18 12:58:01","TRUE","854314624891723778","854318096625958912","3066787711","Twitter for iPhone","adrenna9","0","FALSE","FALSE" +"9690","9690","RT @A_Observr: @AAPHarsh1 @bharat_builder Lost Lakhs of existing ones too, courtesy #demonetization","FALSE","0",NA,"2017-04-18 12:57:09","FALSE",NA,"854317877473796096",NA,"Twitter for Android","bharat_builder","1","TRUE","FALSE" +"9691","9691","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 12:55:11","FALSE",NA,"854317384433246209",NA,"Twitter for Android","tahers786","43","TRUE","FALSE" +"9692","9692","@ChandrusWeb @Thinkerks This asshole later paid 50 crore loan to banks during demonetization IT guys fucked the shit out of him the next day","FALSE","0","ChandrusWeb","2017-04-18 12:52:28","FALSE","854285795380809730","854316698501099526","14048734","Twitter for Android","JpackJack","0","FALSE","FALSE" +"9693","9693","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 12:52:11","FALSE",NA,"854316630397952001",NA,"Twitter for Android","nayaksoumya","7","TRUE","FALSE" +"9694","9694","@PTI_News Fake currency, stone pelting nothing stopped after #demonetization but many sacrificed their lives in queue....","FALSE","0","PTI_News","2017-04-18 12:50:43","FALSE","854314267943809024","854316259298725888","245687754","Twitter for Android","shobh29","0","FALSE","FALSE" +"9695","9695","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-18 12:48:27","FALSE",NA,"854315688898449408",NA,"Twitter for Android","MDTAUQUEERALAM3","6","TRUE","FALSE" +"9696","9696","#demonetization is a wasteful exercise @narendramodi https://t.co/g4BZxYKnY0","FALSE","0",NA,"2017-04-18 12:45:49","FALSE",NA,"854315027620388866",NA,"Twitter Web Client","srithh","2","FALSE","FALSE" +"9697","9697","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-18 12:37:42","FALSE",NA,"854312985283538944",NA,"Twitter Web Client","leahcy6","6","TRUE","FALSE" +"9698","9698","RT @JustinSandefur: 9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +ht�","FALSE","0",NA,"2017-04-18 12:36:48","FALSE",NA,"854312756698206208",NA,"Twitter for iPhone","PaulFNiehaus","5","TRUE","FALSE" +"9699","9699","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-18 12:35:50","FALSE",NA,"854312512543637505",NA,"Twitter for iPhone","adityagotan","6","TRUE","FALSE" +"9700","9700","RT @inNatGeo: Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/�","FALSE","0",NA,"2017-04-18 12:33:22","FALSE",NA,"854311892977938432",NA,"Twitter Web Client","venkatoguri","6","TRUE","FALSE" +"9701","9701","Observe how demonetization affected the entire country on India Remonetized � premiering on 20th April at 9 PM. https://t.co/7O8hrH81ZT","FALSE","11",NA,"2017-04-18 12:30:08","FALSE",NA,"854311081296232452",NA,"Twitter Web Client","inNatGeo","6","FALSE","FALSE" +"9702","9702","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 12:29:50","FALSE",NA,"854311003705806849",NA,"Twitter for Android","SushmaKS2","43","TRUE","FALSE" +"9703","9703","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 12:26:30","FALSE",NA,"854310167864901632",NA,"Twitter for Android","sumantharbi","90","TRUE","FALSE" +"9704","9704","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 12:26:18","FALSE",NA,"854310116165795840",NA,"Twitter Web Client","STPIBengaluru","43","TRUE","FALSE" +"9705","9705","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 12:17:38","FALSE",NA,"854307934003757058",NA,"Mobile Web (M2)","mganeshr1997","43","TRUE","FALSE" +"9706","9706","@hemuhere hmm..yes.. demonetization was like free fall from flight for him..","FALSE","0","hemuhere","2017-04-18 12:13:11","FALSE","854287765122408448","854306814451527681","75739058","Twitter for Android","sundeepgummadi","0","FALSE","FALSE" +"9707","9707","@AAPHarsh1 @bharat_builder Lost Lakhs of existing ones too, courtesy #demonetization","FALSE","1","AAPHarsh1","2017-04-18 12:12:27","FALSE","854306431410909185","854306629973573632","2751431036","Twitter Web Client","A_Observr","1","FALSE","FALSE" +"9708","9708","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 12:11:23","FALSE",NA,"854306362897162240",NA,"Twitter for Android","Jaya_STPIBLR","43","TRUE","FALSE" +"9709","9709","RT @analyseasia: Hear @navkendar_IDC discuss how @paytm has emerged as the biggest winner after #demonetization in #India https://t.co/nk92�","FALSE","0",NA,"2017-04-18 12:06:26","FALSE",NA,"854305114537861121",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"9710","9710","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 12:05:03","FALSE",NA,"854304767710986240",NA,"Twitter Web Client","Helloahmdbd","70","TRUE","FALSE" +"9711","9711","RT @jameelyusuf: And @manoharparrikar had assured us stone-pelting has ended in Kashmir because of demonetization.","FALSE","0",NA,"2017-04-18 12:03:50","FALSE",NA,"854304460205510656",NA,"Twitter for iPhone","Mudi_tweets","4","TRUE","FALSE" +"9712","9712","Hear @navkendar_IDC discuss how @paytm has emerged as the biggest winner after #demonetization in #India https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-18 12:01:36","FALSE",NA,"854303901562138624",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"9713","9713","#microfinance in India battered by demonetization. 20% drop in securitization of investments. https://t.co/zijqntuDpm","FALSE","0",NA,"2017-04-18 12:00:45","FALSE",NA,"854303683970039808",NA,"Twitter for Android","JMorduch","1","FALSE","FALSE" +"9714","9714","In all, Rs.22.98 L (including the present seizure) of Rs 2000 notes has been made on Indo-Bangla border post� https://t.co/P4gM6VpMPp","FALSE","0",NA,"2017-04-18 12:00:30","TRUE",NA,"854303623165222912",NA,"Twitter Web Client","rahultripathi","0","FALSE","FALSE" +"9715","9715","RT @JustinSandefur: 9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +ht�","FALSE","0",NA,"2017-04-18 12:00:22","FALSE",NA,"854303588331511808",NA,"Twitter for iPhone","m_clem","5","TRUE","FALSE" +"9716","9716","Sign of growth, credit offtake is lowest in last 60 years, even after 80% cash withdrawn from circulation, demonetization effect ....","FALSE","0",NA,"2017-04-18 11:59:23","FALSE",NA,"854303343396536322",NA,"Twitter for Android","ChandaDebabrata","0","FALSE","FALSE" +"9717","9717","RT @banknomics: April Fool's Day Special. @banknomics #arvindkejriwal #babaramdev #Maggie #SonamGuptaBewafa #vijaymallya #Freedom251 #Rain�","FALSE","0",NA,"2017-04-18 11:57:33","FALSE",NA,"854302878491607044",NA,"Twitter Web Client","deepasidharth","4","TRUE","FALSE" +"9718","9718","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 11:56:49","FALSE",NA,"854302695661998080",NA,"Twitter for Android","8177sonali","90","TRUE","FALSE" +"9719","9719","India oil demand shrinks 3rd month amid demonetization drag https://t.co/hrIO2Exe4R","FALSE","0",NA,"2017-04-18 11:50:30","FALSE",NA,"854301107958542336",NA,"Twitter Web Client","harrilammi","0","FALSE","FALSE" +"9720","9720","RT @JustinSandefur: 9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +ht�","FALSE","0",NA,"2017-04-18 11:50:05","FALSE",NA,"854301002635386881",NA,"Twitter Web Client","irfannooruddin","5","TRUE","FALSE" +"9721","9721","9:30am @CGDev + +""Demonetization, Digital Identity & Universal Basic Income"" + +feat @arvindsubraman with @AnnieLowrey +https://t.co/LffZzfOKf8","FALSE","10",NA,"2017-04-18 11:49:14","FALSE",NA,"854300786750357504",NA,"TweetDeck","JustinSandefur","5","FALSE","FALSE" +"9722","9722","@SusanWojcicki Loves Censorship. She loves to censor #YouTubers on #YouTube w/ #Demonetization crap! #EnoughIsEnough! You need to be #FIRED!","FALSE","0","SusanWojcicki","2017-04-18 11:48:48","FALSE",NA,"854300678189142017","15828408","Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"9723","9723","Please Include World Class Milkbar AMUL & Baroda Dairy's Nutritious Products to Promote Agriculture Priority Sect� https://t.co/Of7ECIhMg9","FALSE","3",NA,"2017-04-18 11:44:33","TRUE",NA,"854299609786699776",NA,"Twitter Web Client","TheFounder2013","1","FALSE","FALSE" +"9724","9724","And @manoharparrikar had assured us stone-pelting has ended in Kashmir because of demonetization.","FALSE","7",NA,"2017-04-18 11:42:08","FALSE",NA,"854298998987001856",NA,"Twitter Web Client","jameelyusuf","4","FALSE","FALSE" +"9725","9725","I liked a @YouTube video https://t.co/o0rKOBRzpY Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-18 11:41:51","FALSE",NA,"854298930649079808",NA,"Google","BrianFordham1","0","FALSE","FALSE" +"9726","9726","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 11:39:27","FALSE",NA,"854298326065266691",NA,"Twitter Web Client","anand80k","43","TRUE","FALSE" +"9727","9727","Its about DEMONETIZATION STOPPED STONE PELTERS,Demonetization stopped terrorists,its about failure of MODI https://t.co/jUD3anfVXb","FALSE","1",NA,"2017-04-18 11:39:17","FALSE",NA,"854298282599661572",NA,"Twitter for Android","ahmedvindhani","0","FALSE","FALSE" +"9728","9728","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 11:38:50","FALSE",NA,"854298171144404994",NA,"Twitter Web Client","ravi_sc_stpi","43","TRUE","FALSE" +"9729","9729","RT @satishkumarm2: For what??? @RBI ...to make aware how you are torturing the citizenry with your great ideas of demonetization and new ba�","FALSE","0",NA,"2017-04-18 11:37:25","FALSE",NA,"854297812560904192",NA,"Twitter for Android","sekharchandra32","6","TRUE","FALSE" +"9730","9730","RT @kunal_391: @CRPaatil @narendramodi @CMOGuj @vijayrupanibjp if any one can , plz help me out, to take mudra loan,#PMMY after demonetizat�","FALSE","0",NA,"2017-04-18 11:36:22","FALSE",NA,"854297548500152324",NA,"Twitter for Android","salaudd87682118","1","TRUE","FALSE" +"9731","9731","@mpvadodara @CMOGuj Please Include World Class Milkbar AMUL & Baroda Dairy's Nutritious Products to Promote Agric� https://t.co/1nzGkSBJsl","FALSE","0","TheFounder2013","2017-04-18 11:34:30","TRUE","853947528609398784","854297078075457536","99881807","Twitter Web Client","TheFounder2013","0","FALSE","FALSE" +"9732","9732","Salute to the brilliant idea of #Demonetization @arunjaitley @narendramodi . It seems FICN becomes more easy to man� https://t.co/qwnrjlIbZs","FALSE","0",NA,"2017-04-18 11:31:01","TRUE",NA,"854296204364062720",NA,"Twitter for Android","bhuvanbdev","0","FALSE","FALSE" +"9733","9733","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 11:30:52","FALSE",NA,"854296164988059653",NA,"Twitter for Android","arupgain007","1333","TRUE","FALSE" +"9734","9734","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 11:23:10","FALSE",NA,"854294226284281856",NA,"Twitter for Android","SSkinsfan35","13","TRUE","FALSE" +"9735","9735","He caused demonetization, false GDP & stagnant job growth. Let's discuss how a think tanker is a ""Professor @ heart"" +https://t.co/hHrAgAuIa7","FALSE","1",NA,"2017-04-18 11:23:01","FALSE",NA,"854294190632599553",NA,"Twitter Web Client","StupiditySensor","0","FALSE","FALSE" +"9736","9736","Interesting article. And more than that, interesting way to differentiate between facts and ideas/thoughts. + +https://t.co/Mj0LmrvZF1","FALSE","0",NA,"2017-04-18 11:18:03","FALSE",NA,"854292940587454464",NA,"Twitter Web Client","hg6","0","FALSE","FALSE" +"9737","9737","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 11:16:25","FALSE",NA,"854292527679119361",NA,"Twitter for Android","rohitagarwal86","70","TRUE","FALSE" +"9738","9738","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 11:14:43","FALSE",NA,"854292102020300800",NA,"Twitter for Android","ChweeneyTodd","70","TRUE","FALSE" +"9739","9739","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 11:11:59","FALSE",NA,"854291411956400128",NA,"Twitter for iPhone","ManmohanPandia","90","TRUE","FALSE" +"9740","9740","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 11:07:57","FALSE",NA,"854290396595093507",NA,"Twitter for Windows Phone","RaoMohsin419","90","TRUE","FALSE" +"9741","9741","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 11:02:15","FALSE",NA,"854288962906505216",NA,"Twitter for Android","anandagrawal27","70","TRUE","FALSE" +"9742","9742","You guys can't think beyond demonetization sort of ideas https://t.co/mWdkCxSY6G","FALSE","0",NA,"2017-04-18 11:02:00","FALSE",NA,"854288902043049984",NA,"Twitter for iPhone","AmitKGaurav","0","FALSE","FALSE" +"9743","9743","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 11:00:23","FALSE",NA,"854288492611772418",NA,"Twitter for Android","dhruvbhim","70","TRUE","FALSE" +"9744","9744","Lol - Was the #Demonetization done on Pappu Gandhi's suggestions ?? https://t.co/BYODloKKL6","FALSE","1",NA,"2017-04-18 10:57:47","FALSE",NA,"854287838959030276",NA,"Twitter for Android","Parantapaa","0","FALSE","FALSE" +"9745","9745","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 10:55:49","FALSE",NA,"854287344396099584",NA,"Twitter for iPhone","iamnotthatrahul","90","TRUE","FALSE" +"9746","9746","@pravinreal @ndtv @TheVijayMallya @narendramodi Haanji. All hail Modi. We still don't have consular access to Jadha� https://t.co/EMmOSwhjdy","FALSE","1","pravinreal","2017-04-18 10:54:59","TRUE","854275727549755392","854287135783956480","1565129251","Twitter for Android","amq_IN","0","FALSE","FALSE" +"9747","9747","RT @smarket: Here's SBI Chairman explaining clearly that current demonetization has nothing to do with NPA. Please listen https://t.co/AqCn�","FALSE","0",NA,"2017-04-18 10:39:36","FALSE",NA,"854283265540227072",NA,"Twitter Web Client","smarket","70","TRUE","FALSE" +"9748","9748","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 10:35:45","FALSE",NA,"854282294131122178",NA,"Twitter for Android","sg3169","90","TRUE","FALSE" +"9749","9749","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 10:29:18","FALSE",NA,"854280672629805056",NA,"Twitter for iPad","liannerowepop","13","TRUE","FALSE" +"9750","9750","India's biggest Money launderers allowed to escape before demonitization. +https://t.co/ASaxkpxwCW +@UNinBrussels @antonioguterres @AbeShinzo","FALSE","0",NA,"2017-04-18 10:25:22","FALSE",NA,"854279681008443394",NA,"Twitter Web Client","datill555","0","FALSE","FALSE" +"9751","9751","RT @arkaytimes: Vijay Mallya arrested. Scotland Yard takes credit. But we all know it was Sherlock Holmes. Now put all his cash in our ATMs�","FALSE","0",NA,"2017-04-18 10:23:02","FALSE",NA,"854279093876957184",NA,"Twitter for Android","Retweet_wala","2","TRUE","FALSE" +"9752","9752","RT @arkaytimes: Vijay Mallya arrested. Scotland Yard takes credit. But we all know it was Sherlock Holmes. Now put all his cash in our ATMs�","FALSE","0",NA,"2017-04-18 10:22:07","FALSE",NA,"854278861865066496",NA,"Twitter for iPad","pavanvoice","2","TRUE","FALSE" +"9753","9753","Vijay Mallya arrested. Scotland Yard takes credit. But we all know it was Sherlock Holmes. Now put all his cash in our ATMs. #demonetization","FALSE","2",NA,"2017-04-18 10:20:06","FALSE",NA,"854278355985743872",NA,"Twitter for Android","arkaytimes","2","FALSE","FALSE" +"9754","9754","DEMONETIZATION! https://t.co/ZMcUT3aJGf","FALSE","0",NA,"2017-04-18 10:18:24","FALSE",NA,"854277927751561218",NA,"Twitter Web Client","MrNarci","0","FALSE","FALSE" +"9755","9755","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 10:12:54","FALSE",NA,"854276543622901760",NA,"TweetCaster for Android","patrovak","7","TRUE","FALSE" +"9756","9756","In my town 600 people got IT notices due to #demonetization ??? + +Rumors going around...is the figure high or low to a town of 5lakhs ??","FALSE","0",NA,"2017-04-18 10:12:37","FALSE",NA,"854276474899234816",NA,"Twitter for iPad","pavanvoice","0","FALSE","FALSE" +"9757","9757","RT @ram2sun: Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","0",NA,"2017-04-18 10:10:20","FALSE",NA,"854275900090744832",NA,"Twitter for Android","SeanMZWASibanda","7","TRUE","FALSE" +"9758","9758","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 10:09:02","FALSE",NA,"854275570930253824",NA,"Twitter for Android","VincentJappi","13","TRUE","FALSE" +"9759","9759","Yeah. Makes sense. Even those who died during demonetization were anti nationals only https://t.co/zzyJzzUhLU","FALSE","0","SquareGas","2017-04-18 10:06:49","FALSE","854248438908637184","854275015184756737","735449214","Twitter for Android","SquareGas","0","FALSE","FALSE" +"9760","9760","@nawabjha @BJP4India @ManojTiwariMP chk him property he may drunk , he already make fun of poor during demonetization","FALSE","0","nawabjha","2017-04-18 10:05:54","FALSE","854272161149628416","854274784456097792","96924174","Mobile Web (M2)","discoverrehan","0","FALSE","FALSE" +"9761","9761","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 10:00:32","FALSE",NA,"854273430123839488",NA,"Twitter Web Client","alok_nayak","43","TRUE","FALSE" +"9762","9762","Demonetization put pressure on cash flow. #Cisco partner @Softcell_Tech helped legal orgs manage increased business: https://t.co/cGEdcjVfH6","FALSE","0",NA,"2017-04-18 10:00:03","FALSE",NA,"854273310321987584",NA,"Sprinklr","CiscoPartnersAP","1","FALSE","FALSE" +"9763","9763","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:56:32","FALSE",NA,"854272426326339584",NA,"Twitter for Android","Chandrabhanpan5","90","TRUE","FALSE" +"9764","9764","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 09:55:28","FALSE",NA,"854272154988314625",NA,"Twitter for Android","Pankajnathroy","1333","TRUE","FALSE" +"9765","9765","@IamLingaa @DrAMSinghvi Uncle hain na power me, Aur demonetization ke bad black money aaya na to fund kar do. Just� https://t.co/RBLbEADUhB","FALSE","0","IamLingaa","2017-04-18 09:53:40","TRUE","854256846340751361","854271702561370113","2843019210","Twitter for Android","Kundanshahi","0","FALSE","FALSE" +"9766","9766","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:53:31","FALSE",NA,"854271667757035520",NA,"Twitter for Android","Nitin612maddy","90","TRUE","FALSE" +"9767","9767","RT @shripadynaik: Government releases details of cash deposits in banks after demonetization! + +https://t.co/shZB9CDfYy","FALSE","0",NA,"2017-04-18 09:52:19","FALSE",NA,"854271364676677633",NA,"Twitter for Android","Arpit4296","7","TRUE","FALSE" +"9768","9768","@sidin Demonetization? ","FALSE","1","sidin","2017-04-18 09:50:21","FALSE","854270051037446144","854270871162290177","6463042","Twitter for Android","Himanshukjain","0","FALSE","FALSE" +"9769","9769","Would speak on Amendments in FS & IT including Cash Restrictions, Demonetization & ICDS on 20.4.2017 at 7PM at Hotel Swati Dlx., Karol Bagh","FALSE","0",NA,"2017-04-18 09:48:22","FALSE",NA,"854270368252436480",NA,"Twitter Web Client","CAPramodLunawat","0","FALSE","FALSE" +"9770","9770","@sidin demonetization of 100/50 pounds?","FALSE","0","sidin","2017-04-18 09:48:14","FALSE","854270051037446144","854270337340461056","6463042","Twitter Web Client","lawspet08","0","FALSE","FALSE" +"9771","9771","RT @AmmU_MaanU: @mvaru @gopalbalaji You have an understanding problem. I was talking about #demonetization. I already said I never predicte�","FALSE","0",NA,"2017-04-18 09:48:05","FALSE",NA,"854270300145336320",NA,"Twitter Web Client","THANGAM5758","1","TRUE","FALSE" +"9772","9772","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 09:47:28","FALSE",NA,"854270143127531521",NA,"Twitter for Android","peggyd6710","13","TRUE","FALSE" +"9773","9773","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 09:44:00","FALSE",NA,"854269270578122752",NA,"Twitter Web Client","JeffLee2020","13","TRUE","FALSE" +"9774","9774","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 09:43:22","FALSE",NA,"854269111068577792",NA,"Twitter Lite","d_seaman","13","TRUE","FALSE" +"9775","9775","RT @AmmU_MaanU: @mvaru @gopalbalaji Don't bluff. I predicted nothing on UP elections though I wanted BJP to lose as I felt #Demonetization�","FALSE","0",NA,"2017-04-18 09:42:13","FALSE",NA,"854268823326908416",NA,"Twitter for Android","Sree_Krishnan_","1","TRUE","FALSE" +"9776","9776","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 09:42:13","FALSE",NA,"854268821322035200",NA,"Twitter for iPhone","kmudathu","7","TRUE","FALSE" +"9777","9777","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:41:38","FALSE",NA,"854268677490913280",NA,"Twitter for iPhone","TheAshokSingh","90","TRUE","FALSE" +"9778","9778","@ARanganathan72 atleast demonetization was a one time pain and sold as a reform and ended in few months...dont see any such thing with azaan","FALSE","0","ARanganathan72","2017-04-18 09:37:55","FALSE","854267315738656772","854267738331598848","1344897174","Twitter Web Client","Chin512","0","FALSE","FALSE" +"9779","9779","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:35:21","FALSE",NA,"854267093725982720",NA,"Twitter for Android","TulikaS","90","TRUE","FALSE" +"9780","9780","@one_by_two @nadeemNBT Remember the choice versus consent argument you guys made during demonetization queues. That� https://t.co/LMYYeezo2c","FALSE","1","one_by_two","2017-04-18 09:35:21","TRUE","853897476704616448","854267092530413568","28515858","Twitter Lite","Tweets_Rishav","0","FALSE","FALSE" +"9781","9781","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:33:13","FALSE",NA,"854266556217532416",NA,"Twitter for Android","Krishna_yagyika","90","TRUE","FALSE" +"9782","9782","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 09:32:16","FALSE",NA,"854266318002020352",NA,"Twitter for Android","AliensFraud","7","TRUE","FALSE" +"9783","9783","@cpimspeak No not the economy but demonetization is definitely haunting the likes of you.","FALSE","0","cpimspeak","2017-04-18 09:30:42","FALSE","854193128621752320","854265924597108736","2341741537","Twitter for Android","VKShrivastava31","0","FALSE","FALSE" +"9784","9784","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 09:30:26","FALSE",NA,"854265857882546178",NA,"Twitter Web Client","Shrikant_STPIB","43","TRUE","FALSE" +"9785","9785","After Intolerance, Demonetization etc., now we have #ForcedReligiousness. Soon we'll have our own set of words to teach ABCD in schools.","FALSE","0",NA,"2017-04-18 09:28:39","FALSE",NA,"854265407615750145",NA,"Twitter Web Client","shashankrayal","0","FALSE","FALSE" +"9786","9786","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 09:28:24","FALSE",NA,"854265344734769152",NA,"Twitter Web Client","rajeevakumaram","912","TRUE","FALSE" +"9787","9787","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:26:31","FALSE",NA,"854264870925160448",NA,"Twitter for Android","realanujawasthi","90","TRUE","FALSE" +"9788","9788","RT @Memeghnad: How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors. +https://t.co/aRj7AJZv0O","FALSE","0",NA,"2017-04-18 09:24:53","FALSE",NA,"854264459300192256",NA,"Twitter for Android","_cucumber_melon","14","TRUE","FALSE" +"9789","9789","@sardesairajdeep Can we discuss NPA's in banks, jobless growth, GDP numbers and how they have been altered to show� https://t.co/Y2TeRoU4KE","FALSE","0","sardesairajdeep","2017-04-18 09:17:03","TRUE","854167105909923840","854262489948794880","56304605","Twitter for iPhone","pradipjaitly","0","FALSE","FALSE" +"9790","9790","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 09:15:33","FALSE",NA,"854262112960512000",NA,"Twitter Web Client","rahulssg","43","TRUE","FALSE" +"9791","9791","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:13:25","FALSE",NA,"854261573979865089",NA,"Twitter for Android","tiwari_anil84","90","TRUE","FALSE" +"9792","9792","Demonetization put pressure on cash flow. #Cisco partner @Softcell_Tech helped legal orgs manage increased business: https://t.co/M8NRJ0VInm","FALSE","0",NA,"2017-04-18 09:10:13","FALSE",NA,"854260767608143874",NA,"Hootsuite","chrisferrisuk","0","FALSE","FALSE" +"9793","9793","demonetization https://t.co/B6yLUCuREe","FALSE","0",NA,"2017-04-18 09:10:06","FALSE",NA,"854260738629574656",NA,"Twitter for Android","GauravXm","0","FALSE","FALSE" +"9794","9794","#Demonetization impact was higher for micro finance institutions because of their higher reliance on cash.","FALSE","4",NA,"2017-04-18 09:07:48","FALSE",NA,"854260159799054336",NA,"Twitter for Android","VFSPL","1","FALSE","FALSE" +"9795","9795","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 09:04:42","FALSE",NA,"854259382657449984",NA,"Twitter for Android","ohhmrsudeep","90","TRUE","FALSE" +"9796","9796","https://t.co/a2MZyTbwth corruption @WSJmarkets @WSJBUSINESS","FALSE","0",NA,"2017-04-18 09:00:58","FALSE",NA,"854258440109268995",NA,"Twitter for Android","Sheandearmas1","0","FALSE","FALSE" +"9797","9797","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 08:59:37","FALSE",NA,"854258101368741888",NA,"Twitter for Android","PriyaGautamJha","43","TRUE","FALSE" +"9798","9798","@fenellafox @HARPERMADI_ @PayPal @Vimeo @instagram @facebook @Snapchat @izea @Square @SquareCash @StreetJelly� https://t.co/Kr3ZRtBiwZ","FALSE","0","fenellafox","2017-04-18 08:58:35","TRUE","854256674495922177","854257841867182080","175004047","Twitter Web Client","TheMagnoliaSnow","0","FALSE","FALSE" +"9799","9799","RT @shripadynaik: Breaking : Right after demonetization, why AAP has withdrawn from contesting civic polls in Mumbai and Chandigarh ? + +http�","FALSE","0",NA,"2017-04-18 08:56:15","FALSE",NA,"854257253200744448",NA,"Twitter for Android","ramsarswat16","66","TRUE","FALSE" +"9800","9800","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 08:56:05","FALSE",NA,"854257212847521792",NA,"Twitter Lite","riya_lahkar","1333","TRUE","FALSE" +"9801","9801","RT @shripadynaik: Narendra Modi Not Looking for Temporary Gains, What is his Real Plan After Demonetization?? + +https://t.co/MmbkrglbIH via�","FALSE","0",NA,"2017-04-18 08:55:10","FALSE",NA,"854256981942587392",NA,"Twitter for Android","ramsarswat16","11","TRUE","FALSE" +"9802","9802","RT @shripadynaik: Government releases details of cash deposits in banks after demonetization! + +https://t.co/shZB9CDfYy","FALSE","0",NA,"2017-04-18 08:54:52","FALSE",NA,"854256905589411840",NA,"Twitter for Android","ramsarswat16","7","TRUE","FALSE" +"9803","9803","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 08:54:24","FALSE",NA,"854256790107701248",NA,"Twitter Web Client","ckswetha1","43","TRUE","FALSE" +"9804","9804","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 08:47:30","FALSE",NA,"854255053477101568",NA,"Twitter Web Client","sgrajanblr","43","TRUE","FALSE" +"9805","9805","@timesofindia @narendramodi the words looks alluring but it's not gonna chane anything.. like wat happened with demonetization","FALSE","0","rbssaran","2017-04-18 08:44:01","FALSE","854253850857005057","854254174388854788","125432346","Twitter Lite","rbssaran","0","FALSE","FALSE" +"9806","9806","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 08:43:38","FALSE",NA,"854254080524288000",NA,"Twitter for Android","deekshadelhi","90","TRUE","FALSE" +"9807","9807","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 08:42:35","FALSE",NA,"854253813800116224",NA,"Twitter for Android","omumagharia","1333","TRUE","FALSE" +"9808","9808","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 08:42:09","FALSE",NA,"854253704467304450",NA,"Twitter Web Client","SunEconomy","13","TRUE","FALSE" +"9809","9809","Demonetization did not see any major arrests of politicians stockpiling banned notes...?","FALSE","0",NA,"2017-04-18 08:41:46","FALSE",NA,"854253608228986880",NA,"Twitter Web Client","ERRamachandran","0","FALSE","FALSE" +"9810","9810","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 08:40:08","FALSE",NA,"854253197610897408",NA,"Twitter for Android","dharamsahab","90","TRUE","FALSE" +"9811","9811","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 08:37:44","FALSE",NA,"854252593744297988",NA,"Twitter for Android","krbajithkumar","90","TRUE","FALSE" +"9812","9812","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 08:36:06","FALSE",NA,"854252182765539328",NA,"Twitter Web Client","BarwarSanjay","43","TRUE","FALSE" +"9813","9813","The travel industry is picking up again post demonetization!! https://t.co/8t9nZBOfmD","FALSE","0",NA,"2017-04-18 08:35:35","FALSE",NA,"854252053597634560",NA,"Twitter Web Client","s_chakravorti","0","FALSE","FALSE" +"9814","9814","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 08:34:45","FALSE",NA,"854251846013034497",NA,"Twitter for Android","MadeInIndiaaaa","90","TRUE","FALSE" +"9815","9815","More currency shortages across India #demonetization https://t.co/0e3NCtjaP0","FALSE","1",NA,"2017-04-18 08:34:41","FALSE",NA,"854251827054878720",NA,"Twitter for iPhone","rpollard","1","FALSE","FALSE" +"9816","9816","Demonetization dynamics","FALSE","0",NA,"2017-04-18 08:33:42","FALSE",NA,"854251578106273792",NA,"agileminderbot","agileminderbot","0","FALSE","FALSE" +"9817","9817","PM still calls demonetization pro poor. Lives in a nice echo chamber. He has now taken on big pharma. Acche din aur� https://t.co/HJDJCL4Iec","FALSE","0",NA,"2017-04-18 08:31:24","TRUE",NA,"854251001024364544",NA,"Twitter for Android","sanjit_krish","0","FALSE","FALSE" +"9818","9818","@manojsinhabjp as PM Sir said wen demonetization, 10% rebate given to premium paid through online, but the same was not giving by Indiapost","FALSE","0","manojsinhabjp","2017-04-18 08:30:17","FALSE",NA,"854250719309742080","2427057066","Twitter for Android","vijaynaik_feb10","0","FALSE","FALSE" +"9819","9819","MOAB is like Demonetization. Former killed Indians in Achin and latter did same in Achche Din + +Minor inconvenience� https://t.co/IrTU0hZwSx","FALSE","2",NA,"2017-04-18 08:21:13","TRUE",NA,"854248438908637184",NA,"Twitter for Android","SquareGas","1","FALSE","FALSE" +"9820","9820","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 07:58:59","FALSE",NA,"854242841014521856",NA,"Twitter for Android","MaverickKhush","90","TRUE","FALSE" +"9821","9821","#Achedin #Jumlalogic #Demonetization Did you notice ATM's are running out of cash? Hmmm...where is the money going?","FALSE","0",NA,"2017-04-18 07:57:23","FALSE",NA,"854242441896972289",NA,"Twitter Web Client","abhikm82","0","FALSE","FALSE" +"9822","9822","@uPoliticat @RoflGandhi_ Somebody told us after demonetization stone pelting will come to an end in kashmir ","FALSE","3","uPoliticat","2017-04-18 07:52:53","FALSE","854240319751245824","854241306893275136","212884425","Twitter for Android","me_flyingbird","0","FALSE","FALSE" +"9823","9823","RT @camishravikas: Income Tax department will investigate over 60k individuals under the second phase of the 'Operation Clean Money' #demo�","FALSE","0",NA,"2017-04-18 07:45:06","FALSE",NA,"854239347872342017",NA,"Twitter for iPhone","SanjivMishra4","1","TRUE","FALSE" +"9824","9824","I think demonetization is you tube trying to fix their cash flow issues","FALSE","1",NA,"2017-04-18 07:42:40","FALSE",NA,"854238737663971328",NA,"Twitter Lite","joebardude","0","FALSE","FALSE" +"9825","9825","Ndtv bhi sangh ka dalal ho gaya. +Shame Shame.... +Why you are not exposing how Mr. Modi & Party earn billions in Dem� https://t.co/xgx0CxLnZ9","FALSE","0",NA,"2017-04-18 07:39:32","TRUE",NA,"854237949243904002",NA,"Twitter for Android","mpsayeed","0","FALSE","FALSE" +"9826","9826","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 07:31:28","FALSE",NA,"854235917904510977",NA,"Twitter for iPhone","pankilc","1333","TRUE","FALSE" +"9827","9827","@AnchanLata @AvinashAnuragi @kamaalrkhan @SanjayJha Even Naxals hailed demonetization as helpful to poor. +https://t.co/bQCzVHGsyw","FALSE","0","AnchanLata","2017-04-18 07:30:57","FALSE","854231492070957058","854235789882007552","134205376","Twitter Web Client","025batman","0","FALSE","FALSE" +"9828","9828","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:28:21","FALSE",NA,"854235132445773825",NA,"Twitter for iPhone","kscse2013","43","TRUE","FALSE" +"9829","9829","@AnchanLata @AvinashAnuragi @kamaalrkhan @SanjayJha Why Demonetization was needed? To stop Pakistan from pushing al� https://t.co/EaLPgyHLWS","FALSE","0","AnchanLata","2017-04-18 07:27:09","TRUE","854231492070957058","854234832397848577","134205376","Twitter Web Client","025batman","0","FALSE","FALSE" +"9830","9830","RT @WoffordN: YOUTUBE RED ALERT. #Censorship #censored #freespeech #1A #Google $GOOG #pedogate #hillaryclinton #demonetization https://t.co�","FALSE","0",NA,"2017-04-18 07:25:56","FALSE",NA,"854234526763110401",NA,"Twitter for Android","Godsgirl158","4","TRUE","FALSE" +"9831","9831","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 07:22:24","FALSE",NA,"854233636807221248",NA,"Twitter for iPhone","RaiSahabTG","90","TRUE","FALSE" +"9832","9832","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 07:21:50","FALSE",NA,"854233495450787840",NA,"Twitter for Android","chirayu_bansal","7","TRUE","FALSE" +"9833","9833","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:20:47","FALSE",NA,"854233231218135040",NA,"Twitter for Android","OutOfOfficeRG","43","TRUE","FALSE" +"9834","9834","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 07:10:08","FALSE",NA,"854230548331364352",NA,"Twitter for Android","SinghAbu","90","TRUE","FALSE" +"9835","9835","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 07:07:55","FALSE",NA,"854229990803742721",NA,"Twitter for Android","savitha_rao","90","TRUE","FALSE" +"9836","9836","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:07:39","FALSE",NA,"854229925666082816",NA,"Twitter for Android","Harekrishna9001","43","TRUE","FALSE" +"9837","9837","RT @su_nils: @jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the biggest mo�","FALSE","0",NA,"2017-04-18 07:04:43","FALSE",NA,"854229185811828736",NA,"Twitter for Android","freedom_kerala","5","TRUE","FALSE" +"9838","9838","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:02:11","FALSE",NA,"854228550806896640",NA,"Twitter for Android","Nayakmpl","43","TRUE","FALSE" +"9839","9839","RT Dmonetisation: #Demonetization lead to a swift deployment of digital payments technology & will have positive i� https://t.co/h4o9704NtD","FALSE","0",NA,"2017-04-18 07:02:09","FALSE",NA,"854228538823774208",NA,"IFTTT","sahilkhurana09","0","FALSE","FALSE" +"9840","9840","RT @Dmonetisation: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +https�","FALSE","0",NA,"2017-04-18 07:01:47","FALSE",NA,"854228448755273730",NA,"Twitter for Android","aashish81us","1","TRUE","FALSE" +"9841","9841","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:01:11","FALSE",NA,"854228296632078336",NA,"Twitter for iPhone","ranjanvkanchan","43","TRUE","FALSE" +"9842","9842","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 07:00:55","FALSE",NA,"854228228554215424",NA,"Twitter for Windows","anshumapandit90","43","TRUE","FALSE" +"9843","9843","#Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +https://t.co/WFTJtcXjh1","FALSE","0",NA,"2017-04-18 06:59:50","FALSE",NA,"854227959225495552",NA,"Twitter for Android","Dmonetisation","1","FALSE","FALSE" +"9844","9844","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:59:14","FALSE",NA,"854227807576240128",NA,"Twitter for Android","manoj310882","90","TRUE","FALSE" +"9845","9845","RT @su_nils: @jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the biggest mo�","FALSE","0",NA,"2017-04-18 06:58:48","FALSE",NA,"854227697458860033",NA,"Twitter for Android","cpm_g8","5","TRUE","FALSE" +"9846","9846","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:58:32","FALSE",NA,"854227629959860224",NA,"Twitter for iPhone","azuitshi","43","TRUE","FALSE" +"9847","9847","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:57:25","FALSE",NA,"854227349159550976",NA,"Twitter for Android","GoI_MeitY","43","TRUE","FALSE" +"9848","9848","@timesofindia no matter demonetization may have not produced desired rslts,,,but for First time i have seen such ma� https://t.co/pIHP6yKc1l","FALSE","1","timesofindia","2017-04-18 06:57:25","TRUE","854226981923291136","854227348815839232","134758540","Twitter Lite","Prashan87076118","0","FALSE","FALSE" +"9849","9849","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 06:57:10","FALSE",NA,"854227284366176256",NA,"Twitter Web Client","Long_Archer","13","TRUE","FALSE" +"9850","9850","RT @su_nils: @jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the biggest mo�","FALSE","0",NA,"2017-04-18 06:56:22","FALSE",NA,"854227084482191361",NA,"Twitter for Android","Baba_Marx","5","TRUE","FALSE" +"9851","9851","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:55:44","FALSE",NA,"854226926486953984",NA,"Twitter for iPhone","isurenk","43","TRUE","FALSE" +"9852","9852","RT @codemojoio: Mobile wallet platform @Paytm witnessed 200% app downloads 250% rise in transaction value during demonetization in India #C�","FALSE","0",NA,"2017-04-18 06:52:21","FALSE",NA,"854226073751613440",NA,"RoundTeam","mathiassteck","2","TRUE","FALSE" +"9853","9853","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2017-04-18 06:50:24","FALSE",NA,"854225583303249921",NA,"Twitter for Android","LalitSi61261037","551","TRUE","FALSE" +"9854","9854","RT @codemojoio: Mobile wallet platform @Paytm witnessed 200% app downloads 250% rise in transaction value during demonetization in India #C�","FALSE","0",NA,"2017-04-18 06:49:21","FALSE",NA,"854225318005149697",NA,"Donald Ndoro 2","DonaldNdoro","2","TRUE","FALSE" +"9855","9855","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:49:17","FALSE",NA,"854225304432160768",NA,"Twitter for iPhone","bgiddu","43","TRUE","FALSE" +"9856","9856","Mobile wallet platform @Paytm witnessed 200% app downloads 250% rise in transaction value during demonetization in India #Codemojo #Startup","FALSE","0",NA,"2017-04-18 06:48:55","FALSE",NA,"854225211956146176",NA,"TweetDeck","codemojoio","2","FALSE","FALSE" +"9857","9857","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:48:25","FALSE",NA,"854225082868256768",NA,"Twitter for Android","kimeshchudasma","43","TRUE","FALSE" +"9858","9858","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 06:46:38","FALSE",NA,"854224634337787904",NA,"Twitter for Android","sanjay99000","912","TRUE","FALSE" +"9859","9859","@aajtak demonetization is loosing impact on pattharbaj? Where are people who claimed this?","FALSE","0","aajtak","2017-04-18 06:46:32","FALSE","854220484938002432","854224608882335744","42606652","Twitter for Windows Phone","sudhanshuadv","0","FALSE","FALSE" +"9860","9860","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:45:15","FALSE",NA,"854224288072826880",NA,"Twitter for iPhone","rohan91bose","43","TRUE","FALSE" +"9861","9861","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/po8v5c2tTG via @YouTube","FALSE","0",NA,"2017-04-18 06:45:07","FALSE",NA,"854224253503373312",NA,"Twitter Web Client","disasterpastor","0","FALSE","FALSE" +"9862","9862","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:45:07","FALSE",NA,"854224251926192128",NA,"Twitter for Android","CSCegov_","43","TRUE","FALSE" +"9863","9863","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:42:42","FALSE",NA,"854223644775649280",NA,"Twitter for Android","NitinUploader","90","TRUE","FALSE" +"9864","9864","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:39:08","FALSE",NA,"854222748754866181",NA,"Twitter for Android","rikkugoswami22","90","TRUE","FALSE" +"9865","9865","RT @sundeepgummadi: Post demonetization Real state has shrunk but prices of cement gone up by 100%..any logic ??","FALSE","0",NA,"2017-04-18 06:38:21","FALSE",NA,"854222552679550976",NA,"Twitter Web Client","wilson_b","4","TRUE","FALSE" +"9866","9866","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:37:16","FALSE",NA,"854222277327679488",NA,"Twitter Web Client","stpiindia","43","TRUE","FALSE" +"9867","9867","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:35:08","FALSE",NA,"854221743363325952",NA,"Twitter for Android","FcSahil","90","TRUE","FALSE" +"9868","9868","@CNNnews18 all the morons who bark ""how good Demonetization is "",get a life","FALSE","0","CNNnews18","2017-04-18 06:34:08","FALSE","854217312387321856","854221488496328705","6509832","Twitter for Android","tani_sana","0","FALSE","FALSE" +"9869","9869","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:31:49","FALSE",NA,"854220907153207297",NA,"Twitter for Android","vijayup9999","90","TRUE","FALSE" +"9870","9870","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 06:28:29","FALSE",NA,"854220069559300096",NA,"Twitter for iPad","RiazAmini","1333","TRUE","FALSE" +"9871","9871","RT @SecretaryMEITY: #Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +http�","FALSE","0",NA,"2017-04-18 06:25:59","FALSE",NA,"854219440782794754",NA,"Twitter for Android","ashuakt85","43","TRUE","FALSE" +"9872","9872","@narendramodi After effects of demonetization no cash in atms, merchants, hospitals charging 2% to pay by card is that legal..","FALSE","0","narendramodi","2017-04-18 06:21:10","FALSE",NA,"854218226074398720","18839785","Twitter for Android","Trilo05","0","FALSE","FALSE" +"9873","9873","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:17:27","FALSE",NA,"854217290220523521",NA,"Twitter for Android","ArunbajpaiRajan","90","TRUE","FALSE" +"9874","9874","RT @Sarah__Reynolds: YOUTUBE RED ALERT: https://t.co/5bZP8StDk5 @d_seaman has an update regarding @YouTube's new demonetization/auto-unsubs�","FALSE","0",NA,"2017-04-18 06:16:27","FALSE",NA,"854217040596537344",NA,"Twitter Web Client","summerbreeze712","13","TRUE","FALSE" +"9875","9875","#demonetization is a part of preventive of which initiative ? +black money +corruption +going towards cashless + +bhaja� https://t.co/tOGe6GIWO4","FALSE","0",NA,"2017-04-18 06:15:58","TRUE",NA,"854216917657243648",NA,"Twitter Web Client","pavanvoice","0","FALSE","FALSE" +"9876","9876","The latest The Demonetization Daily! https://t.co/LAsD70xV3I Thanks to @CSU_VR #bitcoin","FALSE","0",NA,"2017-04-18 06:14:28","FALSE",NA,"854216539410706433",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"9877","9877","I thought Modi ji would give a detailed explanation for demonetization. + +All he could do was some hand waving.","FALSE","0",NA,"2017-04-18 06:09:19","FALSE",NA,"854215244775686144",NA,"Twitter Web Client","sodhanipranav","0","FALSE","FALSE" +"9878","9878","#Demonetization lead to a swift deployment of digital payments technology & will have positive impact :@WorldBank +https://t.co/Gbb3zV1N1V","FALSE","53",NA,"2017-04-18 06:06:30","FALSE",NA,"854214536055799812",NA,"Twitter Web Client","SecretaryMEITY","43","FALSE","FALSE" +"9879","9879","@richa_singh It is just some desparate attampt by seperatists to show their presence. No pelting happend during dem� https://t.co/G9qcRr9POt","FALSE","0","richa_singh","2017-04-18 06:06:12","TRUE","853168660072071169","854214462076837888","28069658","Twitter for Android","sindhbaloochi","0","FALSE","FALSE" +"9880","9880","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 06:05:22","FALSE",NA,"854214248624398338",NA,"Twitter for iPhone","varajiv","90","TRUE","FALSE" +"9881","9881","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:57:53","FALSE",NA,"854212368452263937",NA,"Twitter for Android","mularam24081817","90","TRUE","FALSE" +"9882","9882","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:55:27","FALSE",NA,"854211752959016964",NA,"Twitter for Android","abhinashji98","90","TRUE","FALSE" +"9883","9883","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:50:23","FALSE",NA,"854210480201760770",NA,"Twitter Web Client","SwamiGeetika","90","TRUE","FALSE" +"9884","9884","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:50:19","FALSE",NA,"854210462690529281",NA,"Twitter for Android","SurajPrSingh","90","TRUE","FALSE" +"9885","9885","@narendramodi ji, how about an overnight announcement introducing #DeLoudspeakerization. If #Demonetization worked, so should this.","FALSE","0","narendramodi","2017-04-18 05:48:21","FALSE",NA,"854209967330603008","18839785","Twitter Web Client","de_blacksmith","0","FALSE","FALSE" +"9886","9886","RT @narain_vishnu: @SCSver @OpIndia_com @RazdanNidhi I don't know about collared but if she doesn't apologize over this,I am done with NDTV�","FALSE","0",NA,"2017-04-18 05:48:10","FALSE",NA,"854209920937349120",NA,"Twitter Web Client","SCSver","1","TRUE","FALSE" +"9887","9887","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:41:36","FALSE",NA,"854208269442732032",NA,"Twitter for Android","Miss_Mastaani","90","TRUE","FALSE" +"9888","9888","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:41:24","FALSE",NA,"854208219295531009",NA,"Twitter for iPhone","terikahkelunga","90","TRUE","FALSE" +"9889","9889","#Demonetization has brought qualitative change in the economic scenario - Prakash Javadekar @PrakashJavdekar +https://t.co/ocXHolaevL","FALSE","0",NA,"2017-04-18 05:40:36","FALSE",NA,"854208018308882434",NA,"Twitter Web Client","tathya","0","FALSE","FALSE" +"9890","9890","@PinkCancerian @deepuzoomout November lo Demonetization announce aina next week vachindi aina big hit..","FALSE","1","PinkCancerian","2017-04-18 05:33:46","FALSE","854205665757278209","854206299235659776","58424668","Twitter Web Client","ThisIsAdityamov","0","FALSE","FALSE" +"9891","9891","@SanjayJha Why should it matter? Demonetization was a success and you need burnol to relieve your burns. You are Co� https://t.co/ryLWg36eZc","FALSE","0","SanjayJha","2017-04-18 05:32:55","TRUE","817014850324865024","854206086081019904","22603367","Twitter Web Client","025batman","0","FALSE","FALSE" +"9892","9892","RT @morphonios: The Truth About YouTube Demonetization / AdSense Boycott & Censorship https://t.co/BbIs9LxyGs","FALSE","0",NA,"2017-04-18 05:31:19","FALSE",NA,"854205683079806980",NA,"Twitter Web Client","MarCurtis","5","TRUE","FALSE" +"9893","9893","Codifying Devops Part 1 - Why Devops - Demonetization and Devops: https://t.co/fkztuorGz6 via @YouTube","FALSE","0",NA,"2017-04-18 05:30:13","FALSE",NA,"854205403705430016",NA,"Google","schoolofdevops","0","FALSE","FALSE" +"9894","9894","I added a video to a @YouTube playlist https://t.co/fkztuorGz6 Codifying Devops Part 1 - Why Devops - Demonetization and Devops","FALSE","0",NA,"2017-04-18 05:30:00","FALSE",NA,"854205352149045249",NA,"Google","schoolofdevops","0","FALSE","FALSE" +"9895","9895","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 05:29:41","FALSE",NA,"854205271358398464",NA,"Twitter Lite","soumyadeepdebna","912","TRUE","FALSE" +"9896","9896","Prakash Javadekar has urged authorities of Universities to go for research on current issues like Demonetization and New Economy in India.","FALSE","0",NA,"2017-04-18 05:28:46","FALSE",NA,"854205038440402944",NA,"Twitter Web Client","tathya","0","FALSE","FALSE" +"9897","9897","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:27:59","FALSE",NA,"854204842822086656",NA,"Twitter for Android","prashantG1994","90","TRUE","FALSE" +"9898","9898","30min to issue my annual railway pass. @narendramodi Jee, guess govt staff shld hv been trained to operate c/d mchns bfore #demonetization.","FALSE","0",NA,"2017-04-18 05:26:20","FALSE",NA,"854204427766439936",NA,"Twitter for Android","niharmehta","0","FALSE","FALSE" +"9899","9899","RT @Cheatedbuyer: Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.�","FALSE","0",NA,"2017-04-18 05:23:39","FALSE",NA,"854203754001944576",NA,"Twitter Web Client","amrapli","7","TRUE","FALSE" +"9900","9900","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 05:19:50","FALSE",NA,"854202790846935041",NA,"Twitter for Android","bpuand","90","TRUE","FALSE" +"9901","9901","RT @rs_telagathoty: @timesofindia Bought rs 6990 worth medicines. produced debit card as MODI proclaimed. Shop keeper alerted me rs 140 sur�","FALSE","0",NA,"2017-04-18 05:16:48","FALSE",NA,"854202030197534720",NA,"Twitter for Android","SatyanveshKumar","1","TRUE","FALSE" +"9902","9902","RT @su_nils: @jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the biggest mo�","FALSE","0",NA,"2017-04-18 05:16:42","FALSE",NA,"854202001248456704",NA,"Twitter for Android","malayali_m","5","TRUE","FALSE" +"9903","9903","RT @su_nils: @jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the biggest mo�","FALSE","0",NA,"2017-04-18 05:16:04","FALSE",NA,"854201843731374080",NA,"Twitter for Android","g_uppy1","5","TRUE","FALSE" +"9904","9904","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 05:10:21","FALSE",NA,"854200403755278336",NA,"Twitter for Android","BiswasRanit","912","TRUE","FALSE" +"9905","9905","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 05:10:16","FALSE",NA,"854200384931418112",NA,"Twitter for Android","yamlaa41","912","TRUE","FALSE" +"9906","9906","RT @sundeepgummadi: Post demonetization Real state has shrunk but prices of cement gone up by 100%..any logic ??","FALSE","0",NA,"2017-04-18 05:03:16","FALSE",NA,"854198620551168000",NA,"Twitter for Android","rohitagarwal86","4","TRUE","FALSE" +"9907","9907","Demonetization successfully established. +Credit goes to @OfficeOfRG and @ArvindKejriwal .And benefit goes to @BJP4India ...","FALSE","0",NA,"2017-04-18 05:01:38","FALSE",NA,"854198212134977537",NA,"Twitter for Android","kushalsinghpanw","0","FALSE","FALSE" +"9908","9908","@rsprasad @stpiindia Demonetization forced many to accept #digidhan. Most demand #cash now. Unless law mandates� https://t.co/ymfawQf2kW","FALSE","0","rsprasad","2017-04-18 05:01:33","TRUE","853948718323826689","854198190169403392","2222673457","Twitter for Android","CandidSUN","0","FALSE","FALSE" +"9909","9909","@RBI So many people's are unknown about the 10rupee coin issue , some are even not taking the coins.Is this the 2nd demonetization in India?","FALSE","0","RBI","2017-04-18 04:59:54","FALSE",NA,"854197774140620800","478432912","Twitter for Android","sspanda8","0","FALSE","FALSE" +"9910","9910","""Demonetization Would Impact The Real Estate Sector "" https://t.co/wbaWUTTLS0 by @akgvgindia","FALSE","1",NA,"2017-04-18 04:58:39","FALSE",NA,"854197461786611712",NA,"Twitter Web Client","Nirvanaorgsg","0","FALSE","FALSE" +"9911","9911","Demonetization Would Impact The Real Estate Sector https://t.co/VS6cgEeYc2","FALSE","1",NA,"2017-04-18 04:58:31","FALSE",NA,"854197425967386624",NA,"LinkedIn","Nirvanaorgsg","0","FALSE","FALSE" +"9912","9912","PM - Demonetization +Achievement - Stonepelting stopped +Me - #@%$ Fer se karona plzzz + +#kashmir","FALSE","0",NA,"2017-04-18 04:57:53","FALSE",NA,"854197267028377600",NA,"Twitter for Android","shahid1673","0","FALSE","FALSE" +"9913","9913","@PChidambaram_IN Indian Economy to grow at 7.2% post #Demonetization +Eggs on face of such ""Harvard"" Economists +https://t.co/pJErPJIc71","FALSE","0","PChidambaram_IN","2017-04-18 04:57:11","FALSE",NA,"854197091022852096","3097503906","Linkis: turn sharing into growth","Parantapaa","0","FALSE","FALSE" +"9914","9914","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:54:13","FALSE",NA,"854196343547453442",NA,"Twitter for Android","vinayrv00","90","TRUE","FALSE" +"9915","9915","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:53:34","FALSE",NA,"854196182574391296",NA,"Twitter for Android","manijha121","90","TRUE","FALSE" +"9916","9916","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:53:01","FALSE",NA,"854196044938268672",NA,"Twitter for Android","Santosh87013098","90","TRUE","FALSE" +"9917","9917","RT @sundeepgummadi: Post demonetization Real state has shrunk but prices of cement gone up by 100%..any logic ??","FALSE","0",NA,"2017-04-18 04:52:32","FALSE",NA,"854195921483116544",NA,"Twitter for Android","ShrrinG","4","TRUE","FALSE" +"9918","9918","RT @MirzaGhalib786: India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! - https://t.co/dWtBxQel89","FALSE","0",NA,"2017-04-18 04:50:47","FALSE",NA,"854195480942714880",NA,"Twitter for Android","noahalishah","1","TRUE","FALSE" +"9919","9919","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:49:06","FALSE",NA,"854195056265351172",NA,"Twitter for Android","Samurai_Shubh","90","TRUE","FALSE" +"9920","9920","RT @kingchiru15: It's been 5 months after the #demonetization announcement, why still the fucking ATMs aren't working? What is the reason?","FALSE","0",NA,"2017-04-18 04:41:06","FALSE",NA,"854193045130010624",NA,"Twitter for Android","NoPlay_","4","TRUE","FALSE" +"9921","9921","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:40:21","FALSE",NA,"854192855497265152",NA,"Twitter for Android","kattu_ak","90","TRUE","FALSE" +"9922","9922","Post demonetization Real state has shrunk but prices of cement gone up by 100%..any logic ??","FALSE","0",NA,"2017-04-18 04:39:37","FALSE",NA,"854192672441028608",NA,"Twitter for Android","sundeepgummadi","4","FALSE","FALSE" +"9923","9923","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:39:34","FALSE",NA,"854192658553610242",NA,"Twitter for Android","neeta_pankaj","90","TRUE","FALSE" +"9924","9924","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:39:13","FALSE",NA,"854192570829725697",NA,"Twitter for Android","dspunadiya","90","TRUE","FALSE" +"9925","9925","RT @NemRaps: - EXTREME demonetization +- No realtime analytics +- Now disappearing comments? + +Is YouTube is slowly trying to kill my channel?","FALSE","0",NA,"2017-04-18 04:38:11","FALSE",NA,"854192309226938368",NA,"Twitter for Android","bmanarkhamkn1gt","2","TRUE","FALSE" +"9926","9926","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:34:37","FALSE",NA,"854191410584662016",NA,"Twitter for Android","KrishnakantEr","90","TRUE","FALSE" +"9927","9927","@MRVChennai @TimesNow It was quite visible that Mr. Arnab was disturbing some vested interests. Also noted how medi� https://t.co/wKNqgy7kNP","FALSE","0","MRVChennai","2017-04-18 04:34:13","TRUE","854176053127856129","854191311435448321","351568421","Twitter Web Client","p_n123","0","FALSE","FALSE" +"9928","9928","What's with the end of FREE SPEECH!!! Wake up people. Twitter, Google, Facebook, You Tube to censor your speech!https://t.co/ns6943cew3","FALSE","0",NA,"2017-04-18 04:33:47","FALSE",NA,"854191201284534272",NA,"Twitter Web Client","ChihuahuaQuad","0","FALSE","FALSE" +"9929","9929","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 04:31:31","FALSE",NA,"854190634000953344",NA,"Twitter for Android","RitaKum04254390","1333","TRUE","FALSE" +"9930","9930","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! - https://t.co/dWtBxQel89","FALSE","1",NA,"2017-04-18 04:31:14","FALSE",NA,"854190561326239744",NA,"Twitter Web Client","MirzaGhalib786","1","FALSE","FALSE" +"9931","9931","DEMONETIZATION IN HINDSIGHT https://t.co/zFR2C6XWcz","FALSE","0",NA,"2017-04-18 04:27:49","FALSE",NA,"854189703041605633",NA,"WordPress.com","PVRajeevS","0","FALSE","FALSE" +"9932","9932","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:27:45","FALSE",NA,"854189684972507136",NA,"Twitter for Android","InvincibleBabu","90","TRUE","FALSE" +"9933","9933","@IncomeTaxIndia @PMOIndia @narendramodi @rajnathsingh Keep Kashmiris account on priority to track black money after demonetization.","FALSE","0","IncomeTaxIndia","2017-04-18 04:27:32","FALSE",NA,"854189628743659521","4131677414","Twitter for Android","harshalpawar001","0","FALSE","FALSE" +"9934","9934","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:27:26","FALSE",NA,"854189603988885504",NA,"Twitter for Android","rajnish15478943","90","TRUE","FALSE" +"9935","9935","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 04:27:17","FALSE",NA,"854189565334228992",NA,"Twitter for Android","mayankforbjp","90","TRUE","FALSE" +"9936","9936","Or to kuch nahi demonetization k baad sb line m lgna seekh gye","FALSE","0",NA,"2017-04-18 04:27:10","FALSE",NA,"854189539161669632",NA,"Fenix for Android","TheBhool","0","FALSE","FALSE" +"9937","9937","RT @urssrilu666: Prime minister Sri @narendramodi hav no idea how common man suffering with cash no ATMs working outside @RBI big flop of�","FALSE","0",NA,"2017-04-18 04:26:51","FALSE",NA,"854189457326579712",NA,"Twitter for iPhone","sureshultimate","1","TRUE","FALSE" +"9938","9938","Prime minister Sri @narendramodi hav no idea how common man suffering with cash no ATMs working outside @RBI big flop of demonetization","FALSE","0",NA,"2017-04-18 04:22:47","FALSE",NA,"854188436571467777",NA,"Twitter for Android","urssrilu666","1","FALSE","FALSE" +"9939","9939","Demonetization was generally a disaster for RE market. + +Property registrations drop post-demonetisation drive +https://t.co/gJRMS92O7D","FALSE","5",NA,"2017-04-18 04:19:32","FALSE",NA,"854187617184874496",NA,"Linkis: turn sharing into growth","Cheatedbuyer","7","FALSE","FALSE" +"9940","9940","RT @moneycontrolcom: Note ban will have positive impact in long term: @WorldBank https://t.co/FSSAXAsnNl #demonetization https://t.co/qRUAS�","FALSE","0",NA,"2017-04-18 04:15:50","FALSE",NA,"854186684388229120",NA,"Twitter Web Client","kaushik_banrjee","6","TRUE","FALSE" +"9941","9941","- EXTREME demonetization +- No realtime analytics +- Now disappearing comments? + +Is YouTube is slowly trying to kill my channel?","FALSE","20","NemRaps","2017-04-18 04:02:36","FALSE","854182994579513344","854183356178759680","1699559252","Twitter Web Client","NemRaps","2","FALSE","FALSE" +"9942","9942","Fxwirepro: Indian Fiscal and Monetary Policy to Stabilize Inr &#150 Hedging Perspectives + +The demonetization in November 2016 temporarily...","FALSE","0",NA,"2017-04-18 04:01:01","FALSE",NA,"854182957598244864",NA,"NovaPress Publisher","betiforex_com","0","FALSE","FALSE" +"9943","9943","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 03:59:31","FALSE",NA,"854182578638737408",NA,"Twitter for Android","Nisha_Bos","90","TRUE","FALSE" +"9944","9944","ATMs run out of cash in north coastal India as Demonetization pains continue https://t.co/fq4DeYoLSn #HeavyIndustries","FALSE","1",NA,"2017-04-18 03:59:14","FALSE",NA,"854182508161679360",NA,"dlvr.it","18dMedia","0","FALSE","FALSE" +"9945","9945","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 03:59:07","FALSE",NA,"854182479514566657",NA,"Twitter for Android","evytulip","1333","TRUE","FALSE" +"9946","9946","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 03:56:24","FALSE",NA,"854181796468072448",NA,"Twitter for Android","EkVillain007","90","TRUE","FALSE" +"9947","9947","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 03:49:57","FALSE",NA,"854180171674288128",NA,"Twitter for Android","manishupreti9","912","TRUE","FALSE" +"9948","9948","RT @moneycontrolcom: Note ban will have positive impact in long term: @WorldBank https://t.co/FSSAXAsnNl #demonetization https://t.co/qRUAS�","FALSE","0",NA,"2017-04-18 03:48:56","FALSE",NA,"854179916459327488",NA,"Twitter for Android","sujaykkumaar","6","TRUE","FALSE" +"9949","9949","https://t.co/lD84PoDRQS- Use Bitcoin, Steemit, & Cryptocurrency to work around Youtube demonetization � Steemit https://t.co/pU8q7UlPhF","FALSE","2",NA,"2017-04-18 03:46:01","FALSE",NA,"854179181256728576",NA,"Twitter for iPhone","jacorossouwsa","0","FALSE","FALSE" +"9950","9950","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 03:39:47","FALSE",NA,"854177612133916672",NA,"Twitter for Android","rajsrvaathrav9","90","TRUE","FALSE" +"9951","9951","Can you suggest some points for a debate on demonetization by the Indian Government? https://t.co/a5MRz06Wzg","FALSE","0",NA,"2017-04-18 03:36:55","FALSE",NA,"854176891149877250",NA,"Quora","Gaurav__Dutta","0","FALSE","FALSE" +"9952","9952","@BJP4India @narendramodi Modi ji I fully support Demonetization and Digitalization; but Horrible Hospitals only tak� https://t.co/VmI7Zvr8KJ","FALSE","0","BJP4India","2017-04-18 03:33:15","TRUE","853550316725436416","854175970068123648","207809313","Twitter for Android","JawaharMangalam","0","FALSE","FALSE" +"9953","9953","https://t.co/7LEJMtxfzo. People are running after money and power at the cost of honesty.. Pity for future generations...","FALSE","0",NA,"2017-04-18 03:31:49","FALSE",NA,"854175609777524737",NA,"Twitter for Android","ChellakrishnanN","0","FALSE","FALSE" +"9954","9954","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 03:30:47","FALSE",NA,"854175348770185216",NA,"Twitter for Android","_vtaar","90","TRUE","FALSE" +"9955","9955","#forex Fxwirepro: Indian Fiscal and Monetary Policy to Stabilize Inr &#150 Hedging Perspectives: The demonetization in� #forexsignals","FALSE","0",NA,"2017-04-18 03:21:33","FALSE",NA,"854173026333540352",NA,"dlvr.it","forextrader755","0","FALSE","FALSE" +"9956","9956","@mmazumdar2014 @Zakka_Jacob Be it #demonetization, border issue, foreign relations etc this may bring irrecoverable� https://t.co/ptJGbclzXX","FALSE","1","mmazumdar2014","2017-04-18 03:20:48","TRUE","854170387038457856","854172837602631680","52315580","Twitter for Android","MATTSMATTS","0","FALSE","FALSE" +"9957","9957","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 03:19:52","FALSE",NA,"854172600901160960",NA,"Twitter for Android","NAITIKNARANG1","1333","TRUE","FALSE" +"9958","9958","RT @kingchiru15: It's been 5 months after the #demonetization announcement, why still the fucking ATMs aren't working? What is the reason?","FALSE","0",NA,"2017-04-18 03:17:21","FALSE",NA,"854171967452311553",NA,"Twitter Lite","Silver_Watchdog","4","TRUE","FALSE" +"9959","9959","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-18 03:16:52","FALSE",NA,"854171844462727168",NA,"Twitter for Android","AbhinavSingh300","83","TRUE","FALSE" +"9960","9960","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 03:16:42","FALSE",NA,"854171803866058753",NA,"Twitter for Android","AbhinavSingh300","1333","TRUE","FALSE" +"9961","9961","RT @moneycontrolcom: Note ban will have positive impact in long term: @WorldBank https://t.co/FSSAXAsnNl #demonetization https://t.co/qRUAS�","FALSE","0",NA,"2017-04-18 03:15:11","FALSE",NA,"854171421764923393",NA,"Twitter for Android","kimeshchudasma","6","TRUE","FALSE" +"9962","9962","Rajiv #Bajaj is a bad judge of politics & business. He saw future of #scooters as bleak & idea of #demonetization w� https://t.co/MORvCMcW6v","FALSE","3",NA,"2017-04-18 03:10:39","TRUE",NA,"854170280859545600",NA,"Twitter for Android","sudhir_bisht","0","FALSE","FALSE" +"9963","9963","RT @moneycontrolcom: Note ban will have positive impact in long term: @WorldBank https://t.co/FSSAXAsnNl #demonetization https://t.co/qRUAS�","FALSE","0",NA,"2017-04-18 03:10:30","FALSE",NA,"854170243521970176",NA,"Twitter for iPhone","vyjjy","6","TRUE","FALSE" +"9964","9964","Note ban will have positive impact in long term: @WorldBank https://t.co/FSSAXAsnNl #demonetization https://t.co/qRUASfAIFD","FALSE","11",NA,"2017-04-18 03:09:45","FALSE",NA,"854170055554105344",NA,"Twitter Web Client","moneycontrolcom","6","FALSE","FALSE" +"9965","9965","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 03:05:16","FALSE",NA,"854168926284107777",NA,"Twitter for Android","agrwal_akhil","90","TRUE","FALSE" +"9966","9966","RT @ProfNKPandey: Manoj Tiwari had mocked people in Q during #demonetization too... +https://t.co/fPlzTPCl7r https://t.co/RdAHe78TTn","FALSE","0",NA,"2017-04-18 03:05:11","FALSE",NA,"854168907086745602",NA,"Twitter for Android","darkdestinynme","2","TRUE","FALSE" +"9967","9967","#news #summary: #impact of #demonetization: improving #india�s #services #pmi https://t.co/edQtIa36BK","FALSE","0",NA,"2017-04-18 03:02:59","FALSE",NA,"854168351492517888",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"9968","9968","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 02:58:45","FALSE",NA,"854167288517447682",NA,"Twitter for Android","SaundiD","90","TRUE","FALSE" +"9969","9969","Yeah after demonetization they switched to digital money https://t.co/rkU2VYvr3s","FALSE","1",NA,"2017-04-18 02:55:17","FALSE",NA,"854166412667101185",NA,"Twitter for Android","netcitizen","0","FALSE","FALSE" +"9970","9970","@sumanthraman I'm not talking abt success or failure of demonetization here .AAP MLA news was rejected by BJP u cou� https://t.co/PufszwBP8H","FALSE","1","sumanthraman","2017-04-18 02:50:25","TRUE","854164427867803648","854165190023286784","54436268","Twitter for Android","MagChennai","0","FALSE","FALSE" +"9971","9971","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 02:49:51","FALSE",NA,"854165045621661696",NA,"Twitter for Android","MODIfiedbhaarat","90","TRUE","FALSE" +"9972","9972","CCA competitions schedule on 22-April-2017 +Junior - English/ Hindi Paragraph Writing +Senior -English Debate -Demonetization a Step in right","FALSE","0",NA,"2017-04-18 02:48:50","FALSE",NA,"854164789236424704",NA,"Twitter Web Client","Davborlbina","0","FALSE","FALSE" +"9973","9973","@GabbbarSingh @DilliDurAst You supported Demonetization..Right? Hailed modi big time for it. You understand how man� https://t.co/b4YfbyQLBt","FALSE","0","GabbbarSingh","2017-04-18 02:46:56","TRUE","854022948830695424","854164313673801728","108391251","Twitter for Android","Sin__c_here","0","FALSE","FALSE" +"9974","9974","@sumanthraman sir you are loosing your objectivity when it comes to news abt BJP noticing it from demonetization. Hopefully u correct it","FALSE","1","sumanthraman","2017-04-18 02:44:44","FALSE",NA,"854163759539118080","54436268","Fenix for Android","MagChennai","0","FALSE","FALSE" +"9975","9975","Anyone claiming to be hurt by YouTube's demonetization should post their revenue chart to back it up. For me, views� https://t.co/3csImZxchT","FALSE","5",NA,"2017-04-18 02:31:26","TRUE",NA,"854160411184304128",NA,"Twitter Lite","slimebeast","0","FALSE","FALSE" +"9976","9976","RT @CGDev: Tomorrow at 9:30EST join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu7�","FALSE","0",NA,"2017-04-18 02:30:06","FALSE",NA,"854160078852599810",NA,"Twitter for iPhone","iamaniku","3","TRUE","FALSE" +"9977","9977","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 02:21:18","FALSE",NA,"854157863694073856",NA,"Twitter Web Client","BIJUBCS","912","TRUE","FALSE" +"9978","9978","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 02:20:13","FALSE",NA,"854157591601131522",NA,"Twitter for Android","DeepSethi01","90","TRUE","FALSE" +"9979","9979","Demonetization Is A Biggest Scam of 2016-2017 https://t.co/MmbXrvmhll","FALSE","1",NA,"2017-04-18 02:14:57","FALSE",NA,"854156262325485568",NA,"Twitter for Android","sherrrydude","0","FALSE","FALSE" +"9980","9980","@NATRAJSHETTY @DrBhava @TiwariLalmani @Swamy39 @sarkar_swati @Pria12Rao your assertion that corruption is a damn li� https://t.co/ZjDqKBhe1O","FALSE","0","NATRAJSHETTY","2017-04-18 02:14:35","TRUE","854154836492730368","854156172148035584","75220730","Twitter for iPad","Janamejayan","0","FALSE","FALSE" +"9981","9981","The latest The Demonetization Daily! https://t.co/LAsD70xV3I Thanks to @ca5f4e73c9674ac @casolanki @CashaaLtd #india #bitcoin","FALSE","0",NA,"2017-04-18 02:13:45","FALSE",NA,"854155963074568193",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"9982","9982","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 02:12:41","FALSE",NA,"854155692298522625",NA,"Twitter for Android","MRITUNJAY1977","912","TRUE","FALSE" +"9983","9983","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 02:11:56","FALSE",NA,"854155505341779968",NA,"Twitter for Windows Phone","kaku_punjabi","90","TRUE","FALSE" +"9984","9984","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-18 02:11:54","FALSE",NA,"854155494759550978",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"9985","9985","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 02:11:43","FALSE",NA,"854155449662402561",NA,"Twitter for Android","nishant10010","912","TRUE","FALSE" +"9986","9986","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/jV53f6Rxo7 via @youtube","FALSE","0",NA,"2017-04-18 02:02:57","FALSE",NA,"854153242367995905",NA,"Twitter Web Client","TruthAJustice","0","FALSE","FALSE" +"9987","9987","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 02:02:44","FALSE",NA,"854153190467436544",NA,"Twitter Lite","twisted4fun","912","TRUE","FALSE" +"9988","9988","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 02:01:53","FALSE",NA,"854152976608485382",NA,"Twitter for Android","Modiji77","90","TRUE","FALSE" +"9989","9989","I liked a @YouTube video https://t.co/QrmlK9bWC4 Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","1",NA,"2017-04-18 01:53:43","FALSE",NA,"854150921646858244",NA,"Google","akaelwopo1","0","FALSE","FALSE" +"9990","9990","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:46:38","FALSE",NA,"854149136555397120",NA,"Twitter for Android","swapniljagdale8","912","TRUE","FALSE" +"9991","9991","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 01:46:32","FALSE",NA,"854149111053987840",NA,"Twitter for Windows Phone","P00JAN_PATEL","1333","TRUE","FALSE" +"9992","9992","I liked a @YouTube video https://t.co/xeg0Q4SKIJ YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-18 01:44:57","FALSE",NA,"854148712850800640",NA,"Google","SOM4gg","0","FALSE","FALSE" +"9993","9993","@narendramodi Respected Sir, after demonetization Don't you think this is the high time to bring back the black money from Swiss bank!!!!!!!","FALSE","0","narendramodi","2017-04-18 01:44:29","FALSE",NA,"854148595821498369","18839785","Twitter for Android","Sumom0108","0","FALSE","FALSE" +"9994","9994","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:43:36","FALSE",NA,"854148375087902720",NA,"Twitter for Android","Raju_bishnoi1","90","TRUE","FALSE" +"9995","9995","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:40:36","FALSE",NA,"854147621514031105",NA,"Twitter for Android","mahendraajakhar","90","TRUE","FALSE" +"9996","9996","Renewed cash crunch concerns in #India are overdone @OxfordEconomics #demonetization https://t.co/Vyi6eFHu06","FALSE","0",NA,"2017-04-18 01:40:06","FALSE",NA,"854147492627136513",NA,"Twitter Web Client","Pri_Kishore","0","FALSE","FALSE" +"9997","9997","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:38:41","FALSE",NA,"854147136988041217",NA,"Twitter for iPhone","nivedim","912","TRUE","FALSE" +"9998","9998","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 01:37:22","FALSE",NA,"854146804681781248",NA,"Twitter for Android","ME_kunalmahajan","1333","TRUE","FALSE" +"9999","9999","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:35:34","FALSE",NA,"854146354158985216",NA,"Twitter Lite","sqrt7","912","TRUE","FALSE" +"10000","10000","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:35:01","FALSE",NA,"854146214308216832",NA,"Twitter for Android","Amit09081986","912","TRUE","FALSE" +"10001","10001","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:34:56","FALSE",NA,"854146194410315776",NA,"Twitter for iPhone","panditrahul108","90","TRUE","FALSE" +"10002","10002","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:29:31","FALSE",NA,"854144829282021376",NA,"Twitter for Android","Dhriyamana","912","TRUE","FALSE" +"10003","10003","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:28:09","FALSE",NA,"854144485479067648",NA,"Twitter for Android","Rajeshwart14","90","TRUE","FALSE" +"10004","10004","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:27:23","FALSE",NA,"854144293346267136",NA,"Twitter for Android","parodyrowdy","912","TRUE","FALSE" +"10005","10005","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:26:42","FALSE",NA,"854144121858117632",NA,"Twitter for Android","sampadscales","90","TRUE","FALSE" +"10006","10006","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:25:56","FALSE",NA,"854143928651702272",NA,"Twitter for Android","harcosashutosh","912","TRUE","FALSE" +"10007","10007","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:21:04","FALSE",NA,"854142704892076032",NA,"Twitter for Android","XSicular","912","TRUE","FALSE" +"10008","10008","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:19:46","FALSE",NA,"854142378709405696",NA,"Twitter for Android","Nirajsi14372304","912","TRUE","FALSE" +"10009","10009","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:19:46","FALSE",NA,"854142376842887168",NA,"Twitter for Android","MayankTiwari011","912","TRUE","FALSE" +"10010","10010","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:18:54","FALSE",NA,"854142157313200128",NA,"Twitter Lite","lakshmikantseth","912","TRUE","FALSE" +"10011","10011","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:14:57","FALSE",NA,"854141165322604546",NA,"Twitter for Android","RavulaSharan","912","TRUE","FALSE" +"10012","10012","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:14:55","FALSE",NA,"854141155126235138",NA,"Twitter for BlackBerry","AshimRaizada","912","TRUE","FALSE" +"10013","10013","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:13:30","FALSE",NA,"854140797830221824",NA,"Twitter Web Client","saurabhgarg_sg","912","TRUE","FALSE" +"10014","10014","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:12:12","FALSE",NA,"854140472058564608",NA,"Twitter Web Client","Ray_luxuryyacht","90","TRUE","FALSE" +"10015","10015","RT @priyaakulkarni2: Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have positiv�","FALSE","0",NA,"2017-04-18 01:11:52","FALSE",NA,"854140386834616320",NA,"Twitter for Android","vayang_baan","90","TRUE","FALSE" +"10016","10016","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:09:48","FALSE",NA,"854139868171161604",NA,"Twitter Web Client","ArjunDares","912","TRUE","FALSE" +"10017","10017","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:07:01","FALSE",NA,"854139168502558726",NA,"Twitter for Android","barnwalajay00","912","TRUE","FALSE" +"10018","10018","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:03:02","FALSE",NA,"854138167661699077",NA,"Twitter for Android","vadeirade","912","TRUE","FALSE" +"10019","10019","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-18 01:02:37","FALSE",NA,"854138062275825664",NA,"Twitter for Android","sunneversets100","14","TRUE","FALSE" +"10020","10020","RT @sffed: #Demonetization is catalyzing digital payments growth in #India https://t.co/zCfH075uuP #SFFedAsiaProgram https://t.co/r7se1fklM5","FALSE","0",NA,"2017-04-18 01:02:13","FALSE",NA,"854137958324092928",NA,"Twitter for iPhone","malstronikus","3","TRUE","FALSE" +"10021","10021","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:01:24","FALSE",NA,"854137754153738240",NA,"Twitter for Android","arvind291","912","TRUE","FALSE" +"10022","10022","How Modi�s Party Avoided the Fallout from Demonetization - Knowledge@Wharton +https://t.co/SCmqIAr8FW https://t.co/uNjG0Y4JfA","FALSE","0",NA,"2017-04-18 01:01:15","FALSE",NA,"854137716052721665",NA,"Crowdfire - Go Big","JosephHickman1","0","FALSE","FALSE" +"10023","10023","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 01:00:31","FALSE",NA,"854137532828733440",NA,"Twitter for iPhone","Shuklaism","912","TRUE","FALSE" +"10024","10024","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:55:58","FALSE",NA,"854136386718498817",NA,"Twitter Web Client","springsreddy","912","TRUE","FALSE" +"10025","10025","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:55:00","FALSE",NA,"854136142299623424",NA,"Twitter for Android","16Vpm","912","TRUE","FALSE" +"10026","10026","Post demonetization + +Economy to grow at 7.4 acc to Asian Development bank. + +World Bank says note ban will have posi� https://t.co/tbz8SnUPf7","FALSE","54",NA,"2017-04-18 00:53:47","TRUE",NA,"854135838325710849",NA,"Twitter for Android","priyaakulkarni2","90","FALSE","FALSE" +"10027","10027","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:51:18","FALSE",NA,"854135214838304768",NA,"Twitter Web Client","MeJeremy99","912","TRUE","FALSE" +"10028","10028","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:50:59","FALSE",NA,"854135134517305344",NA,"Twitter Web Client","NikharBudhadeo","912","TRUE","FALSE" +"10029","10029","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:50:54","FALSE",NA,"854135114170806272",NA,"Twitter for Android","kaynyk","912","TRUE","FALSE" +"10030","10030","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:50:10","FALSE",NA,"854134926672896001",NA,"Twitter for Android","nishadshivani","912","TRUE","FALSE" +"10031","10031","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:50:08","FALSE",NA,"854134917403475969",NA,"Twitter for Android","sorukushwaha","912","TRUE","FALSE" +"10032","10032","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:49:48","FALSE",NA,"854134835962576896",NA,"Twitter for Android","Modhgil","912","TRUE","FALSE" +"10033","10033","First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi... by #TarekFatah https://t.co/kXLTaYLYfm","FALSE","0",NA,"2017-04-18 00:48:44","FALSE",NA,"854134567405596673",NA,"Linkis: turn sharing into growth","Neomatrix02","0","FALSE","FALSE" +"10034","10034","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:48:23","FALSE",NA,"854134480759656448",NA,"Twitter Lite","Peyrillathavan","912","TRUE","FALSE" +"10035","10035","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:47:59","FALSE",NA,"854134376787050496",NA,"Twitter for iPhone","TarekFatah","912","TRUE","FALSE" +"10036","10036","@Swamy39 @SD203 this article summarizes that the brain washing of Kashmiri youth is rampant and all effect of demonetization is over.","FALSE","0","Swamy39","2017-04-18 00:47:56","FALSE","854133639507869696","854134363801493508","60937837","Twitter for Android","Virat_Hindu_Ind","0","FALSE","FALSE" +"10037","10037","RT @AdityaNair20: First time in 29years, our Milkman asked for a check! +#demonetization + +@narendramodi @TarekFatah @PrasadAol @rashminp @�","FALSE","0",NA,"2017-04-18 00:47:00","FALSE",NA,"854134131051167746",NA,"Twitter for Android","AdityaNair20","912","TRUE","FALSE" +"10038","10038","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-18 00:41:34","FALSE",NA,"854132764920229892",NA,"Twitter Web Client","EphromJosine1","7","TRUE","FALSE" +"10039","10039","7th pay commission is the outcome of demonetization . After demonetization man take black money. It is continue nobody can stop it.","FALSE","0",NA,"2017-04-18 00:23:31","FALSE",NA,"854128222966960128",NA,"Twitter for Android","siddharthakanj1","0","FALSE","FALSE" +"10040","10040","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-18 00:14:22","FALSE",NA,"854125919191142401",NA,"Twitter for Android","RajeevCherpa","1333","TRUE","FALSE" +"10041","10041","@_sickerthings On him, not anyone else. I haven't even seen him get hit hard by Demonetization like some small -act� https://t.co/nlzIkHYwOP","FALSE","0","Tyler_Thiessen","2017-04-18 00:10:10","TRUE","854124667136872449","854124862079684611","1595507022","Twitter for Android","Tyler_Thiessen","0","FALSE","FALSE" +"10042","10042","RT @IndiaVikas50: @Nishat1808 @SharlockHemz @SouleFacts @Abdulsaleemgad Since we both can read English here is something that speaks to the�","FALSE","0",NA,"2017-04-18 00:04:45","FALSE",NA,"854123499538927616",NA,"Twitter for Android","Abdulsaleemgad","1","TRUE","FALSE" +"10043","10043","@MacLethal Rap about the demonetization of you tubers and how you hate @PrisonPlanet even though his relivency makes you money.","FALSE","0","MacLethal","2017-04-18 00:03:16","FALSE","854117593241792512","854123127101468672","27393712","Twitter for iPhone","AustinDDover","0","FALSE","FALSE" +"10044","10044","#Demonetization +#BetterBharat +Post demonetisation, 90 per cent Indians book holidays via plastic money� https://t.co/OrZjXRIs7t","FALSE","0",NA,"2017-04-18 00:02:05","TRUE",NA,"854122826395242496",NA,"Twitter for Android","Samvardhnam","0","FALSE","FALSE" +"10045","10045","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-17 23:58:23","FALSE",NA,"854121897918959616",NA,"Twitter Web Client","joiflores","6","TRUE","FALSE" +"10046","10046","@Scoonman1962 Far from established as anything approaching ""FACT"" +The concept of ""political capital"" is highly flui� https://t.co/3bmnhCcGE2","FALSE","0","Scoonman1962","2017-04-17 23:29:38","TRUE","854107549271982080","854114660441878529","340626677","Twitter Web Client","adviseagainstit","0","FALSE","FALSE" +"10047","10047","RT @AnnieLowrey: Excited to be interviewing @arvindsubraman at @CGDev tomorrow at 9:30. What should I ask him? https://t.co/2y0m1hNz0b","FALSE","0",NA,"2017-04-17 23:22:24","FALSE",NA,"854112840571121664",NA,"Twitter for iPhone","TonyFratto","3","TRUE","FALSE" +"10048","10048","RT @morphonios: The Truth About YouTube Demonetization / AdSense Boycott & Censorship https://t.co/BbIs9LxyGs","FALSE","0",NA,"2017-04-17 23:01:36","FALSE",NA,"854107606134255620",NA,"Twitter Web Client","janamurray","5","TRUE","FALSE" +"10049","10049","RT @RonsNewsFeed: India in PANIC MODE as Cash is Running Out! Demonetization� https://t.co/dF6OZjMDQ8 #ECONOMY #PAKISTANINDIA #POLITICSELEC�","FALSE","0",NA,"2017-04-17 22:48:46","FALSE",NA,"854104375966535681",NA,"TweetCaster for Android","TrutherbotJKR","1","TRUE","FALSE" +"10050","10050","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/8cUDVNS5o0","FALSE","0",NA,"2017-04-17 22:19:17","FALSE",NA,"854096956859207681",NA,"LinkedIn","Hypnoian","0","FALSE","FALSE" +"10051","10051","RT @18dMedia: ATMs run out of cash in north coastal India as Demonetization pains continue https://t.co/WQjbbGv5Lb #HeavyIndustries","FALSE","0",NA,"2017-04-17 22:18:36","FALSE",NA,"854096785094189059",NA,"Twitter for Android","Baller_Status28","2","TRUE","FALSE" +"10052","10052","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/Yduptg8AMs via @YouTube","FALSE","0",NA,"2017-04-17 22:17:03","FALSE",NA,"854096392939327488",NA,"Twitter Web Client","Hypnoian","0","FALSE","FALSE" +"10053","10053","RT @18dMedia: ATMs run out of cash in north coastal India as Demonetization pains continue https://t.co/WQjbbGv5Lb #HeavyIndustries","FALSE","0",NA,"2017-04-17 22:15:18","FALSE",NA,"854095953476931585",NA,"Twitter for Android","ItsWizdom__","2","TRUE","FALSE" +"10054","10054","RT @CGDev: Tomorrow at 9:30EST join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu7�","FALSE","0",NA,"2017-04-17 22:12:13","FALSE",NA,"854095177543294977",NA,"Twitter for Android","rightdevblog","3","TRUE","FALSE" +"10055","10055","RT @CGDev: Tomorrow at 9:30EST join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu7�","FALSE","0",NA,"2017-04-17 22:05:22","FALSE",NA,"854093454929997824",NA,"Twitter for Android","jesisoles","3","TRUE","FALSE" +"10056","10056","@Oddly_Art @TheHorrorGuru @YouTube If any type of content deserves Demonetization, it's this.","FALSE","2","Oddly_Art","2017-04-17 22:05:19","FALSE","854092576042897408","854093440266665986","848939448020553728","Twitter Web Client","Rachel0w0Miller","0","FALSE","FALSE" +"10057","10057","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 22:03:42","FALSE",NA,"854093033532477440",NA,"Twitter for Android","KishorGavit4","1333","TRUE","FALSE" +"10058","10058","RT @BsriksKatar: @narendramodi @PMOIndia applied pancard through UTIITSL 2 mths back.Not got the pan. Saying are issue due to demonetizati�","FALSE","0",NA,"2017-04-17 22:01:56","FALSE",NA,"854092590009995275",NA,"Twitter for Android","RajibDe20712194","1","TRUE","FALSE" +"10059","10059","RT @sffed: #Demonetization is catalyzing digital payments growth in #India https://t.co/zCfH075uuP #SFFedAsiaProgram https://t.co/r7se1fklM5","FALSE","0",NA,"2017-04-17 21:59:43","FALSE",NA,"854092034239590400",NA,"Twitter Web Client","SFAsiaFinance","3","TRUE","FALSE" +"10060","10060","ATMs run out of cash in north coastal India as Demonetization pains continue https://t.co/OiGBDrOLS9","FALSE","0",NA,"2017-04-17 21:56:03","FALSE",NA,"854091107923263488",NA,"IEHIAutoPost","ImplodeOMeter","0","FALSE","FALSE" +"10061","10061","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 21:53:53","FALSE",NA,"854090565377560578",NA,"Twitter Web Client","Thesunnysahu","1333","TRUE","FALSE" +"10062","10062","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 21:32:41","FALSE",NA,"854085230218661888",NA,"Twitter Lite","maytas_satyam","165","TRUE","FALSE" +"10063","10063","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 21:18:28","FALSE",NA,"854081651302858752",NA,"Twitter for Android","hardcorebanda","1333","TRUE","FALSE" +"10064","10064","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 21:10:12","FALSE",NA,"854079569413890048",NA,"Twitter for iPhone","lipstick_pitty","58","TRUE","FALSE" +"10065","10065","I liked a @YouTube video https://t.co/XD6phdUOsh Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-17 21:05:55","FALSE",NA,"854078491817500672",NA,"Google","aliexfolgueira","0","FALSE","FALSE" +"10066","10066","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-17 21:00:13","FALSE",NA,"854077058061881344",NA,"TwitterTrafficMachine","PasaMortgage","6","TRUE","FALSE" +"10067","10067","Dear @evanspiegel, +India is so rich that Our Prime Minister Modi had to implement demonetization to find out who... https://t.co/2zku4Eg7bJ","FALSE","0",NA,"2017-04-17 20:48:40","FALSE",NA,"854074152134688769",NA,"Facebook","vRSteja","0","FALSE","FALSE" +"10068","10068","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 20:47:02","FALSE",NA,"854073740425969664",NA,"Twitter Web Client","Viay_Big","1333","TRUE","FALSE" +"10069","10069","RT @seshadrireddy: Demonetization - Why Modi should write off farmers loans? - Sign the Petition! https://t.co/XF7IQ2BKzT via @ChangeOrg_In�","FALSE","0",NA,"2017-04-17 20:40:10","FALSE",NA,"854072011605368832",NA,"Twitter Web Client","danislavpotapo4","2","TRUE","FALSE" +"10070","10070","RT @greatheman: #EndTripleTalaq , after revolutionary demonetization, PM Modiji should make India's Uniform Civil Code","FALSE","0",NA,"2017-04-17 20:39:43","FALSE",NA,"854071901441990656",NA,"Twitter for Android","RathinGanguly","1","TRUE","FALSE" +"10071","10071","@jillsdaniel @DasBolshevik #demonetization was not only the biggest blunder in fin sect but also paved path for the� https://t.co/z6Ij5Kx5oT","FALSE","7","su_nils","2017-04-17 20:38:21","TRUE","854070656899600384","854071554384187392","810755393018155009","Twitter for Android","su_nils","5","FALSE","FALSE" +"10072","10072","@SushmaSwaraj @PMOIndia @SushmaSwaraj @PMOIndia when can I get an update on this please? #demonetization","FALSE","0","surihere","2017-04-17 20:31:43","FALSE","852091536988884992","854069885621731328","139346687","Twitter for iPhone","surihere","0","FALSE","FALSE" +"10073","10073","I liked a @YouTube video https://t.co/sOMupPSD2Y India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest!","FALSE","0",NA,"2017-04-17 20:26:58","FALSE",NA,"854068691582951424",NA,"Google","Bim_Star","0","FALSE","FALSE" +"10074","10074","""the western states. The demonetization of silver emptied camps and ruined miners who were previously doing well.James A. McKenna, a pioneer","FALSE","0",NA,"2017-04-17 20:26:54","FALSE",NA,"854068674868559872",NA,"Twitter Web Client","laimeerobertson","0","FALSE","FALSE" +"10075","10075","Grassyknoll - India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/Cebtrj3H6V","FALSE","0",NA,"2017-04-17 20:24:41","FALSE",NA,"854068118272057344",NA,"Facebook","grassyknoll_","0","FALSE","FALSE" +"10076","10076","#EndTripleTalaq , after revolutionary demonetization, PM Modiji should make India's Uniform Civil Code","FALSE","2",NA,"2017-04-17 20:23:28","FALSE",NA,"854067808996474880",NA,"Twitter Lite","greatheman","1","FALSE","FALSE" +"10077","10077","I liked a @YouTube video https://t.co/jeDZFvyzQq Demonetization 500 1000 notes ban | Ashish Chanchlani vines | Funny video 2017 |","FALSE","0",NA,"2017-04-17 20:08:13","FALSE",NA,"854063973506760704",NA,"Google","MeasAbdulQadir","0","FALSE","FALSE" +"10078","10078","Tomorrow at 9:30EST join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu78XzQh","FALSE","4",NA,"2017-04-17 20:00:03","FALSE",NA,"854061918637699077",NA,"TweetDeck","CGDev","3","FALSE","FALSE" +"10079","10079","RT @thePhaserdotcom: The Truth About YouTube Demonetization, AdSense Boycott &�Censorship https://t.co/0JKRZSrM3g https://t.co/i4PeTVhsIF","FALSE","0",NA,"2017-04-17 19:58:20","FALSE",NA,"854061484426526720",NA,"Twitter for Android","Nuevomedio","1","TRUE","FALSE" +"10080","10080","India in PANIC MODE as Cash is Running Out! Demonetization� https://t.co/dF6OZjMDQ8 #ECONOMY #PAKISTANINDIA #POLITICSELECTIONSCORRUPTION","FALSE","1",NA,"2017-04-17 19:47:15","FALSE",NA,"854058697852567552",NA,"dlvr.it","RonsNewsFeed","1","FALSE","FALSE" +"10081","10081","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/dKok1CHR30 #WRH","FALSE","0",NA,"2017-04-17 19:38:40","FALSE",NA,"854056536615915520",NA,"IFTTT","RealTimeHack","0","FALSE","FALSE" +"10082","10082","RT @panromir: @VeryAngryHobbit @eddie_ebert @thunderf00t The statement itself was a joke. Sargon never honestly complained about the demone�","FALSE","0",NA,"2017-04-17 19:28:25","FALSE",NA,"854053955218944001",NA,"Twitter for Android","MarioIsNotHere","1","TRUE","FALSE" +"10083","10083","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 19:20:22","FALSE",NA,"854051929210503168",NA,"Twitter Lite","yuktahire60","1333","TRUE","FALSE" +"10084","10084","I liked a @YouTube video https://t.co/pV62JCX5cn Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-17 19:12:53","FALSE",NA,"854050049566720000",NA,"Google","zertwiz","0","FALSE","FALSE" +"10085","10085","@mvaru @gopalbalaji You have an understanding problem. I was talking about #demonetization. I already said I never� https://t.co/lbICRrbZ8y","FALSE","1","mvaru","2017-04-17 19:11:22","TRUE","854048770107084800","854049665699819520","60505510","Twitter Lite","AmmU_MaanU","1","FALSE","FALSE" +"10086","10086","@prashantbme @Athadu443 demonetization ","FALSE","0","prashantbme","2017-04-17 19:09:24","FALSE","854048950457860097","854049172865024001","186000888","Twitter for Android","iamchaithufan","0","FALSE","FALSE" +"10087","10087","Demonetization of Rs. 500 and Rs. 1000 currency notes https://t.co/H18bRZnDFu","FALSE","0",NA,"2017-04-17 19:06:37","FALSE",NA,"854048470805528576",NA,"dlvr.it","broadbandforum","0","FALSE","FALSE" +"10088","10088","@celeb_saurav of demonetization and to encourage cashless transactions. However, effecting from 1-Apr-17, 4.6% Service Charges are (2/3)","FALSE","0","celeb_saurav","2017-04-17 18:57:53","FALSE","854044420337012741","854046274198392833","308429423","Simplify360","ola_supports","0","FALSE","FALSE" +"10089","10089","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 18:56:19","FALSE",NA,"854045879522791425",NA,"Twitter for iPhone","mathewy","197","TRUE","FALSE" +"10090","10090","#Demonetization is catalyzing digital payments growth in #India https://t.co/zCfH075uuP #SFFedAsiaProgram https://t.co/r7se1fklM5","FALSE","4",NA,"2017-04-17 18:53:50","FALSE",NA,"854045255565496320",NA,"Twitter Web Client","sffed","3","FALSE","FALSE" +"10091","10091","@kamaalrkhan Like he predicted that Indian economy will go down by 2% after demonetization","FALSE","0","kamaalrkhan","2017-04-17 18:53:34","FALSE","853959859942850560","854045186833477632","115622213","Twitter for Android","indrakavi2005","0","FALSE","FALSE" +"10092","10092","@Nishat1808 @SharlockHemz @SouleFacts @Abdulsaleemgad Which madarsa taught you that demonetization kills? I changed� https://t.co/mNSdaTfqTm","FALSE","0","Nishat1808","2017-04-17 18:51:59","TRUE","854034434823270404","854044788097777664","3937375694","Twitter for iPhone","IndiaVikas50","0","FALSE","FALSE" +"10093","10093","@mvaru @gopalbalaji Don't bluff. I predicted nothing on UP elections though I wanted BJP to lose as I felt� https://t.co/RjfyWESNWb","FALSE","0","mvaru","2017-04-17 18:51:58","TRUE","854042025402011648","854044785157431296","60505510","Twitter Lite","AmmU_MaanU","1","FALSE","FALSE" +"10094","10094","I liked a @YouTube video https://t.co/WmwLsemY3P Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-17 18:50:19","FALSE",NA,"854044368549797888",NA,"Google","lrnano","0","FALSE","FALSE" +"10095","10095","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 18:49:57","FALSE",NA,"854044275020922880",NA,"Twitter for iPhone","anuraggarg11","165","TRUE","FALSE" +"10096","10096","RT @snehabanerg: ""It's An Opportune Time For Indian #VCs"" says @DraperNetwork @BlumeVentures via @EntrepreneurIND https://t.co/rcfReNkAWV�","FALSE","0",NA,"2017-04-17 18:48:33","FALSE",NA,"854043924842897409",NA,"Twitter for iPhone","sanjaynath","3","TRUE","FALSE" +"10097","10097","@AnnieLowrey ask him to respond to the critique of India's demonetization sketched out in this short essay https://t.co/LYx3S6OozX","FALSE","0","AnnieLowrey","2017-04-17 18:44:33","FALSE","854017482289553408","854042918692282368","37281592","Twitter Web Client","ehaglund","0","FALSE","FALSE" +"10098","10098","RT @desaihirvita: @PMOIndia after demonetization for curbing black money; next social issue targeted will be ?? Rapes may be ?? #toomuchho�","FALSE","0",NA,"2017-04-17 18:43:12","FALSE",NA,"854042575514333190",NA,"Twitter Web Client","R0ZmTVwCfwwfr7P","4","TRUE","FALSE" +"10099","10099","@PayPal https://t.co/8Ysv5c0xhj + +Check this post, paypal unproffesional customer service","FALSE","0","PayPal","2017-04-17 18:41:10","FALSE","842053006480695296","854042065361088513","30018058","Twitter Web Client","ThomasHoran10","0","FALSE","FALSE" +"10100","10100","RT @TheOfficialSBI: Our mobile ATM vans are going to market places to dispense cash. - SBI Chairman, Smt. Arundhati Bhattacharya. #Demoneti�","FALSE","0",NA,"2017-04-17 18:39:41","FALSE",NA,"854041691212443648",NA,"Twitter Web Client","tenchomlabe","179","TRUE","FALSE" +"10101","10101","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 18:38:13","FALSE",NA,"854041324135133184",NA,"Twitter for Android","BharatNDIssar","197","TRUE","FALSE" +"10102","10102","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 18:35:33","FALSE",NA,"854040654393069569",NA,"Twitter for Android","theotherdemon02","197","TRUE","FALSE" +"10103","10103","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 18:34:00","FALSE",NA,"854040262389248000",NA,"Twitter for Android","ambriishp","1333","TRUE","FALSE" +"10104","10104","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 18:32:34","FALSE",NA,"854039900366270464",NA,"Twitter Web Client","DdxBrand","1333","TRUE","FALSE" +"10105","10105","@vijayshekhar I proposed paytm Labs they refused.I will go again.. ""Mr.Vijay! will your company be my demonetization?""CV sent at Paytm Labs","FALSE","0","vijayshekhar","2017-04-17 18:28:45","FALSE",NA,"854038940914819072","17239667","Twitter Lite","ra1vi2","0","FALSE","FALSE" +"10106","10106","RT @ram2sun: Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","0",NA,"2017-04-17 18:23:17","FALSE",NA,"854037565896359937",NA,"Twitter for iPad","sinqobeni","7","TRUE","FALSE" +"10107","10107","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 18:22:52","FALSE",NA,"854037461495799809",NA,"Twitter for iPhone","marun006","197","TRUE","FALSE" +"10108","10108","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 18:20:54","FALSE",NA,"854036966911987712",NA,"Twitter for Android","mrkoolshubham","1333","TRUE","FALSE" +"10109","10109","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 18:20:53","FALSE",NA,"854036960893173760",NA,"Twitter for Android","mrkoolshubham","83","TRUE","FALSE" +"10110","10110","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-17 18:20:00","FALSE",NA,"854036738150469632",NA,"Twitter Web Client","rayyat9tfoi","5170","TRUE","FALSE" +"10111","10111","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-17 18:19:05","FALSE",NA,"854036507006554113",NA,"Twitter for iPhone","A_Hannan_Ismail","6","TRUE","FALSE" +"10112","10112","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 18:16:35","FALSE",NA,"854035879005872128",NA,"Twitter for Android","nitingodbole","197","TRUE","FALSE" +"10113","10113","The Truth About YouTube Demonetization, AdSense Boycott & Censorship � The Phaser https://t.co/YnDMnzZQC0","FALSE","0",NA,"2017-04-17 18:16:06","FALSE",NA,"854035759258632192",NA,"Twitter for iPad","cherokee_don","0","FALSE","FALSE" +"10114","10114","@timesofindia Bought rs 6990 worth medicines. produced debit card as MODI proclaimed. Shop keeper alerted me rs 140� https://t.co/F0kPtrjw84","FALSE","1","timesofindia","2017-04-17 18:15:10","TRUE","854031718616924160","854035520745336833","134758540","Twitter for Android","rs_telagathoty","1","FALSE","FALSE" +"10115","10115","@IronyOfIndia_ And Jawans still get humiliated. Sad but true. Demonetization done but pelting continues. Pak still� https://t.co/URetowGCHT","FALSE","1","IronyOfIndia_","2017-04-17 18:13:02","TRUE","854033420393091072","854034983857639426","3440250914","Twitter for Android","amq_IN","0","FALSE","FALSE" +"10116","10116","@ndtv @arunjaitley you are not allowed to go anywhere before submitting the balance sheet&report card of demonetiza� https://t.co/JxMjqL6YDQ","FALSE","1","LALITMailme","2017-04-17 18:12:25","TRUE","854033586168545280","854034831532974080","1401750134","Twitter Lite","LALITMailme","0","FALSE","FALSE" +"10117","10117","@SharlockHemz @IndiaVikas50 @SouleFacts @Abdulsaleemgad Yes 125 innocent lives were killed bcoz of a flop plan of M� https://t.co/rpFMMf9XAs","FALSE","0","SharlockHemz","2017-04-17 18:10:51","TRUE","854032632962834433","854034434823270404","115792465","Twitter for Android","Nishat1808","0","FALSE","FALSE" +"10118","10118","@Paytmcare it's paytm fraud scheme to gain user's during demonetization, nice move @vijayshekhar clapped ","FALSE","0","Paytmcare","2017-04-17 18:08:49","FALSE","854033124245860358","854033926087684099","2475273985","Twitter for Android","celeb_saurav","0","FALSE","FALSE" +"10119","10119"," Today on my Podcast I'm talking about +Why I'm not mad about YouTube Demonetization https://t.co/jQd6puzefx","FALSE","2",NA,"2017-04-17 18:04:50","FALSE",NA,"854032920801034240",NA,"Twitter Web Client","shellysavesthe","0","FALSE","FALSE" +"10120","10120","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 18:04:03","FALSE",NA,"854032725799469056",NA,"Twitter Lite","rahulelectra","1333","TRUE","FALSE" +"10121","10121","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 18:02:51","FALSE",NA,"854032421838360576",NA,"Twitter for iPhone","Corpusmentis0","14","TRUE","FALSE" +"10122","10122","@prasannavishy @TVMohandasPai @SwarajyaMag why is no one speaking about all those idiots who said demonetization has stopped the J&K FIRE","FALSE","0","prasannavishy","2017-04-17 18:02:22","FALSE","854027386454630401","854032303231832064","29398579","Twitter for Android","BernardDmello","0","FALSE","FALSE" +"10123","10123","@jacksfilms #YIAYhaiku demonetization","FALSE","0","jacksfilms","2017-04-17 18:00:33","FALSE","854029674501910528","854031844932673537","9989862","Twitter for Android","irisbloss","0","FALSE","FALSE" +"10124","10124","RT @ProfNKPandey: Manoj Tiwari had mocked people in Q during #demonetization too... +https://t.co/fPlzTPCl7r https://t.co/RdAHe78TTn","FALSE","0",NA,"2017-04-17 18:00:21","FALSE",NA,"854031796039696384",NA,"Twitter for Android","ChanakyaNiti1","2","TRUE","FALSE" +"10125","10125","Manoj Tiwari had mocked people in Q during #demonetization too... +https://t.co/fPlzTPCl7r https://t.co/RdAHe78TTn","FALSE","1",NA,"2017-04-17 17:59:06","FALSE",NA,"854031479570972672",NA,"Twitter for Android","ProfNKPandey","2","FALSE","FALSE" +"10126","10126","@CalypsoWaxed @Cernovich @PrisonPlanet I only saw him talk about age restrictions on his videos, not demonetization.","FALSE","0","RandomPatriot","2017-04-17 17:57:58","FALSE","854031069217120257","854031195255873536","4855731869","Twitter for Android","RandomPatriot","0","FALSE","FALSE" +"10127","10127","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 17:51:48","FALSE",NA,"854029643246075905",NA,"Twitter for iPhone","EmanuelleAlemar","197","TRUE","FALSE" +"10128","10128","Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views https://t.co/aDbfLCPEIl via @YouTube","FALSE","0",NA,"2017-04-17 17:47:44","FALSE",NA,"854028620641259521",NA,"Twitter Web Client","rexharrislive","0","FALSE","FALSE" +"10129","10129","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 17:46:42","FALSE",NA,"854028358518136832",NA,"Twitter for iPhone","SanchiMehra","197","TRUE","FALSE" +"10130","10130","I liked a @YouTube video https://t.co/g2ZGriSqRn India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest!","FALSE","0",NA,"2017-04-17 17:36:19","FALSE",NA,"854025747500945408",NA,"Google","akramsherkhan1","0","FALSE","FALSE" +"10131","10131","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 17:35:16","FALSE",NA,"854025483272560640",NA,"Twitter Lite","Jayeshhatkar","1333","TRUE","FALSE" +"10132","10132","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 17:31:05","FALSE",NA,"854024429671723012",NA,"Twitter Web Client","_YvonneBurton","58","TRUE","FALSE" +"10133","10133","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 17:26:40","FALSE",NA,"854023317854048260",NA,"Twitter for Android","iemritesh","1333","TRUE","FALSE" +"10134","10134","Instagram bringing new features like Demonetization.","FALSE","0",NA,"2017-04-17 17:21:32","FALSE",NA,"854022027199614977",NA,"Twitter for Android","chappan_kilo","0","FALSE","FALSE" +"10135","10135","#StonePelting in J&K: Either demonetization is a failure or Government's Kashmir Policy. @Devinder_Sharma @omthanvi","FALSE","0",NA,"2017-04-17 17:17:58","FALSE",NA,"854021126929866753",NA,"Twitter for Android","sharmamukesh84","0","FALSE","FALSE" +"10136","10136","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 17:14:30","FALSE",NA,"854020254275698688",NA,"Twitter Lite","ssansoy67","1333","TRUE","FALSE" +"10137","10137","RT @imNazriya: Dear @snapchat CEO, +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor�","FALSE","0",NA,"2017-04-17 17:13:05","FALSE",NA,"854019898745520128",NA,"Twitter for Android","sathishbala","3","TRUE","FALSE" +"10138","10138","@Dean_M_Esme @JeffHollandaise @memorie_holiday @MgtowAngry It's kinda why I plan on getting into the Youtube game,� https://t.co/FXmmH4LF8A","FALSE","0","Dean_M_Esme","2017-04-17 17:12:36","TRUE","854019493835571200","854019778960293889","811769609443426304","Twitter Web Client","Yobyaxes","0","FALSE","FALSE" +"10139","10139","#Chidambaram & Congress doormats behave like those people who deposited #BlackMoney in bank during #demonetization� https://t.co/3sG3VoAsi8","FALSE","0",NA,"2017-04-17 17:11:47","TRUE",NA,"854019573829345281",NA,"Twitter for Android","RanjitSMand","0","FALSE","FALSE" +"10140","10140","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 17:11:26","FALSE",NA,"854019485463752704",NA,"Twitter Lite","rav_i_shankar","1333","TRUE","FALSE" +"10141","10141","RT @AnnieLowrey: Excited to be interviewing @arvindsubraman at @CGDev tomorrow at 9:30. What should I ask him? https://t.co/2y0m1hNz0b","FALSE","0",NA,"2017-04-17 17:11:26","FALSE",NA,"854019482162937856",NA,"Twitter Web Client","albrgr","3","TRUE","FALSE" +"10142","10142","RT @Phronesis_inc: As #India�s #wholesale #price #index falls steeply last month, is it the aftermath of #demonetization or merely a season�","FALSE","0",NA,"2017-04-17 17:07:46","FALSE",NA,"854018559999041536",NA,"Twitter for Android","arorahimanshu83","3","TRUE","FALSE" +"10143","10143","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! (Video) https://t.co/KXhAvKPau7","FALSE","1",NA,"2017-04-17 17:04:36","FALSE",NA,"854017766113894400",NA,"Twitter Web Client","RoryTDC","0","FALSE","FALSE" +"10144","10144","Excited to be interviewing @arvindsubraman at @CGDev tomorrow at 9:30. What should I ask him? https://t.co/2y0m1hNz0b","FALSE","3",NA,"2017-04-17 17:03:29","FALSE",NA,"854017482289553408",NA,"Twitter Web Client","AnnieLowrey","3","FALSE","FALSE" +"10145","10145","As #India�s #wholesale #price #index falls steeply last month, is it the aftermath of #demonetization or merely a seasonal effect? #economy","FALSE","2",NA,"2017-04-17 16:56:19","FALSE",NA,"854015680311549952",NA,"TweetDeck","Phronesis_inc","3","FALSE","FALSE" +"10146","10146","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 16:46:02","FALSE",NA,"854013091176165376",NA,"Twitter Lite","cleamounette","197","TRUE","FALSE" +"10147","10147","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/TpKWlL3IKm","FALSE","0",NA,"2017-04-17 16:44:45","FALSE",NA,"854012767912767489",NA,"Twitter for iPad","EdwardJCarmona","0","FALSE","FALSE" +"10148","10148","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 16:40:28","FALSE",NA,"854011691473846273",NA,"Twitter Web Client","Cokemanu","165","TRUE","FALSE" +"10149","10149","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 16:33:17","FALSE",NA,"854009882361679872",NA,"Twitter for Android","AnkitBh86616036","1333","TRUE","FALSE" +"10150","10150","The agony of tribal people : Demonetization https://t.co/Xz57zZ85aL","FALSE","0",NA,"2017-04-17 16:29:25","FALSE",NA,"854008910289698816",NA,"LinkedIn","shillongtoday","0","FALSE","FALSE" +"10151","10151","The agony of tribal people : Demonetization - Daily News Channel https://t.co/FAGeequemO","FALSE","0",NA,"2017-04-17 16:28:50","FALSE",NA,"854008763119878144",NA,"Twitter Web Client","shillongtoday","0","FALSE","FALSE" +"10152","10152","I liked a @YouTube video https://t.co/JbV6gheyrp Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-17 16:28:23","FALSE",NA,"854008649122889728",NA,"Google","Arnie_and_Jo","0","FALSE","FALSE" +"10153","10153","@ndtv Never, she herself is behind all these. Demonetization caused her severe damage to the sarada money so she will try to make up.","FALSE","0","ndtv","2017-04-17 16:27:28","FALSE","853976965266722816","854008418776035329","37034483","Twitter for Android","Shantanu_Kasta","0","FALSE","FALSE" +"10154","10154","RT @MoneyonMobileIR: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/NV8OlJtJuW https://t.co/VizZ1LHeBD","FALSE","0",NA,"2017-04-17 16:27:11","FALSE",NA,"854008345799380993",NA,"Twitter for Android","BalramS01","2","TRUE","FALSE" +"10155","10155","This video is to share the news about #DeMonetization of YouTube Videos, by YouTube�s new Policy. Link of... https://t.co/RDkvXwphY6","FALSE","0",NA,"2017-04-17 16:25:29","FALSE",NA,"854007919318138880",NA,"Facebook","viewoutline","0","FALSE","FALSE" +"10156","10156","RT @MoneyonMobileIR: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/NV8OlJtJuW https://t.co/VizZ1LHeBD","FALSE","0",NA,"2017-04-17 16:24:44","FALSE",NA,"854007731681988609",NA,"Twitter for Android","prasadshetty55","2","TRUE","FALSE" +"10157","10157","RT @JPAL_Global: Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https�","FALSE","0",NA,"2017-04-17 16:24:27","FALSE",NA,"854007658864660480",NA,"Twitter Web Client","06QloGK2bPNsTkQ","5","TRUE","FALSE" +"10158","10158","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 16:20:40","FALSE",NA,"854006708460564481",NA,"Twitter for iPhone","Ankish_Goel","197","TRUE","FALSE" +"10159","10159","I liked a @YouTube video https://t.co/StKhGfQ3wr Future of YouTube: Demonetization, Advertiser Boycott & 10,000 Views","FALSE","0",NA,"2017-04-17 16:20:19","FALSE",NA,"854006619398520832",NA,"Google","PaleriderTV","0","FALSE","FALSE" +"10160","10160","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 16:16:18","FALSE",NA,"854005608239972352",NA,"Twitter for Android","Iam_Sandy17","1333","TRUE","FALSE" +"10161","10161","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/NV8OlJtJuW https://t.co/VizZ1LHeBD","FALSE","2",NA,"2017-04-17 16:16:02","FALSE",NA,"854005540019736576",NA,"Buffer","MoneyonMobileIR","2","FALSE","FALSE" +"10162","10162","#NarendraModi Sir Demonetization not working in gujarat as people not accepting cards payment.They want cash only # honest At rajkot chotila","FALSE","0",NA,"2017-04-17 16:08:51","FALSE",NA,"854003734845804544",NA,"Twitter for Android","LalitNSheth1","0","FALSE","FALSE" +"10163","10163","Dems waging �demonetization� WAR on alternative media to bankrupt independent journalism +https://t.co/IP2oAeyrwY","FALSE","0",NA,"2017-04-17 16:07:24","FALSE",NA,"854003368926359553",NA,"LinkedIn","ahmedbinsulayem","1","FALSE","FALSE" +"10164","10164","RT @_HazirJawab: Another victim of #Demonetization. Where are @ArvindKejriwal and @OfficeOfRG? https://t.co/iO3a3iYeWB","FALSE","0",NA,"2017-04-17 16:03:39","FALSE",NA,"854002425526702080",NA,"Twitter for Android","ArunNutan","1","TRUE","FALSE" +"10165","10165","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 15:59:07","FALSE",NA,"854001285917544449",NA,"Twitter for Android","CaDeepakvats","1333","TRUE","FALSE" +"10166","10166","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 15:57:20","FALSE",NA,"854000837286387715",NA,"Twitter Web Client","didyouyarnthat","58","TRUE","FALSE" +"10167","10167","Whole country stood in line during #demonetization and you refused to exchange the hard earned money of POOR...so s� https://t.co/G5R3lLXqmK","FALSE","0",NA,"2017-04-17 15:53:38","TRUE",NA,"853999903730782208",NA,"Twitter Web Client","Indian_Liars","0","FALSE","FALSE" +"10168","10168","I liked a @YouTube video https://t.co/Z6uje16cez YouTube Demonetization Censorship AdsenseGate: Why TomoNews May Be Forced to Quit","FALSE","0",NA,"2017-04-17 15:49:13","FALSE",NA,"853998792600764416",NA,"Google","Blacktoast1234","0","FALSE","FALSE" +"10169","10169","@narendramodi people are awaiting for demonetization fruits sir","FALSE","0","narendramodi","2017-04-17 15:44:34","FALSE","853981108504887298","853997623648321536","18839785","Twitter for Android","LSucharitha","0","FALSE","FALSE" +"10170","10170","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 15:43:27","FALSE",NA,"853997341552062465",NA,"TweetDeck","Goldbroker_com","197","TRUE","FALSE" +"10171","10171","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 15:43:00","FALSE",NA,"853997228855263235",NA,"Twitter for Android","BirdPaste","197","TRUE","FALSE" +"10172","10172","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 15:42:06","FALSE",NA,"853997000232247296",NA,"Twitter for iPhone","HarsimranjitT","1333","TRUE","FALSE" +"10173","10173","I didn't post any selfies with 2000Rs note after #demonetization ... Will the society accept me? +#___","FALSE","3","sheartnerd","2017-04-17 15:39:14","FALSE","853995694427967490","853996281982853120","212829111","Twitter for Android","sheartnerd","0","FALSE","FALSE" +"10174","10174","@sonunigam Hahaha.....gundagardi azaan jai....ppl being killed?? Ppl who died in lines during demonetization?? Wo k� https://t.co/CriFBJtxle","FALSE","1","sonunigam","2017-04-17 15:38:18","TRUE","853764889671720960","853996045122105345","57188977","Mobile Web (M2)","fatherfigureiam","0","FALSE","FALSE" +"10175","10175","#Bitcoin Booming in India Due to 'Underlying Benefits' - Not Demonetization #btc https://t.co/AvBbddZdcN","FALSE","0",NA,"2017-04-17 15:36:33","FALSE",NA,"853995606301437954",NA,"Twitter for iPhone","agilesdi","0","FALSE","FALSE" +"10176","10176","RT @garybcohen: Early Lessons from India�s Demonetization Experiment https://t.co/FUDTcZ10GG #Leadership @harvardbiz","FALSE","0",NA,"2017-04-17 15:34:07","FALSE",NA,"853994993106792449",NA,"RoundTeam","DanielSnchezRna","1","TRUE","FALSE" +"10177","10177","I feel so bad for everyone who has been affected by this demonetization...","FALSE","4",NA,"2017-04-17 15:31:14","FALSE",NA,"853994268389756928",NA,"Twitter for Android","Soothsiren","0","FALSE","FALSE" +"10178","10178","Another victim of #Demonetization. Where are @ArvindKejriwal and @OfficeOfRG? https://t.co/iO3a3iYeWB","FALSE","1",NA,"2017-04-17 15:24:44","FALSE",NA,"853992629884813313",NA,"Twitter for Android","_HazirJawab","1","FALSE","FALSE" +"10179","10179","@RubinReport @ConfessionsExMu did you put muslim or islam anywhere in the name or tag? +that's an auto demonetization.","FALSE","0","RubinReport","2017-04-17 15:21:47","FALSE","853831163344846849","853991891024699393","18379614","Twitter Web Client","whatever541","0","FALSE","FALSE" +"10180","10180","@PRASHANTHHR @SreenivasanJain How difficult is it to declare Pakistan terror state. Demonetization possible, y not� https://t.co/f1uSE0ruzc","FALSE","0","PRASHANTHHR","2017-04-17 15:18:01","TRUE","853990412037566464","853990942981988352","107365001","Twitter for Android","amq_IN","0","FALSE","FALSE" +"10181","10181","RT @WoffordN: YOUTUBE RED ALERT. #Censorship #censored #freespeech #1A #Google $GOOG #pedogate #hillaryclinton #demonetization https://t.co�","FALSE","0",NA,"2017-04-17 15:17:56","FALSE",NA,"853990918772445184",NA,"Twitter Web Client","ElbiDel","4","TRUE","FALSE" +"10182","10182","#AskToModi +Sir, +Ithink if banks raise un justified charges ppl wl favour cash trnxs in turn black money up ? +Demonetization wl be futile ?","FALSE","2",NA,"2017-04-17 15:16:41","FALSE",NA,"853990607101939712",NA,"Twitter for Android","SunandaMBal","0","FALSE","FALSE" +"10183","10183","8th RT .. @YouTube get it together. #unfair #unnecessary #demonetization #youtube #youtubetags #youtubers #wtf https://t.co/xgBwInTgDX","FALSE","1",NA,"2017-04-17 15:14:42","FALSE",NA,"853990107002654720",NA,"Twitter Web Client","_DailyCrazy","0","FALSE","FALSE" +"10184","10184","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/ZEuPkuv5AA","FALSE","0",NA,"2017-04-17 15:10:44","FALSE",NA,"853989109768921088",NA,"dlvr.it","copstaff","0","FALSE","FALSE" +"10185","10185","Income Tax department will investigate over 60k individuals under the second phase of the 'Operation Clean Money' #demonetization.","FALSE","4",NA,"2017-04-17 15:09:00","FALSE",NA,"853988673221779457",NA,"Twitter for Android","camishravikas","1","FALSE","FALSE" +"10186","10186","Early Lessons from India�s Demonetization Experiment https://t.co/FUDTcZ10GG #Leadership @harvardbiz","FALSE","0",NA,"2017-04-17 15:08:07","FALSE",NA,"853988449241763840",NA,"Pluggio","garybcohen","1","FALSE","FALSE" +"10187","10187","RT @d_seaman: @truth_und_love @PrisonPlanet @Cernovich @StefanMolyneux @Lukewearechange @Fulcrum__News @Timcast Then @Timcast has an open i�","FALSE","0",NA,"2017-04-17 15:06:44","FALSE",NA,"853988100992794624",NA,"Twitter for Android","lassew87","3","TRUE","FALSE" +"10188","10188","Uncovering The Truth About YouTube Demonetization AdSense Boycott & Censorship #Censorship #ETNR @morphonios https://t.co/t6w2hs1ix1","FALSE","1",NA,"2017-04-17 15:05:10","FALSE",NA,"853987709785788416",NA,"iOS","Agenda21Truth","1","FALSE","FALSE" +"10189","10189","RT @parthology: *Modi didn't check Snapchat accounts during Demonetization* + +Intelligentsia : Bad Implementation https://t.co/lxJCKxMbWX","FALSE","0",NA,"2017-04-17 14:51:49","FALSE",NA,"853984347908706304",NA,"Twitter for iPhone","01Karn","3","TRUE","FALSE" +"10190","10190","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 14:51:30","FALSE",NA,"853984266681688064",NA,"Twitter Web Client","Kandhaewalebaba","1333","TRUE","FALSE" +"10191","10191","RT @WoffordN: YOUTUBE RED ALERT. #Censorship #censored #freespeech #1A #Google $GOOG #pedogate #hillaryclinton #demonetization https://t.co�","FALSE","0",NA,"2017-04-17 14:50:37","FALSE",NA,"853984046111522816",NA,"Twitter for iPad","opgeoengineeri1","4","TRUE","FALSE" +"10192","10192","@narendramodi Hi Modi ji, I think ur feel very hi. +Still we are suffering with Demonetization and we are worry about ur GST.But u said that","FALSE","0","narendramodi","2017-04-17 14:50:24","FALSE",NA,"853983990369460226","18839785","Twitter Web Client","mohansai333","0","FALSE","FALSE" +"10193","10193","YOUTUBE RED ALERT. #Censorship #censored #freespeech #1A #Google $GOOG #pedogate #hillaryclinton #demonetization https://t.co/Khd5v0WzVG","FALSE","3",NA,"2017-04-17 14:47:24","FALSE",NA,"853983235319136256",NA,"iOS","WoffordN","4","FALSE","FALSE" +"10194","10194","#Demonetization evidence keeps coming in https://t.co/d5IWyMO98S","FALSE","0",NA,"2017-04-17 14:47:05","FALSE",NA,"853983155350626305",NA,"Twitter for Android","LirisThomas","0","FALSE","FALSE" +"10195","10195","Modi govt must pay for Demonetization disaster","FALSE","0","qs19rocks","2017-04-17 14:44:55","FALSE","853978182118236161","853982613681451012","327908970","Twitter for Android","qs19rocks","0","FALSE","FALSE" +"10196","10196","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 14:42:38","FALSE",NA,"853982037924921348",NA,"Twitter for Android","lintoji","197","TRUE","FALSE" +"10197","10197","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 14:42:01","FALSE",NA,"853981882228379648",NA,"Twitter for iPhone","CaitlynCopp08","1333","TRUE","FALSE" +"10198","10198","More people curious about TYT's silence on demonetization story https://t.co/I4TCjs5KpO","FALSE","0",NA,"2017-04-17 14:40:16","FALSE",NA,"853981442468188161",NA,"Hootsuite","TomoNewsUS","0","FALSE","FALSE" +"10199","10199","@SanjayAzadSln Talks a man who uses derogatory words to describe women & mocks Indians when standing in queue on De� https://t.co/nRPjnzIw6z","FALSE","0","SanjayAzadSln","2017-04-17 14:37:38","TRUE","853977275154391040","853980778400686081","328941811","Twitter for Android","Shashwat014","0","FALSE","FALSE" +"10200","10200","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 14:31:07","FALSE",NA,"853979138960576512",NA,"Twitter for Android","r_rvs","1333","TRUE","FALSE" +"10201","10201","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 14:26:48","FALSE",NA,"853978051075592192",NA,"Twitter for Android","Chaitubr","1333","TRUE","FALSE" +"10202","10202","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 14:26:36","FALSE",NA,"853978004153696258",NA,"Echofon","jonfitchdotnet","58","TRUE","FALSE" +"10203","10203","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 14:24:23","FALSE",NA,"853977446101561345",NA,"Twitter for iPhone","HanumOthman","1333","TRUE","FALSE" +"10204","10204","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-17 14:18:55","FALSE",NA,"853976069363380229",NA,"Twitter Web Client","AristideBanceVU","80","TRUE","FALSE" +"10205","10205","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-17 14:16:29","FALSE",NA,"853975456097370112",NA,"Twitter for Android","Vercovicium","80","TRUE","FALSE" +"10206","10206","RT @satishkumarm2: For what??? @RBI ...to make aware how you are torturing the citizenry with your great ideas of demonetization and new ba�","FALSE","0",NA,"2017-04-17 14:13:44","FALSE",NA,"853974763349450752",NA,"Twitter for Android","lakshmisri102","6","TRUE","FALSE" +"10207","10207","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-17 14:10:03","FALSE",NA,"853973835640709120",NA,"Twitter for Android","Caarte_Blanche","80","TRUE","FALSE" +"10208","10208","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-17 14:08:23","FALSE",NA,"853973418106028034",NA,"Twitter for iPhone","russian_market","80","TRUE","FALSE" +"10209","10209","RT @satishkumarm2: For what??? @RBI ...to make aware how you are torturing the citizenry with your great ideas of demonetization and new ba�","FALSE","0",NA,"2017-04-17 14:04:23","FALSE",NA,"853972412504952833",NA,"Twitter for Android","maharshi101","6","TRUE","FALSE" +"10210","10210","#DeMonetization Proved 2 Be Revolutionary Decision 4 #IndiaDefeatsBlackMoney #NewGujarat4NewIndia https://t.co/4Np4mPyqlT","FALSE","0",NA,"2017-04-17 14:02:37","FALSE",NA,"853971965320855552",NA,"Twitter for Android","MPDrBDShyal","0","FALSE","FALSE" +"10211","10211","Gujarat has given 100% Support 2 #DeMonetization & #CashlessEconomy #NewGujarat4NewIndia @narendramodi @mygovindia https://t.co/XoepTxeQxQ","FALSE","0",NA,"2017-04-17 14:02:35","FALSE",NA,"853971959582994432",NA,"Twitter for Android","MPDrBDShyal","0","FALSE","FALSE" +"10212","10212","@NH_India Lakhs in Karnataka lost their economic stand after demonetization.. recovering with difficulty..","FALSE","0","NH_India","2017-04-17 14:02:27","FALSE","853903545254514688","853971923033743363","2590835076","Twitter for Android","SyedTayeeb1","0","FALSE","FALSE" +"10213","10213","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/XUzzbnDMl8","FALSE","0",NA,"2017-04-17 14:01:05","FALSE",NA,"853971580803837953",NA,"OnlyWire / Official App","mleora2017","0","FALSE","FALSE" +"10214","10214","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jSOxNZOI8G","FALSE","0",NA,"2017-04-17 14:01:05","FALSE",NA,"853971580262768640",NA,"OnlyWire / Official App","rajenda10367639","0","FALSE","FALSE" +"10215","10215","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CjZaz4tMKS","FALSE","0",NA,"2017-04-17 14:01:05","FALSE",NA,"853971580237602817",NA,"OnlyWire / Official App","kalgutkar201","0","FALSE","FALSE" +"10216","10216","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/clKRd6TgXq","FALSE","0",NA,"2017-04-17 14:01:05","FALSE",NA,"853971578576568321",NA,"OnlyWire / Official App","vinayvishwaram2","0","FALSE","FALSE" +"10217","10217","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/LEHxVnXuHa","FALSE","0",NA,"2017-04-17 14:01:04","FALSE",NA,"853971576827543552",NA,"OnlyWire / Official App","awesomeprem2011","0","FALSE","FALSE" +"10218","10218","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/cudzc72QU5","FALSE","0",NA,"2017-04-17 14:01:04","FALSE",NA,"853971576563400704",NA,"OnlyWire / Official App","VenakataVeena","0","FALSE","FALSE" +"10219","10219","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/N6LgFlBi3w","FALSE","0",NA,"2017-04-17 14:01:04","FALSE",NA,"853971576013946880",NA,"OnlyWire / Official App","rameshvaidya201","0","FALSE","FALSE" +"10220","10220","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/NkC4DkLziN","FALSE","0",NA,"2017-04-17 14:01:04","FALSE",NA,"853971574797590528",NA,"OnlyWire / Official App","ananyapuri77","0","FALSE","FALSE" +"10221","10221","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/xhIiJwz8zs","FALSE","0",NA,"2017-04-17 14:01:04","FALSE",NA,"853971574575202307",NA,"OnlyWire / Official App","misterpeter2017","0","FALSE","FALSE" +"10222","10222","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/S3it9Cmj43","FALSE","0",NA,"2017-04-17 14:01:03","FALSE",NA,"853971574021439488",NA,"OnlyWire / Official App","omkarrawat20171","0","FALSE","FALSE" +"10223","10223","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/I6qPA1tRDM","FALSE","0",NA,"2017-04-17 14:01:03","FALSE",NA,"853971573623181312",NA,"OnlyWire / Official App","dhanu_jairaj","0","FALSE","FALSE" +"10224","10224","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/6hYAf5yYdx","FALSE","0",NA,"2017-04-17 14:01:03","FALSE",NA,"853971571127570438",NA,"OnlyWire / Official App","RavinaBajpai","0","FALSE","FALSE" +"10225","10225","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/KNQDeVDltk","FALSE","0",NA,"2017-04-17 14:01:02","FALSE",NA,"853971567470161920",NA,"OnlyWire / Official App","premnat77872313","0","FALSE","FALSE" +"10226","10226","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/bGL4tFM0sc","FALSE","0",NA,"2017-04-17 14:01:02","FALSE",NA,"853971566526386176",NA,"OnlyWire / Official App","prerna762","0","FALSE","FALSE" +"10227","10227","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YIuj3fOwgp","FALSE","0",NA,"2017-04-17 14:01:02","FALSE",NA,"853971565968601089",NA,"OnlyWire / Official App","rekeshsingh891","0","FALSE","FALSE" +"10228","10228","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/AiMl9SJWfA","FALSE","0",NA,"2017-04-17 14:01:01","FALSE",NA,"853971565112954880",NA,"OnlyWire / Official App","sonakshirao151","0","FALSE","FALSE" +"10229","10229","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/3GDEbWG3TB","FALSE","0",NA,"2017-04-17 14:01:01","FALSE",NA,"853971563699474434",NA,"OnlyWire / Official App","shivash27668993","0","FALSE","FALSE" +"10230","10230","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YmeEF4BKgF","FALSE","0",NA,"2017-04-17 14:01:01","FALSE",NA,"853971561895907329",NA,"OnlyWire / Official App","shilpaseth12017","0","FALSE","FALSE" +"10231","10231","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/9adbr7D5AG","FALSE","0",NA,"2017-04-17 14:01:00","FALSE",NA,"853971561535156225",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"10232","10232","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/IrHhFi39JV","FALSE","0",NA,"2017-04-17 14:01:00","FALSE",NA,"853971560931225601",NA,"OnlyWire / Official App","vibhore_patel","0","FALSE","FALSE" +"10233","10233","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/DD2WniIPJ6","FALSE","0",NA,"2017-04-17 14:01:00","FALSE",NA,"853971560356597760",NA,"OnlyWire / Official App","shilpatiwari122","0","FALSE","FALSE" +"10234","10234","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/hDJs7lNw3d","FALSE","0",NA,"2017-04-17 14:01:00","FALSE",NA,"853971559492485121",NA,"OnlyWire / Official App","nick123dsouza1","0","FALSE","FALSE" +"10235","10235","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jlY8XEKMzR","FALSE","0",NA,"2017-04-17 14:01:00","FALSE",NA,"853971558804672513",NA,"OnlyWire / Official App","mmanishkale2011","0","FALSE","FALSE" +"10236","10236","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/l7nDrORf4C","FALSE","0",NA,"2017-04-17 14:00:58","FALSE",NA,"853971551628263424",NA,"OnlyWire / Official App","AlexMoon43","0","FALSE","FALSE" +"10237","10237","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CZGdcRjpZJ","FALSE","0",NA,"2017-04-17 14:00:58","FALSE",NA,"853971550877470720",NA,"OnlyWire / Official App","jogindarsingh22","0","FALSE","FALSE" +"10238","10238","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/Dn1BUEzNBi","FALSE","0",NA,"2017-04-17 14:00:57","FALSE",NA,"853971547702341633",NA,"OnlyWire / Official App","karansing5991","0","FALSE","FALSE" +"10239","10239","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 13:59:46","FALSE",NA,"853971247733932033",NA,"Twitter for Android","triton86","1333","TRUE","FALSE" +"10240","10240","Unbelievable unity of Developers catering to Primary #RealEstate market welcoming THE changed scenario post� https://t.co/Kq15ALHNAv","FALSE","2",NA,"2017-04-17 13:55:54","TRUE",NA,"853970274647248896",NA,"Twitter for Android","MukundTweets","0","FALSE","FALSE" +"10241","10241","@VasundharaBJP at the time of demonetization, 1 person take away jewellery of rs. 10 lakh, nd now 1/2 @narendramodi @arjunrammeghwal","FALSE","0","VasundharaBJP","2017-04-17 13:52:01","FALSE",NA,"853969300222353411","1288175774","Twitter for Android","karunadhupar","0","FALSE","FALSE" +"10242","10242","RT @OccuWorld: India In PANIC MODE As Cash Is Running Out! Demonetization Creating Civil Unrest! https://t.co/lW3W1HN8Bd","FALSE","0",NA,"2017-04-17 13:48:11","FALSE",NA,"853968334454501377",NA,"Twitter Web Client","ItsMePing_t","1","TRUE","FALSE" +"10243","10243","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-17 13:45:01","FALSE",NA,"853967538484543488",NA,"Twitter for Android","Viiru09","75","TRUE","FALSE" +"10244","10244"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/36TgYl7Y7z via @YouTube","FALSE","0",NA,"2017-04-17 13:44:39","FALSE",NA,"853967445291302912",NA,"Linkis: turn sharing into growth","halfdollar54","0","FALSE","FALSE" +"10245","10245","India In PANIC MODE As Cash Is Running Out! Demonetization Creating Civil Unrest! https://t.co/lW3W1HN8Bd","FALSE","0",NA,"2017-04-17 13:43:30","FALSE",NA,"853967155091648512",NA,"OccuWorld","OccuWorld","1","FALSE","FALSE" +"10246","10246","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-17 13:35:38","FALSE",NA,"853965176613330946",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"10247","10247","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 13:27:47","FALSE",NA,"853963199300939776",NA,"Twitter for Android","Anki4uever","1333","TRUE","FALSE" +"10248","10248","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-17 13:26:26","FALSE",NA,"853962859453095936",NA,"SocioAdvocacy","DeepanshKhuran1","10","TRUE","FALSE" +"10249","10249","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 13:26:13","FALSE",NA,"853962807036985344",NA,"Twitter for iPhone","ankibn","1333","TRUE","FALSE" +"10250","10250","Super annoying how fellow commoners aren't willing to help with change post #demonetization. Esp. when the auto wala makes faces. #India","FALSE","1",NA,"2017-04-17 13:26:12","FALSE",NA,"853962802326667265",NA,"Twitter for Android","k_hingorani","0","FALSE","FALSE" +"10251","10251","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 13:23:13","FALSE",NA,"853962049839300609",NA,"Twitter for Windows","Khiladi_Time","1333","TRUE","FALSE" +"10252","10252","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/SrmEMU4Z9u via @YouTube","FALSE","0",NA,"2017-04-17 13:21:34","FALSE",NA,"853961636864032768",NA,"Twitter Web Client","denoraduke","0","FALSE","FALSE" +"10253","10253","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 13:15:24","FALSE",NA,"853960085474639872",NA,"Twitter for iPhone","rossi_george","14","TRUE","FALSE" +"10254","10254","Early Lessons from India�s Demonetization Experiment on @harvardbiz https://t.co/mVsygbkzwe https://t.co/AQkVCRrpzP","FALSE","0",NA,"2017-04-17 13:08:57","FALSE",NA,"853958461209673729",NA,"Linkis: turn sharing into growth","iinderz","0","FALSE","FALSE" +"10255","10255","@AnupVittal prove demonetization right if u hv something","FALSE","0","AnupVittal","2017-04-17 13:08:38","FALSE","853654639027343361","853958380158955520","1861075148","Twitter for Android","AbdullahNadir","0","FALSE","FALSE" +"10256","10256","@AnupVittal u r tilting d matter. How can u justify demonetization, explain??????????????????????","FALSE","0","AnupVittal","2017-04-17 13:08:02","FALSE","853654639027343361","853958231995142144","1861075148","Twitter for Android","AbdullahNadir","0","FALSE","FALSE" +"10257","10257","That's how people gathered in front of banks & ATM during #demonetization https://t.co/WMx1oWpfZb","FALSE","0",NA,"2017-04-17 13:07:33","FALSE",NA,"853958110528102400",NA,"Twitter for Android","judomanish","0","FALSE","FALSE" +"10258","10258","Millions wait for hours outside banks as India transitions to new currency notes + +Long, snaking lines were seen� https://t.co/dTw8nfqJtA","FALSE","0",NA,"2017-04-17 13:07:13","TRUE",NA,"853958024448286720",NA,"Twitter Web Client","chikryazhovp","0","FALSE","FALSE" +"10259","10259","I liked a @YouTube video https://t.co/cjlgLhBaMs The Truth About YouTube Demonetization, AdSense Boycott & Censorship","FALSE","0",NA,"2017-04-17 13:06:30","FALSE",NA,"853957845372485634",NA,"Google","TheOriginal_TM","0","FALSE","FALSE" +"10260","10260","India Oil Demand Shrinks 3rd Month Amid Demonetization Drag + +https://t.co/ysaQyno3dU https://t.co/ZiP6dD8w5q","FALSE","0",NA,"2017-04-17 13:05:35","FALSE",NA,"853957615134662656",NA,"Meet Edgar","DavidLyonFX","0","FALSE","FALSE" +"10261","10261","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! - https://t.co/IIlBxijusN https://t.co/c2zZl1OFFA","FALSE","0",NA,"2017-04-17 13:05:16","FALSE",NA,"853957531877736452",NA,"InvestmentWatch","InvestWatchBlog","0","FALSE","FALSE" +"10262","10262","@NameFieldmt ""India is a poor country and not everyone is literate. One can not force digitization on the public.""� https://t.co/20WTNr61nQ","FALSE","1","NameFieldmt","2017-04-17 13:03:58","TRUE","853956599773364225","853957208047931393","100724180","Twitter for Android","YearOfRat","0","FALSE","FALSE" +"10263","10263","@FirstpostBiz Benefits of demonetization ","FALSE","2","FirstpostBiz","2017-04-17 13:02:03","FALSE","853895534876086274","853956725845766144","420115184","Twitter for Android","ConstitutionFi3","0","FALSE","FALSE" +"10264","10264","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 13:01:49","FALSE",NA,"853956667725271042",NA,"Twitter for Android","Niki_1_","1333","TRUE","FALSE" +"10265","10265","RT @CGDev: Join us tomorrow @ 9:30 for a discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu78XzQh","FALSE","0",NA,"2017-04-17 13:00:36","FALSE",NA,"853956359695601665",NA,"Twitter for Android","Trini2015","1","TRUE","FALSE" +"10266","10266","Join us tomorrow @ 9:30 for a discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu78XzQh","FALSE","1",NA,"2017-04-17 13:00:02","FALSE",NA,"853956218494255104",NA,"TweetDeck","CGDev","1","FALSE","FALSE" +"10267","10267","I liked a @YouTube video https://t.co/uSCfT2qhui India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest!","FALSE","0",NA,"2017-04-17 12:58:56","FALSE",NA,"853955940487266304",NA,"Google","source108","0","FALSE","FALSE" +"10268","10268","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-17 12:57:28","FALSE",NA,"853955571099283457",NA,"Twitter Web Client","kuunnik88","75","TRUE","FALSE" +"10269","10269","RT @analyseasia: Hear @navkendar_IDC offer his perspectives on the #demonetization event in #India & implications to digital payments https�","FALSE","0",NA,"2017-04-17 12:52:11","FALSE",NA,"853954239919517697",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"10270","10270","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/24G2NiGDkP","FALSE","0",NA,"2017-04-17 12:50:07","FALSE",NA,"853953722032021504",NA,"Twitter for iPhone","EliadDagan","0","FALSE","FALSE" +"10271","10271","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 12:49:22","FALSE",NA,"853953532273319936",NA,"Twitter Web Client","ArmandoSeoane","197","TRUE","FALSE" +"10272","10272","@PMOIndia Sir demonetization killed 150+ poor Indian within 50 days not a single powerful person got arrested!! Y t� https://t.co/5Xaqto3Z2P","FALSE","0","PMOIndia","2017-04-17 12:42:45","TRUE","853840573207265280","853951865783853056","471741741","Twitter for Android","remoreddevil","0","FALSE","FALSE" +"10273","10273","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 12:40:08","FALSE",NA,"853951210918887425",NA,"Twitter for Android","Beingdaring1","1333","TRUE","FALSE" +"10274","10274","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 12:33:09","FALSE",NA,"853949451198746624",NA,"Twitter for Android","Biharse","165","TRUE","FALSE" +"10275","10275","Increasing economic performance is pointless, if it puts the lives of the poorest at risk. +#demonetization +https://t.co/UoJFkrnjYW","FALSE","0",NA,"2017-04-17 12:31:01","FALSE",NA,"853948916168970240",NA,"TweetDeck","_mystorycom","0","FALSE","FALSE" +"10276","10276","It's 44�C and they won't die,ask them to stand in queue to withdraw cash during demonetization all of a sudden they� https://t.co/Sj7o2E80Mp","FALSE","0",NA,"2017-04-17 12:27:32","TRUE",NA,"853948039307939840",NA,"Twitter for Android","BleedBluetweetz","0","FALSE","FALSE" +"10277","10277","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 12:16:08","FALSE",NA,"853945171058098176",NA,"Twitter for Android","VickySi85524673","1333","TRUE","FALSE" +"10278","10278","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 12:13:36","FALSE",NA,"853944530072162305",NA,"Twitter Web Client","Paul3692509","58","TRUE","FALSE" +"10279","10279","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 12:07:23","FALSE",NA,"853942966746001408",NA,"Twitter for iPhone","RuiDiasCosta","14","TRUE","FALSE" +"10280","10280","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 12:04:24","FALSE",NA,"853942217253285888",NA,"Twitter for Android","EricEricgeorge","1333","TRUE","FALSE" +"10281","10281","Demonetization, Digital Identity and UBI � How Big Ideas Are Changing India and What it Means for the World https://t.co/GH0JwyicKJ","FALSE","0",NA,"2017-04-17 12:04:21","FALSE",NA,"853942203072360448",NA,"Twitter Web Client","QuatrroRiskMgmt","0","FALSE","FALSE" +"10282","10282","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-17 12:03:27","FALSE",NA,"853941978869968897",NA,"Twitter for Android","advocateddgupt1","60","TRUE","FALSE" +"10283","10283","RT @sundeepgummadi: NDTV reported drop in revenue due to Demonetization ?? Didn't know they are also in running Circus... https://t.co/�","FALSE","0",NA,"2017-04-17 12:03:26","FALSE",NA,"853941973358710784",NA,"Twitter for Android","desertfox61I","2","TRUE","FALSE" +"10284","10284","Hear @navkendar_IDC offer his perspectives on the #demonetization event in #India & implications to digital payments https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-17 12:01:09","FALSE",NA,"853941399913472001",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"10285","10285","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 12:00:40","FALSE",NA,"853941275732709376",NA,"Twitter Lite","grantrobertb","14","TRUE","FALSE" +"10286","10286","RT @sundeepgummadi: NDTV reported drop in revenue due to Demonetization ?? Didn't know they are also in running Circus... https://t.co/�","FALSE","0",NA,"2017-04-17 11:59:18","FALSE",NA,"853940931019538432",NA,"Twitter Web Client","band318","2","TRUE","FALSE" +"10287","10287","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 11:58:58","FALSE",NA,"853940849968693248",NA,"Twitter Web Client","Sanity_Baba","197","TRUE","FALSE" +"10288","10288","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:58:33","FALSE",NA,"853940742531764227",NA,"Twitter for Android","skaditya16","1333","TRUE","FALSE" +"10289","10289","NDTV reported drop in revenue due to Demonetization ?? Didn't know they are also in running Circus... https://t.co/nqEJbrLGqn","FALSE","3",NA,"2017-04-17 11:53:34","FALSE",NA,"853939488464150528",NA,"Twitter for Android","sundeepgummadi","2","FALSE","FALSE" +"10290","10290","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 11:53:05","FALSE",NA,"853939366330212352",NA,"Twitter for Android","Dabangg_Salman_","165","TRUE","FALSE" +"10291","10291","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:52:56","FALSE",NA,"853939329252507648",NA,"Twitter for Android","krunal_parmar25","1333","TRUE","FALSE" +"10292","10292","India in PANIC MODE as Cash is Running Out! ... - https://t.co/GKxQTXzIxD + +#earthsfinal321 +#theendishere +#endtimes� https://t.co/lL5fXV4Ax8","FALSE","0",NA,"2017-04-17 11:47:28","TRUE",NA,"853937953026043905",NA,"Earth's Final Countdown","efc321","0","FALSE","FALSE" +"10293","10293","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/5jP4VNWLtu","FALSE","0",NA,"2017-04-17 11:42:27","FALSE",NA,"853936690859311104",NA,"Twitter for iPad","VitaGuard","0","FALSE","FALSE" +"10294","10294","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:40:57","FALSE",NA,"853936315972304896",NA,"Twitter Web Client","cool_nikkki","1333","TRUE","FALSE" +"10295","10295","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:38:53","FALSE",NA,"853935793014013952",NA,"Twitter for Android","Kartika_Ahuja","1333","TRUE","FALSE" +"10296","10296","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 11:35:30","FALSE",NA,"853934942761472000",NA,"Twitter Web Client","zugons","14","TRUE","FALSE" +"10297","10297","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 11:29:45","FALSE",NA,"853933497739878402",NA,"Twitter for Android","jhaarjun21","165","TRUE","FALSE" +"10298","10298","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:29:04","FALSE",NA,"853933325798559745",NA,"Twitter Web Client","vinodshadija","1333","TRUE","FALSE" +"10299","10299","The era post #demonetization in #India: +India's attempt to go cashless is turning food vouchers digital - Mashable https://t.co/Ff91iELpL4","FALSE","1",NA,"2017-04-17 11:27:56","FALSE",NA,"853933039684079617",NA,"Twitter for iPad","geeta_menon","0","FALSE","FALSE" +"10300","10300","#India's attempt to go #cashless is turning food vouchers digital https://t.co/0aW8Zfnsjh #demonetization","FALSE","1",NA,"2017-04-17 11:21:10","FALSE",NA,"853931335584423936",NA,"Google","monalisharma10","0","FALSE","FALSE" +"10301","10301","@narendramodi @PMOIndia applied pancard through UTIITSL 2 mths back.Not got the pan. Saying are issue due to demonetization. Can u help?","FALSE","1","narendramodi","2017-04-17 11:20:41","FALSE",NA,"853931216030060544","18839785","Twitter for Android","BsriksKatar","1","FALSE","FALSE" +"10302","10302","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:19:53","FALSE",NA,"853931012925075456",NA,"Twitter for Android","DarlingVenkat_","1333","TRUE","FALSE" +"10303","10303","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:19:51","FALSE",NA,"853931006092615680",NA,"Twitter for Android","_NehaBanu_","1333","TRUE","FALSE" +"10304","10304","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-17 11:19:09","FALSE",NA,"853930830812598272",NA,"Twitter for iPhone","StondieXD","147","TRUE","FALSE" +"10305","10305","RT @sidvee: Okay man. Muted trump, clinton, election, demonetization, modi, congress, kejriwal etc. Now how to mute the hate?","FALSE","0",NA,"2017-04-17 11:18:08","FALSE",NA,"853930571445059584",NA,"Twitter for Android","DropandLob","6","TRUE","FALSE" +"10306","10306","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:15:12","FALSE",NA,"853929835156000768",NA,"Twitter Web Client","sunil007rock","1333","TRUE","FALSE" +"10307","10307","#India's attempt to go #cashless is turning food vouchers digital https://t.co/42UzmJAwwx #demonetization","FALSE","1",NA,"2017-04-17 11:14:54","FALSE",NA,"853929758605717504",NA,"Google","DHQLounge","0","FALSE","FALSE" +"10308","10308","#India's attempt to go #cashless is turning food vouchers digital https://t.co/1SXDZrQwFc #demonetization","FALSE","1",NA,"2017-04-17 11:14:11","FALSE",NA,"853929580536578048",NA,"Google","Panoss_64","0","FALSE","FALSE" +"10309","10309","https://t.co/30BiwU8Xd8 What are our Partners doing in India? Demonetization and Digital Vision - Cisco Blogs (bl� https://t.co/AGWLtWae2O","FALSE","0",NA,"2017-04-17 11:09:02","FALSE",NA,"853928284677181440",NA,"Linkis: turn sharing into growth","galigio","0","FALSE","FALSE" +"10310","10310","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 11:07:30","FALSE",NA,"853927898163576833",NA,"Twitter for Android","dsmhaske_52","165","TRUE","FALSE" +"10311","10311","RT @ram2sun: Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","0",NA,"2017-04-17 11:06:00","FALSE",NA,"853927520147845121",NA,"Twitter for Android","zsazsaonline","7","TRUE","FALSE" +"10312","10312","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:04:26","FALSE",NA,"853927123089854464",NA,"Twitter Web Client","MNIVKA","1333","TRUE","FALSE" +"10313","10313","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:04:01","FALSE",NA,"853927018932576256",NA,"Twitter for Android","aryasha_pundhir","1333","TRUE","FALSE" +"10314","10314","The former chief statistician of India, Pronab Sen tells me that #Demonetization has created new bad loans for... https://t.co/OrAvnNInCw","FALSE","0",NA,"2017-04-17 11:03:30","FALSE",NA,"853926890620506112",NA,"Facebook","DharaShukoh","0","FALSE","FALSE" +"10315","10315","The former chief statistician of India, Pronab Sen tells me that #Demonetization has created new bad loans for� https://t.co/Olr8R9Tckg","FALSE","0",NA,"2017-04-17 11:03:23","TRUE",NA,"853926861960867841",NA,"Twitter for Android","DharaShukoh","0","FALSE","FALSE" +"10316","10316","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:01:14","FALSE",NA,"853926319645757440",NA,"Twitter for Android","being_Rashi25","1333","TRUE","FALSE" +"10317","10317","RT @Sri_Sri2002: @jay_ambadi @CarDroidusMax @tickoosl @gsurya Yawn, I thought solution to stone pelting was demonetization. Let us go for o�","FALSE","0",NA,"2017-04-17 11:00:48","FALSE",NA,"853926209448808449",NA,"Twitter for iPhone","max4974","1","TRUE","FALSE" +"10318","10318","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:00:10","FALSE",NA,"853926051885572096",NA,"Twitter for Android","Nadaf6Altaf","1333","TRUE","FALSE" +"10319","10319","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 11:00:00","FALSE",NA,"853926009594413057",NA,"Twitter for Android","shadmanshaikh35","1333","TRUE","FALSE" +"10320","10320","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 10:57:28","FALSE",NA,"853925372492095489",NA,"Twitter Web Client","GreySasquatch","197","TRUE","FALSE" +"10321","10321","@NewIndianXpress Actually Modi earned popularity all over the World before Demonetization.BJP, RBI & Banks worked� https://t.co/8CV7oYVb8D","FALSE","0","NewIndianXpress","2017-04-17 10:55:17","TRUE","853923493838299136","853924822866374656","94761188","Twitter Web Client","kchari2","0","FALSE","FALSE" +"10322","10322","India's attempt to go cashless is turning food� https://t.co/4AcjU2F2xe #Demonetization #India #CorporateBusiness Add @iSocialMediaSea","FALSE","0",NA,"2017-04-17 10:51:12","FALSE",NA,"853923793651118081",NA,"dlvr.it","iSocialMediaSea","0","FALSE","FALSE" +"10323","10323","#India's attempt to go #cashless is turning food vouchers digital https://t.co/ZgFIfwlJvX #demonetization","FALSE","0",NA,"2017-04-17 10:49:50","FALSE",NA,"853923451102351360",NA,"Google","rohitsingh_3400","0","FALSE","FALSE" +"10324","10324","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 10:49:25","FALSE",NA,"853923346504863744",NA,"Twitter for iPhone","afisheyonado","14","TRUE","FALSE" +"10325","10325","@CNNnews18 @DharaShukoh Still bickering on demonetization. Really Amazing ! Every so often an expiry dated award wa� https://t.co/xgRGw3zpU0","FALSE","0","CNNnews18","2017-04-17 10:48:30","TRUE","853921717424713728","853923114157211648","6509832","Twitter for Android","roydebasis","0","FALSE","FALSE" +"10326","10326","#India's attempt to go #cashless is turning food vouchers digital https://t.co/RpCwjS63bk #demonetization","FALSE","0",NA,"2017-04-17 10:44:32","FALSE",NA,"853922117397630978",NA,"Google","DHQLounge","0","FALSE","FALSE" +"10327","10327","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 10:43:26","FALSE",NA,"853921841391562752",NA,"Twitter for iPhone","prathamensch","197","TRUE","FALSE" +"10328","10328","RT @Xtechnews: #India's attempt to go #cashless is turning food vouchers digital https://t.co/tZRNNJqush #demonetization #corporatebusiness�","FALSE","0",NA,"2017-04-17 10:42:41","FALSE",NA,"853921653687975936",NA,"Retweet Tweets","FoodmfgUK","1","TRUE","FALSE" +"10329","10329","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 10:42:20","FALSE",NA,"853921564240359429",NA,"Twitter for Android","ektrit","14","TRUE","FALSE" +"10330","10330","RT @snehabanerg: ""It's An Opportune Time For Indian #VCs"" says @DraperNetwork @BlumeVentures via @EntrepreneurIND https://t.co/rcfReNkAWV�","FALSE","0",NA,"2017-04-17 10:42:05","FALSE",NA,"853921499182399488",NA,"Twitter for iPhone","BlumeVentures","3","TRUE","FALSE" +"10331","10331","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 10:35:30","FALSE",NA,"853919845968220160",NA,"Twitter for Android","Tanvir_Ansari","197","TRUE","FALSE" +"10332","10332","#India's attempt to go #cashless is turning food vouchers digital https://t.co/CIXIPn2tbB #demonetization","FALSE","0",NA,"2017-04-17 10:35:17","FALSE",NA,"853919789776949249",NA,"Google","DHQLounge","0","FALSE","FALSE" +"10333","10333","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-17 10:33:20","FALSE",NA,"853919298968051712",NA,"Twitter for iPad","59_moss","6","TRUE","FALSE" +"10334","10334","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 10:32:30","FALSE",NA,"853919090594983936",NA,"Twitter for Android","underworldfish","165","TRUE","FALSE" +"10335","10335","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 10:31:01","FALSE",NA,"853918715552952320",NA,"Twitter for iPhone","amlivemon","14","TRUE","FALSE" +"10336","10336","#India's attempt to go #cashless is turning food vouchers digital https://t.co/tZRNNJqush #demonetization #corporatebusiness #foodanddrink","FALSE","0",NA,"2017-04-17 10:31:00","FALSE",NA,"853918710863511553",NA,"Google","Xtechnews","1","FALSE","FALSE" +"10337","10337","@jay_ambadi @CarDroidusMax @tickoosl @gsurya Yawn, I thought solution to stone pelting was demonetization. Let us go for one more ....","FALSE","1","jay_ambadi","2017-04-17 10:30:39","FALSE","853282829886607361","853918622351204352","19640082","Twitter for iPhone","Sri_Sri2002","1","FALSE","FALSE" +"10338","10338","India's attempt to go cashless is turning food vouchers digital https://t.co/uqa5690aBK #Demonetization #India� https://t.co/6Xo1s2cX8G","FALSE","0",NA,"2017-04-17 10:30:04","TRUE",NA,"853918475378610176",NA,"dlvr.it","toggltime","0","FALSE","FALSE" +"10339","10339","India's attempt to go cashless is turning food vouchers digital https://t.co/MSjE59TOhB #Demonetization #India https://t.co/KhXNcuFIxm","FALSE","0",NA,"2017-04-17 10:28:08","FALSE",NA,"853917989007052801",NA,"dlvr.it","Berder_","0","FALSE","FALSE" +"10340","10340","India's attempt to go cashless is turning food vouchers digital https://t.co/xZCKflWiGQ #Demonetization #India� https://t.co/jrJTl9cQMk","FALSE","0",NA,"2017-04-17 10:26:12","TRUE",NA,"853917504673955840",NA,"dlvr.it","simonstarjoy","0","FALSE","FALSE" +"10341","10341","India's attempt to go cashless is turning food vouchers digital https://t.co/VH2gqAzmgl #Demonetization #India� https://t.co/VOAkJgtImB","FALSE","0",NA,"2017-04-17 10:26:09","TRUE",NA,"853917490040066049",NA,"dlvr.it","everiting","0","FALSE","FALSE" +"10342","10342","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 10:26:05","FALSE",NA,"853917475481812997",NA,"Twitter for Android","vijinho","14","TRUE","FALSE" +"10343","10343","India's attempt to go cashless is turning food vouchers digital https://t.co/OCpdkVwUvQ #Demonetization https://t.co/42ZGRejCGn","FALSE","0",NA,"2017-04-17 10:25:56","FALSE",NA,"853917434482270208",NA,"dlvr.it","appmevee","0","FALSE","FALSE" +"10344","10344","@gnanodayam money spent on farm loan comes back into economy immediately as spending.. what is it with 2%.. even fo� https://t.co/ZQBlc100I9","FALSE","0","gnanodayam","2017-04-17 10:25:46","TRUE","853915869172436997","853917393369919488","389980511","Twitter Web Client","yarlagaddavrao","0","FALSE","FALSE" +"10345","10345","@knowkenny #KennySing4Me #dontbethatguy demonetization","FALSE","0","knowkenny","2017-04-17 10:25:08","FALSE",NA,"853917236934746112","1350259454","Twitter for Android","sebastiancrew_","0","FALSE","FALSE" +"10346","10346","India's attempt to go cashless is turning food vouchers digital https://t.co/twtn6WgE9L #Demonetization #India https://t.co/Lzsr8BtuJc","FALSE","0",NA,"2017-04-17 10:25:08","FALSE",NA,"853917235236159488",NA,"dlvr.it","I_AM_Finance","0","FALSE","FALSE" +"10347","10347","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 10:23:45","FALSE",NA,"853916888723861504",NA,"Twitter for Android","AmardeepP111","197","TRUE","FALSE" +"10348","10348","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 10:23:41","FALSE",NA,"853916869409083392",NA,"Twitter for Android","BoycottSnapchat","1333","TRUE","FALSE" +"10349","10349","RT @snehabanerg: ""It's An Opportune Time For Indian #VCs"" says @DraperNetwork @BlumeVentures via @EntrepreneurIND https://t.co/rcfReNkAWV�","FALSE","0",NA,"2017-04-17 10:23:37","FALSE",NA,"853916854179381248",NA,"Twitter for Android","bpuand","3","TRUE","FALSE" +"10350","10350","India's attempt to go cashless is turning food vouchers digital https://t.co/bw17pVIlkM #Demonetization #India https://t.co/h0pUD3aUVd","FALSE","0",NA,"2017-04-17 10:23:13","FALSE",NA,"853916750781358080",NA,"dlvr.it","thekenshen","0","FALSE","FALSE" +"10351","10351","India's attempt to go cashless is turning food vouchers digital https://t.co/uccDoxd7p2 #Demonetization #India� https://t.co/wFUVVlnMK0","FALSE","0",NA,"2017-04-17 10:23:12","TRUE",NA,"853916748852088832",NA,"dlvr.it","gabriel_hussy","0","FALSE","FALSE" +"10352","10352","India's attempt to go cashless is turning food vouchers digital https://t.co/QPd1vcX8nK #Demonetization #India https://t.co/dUCYQlM1uI","FALSE","0",NA,"2017-04-17 10:23:12","FALSE",NA,"853916748327690241",NA,"dlvr.it","HorMarian","0","FALSE","FALSE" +"10353","10353","""It's An Opportune Time For Indian #VCs"" says @DraperNetwork @BlumeVentures via @EntrepreneurIND https://t.co/rcfReNkAWV #Demonetization","FALSE","4",NA,"2017-04-17 10:21:48","FALSE",NA,"853916395809120256",NA,"Twitter Web Client","snehabanerg","3","FALSE","FALSE" +"10354","10354","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 10:21:42","FALSE",NA,"853916370655956992",NA,"Twitter Web Client","dstr77","197","TRUE","FALSE" +"10355","10355","RT @agentdice: The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/NpOYmacOvg via @YouTube","FALSE","0",NA,"2017-04-17 10:19:32","FALSE",NA,"853915824503042048",NA,"Willow","DidActDude","1","TRUE","FALSE" +"10356","10356","@giniromet Has #Shri420 really become this poor after demonetization? This is pea nuts!","FALSE","0","giniromet","2017-04-17 10:15:19","FALSE","853557812911378433","853914763591417856","569083801","Twitter Web Client","GirishPodar","0","FALSE","FALSE" +"10357","10357","@anuraggemini @bainjal Demonetization as bold wrong move resulted in no good. Surgical strike was not the 1 ever by Army, hope u know that!!","FALSE","0","anuraggemini","2017-04-17 10:15:11","FALSE","853913726906277888","853914729164746753","44466223","Twitter Web Client","sayingtruth4u","0","FALSE","FALSE" +"10358","10358","RT @ram2sun: Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","0",NA,"2017-04-17 10:14:19","FALSE",NA,"853914514491940864",NA,"Twitter for iPhone","LemmyRyans","7","TRUE","FALSE" +"10359","10359","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 10:13:30","FALSE",NA,"853914308157349888",NA,"Twitter for Android","y_yogishukla","83","TRUE","FALSE" +"10360","10360","RT @ram2sun: Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","0",NA,"2017-04-17 10:13:17","FALSE",NA,"853914251341307904",NA,"Twitter for Android","TrevorNcube","7","TRUE","FALSE" +"10361","10361","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 10:13:02","FALSE",NA,"853914188468461568",NA,"Twitter Web Client","beinghritwick","1333","TRUE","FALSE" +"10362","10362","Don't give ideas to India's wannabe Mugabe! #demonetization https://t.co/Sq35eHCZXd","FALSE","4",NA,"2017-04-17 10:11:42","FALSE",NA,"853913854228578304",NA,"Falcon Pro 2015","ram2sun","7","FALSE","FALSE" +"10363","10363","RT @Stupidosaur: @Memeghnad @AnooBhu @sonunigam Try vitamins. Then u might understand that USA thugs caused demonetization which already k�","FALSE","0",NA,"2017-04-17 10:05:47","FALSE",NA,"853912367519776768",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"10364","10364","@Fatboy_was_slim @Stupidosaur @Memeghnad @AnooBhu @sonunigam How are EVM and Aadhar 'necessary' is your life better� https://t.co/Oe1OKrHwA7","FALSE","0","Fatboy_was_slim","2017-04-17 10:05:37","TRUE","853907050962628609","853912321596334080","145645737","Twitter for Android","priyadarshic","0","FALSE","FALSE" +"10365","10365","@Memeghnad @AnooBhu @sonunigam Try vitamins. Then u might understand that USA thugs caused demonetization which al� https://t.co/mUUXlsvxph","FALSE","0","Stupidosaur","2017-04-17 10:05:32","TRUE","853911684297015296","853912304542285824","307807275","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"10366","10366","RT @DrPippaM: Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","0",NA,"2017-04-17 10:04:39","FALSE",NA,"853912078633107458",NA,"Twitter Web Client","pagreil","14","TRUE","FALSE" +"10367","10367","#DeMonetization Proved 2 Be Revolutionary Decision 4 #IndiaDefeatsBlackMoney #NewGujarat4NewIndia @narendramodi https://t.co/BD1TG1YH17","FALSE","0",NA,"2017-04-17 10:04:20","FALSE",NA,"853912000266678273",NA,"Twitter for Android","MPDrBDShyal","0","FALSE","FALSE" +"10368","10368","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 10:03:05","FALSE",NA,"853911684485959680",NA,"Twitter for Android","_shamim7","165","TRUE","FALSE" +"10369","10369","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-17 10:01:08","FALSE",NA,"853911196591947776",NA,"Twitter for iPhone","Roomec3","6","TRUE","FALSE" +"10370","10370","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 10:00:32","FALSE",NA,"853911044720402434",NA,"Twitter for Android","mento7370","58","TRUE","FALSE" +"10371","10371","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:59:21","FALSE",NA,"853910747772055552",NA,"Twitter for Android","Renuka153","1333","TRUE","FALSE" +"10372","10372","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:54:18","FALSE",NA,"853909474804760576",NA,"Twitter for Android","ghaivirat1009","1333","TRUE","FALSE" +"10373","10373","Demonetization: ""Out Of Cash"" - More Than 90% Of India ATMs Run Dry https://t.co/DY5Jw3X1Vr https://t.co/LcglWWi1aX","FALSE","10",NA,"2017-04-17 09:54:03","FALSE",NA,"853909412351758336",NA,"Twitter for iPhone","DrPippaM","14","FALSE","FALSE" +"10374","10374","RT @SimonDixonTwitt: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","0",NA,"2017-04-17 09:50:44","FALSE",NA,"853908579551776768",NA,"Twitter for iPhone","michaelgraub","6","TRUE","FALSE" +"10375","10375","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 09:43:31","FALSE",NA,"853906763573342208",NA,"Twitter for iPhone","PoisonousFog","58","TRUE","FALSE" +"10376","10376","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 09:41:37","FALSE",NA,"853906284134977536",NA,"Twitter for Android","shrichandrajosh","197","TRUE","FALSE" +"10377","10377","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 09:41:13","FALSE",NA,"853906184939732994",NA,"Twitter for Android","Harpreet50005","83","TRUE","FALSE" +"10378","10378","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:37:06","FALSE",NA,"853905146811731968",NA,"Twitter for Android","DevendersainiS","1333","TRUE","FALSE" +"10379","10379","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 09:33:32","FALSE",NA,"853904247389388801",NA,"Twitter for Android","HimanshuKulsh12","197","TRUE","FALSE" +"10380","10380"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/NpOYmacOvg via @YouTube","FALSE","0",NA,"2017-04-17 09:32:39","FALSE",NA,"853904027750453248",NA,"Twitter Web Client","agentdice","1","FALSE","FALSE" +"10381","10381","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 09:31:10","FALSE",NA,"853903653249462273",NA,"Twitter for Android","goeltm_tg","197","TRUE","FALSE" +"10382","10382","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:31:06","FALSE",NA,"853903639022325761",NA,"Twitter for iPhone","iParesh_Patel","1333","TRUE","FALSE" +"10383","10383","RT @ami1623: Demonetization and tales of woe - stories at a bank https://t.co/uARUKH4K7j via @SiyaWoman","FALSE","0",NA,"2017-04-17 09:21:06","FALSE",NA,"853901120351096832",NA,"Twitter for iPhone","arindamkolay","1","TRUE","FALSE" +"10384","10384","RT @ACJIndia: Highlights from the Panel Discussion on ""Demonetization and Black Money � by @ACJIndia + +https://t.co/MEn8i8uqlU","FALSE","0",NA,"2017-04-17 09:19:57","FALSE",NA,"853900833003495425",NA,"Twitter Web Client","DevadasRajaram","1","TRUE","FALSE" +"10385","10385","all those who forwarded you messages on WA that Realty rates will fall down due to #demonetization +Slap them with Ready Reckoner 2017 book","FALSE","1",NA,"2017-04-17 09:15:03","FALSE",NA,"853899599748235266",NA,"Twitter Web Client","GreySasquatch","0","FALSE","FALSE" +"10386","10386","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 09:14:54","FALSE",NA,"853899560049135618",NA,"Twitter for iPhone","bladerunner5375","58","TRUE","FALSE" +"10387","10387","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civil Unrest! https://t.co/S1TINQDAp2 #money #business #startups #mark�","FALSE","0",NA,"2017-04-17 09:14:12","FALSE",NA,"853899385993867264",NA,"IFTTT","salary_mobi","0","FALSE","FALSE" +"10388","10388","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:14:02","FALSE",NA,"853899341626576896",NA,"Twitter for iPhone","Shahruk1107","1333","TRUE","FALSE" +"10389","10389","RT @nikhilesh01: Preferences: +World criticized Demonetization +Sonu Nigam said: ""Demonetization is 1st step towards better tomorrow� +https�","FALSE","0",NA,"2017-04-17 09:13:52","FALSE",NA,"853899299070984192",NA,"Twitter Lite","Scimitar_SS","2","TRUE","FALSE" +"10390","10390","ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/ZYLU2Al27f Better call #Bitcoin","FALSE","4",NA,"2017-04-17 09:10:51","FALSE",NA,"853898539662884864",NA,"Twitter for iPhone","SimonDixonTwitt","6","FALSE","FALSE" +"10391","10391","RT @nikhilesh01: Preferences: +World criticized Demonetization +Sonu Nigam said: ""Demonetization is 1st step towards better tomorrow� +https�","FALSE","0",NA,"2017-04-17 09:06:54","FALSE",NA,"853897548066545664",NA,"Twitter Web Client","BharatheshBhara","2","TRUE","FALSE" +"10392","10392","RT @CB_CII: #Q3GDP: rebound in consumption, investments after #demonetization, shows positive sentiments about economic prospects. https://�","FALSE","0",NA,"2017-04-17 09:06:27","FALSE",NA,"853897432605671425",NA,"Twitter Web Client","sourishwithu","24","TRUE","FALSE" +"10393","10393","New Update From Modi:Take a Picture of your income and Put dah picture as ur story ""@evanspiegel dah our post demonetization effect:')""","FALSE","0",NA,"2017-04-17 09:05:31","FALSE",NA,"853897200635719680",NA,"Twitter for Android","VatsalS74910995","0","FALSE","FALSE" +"10394","10394","@PMOIndia @narendramodi Thank you modiji for retweeting my tweet on demonetization jaihind iam your humble foot soldier ready for any job","FALSE","0","PMOIndia","2017-04-17 09:05:00","FALSE","853881276134117376","853897067244027904","471741741","Twitter for Android","rgj06","0","FALSE","FALSE" +"10395","10395","Preferences: +World criticized Demonetization +Sonu Nigam said: ""Demonetization is 1st step towards better tomorrow� +https://t.co/AswgYE4IJG","FALSE","0",NA,"2017-04-17 09:03:57","FALSE",NA,"853896804986957824",NA,"Twitter Web Client","nikhilesh01","2","FALSE","FALSE" +"10396","10396","RT @iKunaal: Equality manaao, sabke liye loudspeakers ban kar do aur reservation bhi. Raaton raat. Just like demonetization.","FALSE","0",NA,"2017-04-17 09:02:33","FALSE",NA,"853896453634129923",NA,"Twitter for Android","bpp19571","1","TRUE","FALSE" +"10397","10397","Airtel wants Internet device money in Cash around 5000, demonetization effect ??? nt ready to take even from Airtel Money...","FALSE","0",NA,"2017-04-17 09:01:23","FALSE",NA,"853896160427130885",NA,"Twitter Web Client","skandavns","0","FALSE","FALSE" +"10398","10398","RT @OfficeOfRG: The Congress Party's Charter of Demands on demonetization on behalf of the people of India. The Prime Minister must answer�","FALSE","0",NA,"2017-04-17 09:01:02","FALSE",NA,"853896070039871488",NA,"Twitter Web Client","megaforcekv","2092","TRUE","FALSE" +"10399","10399","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 09:00:30","FALSE",NA,"853895937898422272",NA,"Twitter for iPad","DesiJatt028","1333","TRUE","FALSE" +"10400","10400","Equality manaao, sabke liye loudspeakers ban kar do aur reservation bhi. Raaton raat. Just like demonetization.","FALSE","4",NA,"2017-04-17 08:59:19","FALSE",NA,"853895639461109761",NA,"Twitter for iPhone","iKunaal","1","FALSE","FALSE" +"10401","10401","@MagnuRex going by state election trends slum & poor voters may shift BJP as well but then demonetization wasn't se� https://t.co/nhICCs0yMS","FALSE","1","MagnuRex","2017-04-17 08:58:52","TRUE","853895152695463937","853895527158730753","70104050","Twitter Web Client","Indian4liberty","0","FALSE","FALSE" +"10402","10402","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:56:05","FALSE",NA,"853894823157387265",NA,"Twitter for Android","DhakedBhura","1333","TRUE","FALSE" +"10403","10403","@DrunkenPeasants omg... what that demonetization have done?","FALSE","0","DrunkenPeasants","2017-04-17 08:52:03","FALSE","853860493907210240","853893808173572096","2304906253","Twitter Web Client","brunoejb_angra","0","FALSE","FALSE" +"10404","10404","#NarendraModi has made the #demonetization to know who is actually the ''poor'' apart from that #Snapchat is a shit who is judging us ","FALSE","0","harsh_13091993","2017-04-17 08:50:33","FALSE","853891439884853248","853893434066690048","853870510228226048","Twitter Web Client","harsh_13091993","0","FALSE","FALSE" +"10405","10405","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 08:49:54","FALSE",NA,"853893269952004096",NA,"Twitter for Android","JoytishDas8","83","TRUE","FALSE" +"10406","10406","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:48:42","FALSE",NA,"853892967358234624",NA,"Twitter Web Client","hmsharer","58","TRUE","FALSE" +"10407","10407","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:45:50","FALSE",NA,"853892243547054080",NA,"Twitter for iPhone","RIYA_JOON","1333","TRUE","FALSE" +"10408","10408","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:44:57","FALSE",NA,"853892022612242432",NA,"Twitter for Android","awesomepraveeng","1333","TRUE","FALSE" +"10409","10409","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 08:42:51","FALSE",NA,"853891494754648064",NA,"Twitter for iPhone","cryptex_221B","197","TRUE","FALSE" +"10410","10410","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:40:30","FALSE",NA,"853890902707683328",NA,"Twitter for Android","kaashuk","1333","TRUE","FALSE" +"10411","10411","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 08:38:12","FALSE",NA,"853890323763810304",NA,"Twitter for iPhone","nsdhade","197","TRUE","FALSE" +"10412","10412","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:36:46","FALSE",NA,"853889964609753088",NA,"Twitter for Android","sluvsSHAHRUKH","1333","TRUE","FALSE" +"10413","10413","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:34:50","FALSE",NA,"853889478519250944",NA,"Twitter Web Client","J_Sokkula","1333","TRUE","FALSE" +"10414","10414","India to grow at 7.2%, says World Bank! +Demonetization effects have waned! + +https://t.co/q8EsLIneR8","FALSE","1",NA,"2017-04-17 08:33:42","FALSE",NA,"853889193235275777",NA,"Twitter Web Client","StreetBuzzApp","1","FALSE","FALSE" +"10415","10415","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:24:10","FALSE",NA,"853886794668146688",NA,"Twitter for Android","s_keykool","1333","TRUE","FALSE" +"10416","10416","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:23:43","FALSE",NA,"853886680285184000",NA,"Twitter for Android","iamavi_srk","1333","TRUE","FALSE" +"10417","10417","I liked a @YouTube video https://t.co/ajW5rKvHM6 The Truth About YouTube Demonetization, AdSense Boycott & Censorship","FALSE","0",NA,"2017-04-17 08:20:44","FALSE",NA,"853885929173512192",NA,"Linkis: turn sharing into growth","ciphoenix","0","FALSE","FALSE" +"10418","10418","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:20:01","FALSE",NA,"853885749292355586",NA,"Twitter for Android","lov_swasan","1333","TRUE","FALSE" +"10419","10419","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:18:15","FALSE",NA,"853885303161073664",NA,"Twitter for Android","rchandler312","58","TRUE","FALSE" +"10420","10420","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:17:26","FALSE",NA,"853885098957123586",NA,"Twitter Web Client","summerbreeze712","58","TRUE","FALSE" +"10421","10421","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:16:39","FALSE",NA,"853884902365941760",NA,"Twitter for Android","mischievous_grl","1333","TRUE","FALSE" +"10422","10422","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:14:30","FALSE",NA,"853884361434968064",NA,"Twitter for Android","sonamgu83358808","1333","TRUE","FALSE" +"10423","10423","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 08:11:45","FALSE",NA,"853883668963655680",NA,"Twitter for Android","tvbedage","6","TRUE","FALSE" +"10424","10424","@vijayshekhar I proposed paytm Labs they refused.I will go again.. ""Mr.Vijay Shekhar! will you be my demonetization?""CV sent at Paytm Labs.","FALSE","0","vijayshekhar","2017-04-17 08:09:40","FALSE",NA,"853883143941652480","17239667","Twitter Lite","ra1vi2","0","FALSE","FALSE" +"10425","10425","Read to know how digital payments have made way for easy, cashless and lawful money transfers post demonetization +https://t.co/pjvemNCH2W","FALSE","0",NA,"2017-04-17 08:09:21","FALSE",NA,"853883065587961858",NA,"Twitter Web Client","slonkit","0","FALSE","FALSE" +"10426","10426","RT @seandotau: �#ATM in #India Are out of #Cash After Gov�t �Demonetization Drive�� https://t.co/x7bjSOh2nP","FALSE","0",NA,"2017-04-17 08:08:23","FALSE",NA,"853882822016327680",NA,"Twitter for iPhone","Stevewal63","1","TRUE","FALSE" +"10427","10427","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:08:16","FALSE",NA,"853882791808946177",NA,"Twitter for Android","nacv2000","58","TRUE","FALSE" +"10428","10428","�#ATM in #India Are out of #Cash After Gov�t �Demonetization Drive�� https://t.co/x7bjSOh2nP","FALSE","1",NA,"2017-04-17 08:06:03","FALSE",NA,"853882232666296320",NA,"Buffer","seandotau","1","FALSE","FALSE" +"10429","10429","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:06:02","FALSE",NA,"853882231051374592",NA,"Twitter for iPhone","Natasha_Makwana","1333","TRUE","FALSE" +"10430","10430","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 08:05:02","FALSE",NA,"853881975920144384",NA,"Twitter for Android","PurijaGUN","197","TRUE","FALSE" +"10431","10431","#Snapchat CEO said #India is poor +We are so rich that PM #NarendraModi had to implement #demonetization to find out� https://t.co/kqrUjWC8io","FALSE","1",NA,"2017-04-17 08:04:54","TRUE",NA,"853881945301843968",NA,"Buffer","Testbookdotcom","0","FALSE","FALSE" +"10432","10432","RT @paulasset: Demonetization � Harsh truth that nobody will explain�you https://t.co/pbMvVxbP5i https://t.co/wCwSthbAne","FALSE","0",NA,"2017-04-17 08:04:26","FALSE",NA,"853881824807800833",NA,"Twitter for iPhone","Acejunker","5","TRUE","FALSE" +"10433","10433","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:03:11","FALSE",NA,"853881513427034113",NA,"Twitter for Android","SHAH5490","1333","TRUE","FALSE" +"10434","10434","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:01:33","FALSE",NA,"853881101361827841",NA,"Twitter Lite","Hellchrist111","58","TRUE","FALSE" +"10435","10435","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 08:00:50","FALSE",NA,"853880920113393664",NA,"Twitter for Android","martinelki","58","TRUE","FALSE" +"10436","10436","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 08:00:36","FALSE",NA,"853880863146291200",NA,"Twitter for Android","saahil_langer","6","TRUE","FALSE" +"10437","10437","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 08:00:25","FALSE",NA,"853880816526557186",NA,"Twitter for iPhone","Onlyam_sUnIl08","1333","TRUE","FALSE" +"10438","10438","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 07:57:13","FALSE",NA,"853880011186745344",NA,"Twitter for iPhone","CindyKayHogan1","58","TRUE","FALSE" +"10439","10439","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-17 07:56:54","FALSE",NA,"853879932606324736",NA,"Twitter Lite","d_seaman","58","TRUE","FALSE" +"10440","10440","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:55:01","FALSE",NA,"853879455500075008",NA,"Twitter for iPhone","iamjwalit","1333","TRUE","FALSE" +"10441","10441","@abpnewstv I thought all this has stopped post demonetization. Not possible!!","FALSE","0","abpnewstv","2017-04-17 07:54:11","FALSE","853878800458842112","853879245713674240","39240673","Twitter for iPhone","utkarshbhatia06","0","FALSE","FALSE" +"10442","10442","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:50:55","FALSE",NA,"853878427048448004",NA,"Twitter for Android","ACrazy_boy","1333","TRUE","FALSE" +"10443","10443","RT @AmeetV3: @evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsna�","FALSE","0",NA,"2017-04-17 07:48:34","FALSE",NA,"853877833541799937",NA,"Twitter for iPhone","sidchopra53","7","TRUE","FALSE" +"10444","10444","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:48:00","FALSE",NA,"853877691975483393",NA,"Twitter for Android","Mayanklav007","1333","TRUE","FALSE" +"10445","10445","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 07:47:56","FALSE",NA,"853877676347715584",NA,"Twitter for iPhone","SyedWajid09","6","TRUE","FALSE" +"10446","10446","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 07:46:44","FALSE",NA,"853877371430096896",NA,"Twitter for iPhone","spryextinct","6","TRUE","FALSE" +"10447","10447","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 07:46:15","FALSE",NA,"853877251128967168",NA,"Twitter for Android","AntoJoseph","6","TRUE","FALSE" +"10448","10448","RT @dna: #GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin https://t.co/IMcs5Ezae9 @�","FALSE","0",NA,"2017-04-17 07:46:05","FALSE",NA,"853877207919407104",NA,"Twitter Web Client","TheFatalCEO","6","TRUE","FALSE" +"10449","10449","#GST | Demonetization was just a salivating trailer. The pounding of black money hoarders about to begin� https://t.co/9AQZ0i5mr4","FALSE","13",NA,"2017-04-17 07:45:01","TRUE",NA,"853876939274113024",NA,"TweetDeck","dna","6","FALSE","FALSE" +"10450","10450","@seriousfunnyguy @DrGPradhan @RenukaJain6 same media at the time of demonetization went overboard questioning the p� https://t.co/oaHihRcW7O","FALSE","1","seriousfunnyguy","2017-04-17 07:38:35","TRUE","853874309785432064","853875323418558464","84800999","Twitter for Android","panbhadra5","0","FALSE","FALSE" +"10451","10451","RT @WithCongress: Due to drop in price of tomatoes after #DemonetizationDisaster , angry farmers throw away tomatoes in Sanand https://t.co�","FALSE","0",NA,"2017-04-17 07:36:20","FALSE",NA,"853874753949630464",NA,"Twitter for Android","AnkitSa44603749","107","TRUE","FALSE" +"10452","10452","RT @OfficeOfRG: The Congress Party's Charter of Demands on demonetization on behalf of the people of India. The Prime Minister must answer�","FALSE","0",NA,"2017-04-17 07:35:38","FALSE",NA,"853874577562271744",NA,"Twitter for Android","AnkitSa44603749","2092","TRUE","FALSE" +"10453","10453","RT @morphonios: The Truth About YouTube Demonetization / AdSense Boycott & Censorship https://t.co/BbIs9LxyGs","FALSE","0",NA,"2017-04-17 07:33:21","FALSE",NA,"853874004674957312",NA,"Twitter for Android","1Lbz1","5","TRUE","FALSE" +"10454","10454","I think I got hit by YouTube's demonetization. Can anyone find an ad on any of my videos? Revenue has dropped to much lower levels","FALSE","1",NA,"2017-04-17 07:20:29","FALSE",NA,"853870766961475584",NA,"Twitter for iPhone","ProgressVoice","0","FALSE","FALSE" +"10455","10455","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-17 07:20:03","FALSE",NA,"853870656525619200",NA,"Twitter for Android","brazen_dude","75","TRUE","FALSE" +"10456","10456","@steve_hanke We in India are more capable & intelligent to benchmark success & failures of our actions like� https://t.co/nI0nEBjibS","FALSE","0","steve_hanke","2017-04-17 07:17:50","TRUE","853633585009393664","853870097840001024","863527548","Twitter for Android","nallaganesh","0","FALSE","FALSE" +"10457","10457","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/oXbIXRSJK3 #financialincluion","FALSE","0",NA,"2017-04-17 07:11:48","FALSE",NA,"853868582090006528",NA,"Twitter Web Client","tomasconde","0","FALSE","FALSE" +"10458","10458","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:07:35","FALSE",NA,"853867521459363841",NA,"Twitter for iPhone","tttttweeter","1333","TRUE","FALSE" +"10459","10459","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:04:37","FALSE",NA,"853866773871038464",NA,"Twitter Web Client","maulik699","1333","TRUE","FALSE" +"10460","10460","RT @AbhishantPant: Impact of demonetization In India : Expansion of POS Infrastructure + +In last 5 months (Oct to Feb 2017) we (India) have�","FALSE","0",NA,"2017-04-17 07:02:25","FALSE",NA,"853866217974755328",NA,"Twitter Web Client","AtomTech_India","1","TRUE","FALSE" +"10461","10461","India Oil Demand Shrinks 3rd Month Amid Demonetization Drag + +https://t.co/Js1wSajm0O https://t.co/4aL09Xom6C","FALSE","0",NA,"2017-04-17 07:01:22","FALSE",NA,"853865955746877440",NA,"Meet Edgar","eALGOFX","0","FALSE","FALSE" +"10462","10462","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:01:15","FALSE",NA,"853865927275937792",NA,"Twitter for iPhone","SammyGOnAir_","1333","TRUE","FALSE" +"10463","10463","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 07:00:26","FALSE",NA,"853865718613520385",NA,"Twitter for Android","BeingJanak","1333","TRUE","FALSE" +"10464","10464","Early Lessons from India�s Demonetization Experiment + +Read on https://t.co/js3vGz3Syh","FALSE","0",NA,"2017-04-17 06:59:00","FALSE",NA,"853865359987924992",NA,"Buffer","rsadvisories","0","FALSE","FALSE" +"10465","10465","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:57:00","FALSE",NA,"853864858311380992",NA,"Mobile Web (M2)","prerna_sambhaji","1333","TRUE","FALSE" +"10466","10466","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 06:55:44","FALSE",NA,"853864538357288960",NA,"Twitter for Android","JimMoriarity","197","TRUE","FALSE" +"10467","10467","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 06:54:59","FALSE",NA,"853864347021529089",NA,"Twitter for Android","THEJOHNDANIELL","197","TRUE","FALSE" +"10468","10468","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:53:41","FALSE",NA,"853864022185299968",NA,"Twitter for Android","B_Swaraj","1333","TRUE","FALSE" +"10469","10469","RT @jvidyasagar: 50 crore in hard currency.. even after demonetization this guy has this much money.. #ArrestTTVDhinakaran https://t.co/Rmt�","FALSE","0",NA,"2017-04-17 06:47:14","FALSE",NA,"853862399262298112",NA,"Twitter for iPhone","sandhyatwtz","1","TRUE","FALSE" +"10470","10470","@narendramodi +Time to remove Reservation based on Caste. After demonetization:make it on financial based. then no one needs reservations.","FALSE","0","narendramodi","2017-04-17 06:47:11","FALSE",NA,"853862387287543808","18839785","Twitter for iPhone","Sudar_g","0","FALSE","FALSE" +"10471","10471","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:45:51","FALSE",NA,"853862050174566400",NA,"Twitter for Android","singhal_skant","1333","TRUE","FALSE" +"10472","10472","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:41:35","FALSE",NA,"853860978135621632",NA,"Twitter for Android","dawre_vinayak","1333","TRUE","FALSE" +"10473","10473","@InvGurInd @narendramodi Did you realize-BJP has more large funds after demonetization ... The silence speaks for i� https://t.co/rIDJYvNr8H","FALSE","0","82013Pravin","2017-04-17 06:39:50","TRUE","853860069242355712","853860536244502531","2685714834","Twitter for Android","82013Pravin","0","FALSE","FALSE" +"10474","10474","50 crore in hard currency.. even after demonetization this guy has this much money.. #ArrestTTVDhinakaran https://t.co/RmtZ0kmYuJ","FALSE","1",NA,"2017-04-17 06:39:34","FALSE",NA,"853860467621494786",NA,"Twitter for Android","jvidyasagar","1","FALSE","FALSE" +"10475","10475","India in PANIC MODE as Cash is Running Out! Demonetization Creating Civi... https://t.co/CTNhALf0UW via @YouTube","FALSE","0",NA,"2017-04-17 06:35:43","FALSE",NA,"853859500163518468",NA,"Twitter Web Client","rafios","0","FALSE","FALSE" +"10476","10476","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 06:34:48","FALSE",NA,"853859270915477504",NA,"Twitter for Android","SRKsGladiator_","165","TRUE","FALSE" +"10477","10477","Dear Evan Spiegel Snapchat. +India s so rich that PM Narendra Modi had to implement demonetization to find out who s actually poor! +#Snapchat","FALSE","0",NA,"2017-04-17 06:32:51","FALSE",NA,"853858777761763330",NA,"Twitter Web Client","atashish_Tiwari","0","FALSE","FALSE" +"10478","10478","The Demonetization of YouTube is Fast Underway; Dissidents Will Be Silenced | Zero Hedge https://t.co/K2JfEMbv4N","FALSE","0",NA,"2017-04-17 06:30:15","FALSE",NA,"853858124033400832",NA,"Twitter for Android","DODRedacted","0","FALSE","FALSE" +"10479","10479","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-17 06:28:16","FALSE",NA,"853857624886063104",NA,"Twitter for Windows","TrustingINDIA","15","TRUE","FALSE" +"10480","10480","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 06:24:46","FALSE",NA,"853856745478926336",NA,"Twitter for Android","HforHyderabad","197","TRUE","FALSE" +"10481","10481","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 06:24:28","FALSE",NA,"853856667494219776",NA,"Twitter Web Client","YehTaara","165","TRUE","FALSE" +"10482","10482","In our town.. Many Jains were caught during demonetization.. Rich defaulters.. I used to think Jains are seedhe� https://t.co/G1Ejafrjuu","FALSE","0",NA,"2017-04-17 06:22:32","TRUE",NA,"853856184566075392",NA,"Twitter for Android","Saeber4U","0","FALSE","FALSE" +"10483","10483","The latest The Demonetization Daily! https://t.co/yvM7ytOmlq Thanks to @mithileshepfo @0276_Gaubert #cashless","FALSE","0",NA,"2017-04-17 06:14:27","FALSE",NA,"853854150261710852",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"10484","10484","Just a thought: +What if Rs. 2,000/- was demonetized in a couple of years? +Well, the first time demonetization hit... https://t.co/4a0DuC01mp","FALSE","1",NA,"2017-04-17 06:12:20","FALSE",NA,"853853617098457089",NA,"Facebook","DeoPratik","0","FALSE","FALSE" +"10485","10485","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 06:04:31","FALSE",NA,"853851647340036096",NA,"Twitter for Android","Marc__Me","197","TRUE","FALSE" +"10486","10486","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:04:17","FALSE",NA,"853851591207780352",NA,"Twitter Web Client","vizzyno1","1333","TRUE","FALSE" +"10487","10487","https://t.co/dhPp8m1rDm India in PANIC MODE as Cash is Running Out! Demonetization Creating... https://t.co/RdN07iJUuJ","FALSE","0",NA,"2017-04-17 06:03:25","FALSE",NA,"853851373905092608",NA,"Facebook","boocooindia","0","FALSE","FALSE" +"10488","10488","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 06:03:19","FALSE",NA,"853851346461761536",NA,"Twitter for Android","adi_adisp713","1333","TRUE","FALSE" +"10489","10489","The recent incidents of demonetization in our country followed a state of pandemonium amongst the middle class... https://t.co/0JaR8Ppm4h","FALSE","0",NA,"2017-04-17 06:01:34","FALSE",NA,"853850906714157056",NA,"Facebook","RaakeshSaini","0","FALSE","FALSE" +"10490","10490","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:57:06","FALSE",NA,"853849780841312256",NA,"Twitter for Android","saksh1g","1333","TRUE","FALSE" +"10491","10491","I liked a @YouTube video https://t.co/DYMo5bfzz0 AIB : The Demonetization Circus","FALSE","0",NA,"2017-04-17 05:55:40","FALSE",NA,"853849421515182080",NA,"Google","MajiSusil","0","FALSE","FALSE" +"10492","10492","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:54:51","FALSE",NA,"853849217000808449",NA,"Twitter for Android","AtharvaKambli","1333","TRUE","FALSE" +"10493","10493","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:52:56","FALSE",NA,"853848735553654784",NA,"Twitter for Android","Harpreet50005","1333","TRUE","FALSE" +"10494","10494","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:51:31","FALSE",NA,"853848378450432001",NA,"Twitter for Android","sumodkuhar","1333","TRUE","FALSE" +"10495","10495","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 05:45:57","FALSE",NA,"853846978127577088",NA,"Twitter for Android","DhanotiyaManish","197","TRUE","FALSE" +"10496","10496","RT @riyalovezu: @steve_hanke #demonetization didn't serve any purpose what it was meant to do like 1) end black money, 2) end terror fund 3�","FALSE","0",NA,"2017-04-17 05:45:52","FALSE",NA,"853846954287128576",NA,"Twitter for Android","DhanotiyaManish","1","TRUE","FALSE" +"10497","10497","RT @morphonios: The Truth About YouTube Demonetization / AdSense Boycott & Censorship https://t.co/BbIs9LxyGs","FALSE","0",NA,"2017-04-17 05:45:07","FALSE",NA,"853846765346238464",NA,"Twitter for iPad","slowpoke890","5","TRUE","FALSE" +"10498","10498","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:44:29","FALSE",NA,"853846607191724033",NA,"Twitter for Android","ashishluniya4","1333","TRUE","FALSE" +"10499","10499","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:44:29","FALSE",NA,"853846606243823616",NA,"Twitter for iPhone","rajeshgwadhwa","1333","TRUE","FALSE" +"10500","10500","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 05:42:30","FALSE",NA,"853846109319507968",NA,"Twitter for iPhone","DVeerdi","165","TRUE","FALSE" +"10501","10501","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 05:39:53","FALSE",NA,"853845448070541312",NA,"Twitter for Android","ariyanas","197","TRUE","FALSE" +"10502","10502","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 05:39:32","FALSE",NA,"853845360078331904",NA,"Twitter for Android","Jaiiihinddd","165","TRUE","FALSE" +"10503","10503","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:38:02","FALSE",NA,"853844981924192256",NA,"Twitter for Android","ParasaraAp","1333","TRUE","FALSE" +"10504","10504","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:37:06","FALSE",NA,"853844747693240320",NA,"Twitter Web Client","ArunrBits","1333","TRUE","FALSE" +"10505","10505","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:36:52","FALSE",NA,"853844689681645573",NA,"Twitter for Android","msk1097","1333","TRUE","FALSE" +"10506","10506","RT @AmeetV3: @evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsna�","FALSE","0",NA,"2017-04-17 05:36:45","FALSE",NA,"853844659696803841",NA,"Twitter for iPhone","SakshiSingh08","7","TRUE","FALSE" +"10507","10507","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-17 05:33:18","FALSE",NA,"853843791618256897",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"10508","10508","Demonetization:Utilitarian or Idle https://t.co/IPG0zkNQ1G via @wordpressdotcom","FALSE","0",NA,"2017-04-17 05:32:58","FALSE",NA,"853843708600610816",NA,"Twitter for Android","singhpraveen9","0","FALSE","FALSE" +"10509","10509","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:30:35","FALSE",NA,"853843108865429504",NA,"Twitter for Android","PuravaPakash","1333","TRUE","FALSE" +"10510","10510","@hemmu25 @TawdeVinod @narendramodi @AmitShah @rajnathsingh @arunjaitley #ModiForMiddleClass +Free Wi-Fi at rly stns� https://t.co/icUCdwYTxj","FALSE","0","hemmu25","2017-04-17 05:28:40","TRUE","853831532724666368","853842627875262464","103063957","Twitter for Android","eccentricPramod","1","FALSE","FALSE" +"10511","10511","Demonetization and tales of woe - stories at a bank https://t.co/uARUKH4K7j via @SiyaWoman","FALSE","0",NA,"2017-04-17 05:26:05","FALSE",NA,"853841975220486144",NA,"Twitter Web Client","ami1623","1","FALSE","FALSE" +"10512","10512","Dear @evanspiegel India is so rich that PM @narendramodi had to implement demonetization to find out who is actually poor #boycottsnapchat","FALSE","0",NA,"2017-04-17 05:25:20","FALSE",NA,"853841786581782528",NA,"Twitter for Android","thekrishnirwal","0","FALSE","FALSE" +"10513","10513","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:21:38","FALSE",NA,"853840855744098305",NA,"Twitter for Android","jstjoking","1333","TRUE","FALSE" +"10514","10514","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:14:26","FALSE",NA,"853839042961707008",NA,"Twitter for Android","dharmesh982","1333","TRUE","FALSE" +"10515","10515","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:13:51","FALSE",NA,"853838897528393728",NA,"Twitter for Android","vanshikabajpai2","1333","TRUE","FALSE" +"10516","10516","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:12:59","FALSE",NA,"853838678329663488",NA,"Twitter for Android","orion_marie_pie","1333","TRUE","FALSE" +"10517","10517","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 05:11:20","FALSE",NA,"853838265132044288",NA,"Twitter for iPhone","drdivspatel","165","TRUE","FALSE" +"10518","10518","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:10:49","FALSE",NA,"853838132571234305",NA,"Twitter for Android","iAutodidactic","1333","TRUE","FALSE" +"10519","10519","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:10:32","FALSE",NA,"853838061930778624",NA,"Twitter for Android","tlegand11","1333","TRUE","FALSE" +"10520","10520","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 05:09:56","FALSE",NA,"853837913251074050",NA,"Twitter for Android","big_daddy2802","197","TRUE","FALSE" +"10521","10521","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:07:35","FALSE",NA,"853837320042295296",NA,"Twitter for Android","ArindamBarman16","1333","TRUE","FALSE" +"10522","10522","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 05:04:14","FALSE",NA,"853836477486088192",NA,"Twitter for iPhone","Myself_ankush","165","TRUE","FALSE" +"10523","10523","Its An Opportune Time For Indian VCs #Demonetization #FinTech https://t.co/hzzQZ7hw0z https://t.co/ZpHcgmsMk1","FALSE","0",NA,"2017-04-17 05:03:10","FALSE",NA,"853836208111321088",NA,"IFTTT","alt_bit_coins","0","FALSE","FALSE" +"10524","10524","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 05:03:04","FALSE",NA,"853836182584688640",NA,"Twitter for Android","This_isSairam","1333","TRUE","FALSE" +"10525","10525","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 05:00:49","FALSE",NA,"853835620069908480",NA,"Twitter for iPhone","singh_siddharth","197","TRUE","FALSE" +"10526","10526","Its An Opportune Time For Indian VCs #Demonetization #FinTech https://t.co/cJFEDO1cAi https://t.co/NgV3bdP8CG","FALSE","0",NA,"2017-04-17 05:00:10","FALSE",NA,"853835453228888064",NA,"bitcoinagile","bitcoinagile","0","FALSE","FALSE" +"10527","10527","#Demonetization has created a massive #FinTech opportunity + @GiftsOfGab https://t.co/6uFcSkK2lv https://t.co/5SMhqN1HTU","FALSE","3",NA,"2017-04-17 05:00:08","FALSE",NA,"853835444106166272",NA,"Hootsuite","EntrepreneurIND","0","FALSE","FALSE" +"10528","10528","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:55:50","FALSE",NA,"853834365469642754",NA,"Twitter for Android","SKsWellWisher","1333","TRUE","FALSE" +"10529","10529","The Demonetization Effect on India https://t.co/4OpTrUUa2n","FALSE","0",NA,"2017-04-17 04:55:17","FALSE",NA,"853834223945474048",NA,"eltekia auto share app","eltekia_fm","0","FALSE","FALSE" +"10530","10530","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:54:42","FALSE",NA,"853834078717710337",NA,"Twitter for Android","CuteDoremon","1333","TRUE","FALSE" +"10531","10531","@narendramodi Trust in His Decision of #DeMonetization received Overwhelming Support ofPeople #GujaratWelcomesPMModi https://t.co/KkSVRABG0M","FALSE","1","narendramodi","2017-04-17 04:54:27","FALSE",NA,"853834015949901825","18839785","Twitter for Android","MPDrBDShyal","0","FALSE","FALSE" +"10532","10532","RT @gajeraakshay9: Demonetization effect #Go_Back_Modi #Patidar_Justice https://t.co/fTHmoBhfzS","FALSE","0",NA,"2017-04-17 04:54:01","FALSE",NA,"853833906612731904",NA,"Twitter for Android","harshsherathiya","4","TRUE","FALSE" +"10533","10533","RT @_asif: Hi @evanspiegel! India is so rich that PM @narendramodi had to implement demonetization to find out who is actually poor! #boy�","FALSE","0",NA,"2017-04-17 04:53:30","FALSE",NA,"853833776505303040",NA,"Twitter for Android","needa_perween","2","TRUE","FALSE" +"10534","10534","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:45:39","FALSE",NA,"853831801139318785",NA,"Twitter Lite","Crazy_nandu26","1333","TRUE","FALSE" +"10535","10535","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 04:44:51","FALSE",NA,"853831601410670593",NA,"Twitter for Android","manishvaranasi","165","TRUE","FALSE" +"10536","10536","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:43:37","FALSE",NA,"853831287974510592",NA,"Twitter for iPhone","tushar19293","1333","TRUE","FALSE" +"10537","10537","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:38:44","FALSE",NA,"853830058724663296",NA,"Twitter for Android","IndianBatman007","1333","TRUE","FALSE" +"10538","10538","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-17 04:36:21","FALSE",NA,"853829460860297216",NA,"Twitter for Android","KhannaRonit","20","TRUE","FALSE" +"10539","10539","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 04:34:42","FALSE",NA,"853829044382515201",NA,"Twitter for iPhone","rahulj_09","165","TRUE","FALSE" +"10540","10540","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:33:56","FALSE",NA,"853828852765872128",NA,"Twitter for Android","RajeshSarda7","1333","TRUE","FALSE" +"10541","10541","RT @_asif: Hi @evanspiegel! India is so rich that PM @narendramodi had to implement demonetization to find out who is actually poor! #boy�","FALSE","0",NA,"2017-04-17 04:31:17","FALSE",NA,"853828186563420162",NA,"Twitter Web Client","Design_Track","2","TRUE","FALSE" +"10542","10542","Hi @evanspiegel! India is so rich that PM @narendramodi had to implement demonetization to find out who is actually poor! #boycottsnapchat","FALSE","4",NA,"2017-04-17 04:26:32","FALSE",NA,"853826990893219840",NA,"Twitter for iPhone","_asif","2","FALSE","FALSE" +"10543","10543","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 04:17:12","FALSE",NA,"853824641487355905",NA,"Twitter for Android","Vschandel07","165","TRUE","FALSE" +"10544","10544","RT @gajeraakshay9: Demonetization effect #Go_Back_Modi #Patidar_Justice https://t.co/fTHmoBhfzS","FALSE","0",NA,"2017-04-17 04:15:44","FALSE",NA,"853824272153825281",NA,"Twitter for Android","hiren_khanpara","4","TRUE","FALSE" +"10545","10545","RT @SpencerKarter: I hate Susan Wojcicki and her damn Advertiser Friendly Demonetization Censorship with a passion. #MakeYouTubeGreatAgain�","FALSE","0",NA,"2017-04-17 04:14:40","FALSE",NA,"853824003840114689",NA,"Twitter Web Client","jamesjimcie","2","TRUE","FALSE" +"10546","10546","RT @gajeraakshay9: Demonetization effect #Go_Back_Modi #Patidar_Justice https://t.co/fTHmoBhfzS","FALSE","0",NA,"2017-04-17 04:13:50","FALSE",NA,"853823796272185344",NA,"Twitter for Android","ChintanPateL___","4","TRUE","FALSE" +"10547","10547","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 04:13:10","FALSE",NA,"853823626692276224",NA,"Twitter for Android","Evilsickularist","197","TRUE","FALSE" +"10548","10548","We were told that demonetization had dented Modi's popularity among industrialists in Surat. Images from yday show something else!","FALSE","0",NA,"2017-04-17 04:13:01","FALSE",NA,"853823588058746880",NA,"Twitter for iPad","Hungrynfool","0","FALSE","FALSE" +"10549","10549","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:12:20","FALSE",NA,"853823415387475969",NA,"Twitter for iPhone","rakshitanilkuma","1333","TRUE","FALSE" +"10550","10550","India Is In FULL PANIC MODE As Cash Is Running Out! +Demonetization Is Creating Civil Unrest! https://t.co/awhmGvjIZy","FALSE","0",NA,"2017-04-17 04:10:54","FALSE",NA,"853823054555660289",NA,"Facebook","JohnBoutakis","0","FALSE","FALSE" +"10551","10551","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:10:22","FALSE",NA,"853822921625579520",NA,"Twitter for iPhone","krishna_sanwal","1333","TRUE","FALSE" +"10552","10552","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 04:05:41","FALSE",NA,"853821741453463553",NA,"Twitter for Android","RaviRaikwa","83","TRUE","FALSE" +"10553","10553","Demonetization effect #Go_Back_Modi #Patidar_Justice https://t.co/fTHmoBhfzS","FALSE","4",NA,"2017-04-17 04:05:32","FALSE",NA,"853821704027729920",NA,"Twitter for Windows Phone","gajeraakshay9","4","FALSE","FALSE" +"10554","10554","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 04:01:32","FALSE",NA,"853820697147305984",NA,"Twitter for Android","jigyasa203","165","TRUE","FALSE" +"10555","10555","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:01:12","FALSE",NA,"853820614603419648",NA,"Twitter for Android","ShreyaChandel1","1333","TRUE","FALSE" +"10556","10556","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:00:39","FALSE",NA,"853820475834867717",NA,"Twitter for iPhone","xtiffany_s","1333","TRUE","FALSE" +"10557","10557","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:00:35","FALSE",NA,"853820459196047360",NA,"Twitter for Android","VikasPatidar056","1333","TRUE","FALSE" +"10558","10558","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 04:00:01","FALSE",NA,"853820316212224000",NA,"Twitter for Android","RaviRaikwa","1333","TRUE","FALSE" +"10559","10559","RT @shubhamdr: @madmanweb @digvijaya_28 Demonetization happened in India not in Ur loving Pakistan","FALSE","0",NA,"2017-04-17 03:59:44","FALSE",NA,"853820245777108992",NA,"Twitter for Android","sudar2k","2","TRUE","FALSE" +"10560","10560","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:59:06","FALSE",NA,"853820087215677441",NA,"Twitter for Android","SatishPan2013","197","TRUE","FALSE" +"10561","10561","RT @shubhamdr: @madmanweb @digvijaya_28 Demonetization happened in India not in Ur loving Pakistan","FALSE","0",NA,"2017-04-17 03:58:36","FALSE",NA,"853819961378095104",NA,"Twitter for iPad","GeethaaAnjali","2","TRUE","FALSE" +"10562","10562","@madmanweb @anitanairauthor Stone Pelleting was reduced after demonetization.It again started by Abdulla family to� https://t.co/iFHabeBYCs","FALSE","0","madmanweb","2017-04-17 03:58:19","TRUE","853207823324524547","853819889995218945","31709458","Twitter for iPad","GeethaaAnjali","0","FALSE","FALSE" +"10563","10563","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:56:32","FALSE",NA,"853819439447519232",NA,"Twitter for Android","beguilingbeing","1333","TRUE","FALSE" +"10564","10564","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:55:35","FALSE",NA,"853819203421216768",NA,"Twitter for Android","jayant_bhushan","165","TRUE","FALSE" +"10565","10565","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:51:15","FALSE",NA,"853818111358898176",NA,"Twitter for Android","Cuteekatholic17","1333","TRUE","FALSE" +"10566","10566","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:48:53","FALSE",NA,"853817516161945600",NA,"Twitter for Android","GsOnebalaji","1333","TRUE","FALSE" +"10567","10567","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-17 03:46:53","FALSE",NA,"853817010974851072",NA,"Twitter for Android","Sukhjee61679745","43","TRUE","FALSE" +"10568","10568","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! + +#Snapchat","FALSE","2",NA,"2017-04-17 03:44:49","FALSE",NA,"853816493561085954",NA,"Twitter for iPhone","sparnika113","0","FALSE","FALSE" +"10569","10569","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:44:01","FALSE",NA,"853816289286131712",NA,"Twitter for Android","vipingarg01","197","TRUE","FALSE" +"10570","10570","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:43:06","FALSE",NA,"853816061166198784",NA,"Twitter for Windows Phone","Ranask35","1333","TRUE","FALSE" +"10571","10571","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:43:06","FALSE",NA,"853816060272812032",NA,"Twitter for Android","Sarmista1","1333","TRUE","FALSE" +"10572","10572","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:41:28","FALSE",NA,"853815647482126340",NA,"Twitter for Android","iSravanK","1333","TRUE","FALSE" +"10573","10573","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:41:02","FALSE",NA,"853815540070088704",NA,"Twitter for Android","Ashley_N_A","1333","TRUE","FALSE" +"10574","10574","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:38:55","FALSE",NA,"853815005283856386",NA,"Twitter for Android","Desi_IbnBattuta","197","TRUE","FALSE" +"10575","10575","#Demonetization ke demon se daraane wali parties & netas aaj kiske pallu mein mooh chupaa ke baithe hongey. +They re� https://t.co/89CAClfRW8","FALSE","0",NA,"2017-04-17 03:38:12","TRUE",NA,"853814828271456257",NA,"Twitter for Android","HKChandnani","0","FALSE","FALSE" +"10576","10576","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:37:51","FALSE",NA,"853814736919638016",NA,"Twitter for Android","agampal1","1333","TRUE","FALSE" +"10577","10577","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:37:28","FALSE",NA,"853814643437039616",NA,"Twitter for Android","IshaniVerma_","1333","TRUE","FALSE" +"10578","10578","When our Honorable Prime Minister announced the demonetization exercise, we all saw very interesting facets of... https://t.co/M0oen2tYxJ","FALSE","0",NA,"2017-04-17 03:30:04","FALSE",NA,"853812780117352448",NA,"Facebook","SiyaWoman","0","FALSE","FALSE" +"10579","10579","RT @MonicaDubey: Govt claimed that demonetization will end Black Money, Terrorism & Fake Currency.All 3 are still here and thriving.Only ca�","FALSE","0",NA,"2017-04-17 03:27:47","FALSE",NA,"853812204881100800",NA,"Twitter for Android","vijaisalins","6","TRUE","FALSE" +"10580","10580","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:24:57","FALSE",NA,"853811493175001088",NA,"Twitter for Android","RxAp23","197","TRUE","FALSE" +"10581","10581","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:22:20","FALSE",NA,"853810835214311425",NA,"Twitter for Android","soumikdas","197","TRUE","FALSE" +"10582","10582","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:18:10","FALSE",NA,"853809785367646209",NA,"Twitter for iPhone","RetardedHurt","165","TRUE","FALSE" +"10583","10583","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:17:00","FALSE",NA,"853809491057528832",NA,"Twitter for Android","Narendrapanwar8","165","TRUE","FALSE" +"10584","10584","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:15:55","FALSE",NA,"853809217874120704",NA,"Twitter for Android","TigersBloodCell","165","TRUE","FALSE" +"10585","10585","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:14:22","FALSE",NA,"853808829523517441",NA,"Twitter for Android","vickysk007","165","TRUE","FALSE" +"10586","10586","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:14:18","FALSE",NA,"853808812272230402",NA,"Twitter for Android","DrPColi","197","TRUE","FALSE" +"10587","10587","I was told that stone pelting in Kashmir had stopped due to demonetization! #DeMonetisation #Demonetization","FALSE","1",NA,"2017-04-17 03:13:51","FALSE",NA,"853808699521073153",NA,"Twitter Web Client","pradeep211","0","FALSE","FALSE" +"10588","10588","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:13:08","FALSE",NA,"853808518201094144",NA,"Twitter for iPhone","Arun2981","197","TRUE","FALSE" +"10589","10589","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 03:08:18","FALSE",NA,"853807302532575238",NA,"Twitter for iPhone","nasrulhoda73","165","TRUE","FALSE" +"10590","10590","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:08:09","FALSE",NA,"853807265350131712",NA,"Twitter for iPhone","Khurafaati_","1333","TRUE","FALSE" +"10591","10591","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:07:47","FALSE",NA,"853807170281930752",NA,"Twitter for Android","pateltushar0024","1333","TRUE","FALSE" +"10592","10592","@scroll_in Changed tone. Why? ""World Bank downgrades India's growth forecast after demonetisation"" https://t.co/NmIGxURKJm #demonetization","FALSE","0","scroll_in","2017-04-17 03:02:48","FALSE","853804710888976385","853805918924005376","414946220","Twitter for BlackBerry","DSaDarryl","0","FALSE","FALSE" +"10593","10593","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 03:02:36","FALSE",NA,"853805868831444993",NA,"Twitter for Android","JadhavPj35","1333","TRUE","FALSE" +"10594","10594","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 03:02:20","FALSE",NA,"853805800455774208",NA,"Twitter Web Client","chhuti_is","197","TRUE","FALSE" +"10595","10595","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 02:59:47","FALSE",NA,"853805159247474689",NA,"Twitter Web Client","segovind","197","TRUE","FALSE" +"10596","10596","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:59:03","FALSE",NA,"853804973162995713",NA,"Twitter for Android","Krishna05656","1333","TRUE","FALSE" +"10597","10597","@narendramodi demonetization is very good thought for step forwards to development but common ppl suffered alot plz provide #ATM centers","FALSE","0","narendramodi","2017-04-17 02:58:51","FALSE",NA,"853804924542627846","18839785","Twitter for Windows Phone","Muraligupta8","0","FALSE","FALSE" +"10598","10598"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/z0vAMb1wdY via @YouTube","FALSE","0",NA,"2017-04-17 02:58:27","FALSE",NA,"853804821744422913",NA,"Twitter Web Client","TerrisRenfro","0","FALSE","FALSE" +"10599","10599","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:56:29","FALSE",NA,"853804329794490368",NA,"Twitter for Android","i_rituuuu","1333","TRUE","FALSE" +"10600","10600","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 02:55:25","FALSE",NA,"853804061019127808",NA,"Twitter for Android","Sanathvarma","165","TRUE","FALSE" +"10601","10601"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship@POTUS @realDonaldTrump https://t.co/7XrSZBOBGB","FALSE","0",NA,"2017-04-17 02:48:10","FALSE",NA,"853802233527513090",NA,"Twitter for iPhone","DanilleMamm2","0","FALSE","FALSE" +"10602","10602"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/7XrSZBOBGB","FALSE","0",NA,"2017-04-17 02:47:58","FALSE",NA,"853802184470929409",NA,"Twitter for iPhone","DanilleMamm2","0","FALSE","FALSE" +"10603","10603","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:47:13","FALSE",NA,"853801996691922945",NA,"Twitter Lite","mishraditya1","1333","TRUE","FALSE" +"10604","10604","RT @CGDev: Join us Tues for a discussion on India's econ w/ @arvindsubraman & moderated by @AnnieLowrey #CGDTalks https://t.co/blTu79faHP","FALSE","0",NA,"2017-04-17 02:45:37","FALSE",NA,"853801594860838912",NA,"Twitter for Android","dhruvbhim","2","TRUE","FALSE" +"10605","10605","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:44:22","FALSE",NA,"853801280489312256",NA,"Twitter for Android","mukeshdubey619","1333","TRUE","FALSE" +"10606","10606","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 02:42:48","FALSE",NA,"853800883821391872",NA,"Twitter for Android","aihthered","197","TRUE","FALSE" +"10607","10607","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 02:41:59","FALSE",NA,"853800680640983043",NA,"Twitter for Android","Gowtham_Tweetz","165","TRUE","FALSE" +"10608","10608","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:41:03","FALSE",NA,"853800444942057472",NA,"Twitter for Android","PatAnk81","1333","TRUE","FALSE" +"10609","10609","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:36:56","FALSE",NA,"853799407531307008",NA,"Twitter for Android","vinodkr001","1333","TRUE","FALSE" +"10610","10610","RT @imNazriya: Dear @snapchat CEO, +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor�","FALSE","0",NA,"2017-04-17 02:35:46","FALSE",NA,"853799116815699972",NA,"Twitter for Android","jyotipattanaya1","3","TRUE","FALSE" +"10611","10611","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-17 02:35:01","FALSE",NA,"853798925391802368",NA,"Twitter for iPhone","roops91","75","TRUE","FALSE" +"10612","10612","RT @AmeetV3: @evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsna�","FALSE","0",NA,"2017-04-17 02:31:38","FALSE",NA,"853798074040365056",NA,"Twitter for Android","monsieurg3","7","TRUE","FALSE" +"10613","10613"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/ycfVTlwSl8","FALSE","0",NA,"2017-04-17 02:29:20","FALSE",NA,"853797497227161600",NA,"Twitter for iPhone","happypainter57","0","FALSE","FALSE" +"10614","10614","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:26:57","FALSE",NA,"853796896527323137",NA,"Twitter for Android","BeingSKsFan","1333","TRUE","FALSE" +"10615","10615","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 02:25:38","FALSE",NA,"853796565428822017",NA,"Twitter for Android","Muchonwalihansa","165","TRUE","FALSE" +"10616","10616","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:23:11","FALSE",NA,"853795948912287744",NA,"Twitter for Android","IndnAgnstCorptn","1333","TRUE","FALSE" +"10617","10617","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-17 02:21:27","FALSE",NA,"853795512952246273",NA,"Twitter for iPhone","nasrulhoda73","415","TRUE","FALSE" +"10618","10618","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:21:15","FALSE",NA,"853795460963872768",NA,"Twitter for Android","AMAALIAN_Vaibhu","1333","TRUE","FALSE" +"10619","10619"," The Truth About #YouTube Demonetization, #AdSense Boycott & Censorship. #Google #news #US #UK #media #EU https://t.co/a4kJh0AVPk","FALSE","0",NA,"2017-04-17 02:19:58","FALSE",NA,"853795139151577088",NA,"Twitter for iPhone","side_hy","0","FALSE","FALSE" +"10620","10620","RT @AmeetV3: @evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsna�","FALSE","0",NA,"2017-04-17 02:18:41","FALSE",NA,"853794817670758400",NA,"Twitter for Android","Laxman6699","7","TRUE","FALSE" +"10621","10621","The latest The Demonetization Daily! https://t.co/yvM7ytOmlq Thanks to @rilrihahco1986 @trunils @OnmanoramaLive #india #cashless","FALSE","0",NA,"2017-04-17 02:14:01","FALSE",NA,"853793639994142720",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"10622","10622","RT @AmeetV3: @evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsna�","FALSE","0",NA,"2017-04-17 02:13:37","FALSE",NA,"853793540543066112",NA,"Twitter for Android","udi_cs","7","TRUE","FALSE" +"10623","10623","@evanspiegel The money thrown in ganges n burnt during demonetization in india were more than ur present Property +#boycottsnapchat","FALSE","33","evanspiegel","2017-04-17 02:12:47","FALSE",NA,"853793332253741056","230287527","Twitter for Android","AmeetV3","7","FALSE","FALSE" +"10624","10624","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:11:14","FALSE",NA,"853792940505878528",NA,"Twitter Web Client","KshitijKhandare","1333","TRUE","FALSE" +"10625","10625","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:07:51","FALSE",NA,"853792089229885444",NA,"Twitter for iPhone","ItsNishaaaaaa","1333","TRUE","FALSE" +"10626","10626","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-17 02:07:50","FALSE",NA,"853792085647933440",NA,"Twitter for Android","CBMANTRI123456","43","TRUE","FALSE" +"10627","10627","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 02:05:21","FALSE",NA,"853791459224543232",NA,"Twitter for Android","iamthearijit1","1333","TRUE","FALSE" +"10628","10628","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 02:04:51","FALSE",NA,"853791333256839168",NA,"Twitter Lite","UmaSinghal1","165","TRUE","FALSE" +"10629","10629","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 02:04:31","FALSE",NA,"853791249886740480",NA,"Twitter for Android","Cherrybhai","197","TRUE","FALSE" +"10630","10630","India Oil Demand Shrinks for Third Month Amid Demonetization Drag","FALSE","0",NA,"2017-04-17 02:00:32","FALSE",NA,"853790246353416193",NA,"Hootsuite","OilAndGasPeople","0","FALSE","FALSE" +"10631","10631","India Oil Demand Shrinks for Third Month Amid Demonetization Drag","FALSE","0",NA,"2017-04-17 02:00:31","FALSE",NA,"853790245845950464",NA,"Hootsuite","TomWatts21","0","FALSE","FALSE" +"10632","10632","India Oil Demand Shrinks for Third Month Amid Demonetization Drag - Oil Industry News - Oil and Gas News https://t.co/1qAWchy3qd","FALSE","0",NA,"2017-04-17 02:00:06","FALSE",NA,"853790140292059136",NA,"Facebook","OilAndGasPeople","0","FALSE","FALSE" +"10633","10633","RT @parthology: *Modi didn't check Snapchat accounts during Demonetization* + +Intelligentsia : Bad Implementation https://t.co/lxJCKxMbWX","FALSE","0",NA,"2017-04-17 02:00:05","FALSE",NA,"853790135334322177",NA,"Twitter Web Client","lakshmianand96","3","TRUE","FALSE" +"10634","10634","RT @LindaRockers: The Truth About YouTube Demonetization, AdSense Boycott & Censorship @LifecoachNV16 https://t.co/e1DsRsjOEz","FALSE","0",NA,"2017-04-17 01:58:31","FALSE",NA,"853789738976681984",NA,"Twitter Lite","Brokenf8","4","TRUE","FALSE" +"10635","10635","RT @_joshburgess: What are you doing, Silicon Valley? YouTube demonetization + Twitter/Reddit/Facebook censorship is getting out of control�","FALSE","0",NA,"2017-04-17 01:57:24","FALSE",NA,"853789461251059713",NA,"Tweetbot for iS","grossbart","3","TRUE","FALSE" +"10636","10636","RT @LindaRockers: The Truth About YouTube Demonetization, AdSense Boycott & Censorship @LifecoachNV16 https://t.co/e1DsRsjOEz","FALSE","0",NA,"2017-04-17 01:57:24","FALSE",NA,"853789458038013953",NA,"Twitter Lite","deborahjlundy","4","TRUE","FALSE" +"10637","10637","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:57:10","FALSE",NA,"853789400307838976",NA,"Twitter for Android","Anand_soni_xx","1333","TRUE","FALSE" +"10638","10638","RT @blockchaininfos: ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/c9BB3NmXZK","FALSE","0",NA,"2017-04-17 01:56:07","FALSE",NA,"853789137744404480",NA,"Twitter Web Client","AloofTechnocrat","1","TRUE","FALSE" +"10639","10639","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 01:56:02","FALSE",NA,"853789115141238784",NA,"Twitter for iPhone","dhariyat007","197","TRUE","FALSE" +"10640","10640","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:55:57","FALSE",NA,"853789096669577217",NA,"Twitter for iPhone","ganganisagar7","1333","TRUE","FALSE" +"10641","10641","@evanspiegel Rspctd sir, wtevr ur Co's annual turnover, we threw out money in d dranaige at d tym of demonetization. +Hope u got ur answer","FALSE","0","evanspiegel","2017-04-17 01:55:23","FALSE",NA,"853788952700080134","230287527","Twitter for Android","rajarudra8","0","FALSE","FALSE" +"10642","10642","#GujaratWelcomesPMModi where are the media folks who said Angry diamond city will hurt bjp for demonetization.","FALSE","1",NA,"2017-04-17 01:54:55","FALSE",NA,"853788834152169472",NA,"Twitter for Android","gorasambli","0","FALSE","FALSE" +"10643","10643","RT @parthology: *Modi didn't check Snapchat accounts during Demonetization* + +Intelligentsia : Bad Implementation https://t.co/lxJCKxMbWX","FALSE","0",NA,"2017-04-17 01:54:29","FALSE",NA,"853788724328632320",NA,"Twitter for iPhone","VictoryForNamo","3","TRUE","FALSE" +"10644","10644","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-17 01:50:51","FALSE",NA,"853787812642115584",NA,"Twitter for Android","sunilkrkokcha","165","TRUE","FALSE" +"10645","10645","RT @AgendaOfEvil: Silencing/ Starving Out the Opposition: The Demonetization of YouTube, Google Ads is Fast Underway; Dissidents Wi... http�","FALSE","0",NA,"2017-04-17 01:50:36","FALSE",NA,"853787746414080000",NA,"Twitter for Android","JackieMcReath1","1","TRUE","FALSE" +"10646","10646","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 01:45:45","FALSE",NA,"853786527222157312",NA,"Twitter for Android","vishal_sathe","197","TRUE","FALSE" +"10647","10647","Silencing/ Starving Out the Opposition: The Demonetization of YouTube, Google Ads is Fast Underway; Dissidents Wi... https://t.co/WLSl1J3LE5","FALSE","1",NA,"2017-04-17 01:44:11","FALSE",NA,"853786132802187265",NA,"AgendaOfEvil","AgendaOfEvil","1","FALSE","FALSE" +"10648","10648","RT @LindaRockers: The Truth About YouTube Demonetization, AdSense Boycott & Censorship @LifecoachNV16 https://t.co/e1DsRsjOEz","FALSE","0",NA,"2017-04-17 01:43:29","FALSE",NA,"853785956922609664",NA,"Twitter Web Client","cynthiaj5112","4","TRUE","FALSE" +"10649","10649","@BJP4India @narendramodi @AmitShah @arunjaitley I am proud of Mr. Narendra modi for demonetization","FALSE","0","BJP4India","2017-04-17 01:42:42","FALSE","852021256362704896","853785758590787584","207809313","Twitter for Android","Rishu89668977","0","FALSE","FALSE" +"10650","10650","""Out Of Cash"" - More Than 90% Of India ATMs Run Dry | Zero Hedge https://t.co/irsYkxBvzw #demonetization","FALSE","0",NA,"2017-04-17 01:41:51","FALSE",NA,"853785546262556672",NA,"Twitter Web Client","cybersive1","0","FALSE","FALSE" +"10651","10651","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 01:40:29","FALSE",NA,"853785202417643521",NA,"Twitter for Android","nileshpotbhare","83","TRUE","FALSE" +"10652","10652","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:40:22","FALSE",NA,"853785174223581186",NA,"Twitter for Android","nileshpotbhare","1333","TRUE","FALSE" +"10653","10653","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:40:10","FALSE",NA,"853785123946455040",NA,"Twitter for iPhone","BeingDeshmukh","1333","TRUE","FALSE" +"10654","10654","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:38:12","FALSE",NA,"853784628288684032",NA,"Twitter for Windows","vivek_atwal","1333","TRUE","FALSE" +"10655","10655","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 01:37:49","FALSE",NA,"853784532633477120",NA,"Twitter for Android","shalurajasthan","197","TRUE","FALSE" +"10656","10656","ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/mFyvAnIqm3","FALSE","0",NA,"2017-04-17 01:37:22","FALSE",NA,"853784417894060032",NA,"IFTTT","bitsonlinecom","0","FALSE","FALSE" +"10657","10657","RT @SpencerKarter: I hate Susan Wojcicki and her damn Advertiser Friendly Demonetization Censorship with a passion. #MakeYouTubeGreatAgain�","FALSE","0",NA,"2017-04-17 01:28:32","FALSE",NA,"853782196347441152",NA,"Twitter Web Client","olderbrother21","2","TRUE","FALSE" +"10658","10658","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:26:50","FALSE",NA,"853781767802703872",NA,"Twitter for Android","SaumyaThakur94","1333","TRUE","FALSE" +"10659","10659","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:26:39","FALSE",NA,"853781722017779712",NA,"Twitter for Android","quasim_b","1333","TRUE","FALSE" +"10660","10660","@PChidambaram_IN @arunjaitley where r those Harvard educated folks who predicted doom for the economy after demonet� https://t.co/Rin8mRuFcz","FALSE","0","PChidambaram_IN","2017-04-17 01:26:23","TRUE",NA,"853781655273717760","3097503906","Twitter for Android","RPNK","0","FALSE","FALSE" +"10661","10661","I hate Susan Wojcicki and her damn Advertiser Friendly Demonetization Censorship with a passion. #MakeYouTubeGreatAgain #YouTube #PROTEST","FALSE","1",NA,"2017-04-17 01:26:05","FALSE",NA,"853781579180781569",NA,"Twitter Web Client","SpencerKarter","2","FALSE","FALSE" +"10662","10662","The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/33TeNpFSiE #PleaseDonate #HelpAlternativeMedia #freespeech","FALSE","0",NA,"2017-04-17 01:24:21","FALSE",NA,"853781141106683904",NA,"Twitter Web Client","didyouyarnthat","0","FALSE","FALSE" +"10663","10663","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 01:19:08","FALSE",NA,"853779830592098306",NA,"Twitter for Android","manita_kapoor","197","TRUE","FALSE" +"10664","10664","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:19:00","FALSE",NA,"853779794433110016",NA,"Mobile Web (M2)","RealIntolerant","1333","TRUE","FALSE" +"10665","10665","It is a way, method of demonetization of whites. The media never misses an opportunity or stops when people call th� https://t.co/fTqsyYVPo1","FALSE","0",NA,"2017-04-17 01:18:34","TRUE",NA,"853779687927099392",NA,"Twitter Web Client","ArdentQuestions","0","FALSE","FALSE" +"10666","10666"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/33TeNpFSiE #censorship #fakenews #youtubesucks #unfair","FALSE","0",NA,"2017-04-17 01:18:30","FALSE",NA,"853779668834676736",NA,"Twitter Web Client","didyouyarnthat","0","FALSE","FALSE" +"10667","10667","RT @LivingOnChi: 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0",NA,"2017-04-17 01:12:35","FALSE",NA,"853778183056969729",NA,"Twitter for iPhone","rjsulzer","5","TRUE","FALSE" +"10668","10668","@Timcast I'm writing an article regarding the YouTube demonetization and I would appreciate a comment or your thoughts if possible.","FALSE","0","Timcast","2017-04-17 01:11:50","FALSE","853002789714247680","853777990970376193","27000730","Twitter Web Client","CelinaSummers","0","FALSE","FALSE" +"10669","10669","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 01:09:45","FALSE",NA,"853777468720689152",NA,"Twitter for iPhone","samyagdrsti","197","TRUE","FALSE" +"10670","10670","RT @Tweenvi: Even demonetization couldn't bring out the hidden money of rich people. But Snapchat CEO's comment definitely did it! :D #Indi�","FALSE","0",NA,"2017-04-17 01:09:38","FALSE",NA,"853777437263515650",NA,"Twitter for iPhone","samyagdrsti","2","TRUE","FALSE" +"10671","10671","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-17 01:08:01","FALSE",NA,"853777031515045888",NA,"Twitter Web Client","ShepKross","7","TRUE","FALSE" +"10672","10672","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-17 01:08:01","FALSE",NA,"853777030432927744",NA,"Twitter for Android","tprafull","75","TRUE","FALSE" +"10673","10673","You know you need a break when you keep reading ""demonization"" instead of ""demonetization"" &mess up alphabetical order of your bibliography","FALSE","1",NA,"2017-04-17 01:07:20","FALSE",NA,"853776860785897473",NA,"Twitter for iPhone","Puish","0","FALSE","FALSE" +"10674","10674","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 01:04:35","FALSE",NA,"853776169849819136",NA,"Twitter for Android","pallaklalwani","1333","TRUE","FALSE" +"10675","10675","#AsiaSociety State Bank of India Chief Recounts Being 'Pushed Off the Deep End' by Demonetization. Read Blog: https://t.co/UPEbPCKi45","FALSE","0",NA,"2017-04-17 01:02:17","FALSE",NA,"853775587206283265",NA," NGO","_ngoo","0","FALSE","FALSE" +"10676","10676","ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/c9BB3NmXZK","FALSE","0",NA,"2017-04-17 00:55:33","FALSE",NA,"853773893034758144",NA,"IFTTT","blockchaininfos","1","FALSE","FALSE" +"10677","10677","RT @LivingOnChi: 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0",NA,"2017-04-17 00:54:31","FALSE",NA,"853773633784750084",NA,"Twitter for Android","OldSilasWebster","5","TRUE","FALSE" +"10678","10678","RT @LivingOnChi: 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0",NA,"2017-04-17 00:54:13","FALSE",NA,"853773558677471232",NA,"Twitter for Android","SayWhat83040737","5","TRUE","FALSE" +"10679","10679","ATMs in India Are out of Cash After Gov�t �Demonetization Drive� https://t.co/chlWqfQnVS","FALSE","0",NA,"2017-04-17 00:49:51","FALSE",NA,"853772458188582912",NA,"Twitter Web Client","HankAarons420","0","FALSE","FALSE" +"10680","10680"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/8QUSERDN9w","FALSE","0",NA,"2017-04-17 00:47:03","FALSE",NA,"853771756841992192",NA,"dlvr.it","DeyaniraRoman49","0","FALSE","FALSE" +"10681","10681"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship https://t.co/MtHCuM6hpH via @YouTube","FALSE","0",NA,"2017-04-17 00:46:06","FALSE",NA,"853771518584795136",NA,"Linkis: turn sharing into growth","myriad8","0","FALSE","FALSE" +"10682","10682","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-17 00:43:44","FALSE",NA,"853770922901241856",NA,"Twitter for Android","Nareshkatriya","83","TRUE","FALSE" +"10683","10683","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-17 00:43:27","FALSE",NA,"853770850750935041",NA,"Twitter for Android","Nareshkatriya","1333","TRUE","FALSE" +"10684","10684"," The Truth About YouTube Demonetization, AdSense Boycott & Censorship @LifecoachNV16 https://t.co/e1DsRsjOEz","FALSE","4",NA,"2017-04-17 00:43:09","FALSE",NA,"853770773550342144",NA,"Twitter for iPhone","LindaRockers","4","FALSE","FALSE" +"10685","10685","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 00:40:49","FALSE",NA,"853770186410913792",NA,"Twitter for Android","venkatchv","197","TRUE","FALSE" +"10686","10686","RT @LivingOnChi: 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0",NA,"2017-04-17 00:40:22","FALSE",NA,"853770071998595073",NA,"Twitter for Android","RodgerClark66","5","TRUE","FALSE" +"10687","10687","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 00:37:47","FALSE",NA,"853769421755756544",NA,"Twitter for Android","Harshva44829186","197","TRUE","FALSE" +"10688","10688","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 00:35:02","FALSE",NA,"853768732723691520",NA,"Twitter for Android","UturnSarkar","197","TRUE","FALSE" +"10689","10689","RT @LivingOnChi: 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","0",NA,"2017-04-17 00:34:43","FALSE",NA,"853768652692365315",NA,"Twitter Web Client","netminnow","5","TRUE","FALSE" +"10690","10690","1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","4",NA,"2017-04-17 00:33:17","FALSE",NA,"853768289570476032",NA,"Twitter Web Client","LivingOnChi","5","FALSE","FALSE" +"10691","10691","*Modi didn't check Snapchat accounts during Demonetization* + +Intelligentsia : Bad Implementation https://t.co/lxJCKxMbWX","FALSE","3",NA,"2017-04-17 00:32:40","FALSE",NA,"853768137090531328",NA,"Twitter for Android","parthology","3","FALSE","FALSE" +"10692","10692","RT @Tweenvi: Even demonetization couldn't bring out the hidden money of rich people. But Snapchat CEO's comment definitely did it! :D #Indi�","FALSE","0",NA,"2017-04-17 00:15:09","FALSE",NA,"853763727799332865",NA,"Twitter for Android","DDSez","2","TRUE","FALSE" +"10693","10693","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-17 00:10:17","FALSE",NA,"853762501204471810",NA,"Twitter for Android","DDSez","197","TRUE","FALSE" +"10694","10694","Another video hit with demonetization.....leave my channel alone YouTube! I'm not going anywhere!","FALSE","0",NA,"2017-04-17 00:08:44","FALSE",NA,"853762114783244292",NA,"Twitter Web Client","ChambersofHeart","0","FALSE","FALSE" +"10695","10695","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 23:56:23","FALSE",NA,"853759002965979136",NA,"Twitter for iPhone","ujjwalujjwal","197","TRUE","FALSE" +"10696","10696","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 23:55:58","FALSE",NA,"853758898418864128",NA,"Twitter for iPhone","gu83657761","165","TRUE","FALSE" +"10697","10697","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-16 23:53:36","FALSE",NA,"853758305134661637",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"10698","10698","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 23:47:27","FALSE",NA,"853756756429766656",NA,"Twitter for Android","AMUL_LUNI","1333","TRUE","FALSE" +"10699","10699","RT @_joshburgess: What are you doing, Silicon Valley? YouTube demonetization + Twitter/Reddit/Facebook censorship is getting out of control�","FALSE","0",NA,"2017-04-16 23:45:28","FALSE",NA,"853756258188312576",NA,"Twitter for iPhone","tptee","3","TRUE","FALSE" +"10700","10700","RT @_joshburgess: What are you doing, Silicon Valley? YouTube demonetization + Twitter/Reddit/Facebook censorship is getting out of control�","FALSE","0",NA,"2017-04-16 23:22:20","FALSE",NA,"853750435877978112",NA,"Twitter Lite","K4y1s","3","TRUE","FALSE" +"10701","10701","The Demonetization of YouTube is Fast Underway; Dissidents Will Be Silenced | Zero Hedge https://t.co/AkIXVyJn0b","FALSE","0",NA,"2017-04-16 23:16:11","FALSE",NA,"853748887206510592",NA,"Twitter Web Client","aboutreed","0","FALSE","FALSE" +"10702","10702","Google, YouTube waging �demonetization� WAR on alternative media to bankrupt independent journalism https://t.co/Rkta5GfKxt","FALSE","0",NA,"2017-04-16 23:14:53","FALSE",NA,"853748562986811394",NA,"Twitter Web Client","aboutreed","0","FALSE","FALSE" +"10703","10703","Demonetization should be considered as the first major blow on corruption and its perpetrators in our nation. @narendramodi @PMOIndia","FALSE","0",NA,"2017-04-16 23:03:27","FALSE",NA,"853745683819446272",NA,"Twitter Web Client","sanjeevkumar11","0","FALSE","FALSE" +"10704","10704","What! Demonetization did not solve all our problems. See told ya total failure. https://t.co/PDnqYKwNmp","FALSE","0",NA,"2017-04-16 23:02:37","FALSE",NA,"853745474548801537",NA,"Tweetbot for iS","handofcongress","0","FALSE","FALSE" +"10705","10705","RT @CGDev: Join us Tues for a discussion on India's econ w/ @arvindsubraman & moderated by @AnnieLowrey #CGDTalks https://t.co/blTu79faHP","FALSE","0",NA,"2017-04-16 22:50:51","FALSE",NA,"853742513571586049",NA,"Twitter for Android","dmchheda","2","TRUE","FALSE" +"10706","10706","Support @jimmy_dore at the link. Youtube is trying to force out independent media by demonetization. Get on board.. https://t.co/aeeLXWWZZi","FALSE","0",NA,"2017-04-16 22:47:06","FALSE",NA,"853741570050412548",NA,"Twitter Web Client","FaceRippinChimp","0","FALSE","FALSE" +"10707","10707","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 22:36:35","FALSE",NA,"853738922693799936",NA,"Twitter for Android","iTousifKhan","165","TRUE","FALSE" +"10708","10708","RT @d_seaman: @truth_und_love @PrisonPlanet @Cernovich @StefanMolyneux @Lukewearechange @Fulcrum__News @Timcast Then @Timcast has an open i�","FALSE","0",NA,"2017-04-16 22:30:07","FALSE",NA,"853737293533917185",NA,"Twitter Web Client","truth_und_love","3","TRUE","FALSE" +"10709","10709","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 22:29:51","FALSE",NA,"853737230027956224",NA,"Twitter for iPhone","Nhuggie","1333","TRUE","FALSE" +"10710","10710","RT @d_seaman: @truth_und_love @PrisonPlanet @Cernovich @StefanMolyneux @Lukewearechange @Fulcrum__News @Timcast Then @Timcast has an open i�","FALSE","0",NA,"2017-04-16 22:28:28","FALSE",NA,"853736881808429056",NA,"Twitter for Android","MadLoveMomma","3","TRUE","FALSE" +"10711","10711","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 22:27:24","FALSE",NA,"853736610181115906",NA,"Mobile Web (M2)","imrealvivek","1333","TRUE","FALSE" +"10712","10712","@truth_und_love @PrisonPlanet @Cernovich @StefanMolyneux @Lukewearechange @Fulcrum__News @Timcast Then @Timcast has� https://t.co/OyVLkIVz5c","FALSE","6","truth_und_love","2017-04-16 22:23:42","TRUE","853735436648402944","853735678735257604","4755816283","Twitter Lite","d_seaman","3","FALSE","FALSE" +"10713","10713","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 22:23:31","FALSE",NA,"853735636305494016",NA,"Twitter Web Client","iSachinPathak","197","TRUE","FALSE" +"10714","10714","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 22:21:17","FALSE",NA,"853735073165713408",NA,"Twitter for Android","empire95469786","1333","TRUE","FALSE" +"10715","10715","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 22:19:56","FALSE",NA,"853734732781178880",NA,"Twitter for iPhone","shirin_sugar","1333","TRUE","FALSE" +"10716","10716","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 22:19:01","FALSE",NA,"853734499938476032",NA,"Twitter Lite","vivekpandey0927","80","TRUE","FALSE" +"10717","10717","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 22:16:09","FALSE",NA,"853733782406516736",NA,"Twitter for Android","metzeric1","197","TRUE","FALSE" +"10718","10718","What are you doing, Silicon Valley? YouTube demonetization + Twitter/Reddit/Facebook censorship is getting out of c� https://t.co/crYQckLE6P","FALSE","0",NA,"2017-04-16 22:13:24","TRUE",NA,"853733089037647872",NA,"Twitter Web Client","_joshburgess","3","FALSE","FALSE" +"10719","10719","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 22:10:26","FALSE",NA,"853732340077654018",NA,"Twitter for Android","ranjona","197","TRUE","FALSE" +"10720","10720","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 22:06:04","FALSE",NA,"853731242520588290",NA,"Twitter for Android","julienramauge","197","TRUE","FALSE" +"10721","10721","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 21:58:54","FALSE",NA,"853729437216649216",NA,"Twitter for Android","Urstrulyajy","165","TRUE","FALSE" +"10722","10722","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 21:53:58","FALSE",NA,"853728198689001473",NA,"Twitter for Android","ShashiKum","197","TRUE","FALSE" +"10723","10723","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:48:12","FALSE",NA,"853726747023482880",NA,"Twitter for iPhone","mishra199528","1333","TRUE","FALSE" +"10724","10724","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:46:14","FALSE",NA,"853726251118452736",NA,"Twitter for Android","PCmaniac_Sk","1333","TRUE","FALSE" +"10725","10725","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:45:40","FALSE",NA,"853726108931555330",NA,"Twitter for Android","ItsMuskan_","1333","TRUE","FALSE" +"10726","10726","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:43:12","FALSE",NA,"853725489445224449",NA,"Twitter for Android","ur_own_fakhru","1333","TRUE","FALSE" +"10727","10727","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:42:55","FALSE",NA,"853725416925933570",NA,"Twitter for Android","mkd_mohsin_","1333","TRUE","FALSE" +"10728","10728","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:38:47","FALSE",NA,"853724378542034945",NA,"Twitter for Android","amGourav","1333","TRUE","FALSE" +"10729","10729","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:33:49","FALSE",NA,"853723126487592961",NA,"Twitter for Android","Desi_fanatic","1333","TRUE","FALSE" +"10730","10730","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 21:14:01","FALSE",NA,"853718144820461568",NA,"Twitter for Android","abuzaidansari","165","TRUE","FALSE" +"10731","10731","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 21:00:59","FALSE",NA,"853714865143382017",NA,"Twitter for Android","_HimanshuSuman","1333","TRUE","FALSE" +"10732","10732","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 20:57:49","FALSE",NA,"853714066363170816",NA,"Twitter for Android","sulaimandelhvi","165","TRUE","FALSE" +"10733","10733","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:57:44","FALSE",NA,"853714046230646785",NA,"Twitter for Android","irfannooruddin","197","TRUE","FALSE" +"10734","10734","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:57:02","FALSE",NA,"853713871772712966",NA,"Twitter for iPhone","OmarEdewor","197","TRUE","FALSE" +"10735","10735","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 20:55:52","FALSE",NA,"853713577714352129",NA,"Twitter for Android","iamsrk_rahul","165","TRUE","FALSE" +"10736","10736","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 20:55:47","FALSE",NA,"853713553911664640",NA,"Twitter for Android","ASurpurkar","75","TRUE","FALSE" +"10737","10737","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:48:41","FALSE",NA,"853711767582765056",NA,"Talon (Plus)","krishp","197","TRUE","FALSE" +"10738","10738","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:45:03","FALSE",NA,"853710853320966144",NA,"Twitter Lite","sanika_1307","1333","TRUE","FALSE" +"10739","10739","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 20:44:59","FALSE",NA,"853710839328768000",NA,"Twitter Web Client","g_rohit19","80","TRUE","FALSE" +"10740","10740","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 20:41:50","FALSE",NA,"853710045560938498",NA,"Twitter for Android","NextToSRK","165","TRUE","FALSE" +"10741","10741","@ZeeBusiness @RBI demonetization will be a loss for india in multi-multi trillions?unlimited loss yes unlimited los� https://t.co/4dvlVFIty3","FALSE","0","LALITMailme","2017-04-16 20:40:25","TRUE","853707481658281984","853709690332561408","1401750134","Twitter Lite","LALITMailme","0","FALSE","FALSE" +"10742","10742","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:39:54","FALSE",NA,"853709559235354624",NA,"Twitter for Android","RakshantMishra","1333","TRUE","FALSE" +"10743","10743","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:39:28","FALSE",NA,"853709447188930560",NA,"Donald pussy grabber trump","narendramodirss","197","TRUE","FALSE" +"10744","10744","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:39:05","FALSE",NA,"853709351415988224",NA,"Twitter for Android","MIHIR_SHAH4590","197","TRUE","FALSE" +"10745","10745","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:37:08","FALSE",NA,"853708862402293760",NA,"Twitter for Android","somu_1988","1333","TRUE","FALSE" +"10746","10746","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 20:35:08","FALSE",NA,"853708359316393984",NA,"Twitter for iPhone","KumarJkumar15th","165","TRUE","FALSE" +"10747","10747","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 20:34:55","FALSE",NA,"853708303511113728",NA,"Twitter for iPhone","virenderghangas","165","TRUE","FALSE" +"10748","10748","@sardesairajdeep @narendramodi Demonetization was also supposed to solve Kashmir problem ","FALSE","0","sardesairajdeep","2017-04-16 20:34:03","FALSE","853638641125425152","853708086887956480","56304605","Twitter for iPhone","sver2000","0","FALSE","FALSE" +"10749","10749","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:33:54","FALSE",NA,"853708049097252865",NA,"Twitter for Android","iHrithik_ekta","1333","TRUE","FALSE" +"10750","10750","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:28:43","FALSE",NA,"853706745251745792",NA,"Twitter for iPhone","sahil1205sharma","1333","TRUE","FALSE" +"10751","10751","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:27:16","FALSE",NA,"853706377222553600",NA,"Twitter Web Client","nassallu","1333","TRUE","FALSE" +"10752","10752","RT @Policewalaaa: Some still thought Demonetization is a Hollywood movie released on 8th Nov","FALSE","0",NA,"2017-04-16 20:24:25","FALSE",NA,"853705660843929600",NA,"Twitter for iPhone","siddhigan58","2","TRUE","FALSE" +"10753","10753","@richa_singh @Kuttch_Wala price of stones went down after demonetization.","FALSE","1","richa_singh","2017-04-16 20:21:06","FALSE","853168660072071169","853704825002901504","28069658","Twitter for Android","lawragahsaka","0","FALSE","FALSE" +"10754","10754","@sanjivbhatt the fools even believed that Kashmiri youth risk life and limb to go stone pelting for a few rupees...� https://t.co/7QZ3C7ZHbR","FALSE","0","sanjivbhatt","2017-04-16 20:20:59","TRUE","853696099785129984","853704795927920640","101494182","Twitter Web Client","3ET69axJ9tAWQBQ","0","FALSE","FALSE" +"10755","10755","@ZeeBusiness @RBI only modi&demonetization is responsible for all gapps?this is the worst condom position of market� https://t.co/xJ2vOJ9F8C","FALSE","0","ZeeBusiness","2017-04-16 20:18:25","TRUE","853521285141458948","853704153507352576","140798905","Twitter Lite","LALITMailme","0","FALSE","FALSE" +"10756","10756","@gauravintellect @Junaid_Mattu Hahaha google how much money was deposited in two days after demonetization","FALSE","0","gauravintellect","2017-04-16 20:13:28","FALSE","853700491619876864","853702904837963780","181918272","Twitter for Android","Irfanshafi14","0","FALSE","FALSE" +"10757","10757","RT @LivingOnChi: .@zerohedge 1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","0",NA,"2017-04-16 20:12:26","FALSE",NA,"853702645739134977",NA,"Twitter for iPad","StopCampfield","3","TRUE","FALSE" +"10758","10758","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:12:06","FALSE",NA,"853702562196881409",NA,"Twitter for Android","Rais0Ahmed786","197","TRUE","FALSE" +"10759","10759","Evan Spiegel Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! + +#Snapchat","FALSE","2",NA,"2017-04-16 20:11:43","FALSE",NA,"853702466441023491",NA,"Twitter for iPhone","Yashsarda9","0","FALSE","FALSE" +"10760","10760","RT @LivingOnChi: .@zerohedge 1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","0",NA,"2017-04-16 20:03:25","FALSE",NA,"853700374942826496",NA,"Twitter for Android","vague_reality","3","TRUE","FALSE" +"10761","10761","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 20:03:11","FALSE",NA,"853700320005849089",NA,"Twitter for Android","Simranchauhan_5","1333","TRUE","FALSE" +"10762","10762","RT @LivingOnChi: .@zerohedge 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfY�","FALSE","0",NA,"2017-04-16 20:03:10","FALSE",NA,"853700312611213312",NA,"Twitter for Android","vague_reality","3","TRUE","FALSE" +"10763","10763","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 20:01:14","FALSE",NA,"853699827833593856",NA,"Twitter for Android","Leena679","197","TRUE","FALSE" +"10764","10764","RT @LivingOnChi: .@zerohedge 1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","0",NA,"2017-04-16 20:00:34","FALSE",NA,"853699660162248704",NA,"Twitter for iPhone","bernierockson","3","TRUE","FALSE" +"10765","10765","RT @LivingOnChi: .@zerohedge 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfY�","FALSE","0",NA,"2017-04-16 19:59:12","FALSE",NA,"853699316938149888",NA,"Twitter for iPhone","bernierockson","3","TRUE","FALSE" +"10766","10766","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:58:50","FALSE",NA,"853699222222249984",NA,"Twitter for Android","royal7_tweets","1333","TRUE","FALSE" +"10767","10767","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:55:54","FALSE",NA,"853698484209242112",NA,"Twitter for Android","djmtune","1333","TRUE","FALSE" +"10768","10768","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:55:36","FALSE",NA,"853698411035451392",NA,"Twitter for Android","SawantAshish396","1333","TRUE","FALSE" +"10769","10769","@MrCreepyPasta0 That too, but the demonetization added to it.","FALSE","0","MrCreepyPasta0","2017-04-16 19:55:34","FALSE","853698226721083392","853698400210096128","907354166","Twitter for Android","Fuzzy_Whiskers","0","FALSE","FALSE" +"10770","10770","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:54:45","FALSE",NA,"853698195733590016",NA,"Twitter Web Client","piert83","197","TRUE","FALSE" +"10771","10771","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:54:14","FALSE",NA,"853698067652124672",NA,"Twitter for Android","SlapStick_Baba","1333","TRUE","FALSE" +"10772","10772","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:54:08","FALSE",NA,"853698039671918594",NA,"Twitter for iPhone","Rajatbasant","1333","TRUE","FALSE" +"10773","10773","RT @LivingOnChi: .@zerohedge 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfY�","FALSE","0",NA,"2017-04-16 19:54:03","FALSE",NA,"853698017966280704",NA,"Twitter Web Client","IsotopeC14","3","TRUE","FALSE" +"10774","10774",".@zerohedge 1/3/17 A Well-Kept Open Secret: #Washington Is Behind #India�s Brutal #Demonetization Project +https://t.co/AfYceebTBt","FALSE","1","LivingOnChi","2017-04-16 19:53:21","FALSE","853697285640904704","853697841839185920","3130914869","Twitter Web Client","LivingOnChi","3","FALSE","FALSE" +"10775","10775",".@zerohedge 1/21/17 Demonetization: The Sinister Agenda Behind Washington�s �War On Cash� +https://t.co/AmsasJj4wt","FALSE","2","LivingOnChi","2017-04-16 19:52:55","FALSE","853697285640904704","853697732694986752","3130914869","Twitter Web Client","LivingOnChi","3","FALSE","FALSE" +"10776","10776","@MrCreepyPasta0 Stoopid YouTube demonetization -3-","FALSE","0","MrCreepyPasta0","2017-04-16 19:52:03","FALSE","853697393933635586","853697514490429444","907354166","Twitter for Android","Fuzzy_Whiskers","0","FALSE","FALSE" +"10777","10777","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:40:06","FALSE",NA,"853694510525755394",NA,"Twitter Web Client","papicky","197","TRUE","FALSE" +"10778","10778","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:38:57","FALSE",NA,"853694220074438656",NA,"Twitter Web Client","aawarajoker","1333","TRUE","FALSE" +"10779","10779","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:37:11","FALSE",NA,"853693775448743936",NA,"Twitter for iPhone","DolphinSinghwal","1333","TRUE","FALSE" +"10780","10780","-and makes it more about unfair beauty standards placed upon women and the demonetization of women considered not attractive.","FALSE","2","rawrburd","2017-04-16 19:35:54","FALSE","853693197943549952","853693450134454272","2812290691","Twitter Web Client","rawrburd","0","FALSE","FALSE" +"10781","10781","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:35:33","FALSE",NA,"853693362679033857",NA,"Twitter for iPhone","iHashmifurqan","165","TRUE","FALSE" +"10782","10782","@muglikar_ @adgpi why all these please once more #demonetization","FALSE","0","muglikar_","2017-04-16 19:33:59","FALSE","853537801043943425","853692969605517312","2877839294","Twitter Web Client","chagamkamalakar","0","FALSE","FALSE" +"10783","10783","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:32:43","FALSE",NA,"853692649609482240",NA,"Twitter for Android","BadBolaTrivedi","165","TRUE","FALSE" +"10784","10784","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:32:35","FALSE",NA,"853692617321787392",NA,"Twitter for Android","jovinosumicity","197","TRUE","FALSE" +"10785","10785","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:29:51","FALSE",NA,"853691931536351233",NA,"Twitter for Android","aadil07869","1333","TRUE","FALSE" +"10786","10786","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:27:30","FALSE",NA,"853691336893050881",NA,"Twitter for Android","Kitz_ayu","1333","TRUE","FALSE" +"10787","10787","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:27:19","FALSE",NA,"853691290571165696",NA,"Twitter for iPhone","Luttapi2","165","TRUE","FALSE" +"10788","10788","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:25:28","FALSE",NA,"853690828270600193",NA,"Twitter for Android","jaylakhupota","1333","TRUE","FALSE" +"10789","10789","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:24:53","FALSE",NA,"853690679008034816",NA,"Twitter for iPhone","MrVidyanand","197","TRUE","FALSE" +"10790","10790","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:23:25","FALSE",NA,"853690309649326080",NA,"Twitter for Android","Prince_SshubB","1333","TRUE","FALSE" +"10791","10791","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:20:55","FALSE",NA,"853689681585856514",NA,"Twitter for Android","aashay_sao","165","TRUE","FALSE" +"10792","10792","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:20:36","FALSE",NA,"853689602787430402",NA,"Twitter for iPhone","terrygarai","197","TRUE","FALSE" +"10793","10793","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:17:44","FALSE",NA,"853688881853681665",NA,"Twitter Lite","watson_mandez","1333","TRUE","FALSE" +"10794","10794","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:15:05","FALSE",NA,"853688212518301697",NA,"Twitter Web Client","orusimon","197","TRUE","FALSE" +"10795","10795","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:12:19","FALSE",NA,"853687517589061633",NA,"Twitter Lite","iqbalintouch","165","TRUE","FALSE" +"10796","10796","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:11:48","FALSE",NA,"853687385208619009",NA,"Twitter for Android","keyurkapuriya","1333","TRUE","FALSE" +"10797","10797","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:11:39","FALSE",NA,"853687349439594497",NA,"Twitter for iPhone","savinrsharma","1333","TRUE","FALSE" +"10798","10798","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:11:10","FALSE",NA,"853687229474107392",NA,"Twitter for Android","vishakha_Tweets","1333","TRUE","FALSE" +"10799","10799","Age-restriction I can understand, but the demonetization is dangerous. https://t.co/73JRH1WdQg","FALSE","0",NA,"2017-04-16 19:10:04","FALSE",NA,"853686952863858688",NA,"Twitter Web Client","starkwoodjonas","0","FALSE","FALSE" +"10800","10800","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:09:53","FALSE",NA,"853686905027915777",NA,"Twitter for Android","bombayquant","1333","TRUE","FALSE" +"10801","10801","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:08:39","FALSE",NA,"853686594565541890",NA,"Twitter for Android","URautelaSpeaks","1333","TRUE","FALSE" +"10802","10802","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:06:52","FALSE",NA,"853686144009220100",NA,"Twitter for Android","Dugu007","1333","TRUE","FALSE" +"10803","10803","@zerohedge Just returned back from India. Your analysis of demonetization in India is off the mark. Net net, impact� https://t.co/oZ7KPDB5Zu","FALSE","0","zerohedge","2017-04-16 19:06:15","TRUE",NA,"853685989704966147","18856867","Twitter for iPhone","yogeshdesaica","0","FALSE","FALSE" +"10804","10804","India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! +#Indians #evanspiegal +#Snapchat","FALSE","4",NA,"2017-04-16 19:05:17","FALSE",NA,"853685748435996675",NA,"Twitter for Android","7ksawks","0","FALSE","FALSE" +"10805","10805","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 19:04:29","FALSE",NA,"853685545859461120",NA,"Twitter for Android","kajolnk26","1333","TRUE","FALSE" +"10806","10806","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 19:04:08","FALSE",NA,"853685456642260992",NA,"Twitter for Android","wackystuart","197","TRUE","FALSE" +"10807","10807","Money flushed by indians down the drains during demonetization is more then the net worth of Snapchat inc. @Snap @Snapchat @snapchatsupport","FALSE","1",NA,"2017-04-16 19:02:40","FALSE",NA,"853685088290299904",NA,"Twitter for Android","Devarsh_s","0","FALSE","FALSE" +"10808","10808","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 19:01:53","FALSE",NA,"853684893582114816",NA,"Twitter for Android","the_mawali","165","TRUE","FALSE" +"10809","10809","Wow effect of demonetization kudos to Modi government https://t.co/ApWAu4ZCNz","FALSE","0",NA,"2017-04-16 18:54:52","FALSE",NA,"853683126366875648",NA,"Twitter for iPhone","ChakreshPathak","0","FALSE","FALSE" +"10810","10810","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:53:59","FALSE",NA,"853682902965596160",NA,"Twitter for Android","imfainaz","165","TRUE","FALSE" +"10811","10811","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:53:35","FALSE",NA,"853682803908759553",NA,"Twitter for Android","playrajiv","1333","TRUE","FALSE" +"10812","10812","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:51:26","FALSE",NA,"853682259785904131",NA,"Twitter for Android","mjrodov","197","TRUE","FALSE" +"10813","10813","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:50:33","FALSE",NA,"853682041052942336",NA,"Twitter for Android","MYSHAR1","197","TRUE","FALSE" +"10814","10814","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:49:50","FALSE",NA,"853681857740906496",NA,"Twitter for Android","panobdudu","197","TRUE","FALSE" +"10815","10815","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:49:48","FALSE",NA,"853681848786006016",NA,"Twitter for Android","Aamirr_Khannn","1333","TRUE","FALSE" +"10816","10816","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:49:46","FALSE",NA,"853681843937226752",NA,"Twitter for Android","shubhamkhatri21","1333","TRUE","FALSE" +"10817","10817","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:49:18","FALSE",NA,"853681723594428418",NA,"Twitter for Android","SanketDatir","1333","TRUE","FALSE" +"10818","10818","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:47:20","FALSE",NA,"853681229769695236",NA,"Twitter for Android","vaivhavjau","1333","TRUE","FALSE" +"10819","10819","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:46:43","FALSE",NA,"853681075930968065",NA,"Twitter for iPhone","Delhiite_","165","TRUE","FALSE" +"10820","10820","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:46:18","FALSE",NA,"853680968732991489",NA,"Twitter for Android","real_srkian","165","TRUE","FALSE" +"10821","10821","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:44:57","FALSE",NA,"853680628449062912",NA,"Twitter for Android","fun2shastra","1333","TRUE","FALSE" +"10822","10822","@YRDeshmukh @CvoterIndia Higher income group .. most of them business background , despite demonetization ,increase in %","FALSE","0","YRDeshmukh","2017-04-16 18:44:27","FALSE","853669778715815936","853680504385810437","103849564","Twitter for Android","bansal023","0","FALSE","FALSE" +"10823","10823","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:43:14","FALSE",NA,"853680196288790528",NA,"Twitter for Android","akifbhati","197","TRUE","FALSE" +"10824","10824","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:38:30","FALSE",NA,"853679005635104771",NA,"Twitter for Android","momminkazmi","1333","TRUE","FALSE" +"10825","10825","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 18:38:16","FALSE",NA,"853678949972537344",NA,"Twitter for iPhone","Aman31Atrey","43","TRUE","FALSE" +"10826","10826","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:37:48","FALSE",NA,"853678829797130241",NA,"Twitter Web Client","tusharnnd","1333","TRUE","FALSE" +"10827","10827","@NeetuGarg6 @iSharmaPuneet @narendramodi No cash crunch .... demonetization works for BJP.....","FALSE","0","NeetuGarg6","2017-04-16 18:35:31","FALSE","853640428196732929","853678257887035392","1387173836","Twitter Web Client","Being_Aarif","0","FALSE","FALSE" +"10828","10828","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:35:07","FALSE",NA,"853678155525222409",NA,"Twitter for Android","PushpendraVerma","197","TRUE","FALSE" +"10829","10829","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677958594125824",NA,"TweetDeck","PowerNamo","75","TRUE","FALSE" +"10830","10830","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677958199779328",NA,"TweetDeck","vikasy552","75","TRUE","FALSE" +"10831","10831","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957860122625",NA,"TweetDeck","MiiIndia","75","TRUE","FALSE" +"10832","10832","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957855838209",NA,"TweetDeck","BharatVidhataa","75","TRUE","FALSE" +"10833","10833","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957834919936",NA,"TweetDeck","MadhavK88","75","TRUE","FALSE" +"10834","10834","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957814009856",NA,"TweetDeck","lovelyyy300","75","TRUE","FALSE" +"10835","10835","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957776195585",NA,"TweetDeck","ianalyzed","75","TRUE","FALSE" +"10836","10836","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957755174913",NA,"TweetDeck","HdlProud","75","TRUE","FALSE" +"10837","10837","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957734219777",NA,"TweetDeck","fearless_india","75","TRUE","FALSE" +"10838","10838","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:20","FALSE",NA,"853677957658705920",NA,"TweetDeck","best_brt","75","TRUE","FALSE" +"10839","10839","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:02","FALSE",NA,"853677883436392449",NA,"TweetDeck","thehotbharatiya","75","TRUE","FALSE" +"10840","10840","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:02","FALSE",NA,"853677883423838209",NA,"TweetDeck","ShubhSahu93","75","TRUE","FALSE" +"10841","10841","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:34:02","FALSE",NA,"853677883314896898",NA,"Twitter for Android","SDaveForever","1333","TRUE","FALSE" +"10842","10842","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:02","FALSE",NA,"853677880894607360",NA,"TweetDeck","SbeeVest","75","TRUE","FALSE" +"10843","10843","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:02","FALSE",NA,"853677880793899008",NA,"TweetDeck","savannahrrlatt1","75","TRUE","FALSE" +"10844","10844","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880760352768",NA,"TweetDeck","namo_wins","75","TRUE","FALSE" +"10845","10845","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880517173249",NA,"TweetDeck","KaSuroor","75","TRUE","FALSE" +"10846","10846","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880496111618",NA,"TweetDeck","Kabirahun","75","TRUE","FALSE" +"10847","10847","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880454152192",NA,"TweetDeck","modifan62","75","TRUE","FALSE" +"10848","10848","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880181641216",NA,"TweetDeck","DhimAbhi","75","TRUE","FALSE" +"10849","10849","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880177328129",NA,"TweetDeck","ChemElsy","75","TRUE","FALSE" +"10850","10850","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880173240320",NA,"TweetDeck","DeshBha","75","TRUE","FALSE" +"10851","10851","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:34:01","FALSE",NA,"853677880168992768",NA,"TweetDeck","damrubaba","75","TRUE","FALSE" +"10852","10852","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:34:00","FALSE",NA,"853677875874156545",NA,"Twitter for Android","man_ntra","165","TRUE","FALSE" +"10853","10853","@NitKaif Well about Demonetization that is your opinion that you didn't find the step admirable but one cannot susp� https://t.co/2UpeKxWE7k","FALSE","0","NitKaif","2017-04-16 18:33:58","TRUE","853675166781407232","853677864692195330","4331353215","Twitter for Android","true_blueHindu","0","FALSE","FALSE" +"10854","10854","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:31:30","FALSE",NA,"853677246829268994",NA,"Twitter for Android","nilleo007","1333","TRUE","FALSE" +"10855","10855","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:30:09","FALSE",NA,"853676904221515776",NA,"Fenix for Android","iKaranDeshmukh","197","TRUE","FALSE" +"10856","10856","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:29:34","FALSE",NA,"853676757622370304",NA,"Twitter for Android","viv333","165","TRUE","FALSE" +"10857","10857","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:29:27","FALSE",NA,"853676729952587776",NA,"Twitter for Android","sanket7262","1333","TRUE","FALSE" +"10858","10858","RT @chagamkamalakar: @YRDeshmukh Sir Ji no need all those .. please once more #Demonetization .. if possibly move to barter system","FALSE","0",NA,"2017-04-16 18:29:00","FALSE",NA,"853676614151843840",NA,"Twitter for iPhone","sandipshettyyer","1","TRUE","FALSE" +"10859","10859","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:27:41","FALSE",NA,"853676283619811328",NA,"Twitter for iPhone","remmishgupta","197","TRUE","FALSE" +"10860","10860","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:26:43","FALSE",NA,"853676043063799808",NA,"Twitter for Android","being_Raji","1333","TRUE","FALSE" +"10861","10861","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:25:19","FALSE",NA,"853675689513320449",NA,"Twitter for Android","jerinchacko_","197","TRUE","FALSE" +"10862","10862","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:25:05","FALSE",NA,"853675630185066498",NA,"Twitter Web Client","jaysir12","1333","TRUE","FALSE" +"10863","10863","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:24:02","FALSE",NA,"853675365767593985",NA,"Twitter for Android","sonijeetu99","75","TRUE","FALSE" +"10864","10864","Um.. fuck. +I just realized that ""Modi Ji"" will be using this demonetization thing as a way to increase public surveillance","FALSE","0",NA,"2017-04-16 18:22:56","FALSE",NA,"853675089727860736",NA,"Twitter Lite","suseLEAP","0","FALSE","FALSE" +"10865","10865","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:20:34","FALSE",NA,"853674494312853504",NA,"Twitter for Android","RajpalArchana","1333","TRUE","FALSE" +"10866","10866","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:19:32","FALSE",NA,"853674235599872000",NA,"Twitter for Android","HareshVithlani","1333","TRUE","FALSE" +"10867","10867","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:17:13","FALSE",NA,"853673651580932100",NA,"Twitter for Android","yuvrajshrimal","1333","TRUE","FALSE" +"10868","10868","@prafullavadana Well here ppl don't like modi. +1. No spl package +2.As u know, AP ppl invest a lot in real estate.Tk� https://t.co/SfoFcwpunj","FALSE","0","prafullavadana","2017-04-16 18:15:37","TRUE","853672520028913666","853673249116499969","2462113706","Twitter for Android","chandr_Arka","0","FALSE","FALSE" +"10869","10869","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:13:54","FALSE",NA,"853672814599077888",NA,"Twitter Web Client","Pankajk9D","1333","TRUE","FALSE" +"10870","10870","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:13:01","FALSE",NA,"853672593542578179",NA,"Twitter for Android","AradhyaRoy12","1333","TRUE","FALSE" +"10871","10871","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:12:59","FALSE",NA,"853672587033010176",NA,"Twitter for Android","AashuRawat8","1333","TRUE","FALSE" +"10872","10872","@Snapchat India is so rich that Our pm @narendramodi ji had to demonetization to find who is actually poor +@evanspiegel","FALSE","1","Snapchat","2017-04-16 18:12:57","FALSE",NA,"853672577352568833","376502929","Twitter for Android","lokesh73007552","0","FALSE","FALSE" +"10873","10873","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:12:28","FALSE",NA,"853672456980242432",NA,"Twitter Lite","TheNewAgeIndian","197","TRUE","FALSE" +"10874","10874","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:08:23","FALSE",NA,"853671426552979456",NA,"Twitter for iPhone","imranraza22","197","TRUE","FALSE" +"10875","10875","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:08:04","FALSE",NA,"853671348400521217",NA,"Twitter for Android","niteshjadhav","165","TRUE","FALSE" +"10876","10876","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:04:03","FALSE",NA,"853670337631985665",NA,"Twitter for iPhone","Dhanesh0789","165","TRUE","FALSE" +"10877","10877","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:03:31","FALSE",NA,"853670201216434176",NA,"Twitter Web Client","beegeorge","197","TRUE","FALSE" +"10878","10878","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 18:02:48","FALSE",NA,"853670023147245569",NA,"Twitter for Android","apoorvjain_1988","197","TRUE","FALSE" +"10879","10879","RT @SpencerKarter: In protest over #YouTube's #AdsenseGate aka #Demonetization and other issues. I've started to #BoycottYouTube once again�","FALSE","0",NA,"2017-04-16 18:02:29","FALSE",NA,"853669943220600837",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"10880","10880","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 18:01:43","FALSE",NA,"853669748411912194",NA,"Twitter for Android","aesish","75","TRUE","FALSE" +"10881","10881","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 18:00:24","FALSE",NA,"853669418567475200",NA,"Twitter for Android","ravibhushan993","1333","TRUE","FALSE" +"10882","10882","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 18:00:15","FALSE",NA,"853669381410312192",NA,"Twitter for Android","chachaghadich","165","TRUE","FALSE" +"10883","10883","@YRDeshmukh Sir Ji no need all those .. please once more #Demonetization .. if possibly move to barter system","FALSE","4","YRDeshmukh","2017-04-16 17:59:43","FALSE","853488652210647040","853669244801646592","103849564","Twitter Web Client","chagamkamalakar","1","FALSE","FALSE" +"10884","10884","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:58:24","FALSE",NA,"853668913913225220",NA,"Twitter Lite","thikalbrad","197","TRUE","FALSE" +"10885","10885","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:57:41","FALSE",NA,"853668736733204481",NA,"Twitter Web Client","persephoneFR","197","TRUE","FALSE" +"10886","10886","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:57:35","FALSE",NA,"853668709465858048",NA,"Twitter for Android","dikshapal14","1333","TRUE","FALSE" +"10887","10887","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:56:22","FALSE",NA,"853668405009932288",NA,"Twitter for iPhone","drrohitvashisht","1333","TRUE","FALSE" +"10888","10888","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:56:02","FALSE",NA,"853668318024269824",NA,"Twitter for Android","NihalEver","1333","TRUE","FALSE" +"10889","10889","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:55:40","FALSE",NA,"853668227066363905",NA,"Twitter for iPhone","ravikumar_8484","165","TRUE","FALSE" +"10890","10890","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:54:23","FALSE",NA,"853667904562364416",NA,"Twitter for Android","mmbsounak","165","TRUE","FALSE" +"10891","10891","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:53:47","FALSE",NA,"853667753655402497",NA,"Twitter for Android","amitkjain22","1333","TRUE","FALSE" +"10892","10892","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:53:13","FALSE",NA,"853667612458233858",NA,"Twitter for iPhone","_Zaalima","1333","TRUE","FALSE" +"10893","10893","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:53:10","FALSE",NA,"853667596595597314",NA,"Twitter for Android","hanamantaasangi","165","TRUE","FALSE" +"10894","10894","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:52:02","FALSE",NA,"853667312502747136",NA,"Twitter for iPhone","a_barrera84","197","TRUE","FALSE" +"10895","10895","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:51:27","FALSE",NA,"853667166146756608",NA,"Twitter for Android","dwivedi_akash","1333","TRUE","FALSE" +"10896","10896","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:51:27","FALSE",NA,"853667165001723904",NA,"Twitter for iPhone","iamproficient","1333","TRUE","FALSE" +"10897","10897","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:49:58","FALSE",NA,"853666792320806913",NA,"Twitter for Android","iswets","197","TRUE","FALSE" +"10898","10898","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:49:46","FALSE",NA,"853666743570624512",NA,"Twitter Web Client","MarieLeocadie","197","TRUE","FALSE" +"10899","10899","@madmanweb According to a certain IIT-an demonetization could even prevent ships from going missing around the Bermuda Triangle.","FALSE","0","madmanweb","2017-04-16 17:45:54","FALSE","853207823324524547","853665770546528256","31709458","Twitter for Android","ra62156","0","FALSE","FALSE" +"10900","10900","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:45:19","FALSE",NA,"853665624110845952",NA,"Twitter for Android","SnehaLetap","1333","TRUE","FALSE" +"10901","10901","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:45:00","FALSE",NA,"853665545115381760",NA,"Twitter for Android","KhiladiRulez","1333","TRUE","FALSE" +"10902","10902","Dear #Evanspiegel +India is so rich, that PM Narendra Modi had to implement demonetization to find out who is actua� https://t.co/D4XmJh17Ui","FALSE","1",NA,"2017-04-16 17:44:45","TRUE",NA,"853665478920867840",NA,"Twitter for Android","AJEYKSINGH","0","FALSE","FALSE" +"10903","10903","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:43:56","FALSE",NA,"853665274326794240",NA,"Twitter for iPad","wingstosky","1333","TRUE","FALSE" +"10904","10904","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 17:43:35","FALSE",NA,"853665185910988800",NA,"Twitter for Android","rutvikmodi18","43","TRUE","FALSE" +"10905","10905","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:43:22","FALSE",NA,"853665132898942976",NA,"Twitter for Android","Twisted_Damsel","1333","TRUE","FALSE" +"10906","10906","RT @TradHin: @realitycheckind it is private company not a government if dragged to court wil result in choas . they can even suspend servic�","FALSE","0",NA,"2017-04-16 17:42:54","FALSE",NA,"853665013134798848",NA,"Twitter Web Client","satyabhashnam","1","TRUE","FALSE" +"10907","10907","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:42:08","FALSE",NA,"853664820415135746",NA,"Twitter for Android","ankurpatel541","1333","TRUE","FALSE" +"10908","10908","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:40:40","FALSE",NA,"853664453778448384",NA,"Twitter for Android","BeingKaranSingh","1333","TRUE","FALSE" +"10909","10909","Wish to know the expenses of Modi road show at surat done by whom? + +How was 500 cr hospital built? +Was it all white money ??#demonetization","FALSE","1",NA,"2017-04-16 17:38:43","FALSE",NA,"853663960461004800",NA,"Twitter for iPhone","gisurg","0","FALSE","FALSE" +"10910","10910","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:38:09","FALSE",NA,"853663820266582016",NA,"Twitter for Android","disneybaba","165","TRUE","FALSE" +"10911","10911","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:37:45","FALSE",NA,"853663718441439232",NA,"Twitter for Android","kanchan_ashi","1333","TRUE","FALSE" +"10912","10912","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:36:39","FALSE",NA,"853663440509992960",NA,"Twitter for Android","sanuraj5","1333","TRUE","FALSE" +"10913","10913","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:36:07","FALSE",NA,"853663306913075200",NA,"Twitter for Android","Karanwanjani000","1333","TRUE","FALSE" +"10914","10914","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:34:03","FALSE",NA,"853662786282565632",NA,"Twitter for iPhone","offensive_chy","165","TRUE","FALSE" +"10915","10915","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:33:58","FALSE",NA,"853662765176807425",NA,"Twitter for Android","iamadarsh_don","1333","TRUE","FALSE" +"10916","10916","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:33:41","FALSE",NA,"853662695429513217",NA,"Twitter for Android","RPraakeysh597","1333","TRUE","FALSE" +"10917","10917","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:30:11","FALSE",NA,"853661814231629825",NA,"Twitter for Android","ayelaikhan","1333","TRUE","FALSE" +"10918","10918","Even demonetization couldn't bring out the hidden money of rich people. But Snapchat CEO's comment definitely did it! :D #IndiaRichCountry","FALSE","4",NA,"2017-04-16 17:29:43","FALSE",NA,"853661699081154560",NA,"Twitter for Android","Tweenvi","2","FALSE","FALSE" +"10919","10919","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-16 17:28:38","FALSE",NA,"853661424064790529",NA,"Twitter for Android","meena7099","13","TRUE","FALSE" +"10920","10920","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:28:10","FALSE",NA,"853661306972286977",NA,"Twitter for Android","Kundanshahi","197","TRUE","FALSE" +"10921","10921","Early Lessons from India?s Demonetization Experiment https://t.co/HBPYHsijxS #SmallBusiness ?","FALSE","0",NA,"2017-04-16 17:26:21","FALSE",NA,"853660849537507329",NA,"SocialOomph","SmallBusiness27","0","FALSE","FALSE" +"10922","10922","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:26:11","FALSE",NA,"853660806701088769",NA,"Twitter for iPhone","h_ratnaparkhi","165","TRUE","FALSE" +"10923","10923","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:25:16","FALSE",NA,"853660575309615104",NA,"Twitter Web Client","SinghhNd","1333","TRUE","FALSE" +"10924","10924","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:24:53","FALSE",NA,"853660479163596804",NA,"Twitter for iPhone","whois_sam","1333","TRUE","FALSE" +"10925","10925","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:24:39","FALSE",NA,"853660422532214784",NA,"Twitter for Android","Patyack14","197","TRUE","FALSE" +"10926","10926","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 17:24:28","FALSE",NA,"853660377149710337",NA,"Twitter for Android","hemang_gor","75","TRUE","FALSE" +"10927","10927","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:24:26","FALSE",NA,"853660366550646784",NA,"Twitter Web Client","Sudhks","1333","TRUE","FALSE" +"10928","10928","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:24:14","FALSE",NA,"853660319096242176",NA,"Twitter for Android","ManoranjanNir","1333","TRUE","FALSE" +"10929","10929","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:24:14","FALSE",NA,"853660315657043969",NA,"Twitter Web Client","SidhaSaadaPatel","1333","TRUE","FALSE" +"10930","10930","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:23:04","FALSE",NA,"853660022215258112",NA,"Twitter for Android","iAtulB","1333","TRUE","FALSE" +"10931","10931","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:22:27","FALSE",NA,"853659870293364737",NA,"Twitter for Android","WilfridCoby","197","TRUE","FALSE" +"10932","10932","@tinabasetia demonetization https://t.co/NhHPAlvj8r","FALSE","0","tinabasetia","2017-04-16 17:22:06","FALSE","853634292475338752","853659780531073028","1662153901","Twitter for Windows Phone","Farhanshaikh14","0","FALSE","FALSE" +"10933","10933","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:21:35","FALSE",NA,"853659648469106688",NA,"Twitter for Android","keeranilchouhan","1333","TRUE","FALSE" +"10934","10934","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 17:21:03","FALSE",NA,"853659516566593539",NA,"Twitter for iPhone","Babz666","43","TRUE","FALSE" +"10935","10935","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:20:42","FALSE",NA,"853659427194499073",NA,"Twitter for Android","angmo_shubhna","1333","TRUE","FALSE" +"10936","10936","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:20:18","FALSE",NA,"853659327139385344",NA,"Twitter Lite","Dipeshdubey5678","1333","TRUE","FALSE" +"10937","10937","RT @tinabasetia: @Farhanshaikh14 Demonetization*","FALSE","0",NA,"2017-04-16 17:20:12","FALSE",NA,"853659302262960129",NA,"Mobile Web (M2)","Farhanshaikh14","1","TRUE","FALSE" +"10938","10938","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:19:31","FALSE",NA,"853659128429895680",NA,"Twitter for Android","pandey_priyanka","197","TRUE","FALSE" +"10939","10939","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:19:05","FALSE",NA,"853659019944316934",NA,"Twitter Web Client","pierrejovanovic","197","TRUE","FALSE" +"10940","10940","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:18:12","FALSE",NA,"853658799839657984",NA,"Twitter for Android","NagarNk","197","TRUE","FALSE" +"10941","10941","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:18:04","FALSE",NA,"853658766751010816",NA,"Twitter Lite","kuch_pa_hee","1333","TRUE","FALSE" +"10942","10942","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 17:17:40","FALSE",NA,"853658664615370752",NA,"Twitter for iPhone","buntyusa1","75","TRUE","FALSE" +"10943","10943","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:17:00","FALSE",NA,"853658496683790337",NA,"Twitter for iPhone","dhruvrastogi04","197","TRUE","FALSE" +"10944","10944","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:16:43","FALSE",NA,"853658423694643201",NA,"Twitter for iPhone","agamvarshney","1333","TRUE","FALSE" +"10945","10945","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:16:32","FALSE",NA,"853658380942143488",NA,"Twitter for Android","manjitchauhan99","1333","TRUE","FALSE" +"10946","10946","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:15:25","FALSE",NA,"853658098300444672",NA,"Twitter for Android","honey02121985","197","TRUE","FALSE" +"10947","10947","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:14:55","FALSE",NA,"853657970697093120",NA,"Twitter for Android","hemantkapil","197","TRUE","FALSE" +"10948","10948","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:14:02","FALSE",NA,"853657748353019904",NA,"Twitter Web Client","sorabh_in","1333","TRUE","FALSE" +"10949","10949","There's only one action akin to censorship related to the demonetization incident on YouTube, and it's that one blacklist.","FALSE","0",NA,"2017-04-16 17:13:41","FALSE",NA,"853657662860529665",NA,"Twitter Web Client","kilm3tw1ce","0","FALSE","FALSE" +"10950","10950","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:12:51","FALSE",NA,"853657452100943872",NA,"Twitter for Android","joshmachine1973","1333","TRUE","FALSE" +"10951","10951","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 17:12:38","FALSE",NA,"853657399189676032",NA,"Twitter for Android","harshalthakare7","43","TRUE","FALSE" +"10952","10952","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:11:37","FALSE",NA,"853657140149575681",NA,"Twitter for iPhone","abbdullz","197","TRUE","FALSE" +"10953","10953","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:10:29","FALSE",NA,"853656856308310017",NA,"Twitter for Android","vaibhavsorte","197","TRUE","FALSE" +"10954","10954","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:10:05","FALSE",NA,"853656755250790401",NA,"Twitter for iPhone","CarlosMaduro","197","TRUE","FALSE" +"10955","10955","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 17:08:45","FALSE",NA,"853656421023526913",NA,"Twitter for Android","Jayatiwari23","83","TRUE","FALSE" +"10956","10956","RT @RealHistoryPic: Prime Minister of India showing the list of people benefited from the demonetization, and Voted ""Yes"" on his App.(2016�","FALSE","0",NA,"2017-04-16 17:08:16","FALSE",NA,"853656298352553984",NA,"Twitter for Android","KishorGowdaKK","1104","TRUE","FALSE" +"10957","10957","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:07:26","FALSE",NA,"853656087819501568",NA,"Twitter for Android","KhaoPeeyo","165","TRUE","FALSE" +"10958","10958","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:07:17","FALSE",NA,"853656052885225472",NA,"Twitter for Android","Jayatiwari23","1333","TRUE","FALSE" +"10959","10959","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:06:54","FALSE",NA,"853655953182408704",NA,"Twitter for Android","Mdfaisaliqbal","165","TRUE","FALSE" +"10960","10960","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:06:47","FALSE",NA,"853655926993276928",NA,"Twitter for Android","vjha1524","1333","TRUE","FALSE" +"10961","10961","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 17:05:43","FALSE",NA,"853655658419208192",NA,"Twitter for Android","Shamsh220","1333","TRUE","FALSE" +"10962","10962","@JantaKaReporter without #DeMonetisation #demonetization and #CAG #Elections2014 2017 #audit what will #India� https://t.co/CY58q768fE","FALSE","1","JantaKaReporter","2017-04-16 17:03:52","TRUE","853650445054599168","853655190418800642","3006989562","Twitter for iPhone","adrenna9","0","FALSE","FALSE" +"10963","10963","Dear Evan Spiegel Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out who� https://t.co/AcTekNG0mk","FALSE","0",NA,"2017-04-16 17:02:22","TRUE",NA,"853654815326470145",NA,"Twitter for Android","ChetansinhC","0","FALSE","FALSE" +"10964","10964","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:01:55","FALSE",NA,"853654701048438784",NA,"Twitter for Android","mhadnan2007","165","TRUE","FALSE" +"10965","10965","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 17:01:51","FALSE",NA,"853654683633823744",NA,"Twitter for Android","star_bhakts","197","TRUE","FALSE" +"10966","10966","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 17:00:52","FALSE",NA,"853654434823495680",NA,"Twitter Web Client","ritzpatel19","83","TRUE","FALSE" +"10967","10967","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 17:00:17","FALSE",NA,"853654290522546178",NA,"Twitter for iPhone","sandipshettyyer","165","TRUE","FALSE" +"10968","10968","Join us Tues for a discussion on India's econ w/ @arvindsubraman & moderated by @AnnieLowrey #CGDTalks https://t.co/blTu79faHP","FALSE","3",NA,"2017-04-16 17:00:03","FALSE",NA,"853654230057443328",NA,"TweetDeck","CGDev","2","FALSE","FALSE" +"10969","10969","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:59:45","FALSE",NA,"853654154325114880",NA,"Twitter Web Client","ManaliB0103","1333","TRUE","FALSE" +"10970","10970","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:59:27","FALSE",NA,"853654082107523072",NA,"Twitter for Android","isanikka1","1333","TRUE","FALSE" +"10971","10971","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:59:01","FALSE",NA,"853653970195288065",NA,"Twitter Web Client","adi_1323","1333","TRUE","FALSE" +"10972","10972","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:57:51","FALSE",NA,"853653677680189440",NA,"Twitter Web Client","TheMadrasEye","197","TRUE","FALSE" +"10973","10973","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:57:05","FALSE",NA,"853653486138818561",NA,"Twitter for iPhone","snjv08","197","TRUE","FALSE" +"10974","10974","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:56:25","FALSE",NA,"853653314780577792",NA,"Twitter for iPhone","mytwoaanas","197","TRUE","FALSE" +"10975","10975","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:56:13","FALSE",NA,"853653267032801280",NA,"Twitter Web Client","GanapathyI","1333","TRUE","FALSE" +"10976","10976","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:56:13","FALSE",NA,"853653266575409153",NA,"Twitter for Android","SandeepKarkera2","1333","TRUE","FALSE" +"10977","10977","Both ""Free Speech Movement"" and Antifa are some kind of cointelpro youtubers pissed off about demonetization.","FALSE","0",NA,"2017-04-16 16:52:29","FALSE",NA,"853652326384586757",NA,"Twitter Web Client","PopeDarth","0","FALSE","FALSE" +"10978","10978","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:51:57","FALSE",NA,"853652192665796609",NA,"Twitter for Android","paddymourya1","197","TRUE","FALSE" +"10979","10979","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:51:17","FALSE",NA,"853652024776327168",NA,"Twitter Web Client","DabanggSKhan","1333","TRUE","FALSE" +"10980","10980","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:50:29","FALSE",NA,"853651825156902916",NA,"StockmarketStar","StockMarketStar","197","TRUE","FALSE" +"10981","10981","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:49:26","FALSE",NA,"853651558025887745",NA,"Twitter for Android","PriyabrataT","197","TRUE","FALSE" +"10982","10982","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:48:21","FALSE",NA,"853651284989272067",NA,"Twitter for Android","ishika_143","1333","TRUE","FALSE" +"10983","10983","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:48:09","FALSE",NA,"853651238436585472",NA,"Twitter for Android","CoinsKumar","197","TRUE","FALSE" +"10984","10984","@sardesairajdeep After Demonetization Common Man was made to believe That All Black Money has been wiped out and he� https://t.co/fZ23kYPMiS","FALSE","0","sardesairajdeep","2017-04-16 16:46:00","TRUE","853639519416930305","853650696746520576","56304605","Twitter for Android","savidhyashok","0","FALSE","FALSE" +"10985","10985","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:45:12","FALSE",NA,"853650493360361472",NA,"Twitter Lite","ArshTanwar2","1333","TRUE","FALSE" +"10986","10986","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:44:50","FALSE",NA,"853650403036192770",NA,"Twitter for Android","tanveerrkhan","1333","TRUE","FALSE" +"10987","10987","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:44:33","FALSE",NA,"853650331154120704",NA,"Twitter for Android","Sambuddha_RK","1333","TRUE","FALSE" +"10988","10988","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:43:47","FALSE",NA,"853650136811032577",NA,"Twitter for Android","Shahvezan","197","TRUE","FALSE" +"10989","10989","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:43:44","FALSE",NA,"853650126765662208",NA,"Twitter for iPhone","SalmanTerritory","1333","TRUE","FALSE" +"10990","10990","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:43:42","FALSE",NA,"853650116099670016",NA,"Twitter for Android","ShraBir_","1333","TRUE","FALSE" +"10991","10991","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:43:21","FALSE",NA,"853650028728127489",NA,"Twitter for iPhone","missy77450324","197","TRUE","FALSE" +"10992","10992","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:43:06","FALSE",NA,"853649963603152899",NA,"Twitter for Android","imanant27","165","TRUE","FALSE" +"10993","10993","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:41:40","FALSE",NA,"853649603853504513",NA,"Twitter for iPhone","sinivdev","1333","TRUE","FALSE" +"10994","10994","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:40:53","FALSE",NA,"853649409137156096",NA,"Twitter for Android","nilesh19c","1333","TRUE","FALSE" +"10995","10995","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:40:35","FALSE",NA,"853649333090234368",NA,"Twitter for Android","Hareshmori81","1333","TRUE","FALSE" +"10996","10996","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:39:11","FALSE",NA,"853648978763816965",NA,"Twitter for Android","punitsingh11","1333","TRUE","FALSE" +"10997","10997","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:38:35","FALSE",NA,"853648827475263495",NA,"Twitter for Android","NavneetBaitha","1333","TRUE","FALSE" +"10998","10998","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:37:38","FALSE",NA,"853648590853558272",NA,"Twitter for iPhone","sareen_prashant","197","TRUE","FALSE" +"10999","10999","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:37:33","FALSE",NA,"853648568330010625",NA,"Twitter for Android","9auravk","1333","TRUE","FALSE" +"11000","11000","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:36:23","FALSE",NA,"853648277199364097",NA,"Twitter Web Client","mauricio_agg","197","TRUE","FALSE" +"11001","11001","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:34:50","FALSE",NA,"853647884335685633",NA,"Twitter for Android","AshutoshBadure","1333","TRUE","FALSE" +"11002","11002","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:32:59","FALSE",NA,"853647418201481218",NA,"Twitter for Android","AshishBhatt91","165","TRUE","FALSE" +"11003","11003","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-16 16:32:34","FALSE",NA,"853647315244077056",NA,"Twitter for Android","ChweeneyTodd","22","TRUE","FALSE" +"11004","11004","Demonetization of currency - Time Pass and Real Solution of Black Wealth. Sorry for... https://t.co/yzzf6hpqay https://t.co/xuPd9OyR6J","FALSE","0",NA,"2017-04-16 16:31:21","FALSE",NA,"853647009437425664",NA,"Lead Stories Feed Publisher","Bitcoinolizer","0","FALSE","FALSE" +"11005","11005","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:31:20","FALSE",NA,"853647004957777920",NA,"Twitter for Android","iapoorvashutosh","197","TRUE","FALSE" +"11006","11006","Dear @Snapchat @snapchatsupport . +India is so rich that PM @narendramodi had to implement demonetization to find o� https://t.co/r47gJIDkye","FALSE","0",NA,"2017-04-16 16:29:55","TRUE",NA,"853646648844603394",NA,"Twitter for iPhone","george_regon","0","FALSE","FALSE" +"11007","11007","@rahulkanwal u said Stone-pelting reduced after demonetization , Isn't it ? + +got payment to say that ?","FALSE","0","rahulkanwal","2017-04-16 16:27:28","FALSE",NA,"853646033229893633","75509967","Twitter Web Client","munnnabai","0","FALSE","FALSE" +"11008","11008","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:27:17","FALSE",NA,"853645986891276288",NA,"Twitter for Android","ImRakesh007","1333","TRUE","FALSE" +"11009","11009","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-16 16:26:36","FALSE",NA,"853645811321901057",NA,"Twitter for iPhone","DumboVibes","147","TRUE","FALSE" +"11010","11010","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:25:34","FALSE",NA,"853645553573314560",NA,"Twitter for iPhone","prachigupta","1333","TRUE","FALSE" +"11011","11011","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:25:27","FALSE",NA,"853645522577629187",NA,"Twitter for Android","archie_214","197","TRUE","FALSE" +"11012","11012","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:25:26","FALSE",NA,"853645518811127808",NA,"Twitter for Android","DevilBleedsRed","197","TRUE","FALSE" +"11013","11013","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:25:26","FALSE",NA,"853645517791821826",NA,"Twitter for iPhone","gaurav_irma","165","TRUE","FALSE" +"11014","11014","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:24:44","FALSE",NA,"853645342809698304",NA,"Twitter Web Client","mohan8395","197","TRUE","FALSE" +"11015","11015","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:24:38","FALSE",NA,"853645319434903552",NA,"Mobile Web (M2)","univers_solvent","1333","TRUE","FALSE" +"11016","11016","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:24:15","FALSE",NA,"853645220755513345",NA,"Twitter for Android","Rajesh_Arora1","165","TRUE","FALSE" +"11017","11017","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:23:49","FALSE",NA,"853645111078596610",NA,"Twitter for Android","Liqui_Dr0p","165","TRUE","FALSE" +"11018","11018","I added a video to a @YouTube playlist https://t.co/zFl7lnqU2X Demonetization of currency - Time Pass and Real Solution of Black","FALSE","0",NA,"2017-04-16 16:23:08","FALSE",NA,"853644940764618752",NA,"Google","TheRohitdubey","0","FALSE","FALSE" +"11019","11019","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:21:42","FALSE",NA,"853644578167037952",NA,"Twitter for Android","DuttKriti","1333","TRUE","FALSE" +"11020","11020","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-16 16:21:20","FALSE",NA,"853644489621069825",NA,"Twitter for Android","rvdilip","22","TRUE","FALSE" +"11021","11021","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:21:15","FALSE",NA,"853644467198414850",NA,"Twitter for Android","Shanaya08_Dvn","1333","TRUE","FALSE" +"11022","11022","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:20:46","FALSE",NA,"853644345668509696",NA,"Twitter for Android","n2r3ndr2","1333","TRUE","FALSE" +"11023","11023","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:19:58","FALSE",NA,"853644142982733824",NA,"Twitter for Android","AyyoGeorge","197","TRUE","FALSE" +"11024","11024","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 16:18:37","FALSE",NA,"853643803680415744",NA,"Twitter for Android","KarmarkarVarun","165","TRUE","FALSE" +"11025","11025","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:18:35","FALSE",NA,"853643796575391745",NA,"Twitter for Android","IamLoafar","197","TRUE","FALSE" +"11026","11026","RT @arnavkapoormk: With RBI not cutting rates, What was the gain of Demonetization Sir? Please answer correctly.. don't be a Modi's pappu!�","FALSE","0",NA,"2017-04-16 16:16:42","FALSE",NA,"853643320840646658",NA,"Twitter Web Client","rustamdzgl","2","TRUE","FALSE" +"11027","11027","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:16:42","FALSE",NA,"853643320127619072",NA,"Twitter for Android","AskSanwar","197","TRUE","FALSE" +"11028","11028","Dear @evanspiegel +Indiaa is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor..! +#snapchat","FALSE","0",NA,"2017-04-16 16:15:57","FALSE",NA,"853643134449799168",NA,"Twitter Web Client","guna_Vaibhav","0","FALSE","FALSE" +"11029","11029","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:14:37","FALSE",NA,"853642796938387456",NA,"Twitter for iPhone","rupagulab","197","TRUE","FALSE" +"11030","11030","RT @Silent_budhha: @India_Policy Wat wnet wrong.. loss of AAP? Separatist industry dying down? Demonetization? Stopping of arms lobbying? W�","FALSE","0",NA,"2017-04-16 16:13:41","FALSE",NA,"853642563261054976",NA,"Twitter for Android","geekgpa","1","TRUE","FALSE" +"11031","11031","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:13:04","FALSE",NA,"853642408336248833",NA,"Twitter Web Client","idinram","197","TRUE","FALSE" +"11032","11032","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:12:49","FALSE",NA,"853642342904905728",NA,"Twitter Web Client","Korak_P","197","TRUE","FALSE" +"11033","11033","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:12:27","FALSE",NA,"853642252589162497",NA,"Twitter Web Client","SameerSj1","197","TRUE","FALSE" +"11034","11034","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:12:13","FALSE",NA,"853642194799939584",NA,"Twitter for Android","AtheistDevil","197","TRUE","FALSE" +"11035","11035","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:11:14","FALSE",NA,"853641947570884609",NA,"Twitter for iPhone","sanzpreet","197","TRUE","FALSE" +"11036","11036","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:10:37","FALSE",NA,"853641792239087618",NA,"Twitter for Android","alapatiprudhvig","1333","TRUE","FALSE" +"11037","11037","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:10:20","FALSE",NA,"853641720742936579",NA,"Twitter for Android","imSbarman","1333","TRUE","FALSE" +"11038","11038","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:10:19","FALSE",NA,"853641713327276035",NA,"Twitter Lite","BTGThirdeye","197","TRUE","FALSE" +"11039","11039","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:09:55","FALSE",NA,"853641615755399172",NA,"Twitter for Android","nethraa_","197","TRUE","FALSE" +"11040","11040","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:08:09","FALSE",NA,"853641169963700224",NA,"Twitter for Android","maxmelbin","197","TRUE","FALSE" +"11041","11041","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:07:31","FALSE",NA,"853641010064244736",NA,"Twitter for Android","samridhz","197","TRUE","FALSE" +"11042","11042","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:07:08","FALSE",NA,"853640913775714304",NA,"Twitter for Android","safvanbakrawala","197","TRUE","FALSE" +"11043","11043","Participated in Manthan News paper 21st Annual day celebration -seminar on Demonetization problem opportunity at� https://t.co/oBgKr4h7hR","FALSE","1",NA,"2017-04-16 16:06:53","TRUE",NA,"853640849564909568",NA,"Twitter Web Client","AnuradhaOdisha","0","FALSE","FALSE" +"11044","11044","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:06:47","FALSE",NA,"853640824474783745",NA,"Twitter for Android","vinodboniv","197","TRUE","FALSE" +"11045","11045","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:06:41","FALSE",NA,"853640802949410816",NA,"Twidere for Android #7","KaamkiiBaat","197","TRUE","FALSE" +"11046","11046","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:06:27","FALSE",NA,"853640740714430465",NA,"Twitter for iPhone","vivek_2697","1333","TRUE","FALSE" +"11047","11047","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:06:10","FALSE",NA,"853640670329700352",NA,"Twitter for iPhone","PenMyMind","197","TRUE","FALSE" +"11048","11048","RBI is resp for Demonetization mess..Army & Pak resp for Kashmir mess..Long live Bhakts logic","FALSE","0",NA,"2017-04-16 16:06:04","FALSE",NA,"853640646069895168",NA,"Twitter for Android","Santhosh_Rao","0","FALSE","FALSE" +"11049","11049","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:05:59","FALSE",NA,"853640625337626625",NA,"TweetDeck","pri1us","197","TRUE","FALSE" +"11050","11050","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:05:38","FALSE",NA,"853640535780843520",NA,"Twitter for iPhone","satbirahluwalia","197","TRUE","FALSE" +"11051","11051","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:05:35","FALSE",NA,"853640523789238272",NA,"Twitter Lite","Aarti_dvn","1333","TRUE","FALSE" +"11052","11052","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:05:11","FALSE",NA,"853640421926473728",NA,"Twitter for Android","kausjadhav","197","TRUE","FALSE" +"11053","11053","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:04:43","FALSE",NA,"853640308084441088",NA,"Twitter for Android","piyush8598","1333","TRUE","FALSE" +"11054","11054","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:04:26","FALSE",NA,"853640233853882369",NA,"Twitter for iPhone","FSrvstv","197","TRUE","FALSE" +"11055","11055","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:03:48","FALSE",NA,"853640074524672000",NA,"Twitter for Android","faiyazasm","197","TRUE","FALSE" +"11056","11056","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:03:42","FALSE",NA,"853640048910192640",NA,"Twitter for iPhone","nikkupikku","197","TRUE","FALSE" +"11057","11057","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:03:17","FALSE",NA,"853639947210719232",NA,"Twitter for Android","AfrozSaniya","1333","TRUE","FALSE" +"11058","11058","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 16:03:11","FALSE",NA,"853639921667457025",NA,"Twitter for Android","AfrozSaniya","83","TRUE","FALSE" +"11059","11059","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:02:02","FALSE",NA,"853639631400714240",NA,"Twitter for Android","lionelaranha","197","TRUE","FALSE" +"11060","11060","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:01:48","FALSE",NA,"853639572659462144",NA,"Twitter for iPhone","joyjitguha","197","TRUE","FALSE" +"11061","11061","@steve_hanke #demonetization didn't serve any purpose what it was meant to do like 1) end black money, 2) end terro� https://t.co/oPFKRGXhvw","FALSE","8","steve_hanke","2017-04-16 16:01:39","TRUE","853633585009393664","853639532364783618","863527548","Twitter Web Client","riyalovezu","1","FALSE","FALSE" +"11062","11062","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:01:38","FALSE",NA,"853639529802207232",NA,"Twitter for Android","sanguine01chan","197","TRUE","FALSE" +"11063","11063","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:01:15","FALSE",NA,"853639431684632577",NA,"Twitter for Windows","SheevMalhar","197","TRUE","FALSE" +"11064","11064","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:47","FALSE",NA,"853639317738053633",NA,"Twitter for iPhone","brun_maska","197","TRUE","FALSE" +"11065","11065","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 16:00:45","FALSE",NA,"853639309068570625",NA,"Twitter for Android","Desi_rambler","1333","TRUE","FALSE" +"11066","11066","Dear @evanspiegel . +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actua� https://t.co/SEIE4nouVe","FALSE","2",NA,"2017-04-16 16:00:42","TRUE",NA,"853639297294925824",NA,"Twitter for iPhone","george_regon","0","FALSE","FALSE" +"11067","11067","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:32","FALSE",NA,"853639255045709824",NA,"Twitter Lite","i_m_aswin","197","TRUE","FALSE" +"11068","11068","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:23","FALSE",NA,"853639213555777536",NA,"Twitter for Android","the_sunilvarma","197","TRUE","FALSE" +"11069","11069","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:18","FALSE",NA,"853639195885228032",NA,"TweetCaster for Android","battrebeet","197","TRUE","FALSE" +"11070","11070","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:06","FALSE",NA,"853639146262249473",NA,"Twitter for Android","zombieontherun","197","TRUE","FALSE" +"11071","11071","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 16:00:04","FALSE",NA,"853639134635851776",NA,"Twitter for Android","ExpertAnalystix","197","TRUE","FALSE" +"11072","11072","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:59:57","FALSE",NA,"853639105921429504",NA,"Twitter Web Client","riyalovezu","197","TRUE","FALSE" +"11073","11073","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:59:48","FALSE",NA,"853639069724815360",NA,"Twitter for Android","Winkerbell_","197","TRUE","FALSE" +"11074","11074","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:59:25","FALSE",NA,"853638970906886144",NA,"Twitter for iPhone","IndiaExplained","197","TRUE","FALSE" +"11075","11075","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:58:15","FALSE",NA,"853638679595757568",NA,"Twitter for Android","venkat1962","197","TRUE","FALSE" +"11076","11076","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:57:59","FALSE",NA,"853638612084301824",NA,"Twitter for Android","VikasVks5","1333","TRUE","FALSE" +"11077","11077","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:57:42","FALSE",NA,"853638539547770880",NA,"Twitter for Android","TanwarNavneet","165","TRUE","FALSE" +"11078","11078","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:57:24","FALSE",NA,"853638465509928960",NA,"Twitter for iPhone","gangsta_gaurav","1333","TRUE","FALSE" +"11079","11079","@polsci7 Leadership is about using political capital to drive agenda which they are doing now on demonetization, moral vigilantism.","FALSE","0","polsci7","2017-04-16 15:57:14","FALSE","853637680562929665","853638423738961920","118798653","Twitter for Android","bobby_manish","0","FALSE","FALSE" +"11080","11080","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:55:52","FALSE",NA,"853638079822782464",NA,"Twitter for Android","NeerajGoyal8","197","TRUE","FALSE" +"11081","11081","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:55:50","FALSE",NA,"853638069613989890",NA,"Twitter for Android","TeneoHRTony","197","TRUE","FALSE" +"11082","11082","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:54:09","FALSE",NA,"853637647733936130",NA,"Twitter for Android","LOOVKUSH","165","TRUE","FALSE" +"11083","11083","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:54:07","FALSE",NA,"853637639349559297",NA,"Twitter for Android","SrkianOnly","165","TRUE","FALSE" +"11084","11084","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:54:06","FALSE",NA,"853637634509479939",NA,"Twitter for Android","AnkitAayushaman","1333","TRUE","FALSE" +"11085","11085","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:52:07","FALSE",NA,"853637134334345218",NA,"Twitter Lite","ArtMatters2me","197","TRUE","FALSE" +"11086","11086","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:51:05","FALSE",NA,"853636875793436674",NA,"Twitter for Android","ChweeneyTodd","1333","TRUE","FALSE" +"11087","11087","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:50:50","FALSE",NA,"853636812056784896",NA,"Twitter Web Client","EliWagner101","197","TRUE","FALSE" +"11088","11088","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:49:24","FALSE",NA,"853636451745091584",NA,"Twitter for iPhone","ParthPa07241800","1333","TRUE","FALSE" +"11089","11089","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:49:09","FALSE",NA,"853636389073760256",NA,"Twitter Lite","gauravsuman2","1333","TRUE","FALSE" +"11090","11090","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:48:58","FALSE",NA,"853636342235881474",NA,"Twitter for iPhone","RaviKundurthi","197","TRUE","FALSE" +"11091","11091","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:48:22","FALSE",NA,"853636191987662849",NA,"Twitter Web Client","Silver_Watchdog","197","TRUE","FALSE" +"11092","11092","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:47:04","FALSE",NA,"853635863733055494",NA,"Twitter for Android","HiiSRK","1333","TRUE","FALSE" +"11093","11093","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:46:10","FALSE",NA,"853635639673094144",NA,"Twitter for iPhone","AyeMHari","197","TRUE","FALSE" +"11094","11094","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:46:01","FALSE",NA,"853635600611553280",NA,"Twitter for iPhone","kunalsahay","197","TRUE","FALSE" +"11095","11095","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:44:32","FALSE",NA,"853635227238805504",NA,"Twitter for iPhone","spinson75","197","TRUE","FALSE" +"11096","11096","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:44:11","FALSE",NA,"853635140345450496",NA,"Twitter for Android","Reachsyedzia","197","TRUE","FALSE" +"11097","11097","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:42:08","FALSE",NA,"853634623972225026",NA,"Twitter for iPhone","Corpusmentis0","197","TRUE","FALSE" +"11098","11098","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:41:58","FALSE",NA,"853634580787507200",NA,"TweetDeck","GTCost","197","TRUE","FALSE" +"11099","11099","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:41:56","FALSE",NA,"853634570897543169",NA,"Twitter Web Client","AkmalShaikh_","165","TRUE","FALSE" +"11100","11100","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:41:19","FALSE",NA,"853634416802844672",NA,"Twitter for iPhone","NitsAnand","165","TRUE","FALSE" +"11101","11101","@Farhanshaikh14 Demonetization*","FALSE","0","tinabasetia","2017-04-16 15:40:49","FALSE","853625644978024452","853634292475338752","1662153901","Twitter for Android","tinabasetia","1","FALSE","FALSE" +"11102","11102","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:39:57","FALSE",NA,"853634073427836931",NA,"Twitter for Android","tsquique","197","TRUE","FALSE" +"11103","11103","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:38:34","FALSE",NA,"853633726001160192",NA,"Twitter for Android","AnilKMathur","197","TRUE","FALSE" +"11104","11104","RT @steve_hanke: ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demo�","FALSE","0",NA,"2017-04-16 15:38:15","FALSE",NA,"853633647492161536",NA,"Twitter for Android","Some1Far","197","TRUE","FALSE" +"11105","11105","ATMs across #India running out of cash once again after withdrawal restrictions were loosened. And Modi still claims #demonetization victory","FALSE","129",NA,"2017-04-16 15:38:01","FALSE",NA,"853633585009393664",NA,"TweetDeck","steve_hanke","197","FALSE","FALSE" +"11106","11106","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 15:37:21","FALSE",NA,"853633417035907072",NA,"Twitter for Android","Vikaspandora","75","TRUE","FALSE" +"11107","11107","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:37:19","FALSE",NA,"853633409033293824",NA,"Twitter for iPhone","MihirUj","1333","TRUE","FALSE" +"11108","11108","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:35:02","FALSE",NA,"853632835441356800",NA,"Twitter for Android","dimaagkoshot","1333","TRUE","FALSE" +"11109","11109","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:31:13","FALSE",NA,"853631875352379392",NA,"Twitter for Android","Sridhar_Salem","1333","TRUE","FALSE" +"11110","11110","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:30:59","FALSE",NA,"853631818590978048",NA,"Twitter for Android","Mohit_rst","1333","TRUE","FALSE" +"11111","11111","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 15:30:09","FALSE",NA,"853631605746937856",NA,"Twitter for Android","rahul2277_","75","TRUE","FALSE" +"11112","11112","@RanaAyyub @RazdanNidhi @mediacrooks maybe demonetization had a big effect on their funding in cash","FALSE","0","RanaAyyub","2017-04-16 15:30:00","FALSE","853625049135202304","853631571148013569","268676434","Twitter for iPhone","Dr_Dang_","0","FALSE","FALSE" +"11113","11113","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:27:18","FALSE",NA,"853630889544122369",NA,"Twitter for iPhone","hadasagar5","1333","TRUE","FALSE" +"11114","11114","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:27:16","FALSE",NA,"853630880572735488",NA,"Mobile Web (M2)","Snobfather","1333","TRUE","FALSE" +"11115","11115","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:27:07","FALSE",NA,"853630841938784256",NA,"Twitter for Android","kumardk1900","1333","TRUE","FALSE" +"11116","11116","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:24:54","FALSE",NA,"853630285237305345",NA,"Twitter Lite","ek_aalu_bonda","1333","TRUE","FALSE" +"11117","11117","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:24:24","FALSE",NA,"853630159324237825",NA,"Twitter for Android","retardedteeny","1333","TRUE","FALSE" +"11118","11118","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:23:27","FALSE",NA,"853629922283094016",NA,"Twitter for Android","LastBench_","1333","TRUE","FALSE" +"11119","11119","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:23:25","FALSE",NA,"853629912959205376",NA,"Twitter for Android","iamsonibharat","1333","TRUE","FALSE" +"11120","11120","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:23:12","FALSE",NA,"853629857925701632",NA,"Twitter for Mac","chetanbadgujar","1333","TRUE","FALSE" +"11121","11121","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:22:46","FALSE",NA,"853629747481387008",NA,"Twitter for Android","Saeber4U","1333","TRUE","FALSE" +"11122","11122","Stop hating Snapchat's CEO. +Think of d money recovered frm Demonetization & its status.His cmnt ws bad bt v deserve it under PM Modi's rule","FALSE","0",NA,"2017-04-16 15:22:40","FALSE",NA,"853629725524148224",NA,"Twitter for Android","reddy_f5","0","FALSE","FALSE" +"11123","11123","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:21:46","FALSE",NA,"853629498725683200",NA,"Twitter for Android","sachinshukla644","1333","TRUE","FALSE" +"11124","11124","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:21:46","FALSE",NA,"853629496313995266",NA,"Twitter for Windows","TrustingINDIA","1333","TRUE","FALSE" +"11125","11125","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:21:44","FALSE",NA,"853629489766473728",NA,"Twitter for Android","NikumbhP","1333","TRUE","FALSE" +"11126","11126","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:20:59","FALSE",NA,"853629300863418370",NA,"Twitter for Android","goonereol","1333","TRUE","FALSE" +"11127","11127","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:20:55","FALSE",NA,"853629284640055296",NA,"Twitter for Android","Raiavi99","1333","TRUE","FALSE" +"11128","11128","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:20:44","FALSE",NA,"853629235562524673",NA,"Twitter for iPhone","upratap09","1333","TRUE","FALSE" +"11129","11129","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:19:20","FALSE",NA,"853628886881509377",NA,"Twitter for Android","Harry1795s","1333","TRUE","FALSE" +"11130","11130","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:17:25","FALSE",NA,"853628404574416899",NA,"Twitter for Android","3idiotsj","1333","TRUE","FALSE" +"11131","11131","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:16:56","FALSE",NA,"853628282566135808",NA,"Twitter for Android","AkshayAgrawal4","165","TRUE","FALSE" +"11132","11132","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:16:52","FALSE",NA,"853628265042497536",NA,"Twitter for Android","i_r0hit","1333","TRUE","FALSE" +"11133","11133","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:16:38","FALSE",NA,"853628205382549507",NA,"Twitter for Android","ShamZayaFan","1333","TRUE","FALSE" +"11134","11134","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:16:33","FALSE",NA,"853628184776101889",NA,"Twitter Lite","Sks_warrior","1333","TRUE","FALSE" +"11135","11135","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:16:30","FALSE",NA,"853628172662960128",NA,"Twitter Lite","mehul_2506","1333","TRUE","FALSE" +"11136","11136","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:16:26","FALSE",NA,"853628156032327681",NA,"Twitter for Android","shalinijain03","1333","TRUE","FALSE" +"11137","11137","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 15:15:50","FALSE",NA,"853628003917508608",NA,"Twitter Lite","themarebarrow","43","TRUE","FALSE" +"11138","11138","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:15:49","FALSE",NA,"853628001157820416",NA,"Twitter Web Client","dhaval241086","1333","TRUE","FALSE" +"11139","11139","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:15:03","FALSE",NA,"853627808848818176",NA,"Twitter Web Client","AmolTikam","1333","TRUE","FALSE" +"11140","11140","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:14:00","FALSE",NA,"853627541088763904",NA,"Twitter for Android","Pseudo_Nymo","1333","TRUE","FALSE" +"11141","11141","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:12:53","FALSE",NA,"853627260477333504",NA,"Twitter for Android","cheena92","1333","TRUE","FALSE" +"11142","11142","In protest over #YouTube's #AdsenseGate aka #Demonetization and other issues. I've started to #BoycottYouTube once again. #SaveYouTube","FALSE","1",NA,"2017-04-16 15:12:50","FALSE",NA,"853627249794441218",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"11143","11143","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:12:36","FALSE",NA,"853627192441425920",NA,"Twitter for Android","aveeksen","1333","TRUE","FALSE" +"11144","11144","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:12:35","FALSE",NA,"853627186766639104",NA,"Twitter for Android","AutisticAries","1333","TRUE","FALSE" +"11145","11145","@ndtv @WeThePeopleNDTV @RahulEaswar @RiyaazAmlani #gauraksha #liquorban #beefban #demonetization 1984 2002� https://t.co/1KuXUsy5fa","FALSE","0","ndtv","2017-04-16 15:11:31","TRUE","853623422882127873","853626917345415168","37034483","Twitter for iPhone","adrenna9","0","FALSE","FALSE" +"11146","11146","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:10:45","FALSE",NA,"853626723044339712",NA,"Twitter for Android","BNimbole","1333","TRUE","FALSE" +"11147","11147","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:10:29","FALSE",NA,"853626659857158145",NA,"Twitter for Android","aakash1411verma","1333","TRUE","FALSE" +"11148","11148","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:08:30","FALSE",NA,"853626157073186821",NA,"Twitter Lite","drmwasim","165","TRUE","FALSE" +"11149","11149","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:07:37","FALSE",NA,"853625937413406720",NA,"Twitter for Android","keh_ke_lungaa","165","TRUE","FALSE" +"11150","11150","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:06:47","FALSE",NA,"853625726918152192",NA,"Twitter for Android","KomalPaliwal1","1333","TRUE","FALSE" +"11151","11151","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:06:18","FALSE",NA,"853625603316219904",NA,"Twitter for iPhone","Pramomoorthy","1333","TRUE","FALSE" +"11152","11152","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:05:38","FALSE",NA,"853625435766312960",NA,"Twitter for Android","FunnKiBaat","165","TRUE","FALSE" +"11153","11153","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:05:18","FALSE",NA,"853625353683652610",NA,"Twitter for Android","ShahidsPanda","1333","TRUE","FALSE" +"11154","11154","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:04:50","FALSE",NA,"853625237459652609",NA,"Twitter for Android","Aman__Modi","1333","TRUE","FALSE" +"11155","11155","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:04:21","FALSE",NA,"853625115778490369",NA,"Twitter for iPhone","SURAJ19888","1333","TRUE","FALSE" +"11156","11156","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 15:03:01","FALSE",NA,"853624780116946945",NA,"Twitter for Android","_ursnaveen","165","TRUE","FALSE" +"11157","11157","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 15:00:08","FALSE",NA,"853624054997065728",NA,"Twitter for Android","Anant4880","1333","TRUE","FALSE" +"11158","11158","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:59:32","FALSE",NA,"853623902148321284",NA,"Twitter for Android","veeraaaaj","1333","TRUE","FALSE" +"11159","11159","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:59:11","FALSE",NA,"853623813770227712",NA,"Twitter for Android","_harveersingh","1333","TRUE","FALSE" +"11160","11160","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:58:22","FALSE",NA,"853623609482297347",NA,"Twitter for Android","selimk692","1333","TRUE","FALSE" +"11161","11161","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:56:58","FALSE",NA,"853623254321438722",NA,"Twitter for Android","NaveenDeshmukh3","165","TRUE","FALSE" +"11162","11162","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 14:55:49","FALSE",NA,"853622966952787969",NA,"Mobile Web (M2)","ShriBhivaskar","43","TRUE","FALSE" +"11163","11163","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:55:49","FALSE",NA,"853622966072078337",NA,"Twitter Web Client","fakhruddinsaeed","1333","TRUE","FALSE" +"11164","11164","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:53:39","FALSE",NA,"853622423438200834",NA,"Twitter for Android","KidofGrandpa","165","TRUE","FALSE" +"11165","11165","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:52:33","FALSE",NA,"853622143141236736",NA,"Twitter for Android","premmahendrakar","1333","TRUE","FALSE" +"11166","11166","@India_Policy Wat wnet wrong.. loss of AAP? Separatist industry dying down? Demonetization? Stopping of arms lobbyi� https://t.co/1eNFzPN8to","FALSE","0","India_Policy","2017-04-16 14:52:05","TRUE","853621296046891012","853622025490882560","21186231","Twitter for Android","Silent_budhha","1","FALSE","FALSE" +"11167","11167","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:52:01","FALSE",NA,"853622009053548544",NA,"Twitter for iPhone","sushiljangir007","1333","TRUE","FALSE" +"11168","11168","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:51:11","FALSE",NA,"853621801280208897",NA,"Twitter for iPhone","riaj999","1333","TRUE","FALSE" +"11169","11169","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:49:31","FALSE",NA,"853621383259205632",NA,"Twitter for iPhone","SriramReadMani","165","TRUE","FALSE" +"11170","11170","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 14:48:31","FALSE",NA,"853621130136961024",NA,"Twitter for Android","Aeykaash","75","TRUE","FALSE" +"11171","11171","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:47:55","FALSE",NA,"853620977606864896",NA,"Twitter for Android","ashishchandoke","165","TRUE","FALSE" +"11172","11172","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:46:33","FALSE",NA,"853620634319847426",NA,"Twitter for Android","superfunkie","165","TRUE","FALSE" +"11173","11173","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:44:34","FALSE",NA,"853620136959332355",NA,"Twitter Web Client","MahendraPhysics","1333","TRUE","FALSE" +"11174","11174","@SirJadeja people of sadji's delhi gave reply on demonetization by beating Modi's Gujarat https://t.co/X3M4kq7Ce0","FALSE","0","SirJadeja","2017-04-16 14:40:40","FALSE",NA,"853619155957944320","1102984189","Twitter for Android","ModibhaktU","0","FALSE","FALSE" +"11175","11175","Dear #evanspiegal India is so rich that PM #NarendraModi has to implement demonetization to find out who is actually poor","FALSE","1",NA,"2017-04-16 14:39:57","FALSE",NA,"853618975363801088",NA,"Twitter for iPhone","varshachoudry","0","FALSE","FALSE" +"11176","11176","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:37:35","FALSE",NA,"853618378594017280",NA,"Twitter for Android","real_sushant94","1333","TRUE","FALSE" +"11177","11177","RT @Akshata_M_: @theman_theplan Whether it's a developing/developed country..1 shud 1st learn to respect othersIndia is so rich dat PMModi�","FALSE","0",NA,"2017-04-16 14:36:57","FALSE",NA,"853618217385951232",NA,"Twitter for Android","MuhammedAnsarSA","1","TRUE","FALSE" +"11178","11178","@YRDeshmukh Possibly funding drying up post Demonetization ehh. #Demo","FALSE","0","YRDeshmukh","2017-04-16 14:36:21","FALSE","853283495434752004","853618069951750144","103849564","Twitter for Android","yash_wadhwani","0","FALSE","FALSE" +"11179","11179","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:35:45","FALSE",NA,"853617918415785986",NA,"Twitter for iPhone","patelchirag168","1333","TRUE","FALSE" +"11180","11180","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 14:35:29","FALSE",NA,"853617850900029440",NA,"Twitter for iPhone","SurajShukla25","83","TRUE","FALSE" +"11181","11181","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:34:47","FALSE",NA,"853617675456712704",NA,"Twitter for iPhone","Kiranvenziya","1333","TRUE","FALSE" +"11182","11182","Internet got the confidence of all the journalists whose accounts were suddenly getting hacked during demonetization period. bloody frauds","FALSE","0",NA,"2017-04-16 14:34:11","FALSE",NA,"853617520556855296",NA,"Twitter Web Client","peedjariasedras","0","FALSE","FALSE" +"11183","11183","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-16 14:32:59","FALSE",NA,"853617218814328832",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"11184","11184","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:32:42","FALSE",NA,"853617148589207552",NA,"Twitter for iPhone","filmfunk","165","TRUE","FALSE" +"11185","11185","#evanspiegel india is so rich that pm narendramodi had tO implement demonetization to find out is actually poor!","FALSE","1",NA,"2017-04-16 14:32:09","FALSE",NA,"853617012391780353",NA,"Twitter for Android","anurag11071064","0","FALSE","FALSE" +"11186","11186","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:29:41","FALSE",NA,"853616392091959296",NA,"Twitter for Android","iamrekiraj","1333","TRUE","FALSE" +"11187","11187","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:29:38","FALSE",NA,"853616379269742593",NA,"Mobile Web (M2)","Black_Tweeper","1333","TRUE","FALSE" +"11188","11188","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:28:59","FALSE",NA,"853616213590761472",NA,"Twitter for Android","iamsumitlohare","1333","TRUE","FALSE" +"11189","11189","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:27:40","FALSE",NA,"853615881980653568",NA,"Twitter for Android","Twitasis","165","TRUE","FALSE" +"11190","11190","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:27:10","FALSE",NA,"853615756931715072",NA,"Twitter Web Client","somitra_baldua","165","TRUE","FALSE" +"11191","11191","RT @BeingHindu: Since post demonetization, none of @RailMinIndia railway stations in Mumbai has mobile payment system. No use of BHIM, Payt�","FALSE","0",NA,"2017-04-16 14:26:47","FALSE",NA,"853615661867651073",NA,"Twitter for Android","vipulIT","1","TRUE","FALSE" +"11192","11192","@AAPlogical @kapsology I guess u missed BJP's real estate business ... all those properties bought around demonetiz� https://t.co/uz6eBNBwPC","FALSE","0","AAPlogical","2017-04-16 14:26:36","TRUE","853613425016143875","853615614862249985","79947136","Twitter Web Client","dramalover4er","0","FALSE","FALSE" +"11193","11193","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:26:33","FALSE",NA,"853615601230782465",NA,"Twitter for Android","JhalliDiva","1333","TRUE","FALSE" +"11194","11194","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:26:18","FALSE",NA,"853615537288388608",NA,"Twitter for iPhone","Prabhat111Malik","165","TRUE","FALSE" +"11195","11195","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:25:59","FALSE",NA,"853615460067282944",NA,"Twitter for Android","Baba_Chu","165","TRUE","FALSE" +"11196","11196","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:25:55","FALSE",NA,"853615442404851712",NA,"Twitter for Android","docstl","165","TRUE","FALSE" +"11197","11197","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:25:40","FALSE",NA,"853615379431673856",NA,"Twitter for Android","geobINSANE","165","TRUE","FALSE" +"11198","11198","Since post demonetization, none of @RailMinIndia railway stations in Mumbai has mobile payment system. No use of BHIM, Paytm, UPI payment.","FALSE","0",NA,"2017-04-16 14:24:45","FALSE",NA,"853615147645976576",NA,"Twitter for Android","BeingHindu","1","FALSE","FALSE" +"11199","11199","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:24:36","FALSE",NA,"853615110497161216",NA,"Twitter for iPhone","noori1905","1333","TRUE","FALSE" +"11200","11200","@RoflGandhi_ Its was not demonetization its was hekdi of senior player dictatorship of captains.many are victims of� https://t.co/PiMtn5FHv9","FALSE","0","RoflGandhi_","2017-04-16 14:24:06","TRUE","853601909533310976","853614984625930240","115887279","Twitter for Android","emraankhan03","0","FALSE","FALSE" +"11201","11201","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:23:45","FALSE",NA,"853614896906371073",NA,"Twitter for iPhone","meet_savsani","1333","TRUE","FALSE" +"11202","11202","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:22:39","FALSE",NA,"853614620606689281",NA,"Twitter Web Client","NICK_BHURY","1333","TRUE","FALSE" +"11203","11203","@narendramodi presently at surat roadshow. i appreciate your demonetization it is sure that indian rupee will gain its value in three years.","FALSE","0","narendramodi","2017-04-16 14:21:58","FALSE",NA,"853614446358540288","18839785","Mobile Web (M2)","Anurxg","0","FALSE","FALSE" +"11204","11204","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:21:51","FALSE",NA,"853614418709671936",NA,"Twitter for iPhone","Anti_31Percent","165","TRUE","FALSE" +"11205","11205","RT @manojrammoorthy: No cash in most of the atms from couple of weeks ... +is it another demonetization ?@DemonEtizationn @RBI @canarabanktw�","FALSE","0",NA,"2017-04-16 14:20:49","FALSE",NA,"853614158612267008",NA,"Twitter for iPhone","DemonEtizationn","1","TRUE","FALSE" +"11206","11206","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:20:31","FALSE",NA,"853614084411064320",NA,"Twitter Lite","BeingNarendraNk","1333","TRUE","FALSE" +"11207","11207","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:19:10","FALSE",NA,"853613742285889536",NA,"Twitter for Android","Impres78","165","TRUE","FALSE" +"11208","11208","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:19:06","FALSE",NA,"853613724980137985",NA,"Twitter for Android","iamthesgr","1333","TRUE","FALSE" +"11209","11209","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:18:56","FALSE",NA,"853613683137593344",NA,"Twitter for Android","PranavP19403201","1333","TRUE","FALSE" +"11210","11210","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:17:30","FALSE",NA,"853613325640318976",NA,"Twitter for iPad","TeamsuperNANDY","1333","TRUE","FALSE" +"11211","11211","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:17:25","FALSE",NA,"853613304396357632",NA,"Twitter for iPhone","SVajjagiri","165","TRUE","FALSE" +"11212","11212","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:16:31","FALSE",NA,"853613077207691266",NA,"Twitter for Android","soojeet4","165","TRUE","FALSE" +"11213","11213","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:15:47","FALSE",NA,"853612892964364288",NA,"Twitter Web Client","xxprakashxx","1333","TRUE","FALSE" +"11214","11214","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:15:04","FALSE",NA,"853612710348697600",NA,"Twitter Lite","Idontfaqwithyou","1333","TRUE","FALSE" +"11215","11215","RT @aapkarajiv: but v were told that after DeMonetization , militancy was stoped.. Just asking.. +@kamaaaa6 @nasirkureshi @Girishaapka @jvsk�","FALSE","0",NA,"2017-04-16 14:14:14","FALSE",NA,"853612502327885824",NA,"Twitter for Android","dhyani0709","1","TRUE","FALSE" +"11216","11216","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:12:58","FALSE",NA,"853612181799260160",NA,"Twitter for Android","laraduttafan1","1333","TRUE","FALSE" +"11217","11217","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:11:48","FALSE",NA,"853611891511263232",NA,"Twitter Web Client","tejsx","1333","TRUE","FALSE" +"11218","11218","@Onision Demonetization is not the same thing as intolerance. Due to the unreliability of the internet it's likely� https://t.co/B3Yl2h29ZC","FALSE","0","Onision","2017-04-16 14:11:01","TRUE","853370631164841984","853611693351501824","29061673","Twitter Web Client","zeemagicpotatoe","0","FALSE","FALSE" +"11219","11219","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:10:23","FALSE",NA,"853611534857195520",NA,"Twitter for Android","GeetaNe92645769","1333","TRUE","FALSE" +"11220","11220","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:10:23","FALSE",NA,"853611533330300928",NA,"Twitter for Android","bubblensmoke","165","TRUE","FALSE" +"11221","11221","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:10:20","FALSE",NA,"853611519334125569",NA,"Twitter for Android","Avinaspandey","1333","TRUE","FALSE" +"11222","11222","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:10:14","FALSE",NA,"853611496323956737",NA,"Twitter for iPhone","rasssgulli","1333","TRUE","FALSE" +"11223","11223","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:10:11","FALSE",NA,"853611481002266624",NA,"Twitter for iPhone","DKCP35","165","TRUE","FALSE" +"11224","11224","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:09:59","FALSE",NA,"853611432197455872",NA,"Twitter for Android","abhitweetsabhi","165","TRUE","FALSE" +"11225","11225","@HumanistReport Congrats! But does this make you a bigger target for YT demonetization program?","FALSE","0","HumanistReport","2017-04-16 14:08:49","FALSE","853451443763691521","853611139896311808","3075856310","Twitter for iPad","Tonytone3005","0","FALSE","FALSE" +"11226","11226","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:08:41","FALSE",NA,"853611106438447107",NA,"Twitter for Android","itz_Riyaz","1333","TRUE","FALSE" +"11227","11227","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:06:19","FALSE",NA,"853610507902877696",NA,"Twitter Lite","ManishK05140094","1333","TRUE","FALSE" +"11228","11228","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:06:16","FALSE",NA,"853610498922774528",NA,"Twitter for Android","JokersBull","165","TRUE","FALSE" +"11229","11229","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:04:58","FALSE",NA,"853610172014620672",NA,"Twitter Lite","vaishalib1","1333","TRUE","FALSE" +"11230","11230","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:04:37","FALSE",NA,"853610083313307650",NA,"Twitter for iPhone","spreha","1333","TRUE","FALSE" +"11231","11231","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:04:13","FALSE",NA,"853609982574592001",NA,"Twitter for iPhone","9uruSin9h","165","TRUE","FALSE" +"11232","11232","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 14:03:58","FALSE",NA,"853609920276553728",NA,"Twitter for iPhone","shailendra1212","75","TRUE","FALSE" +"11233","11233","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 14:02:12","FALSE",NA,"853609475160145920",NA,"Flamingo for Android","kpmishone","1333","TRUE","FALSE" +"11234","11234","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 14:01:10","FALSE",NA,"853609213368651776",NA,"Twitter for Android","Govindraj6989","165","TRUE","FALSE" +"11235","11235","RT @AKOUL4774: AKOU future - YouTube Demonetization... https://t.co/THU1OP6tTY","FALSE","0",NA,"2017-04-16 14:00:06","FALSE",NA,"853608946308972544",NA,"Twitter for iPhone","lucky19652000","2","TRUE","FALSE" +"11236","11236","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:59:53","FALSE",NA,"853608891355201536",NA,"Twitter for iPhone","kizz93","1333","TRUE","FALSE" +"11237","11237","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:59:26","FALSE",NA,"853608777207005185",NA,"Twitter for iPhone","jagdishkholiya","165","TRUE","FALSE" +"11238","11238","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:59:03","FALSE",NA,"853608678955433984",NA,"Twitter for Android","mozammilshafi","165","TRUE","FALSE" +"11239","11239","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:58:23","FALSE",NA,"853608515260346369",NA,"Twitter for Android","Rock_on_india","1333","TRUE","FALSE" +"11240","11240","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:58:19","FALSE",NA,"853608495714672640",NA,"Twitter Lite","iKolhapuri","1333","TRUE","FALSE" +"11241","11241","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:58:14","FALSE",NA,"853608474424496128",NA,"Twitter for Android","Abhi1809Thakur","165","TRUE","FALSE" +"11242","11242","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:56:56","FALSE",NA,"853608150313955330",NA,"Twitter for Android","Hiteshindustan","165","TRUE","FALSE" +"11243","11243","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:55:25","FALSE",NA,"853607764597362688",NA,"Twitter for Android","balrammmm","1333","TRUE","FALSE" +"11244","11244","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:54:38","FALSE",NA,"853607568652075008",NA,"Twitter for Android","AshokKumarBair9","1333","TRUE","FALSE" +"11245","11245","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:54:36","FALSE",NA,"853607559265169408",NA,"Twitter for iPhone","JiyaaTweets","1333","TRUE","FALSE" +"11246","11246","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:53:34","FALSE",NA,"853607299608444929",NA,"Twitter for iPhone","amahatao","165","TRUE","FALSE" +"11247","11247","@NSMlive Products are made and marketed to certain sectors. People outrage for small things. But mute on demonetization,aadhar.","FALSE","0","NSMlive","2017-04-16 13:53:20","FALSE","853602960466526210","853607241588584449","907473012","Twitter Lite","kayan2727","0","FALSE","FALSE" +"11248","11248","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:53:14","FALSE",NA,"853607218809380865",NA,"Twitter for Android","YuviSRKDevotee","165","TRUE","FALSE" +"11249","11249","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:52:22","FALSE",NA,"853606998952116224",NA,"Twitter Web Client","mukeshplayers","165","TRUE","FALSE" +"11250","11250","Killing Floor is a book that one can keep reading over & over for so many reasons. Reading it post demonetization,there's a new aspect to it","FALSE","0",NA,"2017-04-16 13:52:06","FALSE",NA,"853606930698326018",NA,"Twitter Web Client","Si_lv_er","0","FALSE","FALSE" +"11251","11251","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:51:53","FALSE",NA,"853606876453273601",NA,"Twitter for iPhone","shuklasaurabh59","1333","TRUE","FALSE" +"11252","11252","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:51:31","FALSE",NA,"853606784950575104",NA,"Twitter for iPad","girishhyd","165","TRUE","FALSE" +"11253","11253","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:51:11","FALSE",NA,"853606701454376961",NA,"Twitter for Android","Born2bAwsome","1333","TRUE","FALSE" +"11254","11254","RT @deepJM9: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually rich +#s�","FALSE","0",NA,"2017-04-16 13:49:18","FALSE",NA,"853606229075050497",NA,"Twitter for iPhone","DipenPatel_20","1","TRUE","FALSE" +"11255","11255","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:49:04","FALSE",NA,"853606169235116032",NA,"Twitter for iPhone","imprabhatverma","1333","TRUE","FALSE" +"11256","11256","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:48:59","FALSE",NA,"853606149207334912",NA,"Twitter for Android","Pinkiroymailco1","1333","TRUE","FALSE" +"11257","11257","RT @TomoNewsUS: YouTube takes aim at gun channels in demonetization wars https://t.co/GsSBepirTX","FALSE","0",NA,"2017-04-16 13:48:31","FALSE",NA,"853606032064622593",NA,"Twitter for Android","MomsDemandAIL","1","TRUE","FALSE" +"11258","11258","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:47:43","FALSE",NA,"853605829391659009",NA,"Twitter for Android","king_sadashiva","165","TRUE","FALSE" +"11259","11259","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:46:24","FALSE",NA,"853605499425533954",NA,"Twitter for Android","three_by_four","165","TRUE","FALSE" +"11260","11260","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:46:09","FALSE",NA,"853605435990867968",NA,"Twitter for Android","g_101010","165","TRUE","FALSE" +"11261","11261","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:45:45","FALSE",NA,"853605334681780225",NA,"Twitter for Android","Adnanrichie","1333","TRUE","FALSE" +"11262","11262","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:45:23","FALSE",NA,"853605242562371584",NA,"Twitter for Android","jiteshii","165","TRUE","FALSE" +"11263","11263","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:44:54","FALSE",NA,"853605119710994433",NA,"Twitter for Android","inder_morwal","165","TRUE","FALSE" +"11264","11264","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:44:51","FALSE",NA,"853605105735749634",NA,"Twitter for iPhone","mhlkt143","1333","TRUE","FALSE" +"11265","11265","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:44:43","FALSE",NA,"853605074773397505",NA,"Twitter for Android","Akashvns092","165","TRUE","FALSE" +"11266","11266","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:44:24","FALSE",NA,"853604995995971585",NA,"Twitter for iPhone","Abhishe9860234","1333","TRUE","FALSE" +"11267","11267","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:44:14","FALSE",NA,"853604953222467584",NA,"Twitter for Android","Prashanth4Rebel","1333","TRUE","FALSE" +"11268","11268","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:43:44","FALSE",NA,"853604825660923905",NA,"Twitter for iPhone","Gulli_khatri","165","TRUE","FALSE" +"11269","11269","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:43:30","FALSE",NA,"853604767712428032",NA,"Twitter Lite","ShubhamMungekar","165","TRUE","FALSE" +"11270","11270","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:42:54","FALSE",NA,"853604614960271361",NA,"Twitter for iPhone","BBC_WORD","165","TRUE","FALSE" +"11271","11271","@dhume @tavleen_singh Tavleen is getting it all wrong for sometime..Demonetization to anti-Romeo squard..Criticism needs to be objective","FALSE","0","dhume","2017-04-16 13:42:09","FALSE","853465735460524032","853604426162089984","47685065","Twitter for iPhone","desh2014","0","FALSE","FALSE" +"11272","11272","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:41:59","FALSE",NA,"853604388069412864",NA,"Twitter Web Client","alok3428","165","TRUE","FALSE" +"11273","11273","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:40:45","FALSE",NA,"853604074893312000",NA,"Twitter for Android","mandeep_kaushik","165","TRUE","FALSE" +"11274","11274","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:40:44","FALSE",NA,"853604071315517443",NA,"Twitter for Android","song4luv","165","TRUE","FALSE" +"11275","11275","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:40:34","FALSE",NA,"853604031276691457",NA,"Twitter for Android","ShivrajDixit","165","TRUE","FALSE" +"11276","11276","YouTube takes aim at gun channels in demonetization wars https://t.co/GsSBepirTX","FALSE","0",NA,"2017-04-16 13:40:15","FALSE",NA,"853603948451725312",NA,"Hootsuite","TomoNewsUS","1","FALSE","FALSE" +"11277","11277","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:39:48","FALSE",NA,"853603835776053248",NA,"Twitter for Android","Aam_Nationalist","165","TRUE","FALSE" +"11278","11278","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:39:21","FALSE",NA,"853603721753776133",NA,"Twitter for Android","SangramAamir","165","TRUE","FALSE" +"11279","11279","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:38:07","FALSE",NA,"853603413740974081",NA,"Twitter for Android","golgappewala","75","TRUE","FALSE" +"11280","11280","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:37:59","FALSE",NA,"853603380408799237",NA,"Twitter for Android","kshitijyogi3","1333","TRUE","FALSE" +"11281","11281","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:37:39","FALSE",NA,"853603296644354048",NA,"Twitter for Android","soham3333","165","TRUE","FALSE" +"11282","11282","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:37:15","FALSE",NA,"853603196006260736",NA,"Twitter Web Client","Latin4uLatin","1333","TRUE","FALSE" +"11283","11283","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:36:43","FALSE",NA,"853603060655861760",NA,"Twitter for iPhone","PseudoLawyer","165","TRUE","FALSE" +"11284","11284","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:36:38","FALSE",NA,"853603040938516480",NA,"Twitter Web Client","KLPD_Delhi","165","TRUE","FALSE" +"11285","11285","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:36:07","FALSE",NA,"853602909962903552",NA,"Twitter for Android","Brain_Humor","165","TRUE","FALSE" +"11286","11286","@nidhiMnidhi Will BJP tell how many transaction they made during demonetization?.Or they show up their bank details?","FALSE","0","nidhiMnidhi","2017-04-16 13:35:56","FALSE","853568804768579584","853602861854453760","108344186","Twitter for Android","nawabsahab001","0","FALSE","FALSE" +"11287","11287","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:35:38","FALSE",NA,"853602786159673348",NA,"Twitter for Android","Sejal_srt_sr3","165","TRUE","FALSE" +"11288","11288","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:35:34","FALSE",NA,"853602772427710464",NA,"Twitter for Android","being_secular1","165","TRUE","FALSE" +"11289","11289","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:35:27","FALSE",NA,"853602742236987393",NA,"Twitter for Android","pessimystiqueM","165","TRUE","FALSE" +"11290","11290","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:35:22","FALSE",NA,"853602722855219200",NA,"Twitter for iPhone","beeandblu","1333","TRUE","FALSE" +"11291","11291","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:35:14","FALSE",NA,"853602687866200064",NA,"Twitter for iPhone","Dr_Outlier_","165","TRUE","FALSE" +"11292","11292","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:34:41","FALSE",NA,"853602547617021952",NA,"Twitter for Android","ntr_siva","165","TRUE","FALSE" +"11293","11293","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:34:38","FALSE",NA,"853602538213564417",NA,"RoundTeam","NatinRana","165","TRUE","FALSE" +"11294","11294","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:34:28","FALSE",NA,"853602494722838528",NA,"Twitter for Android","21century_kant","1333","TRUE","FALSE" +"11295","11295","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:34:19","FALSE",NA,"853602457892655105",NA,"Twitter Lite","verma773","165","TRUE","FALSE" +"11296","11296","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:33:55","FALSE",NA,"853602354117169152",NA,"Twitter for Android","Sushil31752456","1333","TRUE","FALSE" +"11297","11297","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:33:50","FALSE",NA,"853602336744361984",NA,"Twitter for Android","kastokan","165","TRUE","FALSE" +"11298","11298","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:33:47","FALSE",NA,"853602323804934144",NA,"RoundTeam","AashnaMaurya","165","TRUE","FALSE" +"11299","11299","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:33:25","FALSE",NA,"853602229873516544",NA,"Twitter Lite","aashupi","165","TRUE","FALSE" +"11300","11300","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:33:07","FALSE",NA,"853602153889505280",NA,"Twitter for Android","Pranav_Dangi","165","TRUE","FALSE" +"11301","11301","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:32:59","FALSE",NA,"853602120792248320",NA,"Twitter for Android","star_bhakts","165","TRUE","FALSE" +"11302","11302","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:32:49","FALSE",NA,"853602078761136128",NA,"Twitter for Android","AKPandey89","165","TRUE","FALSE" +"11303","11303","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:32:45","FALSE",NA,"853602060582899713",NA,"Twitter for iPhone","drjatinanand","165","TRUE","FALSE" +"11304","11304","RT @RoflGandhi_: Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","0",NA,"2017-04-16 13:32:29","FALSE",NA,"853601996221317120",NA,"Twitter for iPhone","neeku_enduku","165","TRUE","FALSE" +"11305","11305","Seeing Munaf Patel back after ages .. thought we lost him in demonetization. #GLvMI","FALSE","523",NA,"2017-04-16 13:32:09","FALSE",NA,"853601909533310976",NA,"Twitter for Android","RoflGandhi_","165","FALSE","FALSE" +"11306","11306","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:31:33","FALSE",NA,"853601760371507200",NA,"Twitter for Android","BeingSKsVeer","1333","TRUE","FALSE" +"11307","11307","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:28:34","FALSE",NA,"853601010476044288",NA,"Twitter for iPhone","sohamgh9","75","TRUE","FALSE" +"11308","11308","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:28:25","FALSE",NA,"853600971456303106",NA,"Twitter for iPhone","JunaidMangalore","1333","TRUE","FALSE" +"11309","11309","We are so gareeb that PM Modi had to implement Demonetization to find out who is actually poor ","FALSE","0",NA,"2017-04-16 13:28:25","FALSE",NA,"853600970730864641",NA,"Twitter Lite","Its_Me_Pranjal","0","FALSE","FALSE" +"11310","11310","India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! + +#BoycottSnapchat","FALSE","0",NA,"2017-04-16 13:28:19","FALSE",NA,"853600945044766720",NA,"Facebook","aakashpatel17","0","FALSE","FALSE" +"11311","11311","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:26:11","FALSE",NA,"853600410602356736",NA,"Twitter for iPhone","SwityShinde","1333","TRUE","FALSE" +"11312","11312","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:25:46","FALSE",NA,"853600306243842050",NA,"Twitter for Android","zasambhu","75","TRUE","FALSE" +"11313","11313","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:23:14","FALSE",NA,"853599667837313025",NA,"Twitter for iPhone","RetardedHurt","1333","TRUE","FALSE" +"11314","11314","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:22:38","FALSE",NA,"853599515651256320",NA,"Twitter for Android","BeingKushalOffl","1333","TRUE","FALSE" +"11315","11315","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:21:57","FALSE",NA,"853599345773604864",NA,"Twitter for Android","SabinaLamba","1333","TRUE","FALSE" +"11316","11316","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:21:08","FALSE",NA,"853599139581620224",NA,"Twitter for Android","Ridham_vyas","1333","TRUE","FALSE" +"11317","11317","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:20:56","FALSE",NA,"853599090600488961",NA,"Twitter for iPhone","jihadilove","75","TRUE","FALSE" +"11318","11318","RT @thesuniljain: I'm not saying we don't need cash, indeed I'm a critic of demonetization, but believe govt has done an amazing job in dig�","FALSE","0",NA,"2017-04-16 13:18:15","FALSE",NA,"853598412939382784",NA,"Twitter Lite","Synergyspeak","5","TRUE","FALSE" +"11319","11319","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:16:46","FALSE",NA,"853598038954090496",NA,"Twitter for Android","sandeep21031983","75","TRUE","FALSE" +"11320","11320","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:15:42","FALSE",NA,"853597769856102400",NA,"Twitter for iPhone","ShishShames","75","TRUE","FALSE" +"11321","11321","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:12:19","FALSE",NA,"853596919951708160",NA,"Twitter for Android","lafadahaibaba","1333","TRUE","FALSE" +"11322","11322","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:10:45","FALSE",NA,"853596526328676352",NA,"Twitter for Android","JivenduJillova","1333","TRUE","FALSE" +"11323","11323","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:09:36","FALSE",NA,"853596236561211394",NA,"Twitter for Android","techguruashwin","1333","TRUE","FALSE" +"11324","11324","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:06:15","FALSE",NA,"853595393963282432",NA,"Twitter for Android","AD_Devil_7","1333","TRUE","FALSE" +"11325","11325","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:05:50","FALSE",NA,"853595289654972416",NA,"Twitter for Android","Samyporwal","1333","TRUE","FALSE" +"11326","11326","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:05:45","FALSE",NA,"853595267014287360",NA,"Twitter for iPhone","saumya_thakur","1333","TRUE","FALSE" +"11327","11327","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:04:31","FALSE",NA,"853594957646635008",NA,"Twitter for Android","meet4funn","1333","TRUE","FALSE" +"11328","11328","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:04:04","FALSE",NA,"853594843884519425",NA,"Twitter for Android","SalluCommunity","1333","TRUE","FALSE" +"11329","11329","Please add judicial paralysis too. What happened to the cases against demonetization? https://t.co/g7rCoywLao","FALSE","1",NA,"2017-04-16 13:03:57","FALSE",NA,"853594812620079105",NA,"TweetDeck","Satyapriyan","0","FALSE","FALSE" +"11330","11330","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 13:03:10","FALSE",NA,"853594616267808768",NA,"Twitter for Android","Five5starA","75","TRUE","FALSE" +"11331","11331","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:02:34","FALSE",NA,"853594466380369920",NA,"Twitter for Android","6b9574b803c1480","1333","TRUE","FALSE" +"11332","11332","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 13:02:29","FALSE",NA,"853594444171329537",NA,"Twitter for Android","deep29483000","1333","TRUE","FALSE" +"11333","11333","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:59:49","FALSE",NA,"853593776023101441",NA,"Twitter for Android","ChhatariyaS","1333","TRUE","FALSE" +"11334","11334","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:58:35","FALSE",NA,"853593463476166658",NA,"Twitter for Android","maria_varun","1333","TRUE","FALSE" +"11335","11335","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:57:59","FALSE",NA,"853593312418185218",NA,"Twitter for Android","gavie0021","1333","TRUE","FALSE" +"11336","11336","but v were told that after DeMonetization , militancy was stoped.. Just asking.. +@kamaaaa6 @nasirkureshi� https://t.co/H2iq2ybeCn","FALSE","2",NA,"2017-04-16 12:57:51","TRUE",NA,"853593278872264704",NA,"Twitter Web Client","aapkarajiv","1","FALSE","FALSE" +"11337","11337","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:57:49","FALSE",NA,"853593270433263616",NA,"Twitter for Android","BeingRohan_","1333","TRUE","FALSE" +"11338","11338","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:56:04","FALSE",NA,"853592831247691777",NA,"Twitter for Android","zeet_s","75","TRUE","FALSE" +"11339","11339","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:55:42","FALSE",NA,"853592737723150337",NA,"Twitter for Android","Kingshahbaz786","1333","TRUE","FALSE" +"11340","11340","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:55:34","FALSE",NA,"853592703405219840",NA,"Twitter for Android","anantha4500","75","TRUE","FALSE" +"11341","11341","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:55:28","FALSE",NA,"853592681242443776",NA,"Twitter for Android","himdevs","75","TRUE","FALSE" +"11342","11342","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:54:55","FALSE",NA,"853592541991587840",NA,"Twitter for Android","Salman_Army_","1333","TRUE","FALSE" +"11343","11343","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:54:52","FALSE",NA,"853592529119444994",NA,"Twitter for Android","Dehradun1","1333","TRUE","FALSE" +"11344","11344","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:54:50","FALSE",NA,"853592522307780608",NA,"Twitter for Android","thebagchi","75","TRUE","FALSE" +"11345","11345","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:52:53","FALSE",NA,"853592029225512960",NA,"Twitter for Android","BEaSTintheWORLD","1333","TRUE","FALSE" +"11346","11346","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:51:59","FALSE",NA,"853591805086109696",NA,"Twitter for Android","6feac377b097423","1333","TRUE","FALSE" +"11347","11347","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:51:25","FALSE",NA,"853591662454464512",NA,"Twitter for Android","PawanJRai","75","TRUE","FALSE" +"11348","11348","@winhax feel a video termination was incorrect, you are allowed to appeal it. + +If you are talking about demonetizat� https://t.co/fETxVGtlnq","FALSE","0","winhax","2017-04-16 12:51:21","TRUE","853478442242670592","853591645450903552","4360003584","TweetDeck","LightCodeGaming","0","FALSE","FALSE" +"11349","11349","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:50:30","FALSE",NA,"853591427934191618",NA,"Twitter for Android","sweta_1101992","1333","TRUE","FALSE" +"11350","11350","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:48:18","FALSE",NA,"853590874143547397",NA,"Twitter for Android","dpk_gothwal","1333","TRUE","FALSE" +"11351","11351","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:47:37","FALSE",NA,"853590702386667520",NA,"Twitter for Android","anirban1akshay","1333","TRUE","FALSE" +"11352","11352","Well, there were many economists too who ""explained"" the benefits of demonetization. https://t.co/2JAXyw0U90","FALSE","0",NA,"2017-04-16 12:46:55","FALSE",NA,"853590529614983168",NA,"Twitter for Android","sachin_tyagi","0","FALSE","FALSE" +"11353","11353","Frnd- kha hai bro? +Me- line me hoon! +F- ab to demonetization bhi khtam hai?? +Me- bc! Crush ki line me hoon! 1000th position pe!","FALSE","1",NA,"2017-04-16 12:46:19","FALSE",NA,"853590377961582593",NA,"Twitter for Android","Charismatic_DNA","0","FALSE","FALSE" +"11354","11354","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:45:12","FALSE",NA,"853590097438150657",NA,"Twitter for Android","VishalS99065877","1333","TRUE","FALSE" +"11355","11355","Another proof of complete failure of demonetization. Its from 1 Bank's 1 branch. Imagine the scale of total scam. + + https://t.co/zzthdwQBfY","FALSE","0",NA,"2017-04-16 12:44:58","FALSE",NA,"853590039313358848",NA,"Twitter Web Client","bobbyindia1","0","FALSE","FALSE" +"11356","11356","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:44:54","FALSE",NA,"853590019709075456",NA,"Twitter for Windows","aashutoshsaraf1","1333","TRUE","FALSE" +"11357","11357","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:44:35","FALSE",NA,"853589940986359808",NA,"Twitter for Android","IMSonalN","1333","TRUE","FALSE" +"11358","11358","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:44:24","FALSE",NA,"853589895222263808",NA,"Twitter for Android","Beingchanchal","1333","TRUE","FALSE" +"11359","11359","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 12:43:09","FALSE",NA,"853589579462520833",NA,"Twitter for Android","Miley_Bieberjd","83","TRUE","FALSE" +"11360","11360","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:42:38","FALSE",NA,"853589452018593792",NA,"Twitter for iPhone","vj2infotech","75","TRUE","FALSE" +"11361","11361","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:42:29","FALSE",NA,"853589411614908416",NA,"Twitter for Android","Miley_Bieberjd","1333","TRUE","FALSE" +"11362","11362","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:42:21","FALSE",NA,"853589379708669952",NA,"Twitter for Android","ohh__teri","1333","TRUE","FALSE" +"11363","11363","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:40:25","FALSE",NA,"853588890963156993",NA,"Twitter for Android","iGautamDeori","75","TRUE","FALSE" +"11364","11364","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:39:07","FALSE",NA,"853588566110326785",NA,"Twitter for Android","BeingShreya_","1333","TRUE","FALSE" +"11365","11365","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:37:54","FALSE",NA,"853588260450295808",NA,"Twitter for Android","being_pradipta","1333","TRUE","FALSE" +"11366","11366","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:37:47","FALSE",NA,"853588227684536320",NA,"Twitter for iPhone","manujsharan","75","TRUE","FALSE" +"11367","11367","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:37:23","FALSE",NA,"853588127021125632",NA,"Twitter for Android","dhruvbhim","75","TRUE","FALSE" +"11368","11368","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:37:05","FALSE",NA,"853588052832276480",NA,"Twitter for Android","Salman_ki_sena","1333","TRUE","FALSE" +"11369","11369","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:36:00","FALSE",NA,"853587780387078144",NA,"Twitter for Android","theckdas","75","TRUE","FALSE" +"11370","11370","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:35:53","FALSE",NA,"853587752511651840",NA,"Twitter for Android","raja1260","75","TRUE","FALSE" +"11371","11371","India is so rich that Our PM has to implement demonetization to find out the poor. +#Copied","FALSE","0",NA,"2017-04-16 12:35:51","FALSE",NA,"853587743544180736",NA,"Facebook","ABHISHEK_BINGA","0","FALSE","FALSE" +"11372","11372","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:34:17","FALSE",NA,"853587347040022528",NA,"Twitter Web Client","Bhavadasnkm","75","TRUE","FALSE" +"11373","11373","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:33:50","FALSE",NA,"853587235257569282",NA,"Twitter for Android","mannadeb171","75","TRUE","FALSE" +"11374","11374","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:33:41","FALSE",NA,"853587196355293185",NA,"Twitter Web Client","Babuji9","75","TRUE","FALSE" +"11375","11375","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:33:29","FALSE",NA,"853587148691386368",NA,"Twitter for Android","The_AbdulKadir","1333","TRUE","FALSE" +"11376","11376","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:33:05","FALSE",NA,"853587045599531009",NA,"Twitter for Android","AbiChengannur","75","TRUE","FALSE" +"11377","11377","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:31:53","FALSE",NA,"853586745614626816",NA,"Twitter for Android","rahul1521993","75","TRUE","FALSE" +"11378","11378","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:31:22","FALSE",NA,"853586613309325312",NA,"Twitter for Android","mgrntr","75","TRUE","FALSE" +"11379","11379","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:30:39","FALSE",NA,"853586434837671938",NA,"Twitter for Android","sanjogkawade","75","TRUE","FALSE" +"11380","11380","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:30:27","FALSE",NA,"853586385986572288",NA,"Twitter for Android","d_decepticons","75","TRUE","FALSE" +"11381","11381","@theman_theplan Whether it's a developing/developed country..1 shud 1st learn to respect othersIndia is so rich da� https://t.co/9XQtMmJV12","FALSE","2","theman_theplan","2017-04-16 12:30:04","TRUE","853578666047045632","853586288196427776","4450832538","Twitter for Android","Akshata_M_","1","FALSE","FALSE" +"11382","11382","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:29:06","FALSE",NA,"853586042892435456",NA,"Twitter for Android","the_arm_chair","75","TRUE","FALSE" +"11383","11383","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:27:46","FALSE",NA,"853585709042630656",NA,"Twitter for Android","rajudrnair","75","TRUE","FALSE" +"11384","11384","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:27:03","FALSE",NA,"853585526485549056",NA,"Twitter for Android","mechyyogi","75","TRUE","FALSE" +"11385","11385","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:26:51","FALSE",NA,"853585478003699712",NA,"Twitter for Android","prateek1013","75","TRUE","FALSE" +"11386","11386","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:26:38","FALSE",NA,"853585425046306817",NA,"Twitter Web Client","Grumpy_Gandhi","75","TRUE","FALSE" +"11387","11387","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:26:07","FALSE",NA,"853585292342644736",NA,"Twitter for Android","kayeskay521","75","TRUE","FALSE" +"11388","11388","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:25:35","FALSE",NA,"853585159530196992",NA,"Twitter for Android","prabhasi_borah","1333","TRUE","FALSE" +"11389","11389","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:25:33","FALSE",NA,"853585152722653184",NA,"Twitter for iPhone","v_bipan","75","TRUE","FALSE" +"11390","11390","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:25:12","FALSE",NA,"853585062964502529",NA,"Twitter for iPhone","rahulrastogi72","75","TRUE","FALSE" +"11391","11391","RT @AskAnshul: And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was against�","FALSE","0",NA,"2017-04-16 12:25:06","FALSE",NA,"853585038587383808",NA,"Twitter for Android","ajkrjha","75","TRUE","FALSE" +"11392","11392","Dr evan if u came Indian at d tym of demonetization, u could be milliner by searching our drains.. +#Subi10� https://t.co/6c5PjS3Fon","FALSE","1",NA,"2017-04-16 12:24:49","TRUE",NA,"853584967997194242",NA,"Twitter for Android","subi10","0","FALSE","FALSE" +"11393","11393","And, Border Security Force seizes fake notes worth Rs 7,00,000 in Bengal's Malda. You can understand why Mamata was� https://t.co/adMOY9aQz9","FALSE","80",NA,"2017-04-16 12:24:47","TRUE",NA,"853584956928385024",NA,"Twitter Web Client","AskAnshul","75","FALSE","FALSE" +"11394","11394","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:24:46","FALSE",NA,"853584953820532737",NA,"Twitter for Android","DHarshwal","1333","TRUE","FALSE" +"11395","11395","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:23:46","FALSE",NA,"853584703336480772",NA,"Twitter for Android","Raina_Fangirl","1333","TRUE","FALSE" +"11396","11396","@CNNnews18 Jewellery stores ko 10cr each bjp khilya hai demonetization scam kr k when you fools r in bank lines","FALSE","0","CNNnews18","2017-04-16 12:23:18","FALSE","853581238275235840","853584583933251584","6509832","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"11397","11397","Demonetization - can it help curb #SexTrafficking in India? https://t.co/YJ6V9p47fi https://t.co/U02xfsyC8p","FALSE","0",NA,"2017-04-16 12:23:01","FALSE",NA,"853584514458767360",NA,"Buffer","KindledSpiritUK","0","FALSE","FALSE" +"11398","11398","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-16 12:22:51","FALSE",NA,"853584472440053760",NA,"Twitter for Android","subhashjsr","5170","TRUE","FALSE" +"11399","11399","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:17:59","FALSE",NA,"853583245472145408",NA,"Twitter for Android","IamHarshPandey","1333","TRUE","FALSE" +"11400","11400","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:15:48","FALSE",NA,"853582698140635138",NA,"Twitter Lite","aditi_sharma360","1333","TRUE","FALSE" +"11401","11401","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 12:15:41","FALSE",NA,"853582666456858626",NA,"Twitter for Android","me_arpank","80","TRUE","FALSE" +"11402","11402","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:15:06","FALSE",NA,"853582519521947648",NA,"Twitter for Android","Hopedontdie2","1333","TRUE","FALSE" +"11403","11403","Limited knowledge of almost everything abt India. All projections of @dhume since 2013 incorrect including demonet� https://t.co/sfmMYCMc69","FALSE","0",NA,"2017-04-16 12:14:38","TRUE",NA,"853582402245054464",NA,"Twitter for Android","_ajaykumargupta","0","FALSE","FALSE" +"11404","11404","Dear @evanspiegel India is so rich that PM @narendramodi had to implement demonetization to find out who is actually poor +#snapchatceo","FALSE","0",NA,"2017-04-16 12:14:05","FALSE",NA,"853582264713793537",NA,"Twitter for Android","Saransh_022","0","FALSE","FALSE" +"11405","11405","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:12:43","FALSE",NA,"853581920130678784",NA,"Twitter for Android","BenchTrack","1333","TRUE","FALSE" +"11406","11406","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:12:01","FALSE",NA,"853581745630924801",NA,"Twitter for Android","nitish_015","1333","TRUE","FALSE" +"11407","11407","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:11:33","FALSE",NA,"853581627028537345",NA,"Twitter for Android","imdhiman","1333","TRUE","FALSE" +"11408","11408","I liked a @YouTube video https://t.co/2aTAYf8OZA Youtube Demonetization se related 25 sawaal. ","FALSE","0",NA,"2017-04-16 12:11:29","FALSE",NA,"853581611396243457",NA,"Google","prashan69665558","0","FALSE","FALSE" +"11409","11409","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:11:14","FALSE",NA,"853581546334420992",NA,"Twitter for Android","iamjitenderRana","1333","TRUE","FALSE" +"11410","11410","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:11:10","FALSE",NA,"853581531734048769",NA,"Twitter for Android","PragnyaSthita","1333","TRUE","FALSE" +"11411","11411","RT @SaifWoww: America's MOAB killed 36 people ...India's Demonetization 150 +India >>>>>America","FALSE","0",NA,"2017-04-16 12:08:40","FALSE",NA,"853580900617080836",NA,"Twitter Web Client","Navneet__Sandhu","3","TRUE","FALSE" +"11412","11412","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:08:01","FALSE",NA,"853580739459371010",NA,"Twitter Lite","BNMGOUD","1333","TRUE","FALSE" +"11413","11413","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:07:20","FALSE",NA,"853580567199309824",NA,"Twitter for Android","priyansh2106","1333","TRUE","FALSE" +"11414","11414","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:03:31","FALSE",NA,"853579607286493184",NA,"Twitter for Android","IamAkRahul","1333","TRUE","FALSE" +"11415","11415","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 12:02:05","FALSE",NA,"853579246786293760",NA,"Twitter for Android","PillaiShrijit","1333","TRUE","FALSE" +"11416","11416","India is poor because they threw money worth 10 times more than #Spanchat in Gutter during Demonetization #boycottsnapchat","FALSE","2",NA,"2017-04-16 12:01:54","FALSE",NA,"853579198098661379",NA,"Twitter Web Client","Snapchat_CEO","0","FALSE","FALSE" +"11417","11417","#digitalpayments up +23x after demonetization @NITIAayog @livemint + +https://t.co/qgMsf4PlqC https://t.co/xixlXjwPwr","FALSE","0",NA,"2017-04-16 12:00:38","FALSE",NA,"853578882091552769",NA,"Buffer","alexanderchopan","0","FALSE","FALSE" +"11418","11418","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:58:13","FALSE",NA,"853578270822060032",NA,"Twitter Web Client","Shahid_s_Annu","1333","TRUE","FALSE" +"11419","11419","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:58:02","FALSE",NA,"853578228044374016",NA,"Twitter for Android","HerinRoy","1333","TRUE","FALSE" +"11420","11420","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:57:41","FALSE",NA,"853578138374160384",NA,"Twitter for iPhone","snehal2088","1333","TRUE","FALSE" +"11421","11421","@SuvigyaP @madmanweb Dumb brain if DeMonetization dried up terrorists funds then how come they are growing fast in� https://t.co/bVFr8HNIb4","FALSE","0","SuvigyaP","2017-04-16 11:57:34","TRUE","853564676403216384","853578106803806209","2244566571","Twitter for Android","sayingtruth4u","0","FALSE","FALSE" +"11422","11422","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:57:23","FALSE",NA,"853578063552098304",NA,"Twitter for Android","akansha2296","1333","TRUE","FALSE" +"11423","11423","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:57:18","FALSE",NA,"853578039782920192",NA,"Twitter for Android","shanatic_nik","1333","TRUE","FALSE" +"11424","11424","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-16 11:56:27","FALSE",NA,"853577827056140289",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"11425","11425","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:55:37","FALSE",NA,"853577619689877509",NA,"Twitter Lite","DTonpe","1333","TRUE","FALSE" +"11426","11426","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:54:59","FALSE",NA,"853577458662219776",NA,"Twitter for Android","GplRanjeet","1333","TRUE","FALSE" +"11427","11427","What's happening with ATMs. So much cash crunch even after 150 days of demonetization.Why the finance babus doesn't� https://t.co/OhCaBGhUCm","FALSE","0",NA,"2017-04-16 11:54:49","TRUE",NA,"853577416324694016",NA,"Twitter for Android","Pvenkatkrishna","0","FALSE","FALSE" +"11428","11428","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:54:38","FALSE",NA,"853577371051536385",NA,"Twitter for Android","sonikasdutta","1333","TRUE","FALSE" +"11429","11429","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:54:27","FALSE",NA,"853577323181817857",NA,"Mobile Web (M2)","Srkbringhappnss","1333","TRUE","FALSE" +"11430","11430","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:53:22","FALSE",NA,"853577051449638912",NA,"Twitter for Android","bombaykibaat","1333","TRUE","FALSE" +"11431","11431","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:51:02","FALSE",NA,"853576465270554626",NA,"Twitter Web Client","karthikbs5","1333","TRUE","FALSE" +"11432","11432","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:44:21","FALSE",NA,"853574782406623232",NA,"Twitter for iPhone","itsjassingh","1333","TRUE","FALSE" +"11433","11433","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:43:12","FALSE",NA,"853574495243816960",NA,"PosterSwaggy345","BotSaucin","1333","TRUE","FALSE" +"11434","11434","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:43:02","FALSE",NA,"853574452449128449",NA,"Twitter for Android","mdhamidobaid2","1333","TRUE","FALSE" +"11435","11435","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:42:56","FALSE",NA,"853574427061170177",NA,"Twitter for Android","MehulKulkarni3","1333","TRUE","FALSE" +"11436","11436","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:41:25","FALSE",NA,"853574044460994560",NA,"Twitter for iPhone","HRajnani","1333","TRUE","FALSE" +"11437","11437","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:41:15","FALSE",NA,"853574002018746369",NA,"Twitter for Android","roshanpathare","1333","TRUE","FALSE" +"11438","11438","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:38:19","FALSE",NA,"853573264186023936",NA,"Twitter for Android","brainyKam","1333","TRUE","FALSE" +"11439","11439","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:37:31","FALSE",NA,"853573061748064256",NA,"Twitter for Android","ursNITESHSHINDE","1333","TRUE","FALSE" +"11440","11440","We are so gareeb that PM Modi had to implement demonetization to find out who is actually poor. :) :)","FALSE","0",NA,"2017-04-16 11:34:29","FALSE",NA,"853572300313993217",NA,"Twitter Web Client","Its_Me_Pranjal","0","FALSE","FALSE" +"11441","11441","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:33:56","FALSE",NA,"853572161721839616",NA,"Twitter for Android","sunitaa09","1333","TRUE","FALSE" +"11442","11442","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:32:49","FALSE",NA,"853571878329491456",NA,"Twitter for Android","premdilwala002","1333","TRUE","FALSE" +"11443","11443","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:32:18","FALSE",NA,"853571749157515265",NA,"Twitter for Android","AryanKumaar","1333","TRUE","FALSE" +"11444","11444","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:31:45","FALSE",NA,"853571611961827328",NA,"Twitter for Android","asheeshkumaar11","1333","TRUE","FALSE" +"11445","11445","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:29:11","FALSE",NA,"853570965137235968",NA,"Twitter for Android","beingrobin1995","1333","TRUE","FALSE" +"11446","11446","RT @RitikaSpeaks: Modi isn't doing anything about it.True.The moment he raids your Swiss bank accounts, you'll cry foul.We've seen the demo�","FALSE","0",NA,"2017-04-16 11:26:18","FALSE",NA,"853570238448881664",NA,"Twitter for Windows","MistryMania","3","TRUE","FALSE" +"11447","11447","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:26:16","FALSE",NA,"853570231121215488",NA,"Twitter for Windows Phone","raising_SSS","1333","TRUE","FALSE" +"11448","11448","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:25:53","FALSE",NA,"853570134925070336",NA,"Twitter for Android","dilipthapa26","1333","TRUE","FALSE" +"11449","11449","Demonetization: Do you want poor illiterate ppl to use #digitalpayments ? +Stray Comment from unknown person: We are not poor. #Snapchat","FALSE","0",NA,"2017-04-16 11:25:07","FALSE",NA,"853569941995479040",NA,"Plume�for�Android","abhijitsinghh","0","FALSE","FALSE" +"11450","11450","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:24:43","FALSE",NA,"853569840044425218",NA,"Twitter for Android","potter_girl06","1333","TRUE","FALSE" +"11451","11451","Side effect of Demonetization #NoCash #ATM @KotakBankLtd @MyIndusIndBank @Synd_Bank @arunjaitley @narendramodi� https://t.co/anqiE82f9L","FALSE","0",NA,"2017-04-16 11:24:21","TRUE",NA,"853569747891474432",NA,"Twitter for Android","vasim_5472","0","FALSE","FALSE" +"11452","11452","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:23:33","FALSE",NA,"853569549588975616",NA,"Twitter for Android","IamrajatShukla","1333","TRUE","FALSE" +"11453","11453","As you have done the great job of demonetization hoping the same for this issue of RESERVED INDIA +@narendramodi","FALSE","0",NA,"2017-04-16 11:22:48","FALSE",NA,"853569359486308353",NA,"Twitter for Android","tiwari_prerana","0","FALSE","FALSE" +"11454","11454","RT @RitikaSpeaks: Modi isn't doing anything about it.True.The moment he raids your Swiss bank accounts, you'll cry foul.We've seen the demo�","FALSE","0",NA,"2017-04-16 11:22:33","FALSE",NA,"853569298241011712",NA,"Twitter for Windows Phone","250praveen","3","TRUE","FALSE" +"11455","11455","RT @RitikaSpeaks: Modi isn't doing anything about it.True.The moment he raids your Swiss bank accounts, you'll cry foul.We've seen the demo�","FALSE","0",NA,"2017-04-16 11:22:24","FALSE",NA,"853569260790194177",NA,"Twitter for Android","sacaggarwal","3","TRUE","FALSE" +"11456","11456","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:19:05","FALSE",NA,"853568425070874625",NA,"Twitter for Android","SuperStarMB_Fan","1333","TRUE","FALSE" +"11457","11457","Modi isn't doing anything about it.True.The moment he raids your Swiss bank accounts, you'll cry foul.We've seen th� https://t.co/xwuBxX4MnW","FALSE","6",NA,"2017-04-16 11:19:03","TRUE",NA,"853568414543224832",NA,"Twitter for Android","RitikaSpeaks","3","FALSE","FALSE" +"11458","11458","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:18:04","FALSE",NA,"853568169549733888",NA,"Twitter for Android","Kohliholic_","1333","TRUE","FALSE" +"11459","11459","Stocks of a sector move in same direction because they act same. Now most banks want to do Spend Analysis. Trend. Demonetization Impact!","FALSE","0",NA,"2017-04-16 11:17:41","FALSE",NA,"853568071881150464",NA,"Plume�for�Android","abhijitsinghh","0","FALSE","FALSE" +"11460","11460","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:15:36","FALSE",NA,"853567548964524033",NA,"Twitter for Android","tilakyash","1333","TRUE","FALSE" +"11461","11461","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:14:46","FALSE",NA,"853567338544717824",NA,"Twitter for Android","ronakparikh83","1333","TRUE","FALSE" +"11462","11462","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:13:27","FALSE",NA,"853567005969887232",NA,"Twitter for Android","Itz_Anu_18","1333","TRUE","FALSE" +"11463","11463","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:13:04","FALSE",NA,"853566909094154240",NA,"Twitter for iPhone","THANDiiBeer","1333","TRUE","FALSE" +"11464","11464","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:11:49","FALSE",NA,"853566595666501634",NA,"Twitter for Android","Ninjan0va","1333","TRUE","FALSE" +"11465","11465","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:10:54","FALSE",NA,"853566363364990978",NA,"Twitter Lite","AhonaDas6","1333","TRUE","FALSE" +"11466","11466","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:09:31","FALSE",NA,"853566017469116417",NA,"Twitter for Android","Dillisehubc_","1333","TRUE","FALSE" +"11467","11467","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:09:28","FALSE",NA,"853566005804761088",NA,"Twitter for Android","chadwa_uwesh","1333","TRUE","FALSE" +"11468","11468","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:08:19","FALSE",NA,"853565712933076992",NA,"Twitter Lite","Tejaswinikedare","1333","TRUE","FALSE" +"11469","11469","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 11:08:00","FALSE",NA,"853565635657334786",NA,"Twitter for Android","TheChutneyboy","80","TRUE","FALSE" +"11470","11470","@evanspiegel India is so rich tht Shri @narendramodi had to implement demonetization to find out who is actually poor!��� #buycottsnapchat","FALSE","1","evanspiegel","2017-04-16 11:07:56","FALSE",NA,"853565619559698433","230287527","Twitter for Android","mdevmavi","0","FALSE","FALSE" +"11471","11471","Dear @evanspiegel @Snapchat +India is so #rich that PM #Modi had to implement #demonetization to find out who is actually poor!","FALSE","0",NA,"2017-04-16 11:06:43","FALSE",NA,"853565312695848960",NA,"Twitter for Android","jotbir","0","FALSE","FALSE" +"11472","11472","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:06:03","FALSE",NA,"853565145578061824",NA,"Twitter for Android","bhaag_yaha_se","1333","TRUE","FALSE" +"11473","11473","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:05:11","FALSE",NA,"853564926929063936",NA,"Twitter for Android","Ibleed_sarcasm","1333","TRUE","FALSE" +"11474","11474","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:03:54","FALSE",NA,"853564604399501313",NA,"Twitter Web Client","mayekar_mrudul","1333","TRUE","FALSE" +"11475","11475","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:03:50","FALSE",NA,"853564587169509376",NA,"Twitter for iPhone","Manav_hg","1333","TRUE","FALSE" +"11476","11476","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:02:19","FALSE",NA,"853564203759620096",NA,"Twitter for Android","jsanghrajka","1333","TRUE","FALSE" +"11477","11477","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:01:10","FALSE",NA,"853563916206690304",NA,"Twitter for Android","pankajyadav1051","1333","TRUE","FALSE" +"11478","11478","Impact of demonetization on banks https://t.co/22ss2QsBXL","FALSE","0",NA,"2017-04-16 11:01:02","FALSE",NA,"853563880429281280",NA,"Twitter for iPhone","bankersclub_in","0","FALSE","FALSE" +"11479","11479","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 11:00:04","FALSE",NA,"853563638736703489",NA,"Twitter for Android","kishore_john37","1333","TRUE","FALSE" +"11480","11480","@richa_singh @bavri007 despite DeMonetization success.","FALSE","0","richa_singh","2017-04-16 10:55:57","FALSE","853168660072071169","853562602726633472","28069658","Twitter for Android","flirtingstar","0","FALSE","FALSE" +"11481","11481","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:55:54","FALSE",NA,"853562591263809536",NA,"Twitter for Android","rhythm_atreja","1333","TRUE","FALSE" +"11482","11482","@timesofindia Stone pelting and inflow of fake currency started again. From cash less to less cash. Moto of demonetization has changed","FALSE","0","timesofindia","2017-04-16 10:55:43","FALSE","853545744493666304","853562544564224004","134758540","Twitter for iPhone","Ranjeev68763089","0","FALSE","FALSE" +"11483","11483","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:54:02","FALSE",NA,"853562118687346688",NA,"Twitter Web Client","subeetkumar","1333","TRUE","FALSE" +"11484","11484","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 10:53:58","FALSE",NA,"853562105093644289",NA,"Twitter for Android","_BeingGaurav","80","TRUE","FALSE" +"11485","11485","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:53:21","FALSE",NA,"853561947303923712",NA,"Twitter Lite","atanver404","1333","TRUE","FALSE" +"11486","11486","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:50:18","FALSE",NA,"853561180551602176",NA,"Twitter for Android","mdnazarAshrafKK","1333","TRUE","FALSE" +"11487","11487","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:47:53","FALSE",NA,"853560572381724673",NA,"Twitter for Android","ShivamSingh_16","1333","TRUE","FALSE" +"11488","11488","@madmanweb It had definitely stopped. Even the liberal journo funds got dried up, and they were clueless for many m� https://t.co/jybFFkVFn6","FALSE","0","madmanweb","2017-04-16 10:47:39","TRUE","853207823324524547","853560512096980992","31709458","Twitter for Android","Secularji","0","FALSE","FALSE" +"11489","11489","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:46:59","FALSE",NA,"853560343792148481",NA,"Twitter for Android","ViratManiac18","1333","TRUE","FALSE" +"11490","11490","Remember guys, how the government after demonetization encouraged cashless transactions aiming for a significant... https://t.co/AgGp2GZoYz","FALSE","0",NA,"2017-04-16 10:46:39","FALSE",NA,"853560262233817088",NA,"Facebook","nikhilam","0","FALSE","FALSE" +"11491","11491","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:46:11","FALSE",NA,"853560144885567488",NA,"Twitter for Android","Nil290","1333","TRUE","FALSE" +"11492","11492","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:44:36","FALSE",NA,"853559744501624832",NA,"Twitter for Android","Payal_AM9","1333","TRUE","FALSE" +"11493","11493","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:42:50","FALSE",NA,"853559303067885568",NA,"Twitter for Android","ZarrinSidra","1333","TRUE","FALSE" +"11494","11494","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:42:12","FALSE",NA,"853559140853186561",NA,"Twitter for Android","ChildSarcastic","1333","TRUE","FALSE" +"11495","11495","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:42:06","FALSE",NA,"853559115767054337",NA,"Twitter for Android","RoutelVijay","1333","TRUE","FALSE" +"11496","11496","The demonetization: Conflict between ideas vs. ideologies https://t.co/b1PJRoGKMr via @das_yadav","FALSE","0",NA,"2017-04-16 10:41:44","FALSE",NA,"853559024499011584",NA,"Twitter Web Client","das_yadav","0","FALSE","FALSE" +"11497","11497","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:40:34","FALSE",NA,"853558731539308545",NA,"Twitter for Android","IAnkitSRKVivek","1333","TRUE","FALSE" +"11498","11498","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 10:40:01","FALSE",NA,"853558592795848704",NA,"Twitter for iPhone","hemdua","83","TRUE","FALSE" +"11499","11499","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:39:15","FALSE",NA,"853558399547650053",NA,"Twitter for Android","PriyaAg19920137","1333","TRUE","FALSE" +"11500","11500","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 10:38:01","FALSE",NA,"853558090872082432",NA,"Twitter for Android","AapAbbidi","80","TRUE","FALSE" +"11501","11501","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:36:11","FALSE",NA,"853557627300724736",NA,"Twitter for iPhone","kumaraditya09","1333","TRUE","FALSE" +"11502","11502","RT @Dr_SarithaAR: AAP & AK hv consistently voiced on national issues be it Farmer, CrossBorderTerrorism, Demonetization, EVM, Corruption +Le�","FALSE","0",NA,"2017-04-16 10:34:20","FALSE",NA,"853557164086108160",NA,"Twitter for Android","AapAbbidi","4","TRUE","FALSE" +"11503","11503","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:32:36","FALSE",NA,"853556724573151232",NA,"Twitter for Android","Ankitja70073021","1333","TRUE","FALSE" +"11504","11504","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:31:45","FALSE",NA,"853556511859249152",NA,"Twitter for Android","chup_kar_yaar","1333","TRUE","FALSE" +"11505","11505","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:28:50","FALSE",NA,"853555776501063680",NA,"Twitter Web Client","RishBesare","1333","TRUE","FALSE" +"11506","11506","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:27:07","FALSE",NA,"853555346341851136",NA,"Twitter for Android","KaurAmi5","1333","TRUE","FALSE" +"11507","11507","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:27:02","FALSE",NA,"853555323889569792",NA,"Twitter Web Client","anishdkd","1333","TRUE","FALSE" +"11508","11508","@realitycheckind it is private company not a government if dragged to court wil result in choas . they can even sus� https://t.co/sVbv46mUYl","FALSE","0","realitycheckind","2017-04-16 10:26:46","TRUE","853554866584551425","853555258785619968","114132739","Twitter Web Client","TradHin","1","FALSE","FALSE" +"11509","11509","YouTube Demonetization is Completely F*cking Random https://t.co/xIeBmP5Q6B","FALSE","0",NA,"2017-04-16 10:26:46","FALSE",NA,"853555258332635136",NA,"Twitter Web Client","AlongCameARat","0","FALSE","FALSE" +"11510","11510","@ntr_siva @bhagi342 @vickyNAGfan @nag4ever demonetization mundhe babu oka 2yrs back vachanule","FALSE","0","ntr_siva","2017-04-16 10:26:41","FALSE","853555035191427072","853555237281570817","1083319003","Twitter for Android","iamchaithufan","0","FALSE","FALSE" +"11511","11511","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:26:34","FALSE",NA,"853555207451676673",NA,"Twitter for Android","divyamiss01","1333","TRUE","FALSE" +"11512","11512","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:25:04","FALSE",NA,"853554829553160192",NA,"Twitter for Android","Smhing_","1333","TRUE","FALSE" +"11513","11513","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:23:52","FALSE",NA,"853554528741883904",NA,"Twitter for Android","faultinyoureyes","1333","TRUE","FALSE" +"11514","11514","@evanspiegel !! I think you don't know..Money thrown by Indians down the drain during DEMONETIZATION is more than your whole company budget.","FALSE","0","evanspiegel","2017-04-16 10:23:07","FALSE",NA,"853554339041947648","230287527","Twitter for iPhone","shubhamsabarwal","0","FALSE","FALSE" +"11515","11515","@evanspiegel money flushed by indians during demonetization was more than enough to buy your company along with You..","FALSE","0","evanspiegel","2017-04-16 10:21:38","FALSE",NA,"853553964461170688","230287527","Twitter for Android","myselfKC","0","FALSE","FALSE" +"11516","11516","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:20:44","FALSE",NA,"853553741852749824",NA,"Twitter for Android","Garv83137406","1333","TRUE","FALSE" +"11517","11517","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:20:32","FALSE",NA,"853553689298161664",NA,"Twitter for iPad","peepal59","1333","TRUE","FALSE" +"11518","11518","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:19:47","FALSE",NA,"853553500357238784",NA,"Twitter for iPhone","i_shapath","1333","TRUE","FALSE" +"11519","11519","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:19:18","FALSE",NA,"853553381004251136",NA,"Twitter for Android","viv333","1333","TRUE","FALSE" +"11520","11520","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:14:59","FALSE",NA,"853552292070436864",NA,"Twitter for Android","NaamHeCoffeeHai","1333","TRUE","FALSE" +"11521","11521","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:14:05","FALSE",NA,"853552065498492928",NA,"Twitter Lite","SimmyGoraya","1333","TRUE","FALSE" +"11522","11522","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:13:52","FALSE",NA,"853552012960473088",NA,"Twitter for iPhone","poojachoudharyy","1333","TRUE","FALSE" +"11523","11523","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 10:13:11","FALSE",NA,"853551839022895104",NA,"Twitter for Android","i_am_mr_AY7","83","TRUE","FALSE" +"11524","11524","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:12:57","FALSE",NA,"853551779405074432",NA,"Twitter for Android","i_am_mr_AY7","1333","TRUE","FALSE" +"11525","11525","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 10:10:51","FALSE",NA,"853551250926960640",NA,"Twitter for iPhone","deven_346","83","TRUE","FALSE" +"11526","11526","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:09:21","FALSE",NA,"853550874131615744",NA,"Twitter for Android","Akshay_g_1717","1333","TRUE","FALSE" +"11527","11527","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:08:38","FALSE",NA,"853550693466206208",NA,"Twitter for Android","Aryan_Gupta26","1333","TRUE","FALSE" +"11528","11528","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 10:08:35","FALSE",NA,"853550681151725568",NA,"Twitter for Android","Aryan_Gupta26","83","TRUE","FALSE" +"11529","11529","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:05:16","FALSE",NA,"853549845952380928",NA,"Twitter for iPhone","shubhambhatia_1","1333","TRUE","FALSE" +"11530","11530","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:04:57","FALSE",NA,"853549768982835200",NA,"Twitter for Android","HumorQuantum","1333","TRUE","FALSE" +"11531","11531","@devinder_ps @TVMohandasPai Same idiots professed demonetization has got rid of stone pelting in Kashmir and terror� https://t.co/hoWPfRNPI5","FALSE","1","devinder_ps","2017-04-16 10:04:51","TRUE","853549049462632448","853549744689487872","115356234","Twitter for iPhone","Bhiku_mahtre","0","FALSE","FALSE" +"11532","11532","Dear #Snapchat, #India is so Rich that our #PMmodi applied #demonetization to find out who is actually #Poor. +#boycottsnapchat #snapchatceo","FALSE","1",NA,"2017-04-16 10:04:44","FALSE",NA,"853549713236213760",NA,"Twitter Web Client","RahulOnRails","0","FALSE","FALSE" +"11533","11533","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:03:53","FALSE",NA,"853549499805040640",NA,"Twitter for Android","urstrulyAJR","1333","TRUE","FALSE" +"11534","11534","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:02:59","FALSE",NA,"853549274981728256",NA,"Twitter for Android","DasMimosa","1333","TRUE","FALSE" +"11535","11535","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:02:11","FALSE",NA,"853549071591538688",NA,"Twitter for iPhone","UjjwalSahni","1333","TRUE","FALSE" +"11536","11536","#BoycottSnapchat The country where people drained more money during demonetization than total worth of the company� https://t.co/JYJNCe63Rs","FALSE","1",NA,"2017-04-16 10:01:16","TRUE",NA,"853548842360467456",NA,"Twitter for Android","Mohd_Azhar_Khan","0","FALSE","FALSE" +"11537","11537","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:00:54","FALSE",NA,"853548750568132608",NA,"Twitter for Android","desi_zeus","1333","TRUE","FALSE" +"11538","11538","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:00:01","FALSE",NA,"853548525136859136",NA,"Twitter for Android","agarwal_pari17","1333","TRUE","FALSE" +"11539","11539","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 10:00:00","FALSE",NA,"853548524176252930",NA,"Twitter for Android","VickyLourembam1","1333","TRUE","FALSE" +"11540","11540","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:59:34","FALSE",NA,"853548412473671680",NA,"Twitter for iPhone","i_m_spark","1333","TRUE","FALSE" +"11541","11541","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:55:38","FALSE",NA,"853547421607055360",NA,"Twitter for Android","KanikaJoshi9K","1333","TRUE","FALSE" +"11542","11542","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:55:29","FALSE",NA,"853547384932093956",NA,"Twitter for Android","ta_vishal","1333","TRUE","FALSE" +"11543","11543","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:55:00","FALSE",NA,"853547262810763264",NA,"Twitter for Android","vivek_salecha","1333","TRUE","FALSE" +"11544","11544","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:54:41","FALSE",NA,"853547185950015488",NA,"Twitter for Android","zinki15","1333","TRUE","FALSE" +"11545","11545","Momota Jihadidi was whore-dancing against demonetization for a reason @UnSubtleDesi https://t.co/Y34b08x2AX","FALSE","0",NA,"2017-04-16 09:54:11","FALSE",NA,"853547059609260032",NA,"Twitter for Android","rationalDube","0","FALSE","FALSE" +"11546","11546","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 09:53:24","FALSE",NA,"853546859692003330",NA,"Twitter for Android","KamaljitsinghI1","43","TRUE","FALSE" +"11547","11547","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:53:22","FALSE",NA,"853546851177549824",NA,"Twitter for Android","robangill2","1333","TRUE","FALSE" +"11548","11548","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:53:11","FALSE",NA,"853546807539900416",NA,"Twitter for iPhone","Im__a__Spaceman","1333","TRUE","FALSE" +"11549","11549","Today I went to 15 shops to do transaction card basis but no one having this swipe machines all want cash waste of demonetization @PMOIndia","FALSE","0",NA,"2017-04-16 09:52:29","FALSE",NA,"853546629076594689",NA,"Twitter for Android","urssrilu666","0","FALSE","FALSE" +"11550","11550","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:50:44","FALSE",NA,"853546192101396480",NA,"Twitter for Android","AmmitKukreja","1333","TRUE","FALSE" +"11551","11551","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:50:36","FALSE",NA,"853546156122681344",NA,"Twitter for Android","Ron_020294","1333","TRUE","FALSE" +"11552","11552","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:49:42","FALSE",NA,"853545931781943296",NA,"Twitter for Android","vijayrulz","1333","TRUE","FALSE" +"11553","11553","@Proud_AAPians @guru9899 @Meetasengupta Nation have seen this in Demonetization and replied you...still not getting. Deaf and dumb","FALSE","0","Proud_AAPians","2017-04-16 09:49:28","FALSE","853170931052752896","853545869509103617","2357911057","Twitter for Android","anujyash231","0","FALSE","FALSE" +"11554","11554","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:46:20","FALSE",NA,"853545083475329024",NA,"Twitter Web Client","pradeepsingh181","1333","TRUE","FALSE" +"11555","11555","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:44:56","FALSE",NA,"853544729807663108",NA,"Twitter Lite","MalikSubash","1333","TRUE","FALSE" +"11556","11556","it doesn't mean anything other than demonetization and i don't make money anyway, jus the email notifs are long","FALSE","1",NA,"2017-04-16 09:44:29","FALSE",NA,"853544616515313664",NA,"Twitter Web Client","pantsu_senshi","0","FALSE","FALSE" +"11557","11557","@primeraidriar @JimTheAPE @thunderf00t He thinks all the demonetization is because ad companies don't want to be as� https://t.co/gOl5nBPJYx","FALSE","0","primeraidriar","2017-04-16 09:43:59","TRUE","853542801908260865","853544492590354433","852827915284733954","Twitter Web Client","Hazelwolf111","0","FALSE","FALSE" +"11558","11558","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:42:04","FALSE",NA,"853544010735960064",NA,"Twitter for Android","cunt_a_dares","1333","TRUE","FALSE" +"11559","11559","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:41:31","FALSE",NA,"853543870931578881",NA,"Twitter for Android","DearRishu","1333","TRUE","FALSE" +"11560","11560","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:41:04","FALSE",NA,"853543758675140609",NA,"Twitter for Android","abhi_pandey93","1333","TRUE","FALSE" +"11561","11561","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:40:33","FALSE",NA,"853543627015962624",NA,"Twitter for Android","vdharan4","1333","TRUE","FALSE" +"11562","11562","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:38:11","FALSE",NA,"853543032435691520",NA,"Twitter for Android","Khushbu7737","1333","TRUE","FALSE" +"11563","11563","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:36:20","FALSE",NA,"853542567023185920",NA,"Twitter for iPhone","Kush4Ash","1333","TRUE","FALSE" +"11564","11564","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:35:46","FALSE",NA,"853542422470635520",NA,"Twitter for Android","JKishna","1333","TRUE","FALSE" +"11565","11565","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:35:45","FALSE",NA,"853542420537061378",NA,"Twitter for Android","ChhuraKeshav","1333","TRUE","FALSE" +"11566","11566","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:35:36","FALSE",NA,"853542380183662592",NA,"Twitter for Android","RushiDeshmukh19","1333","TRUE","FALSE" +"11567","11567","I liked a @YouTube video https://t.co/ubwdzjQbp0 Demonetization in India by Karolina Goswami","FALSE","0",NA,"2017-04-16 09:34:42","FALSE",NA,"853542154177617921",NA,"Google","sagarnv1994","0","FALSE","FALSE" +"11568","11568","Truly said...You should have present during demonetization in India @SnapShitCEO https://t.co/0U2fPyJEpb","FALSE","0",NA,"2017-04-16 09:32:15","FALSE",NA,"853541537808093184",NA,"Twitter for Android","N_Prathmesh09","0","FALSE","FALSE" +"11569","11569","Dramatic video after demonetization also recalled....@ManojTiwariMP https://t.co/Z7zm8FmG7O","FALSE","0",NA,"2017-04-16 09:31:09","FALSE",NA,"853541262607228928",NA,"Twitter for Android","etiwash","0","FALSE","FALSE" +"11570","11570","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:29:27","FALSE",NA,"853540835106971648",NA,"Twitter for Android","sr_kartik","1333","TRUE","FALSE" +"11571","11571","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:29:02","FALSE",NA,"853540731117600768",NA,"Twitter for iPhone","srimantasaha3","1333","TRUE","FALSE" +"11572","11572","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 09:28:58","FALSE",NA,"853540711395987456",NA,"Twitter for Android","vikashk26642762","83","TRUE","FALSE" +"11573","11573","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:28:46","FALSE",NA,"853540662251319296",NA,"Twitter for Android","vikashk26642762","1333","TRUE","FALSE" +"11574","11574","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:27:09","FALSE",NA,"853540253646368768",NA,"Mobile Web (M2)","theankitasarkar","1333","TRUE","FALSE" +"11575","11575","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:24:26","FALSE",NA,"853539571883290624",NA,"Twitter for Android","kashyap_7996","1333","TRUE","FALSE" +"11576","11576","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 09:24:00","FALSE",NA,"853539462357364736",NA,"Twitter for Android","KrriishVashist","83","TRUE","FALSE" +"11577","11577","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:23:55","FALSE",NA,"853539442140819456",NA,"Twitter for Android","KrriishVashist","1333","TRUE","FALSE" +"11578","11578","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:22:38","FALSE",NA,"853539120077041664",NA,"Twitter for Android","JayeshSpeaks","1333","TRUE","FALSE" +"11579","11579","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:21:29","FALSE",NA,"853538830217097216",NA,"Twitter for Android","AlwaysAarya","1333","TRUE","FALSE" +"11580","11580","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:19:35","FALSE",NA,"853538349818281984",NA,"Twitter for iPhone","MamuKiBhanji","1333","TRUE","FALSE" +"11581","11581","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:19:09","FALSE",NA,"853538242540470273",NA,"Twitter for Android","KaranPa04940956","1333","TRUE","FALSE" +"11582","11582","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:19:07","FALSE",NA,"853538231522136064",NA,"Twitter for Android","item_boyy","1333","TRUE","FALSE" +"11583","11583","The same Ambit that predicted 0 GDP growth due to demonetization? https://t.co/nER0g8wyTP","FALSE","0",NA,"2017-04-16 09:18:54","FALSE",NA,"853538177935491072",NA,"Twitter for Android","maanasag","0","FALSE","FALSE" +"11584","11584","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:18:24","FALSE",NA,"853538053343916032",NA,"Twitter Lite","sejchoudhary","1333","TRUE","FALSE" +"11585","11585","@rupasubramanya @TheJaggi No Economist would have approved Demonetization ex ante. Doing the opposite of convention� https://t.co/M3248lU8iY","FALSE","0","rupasubramanya","2017-04-16 09:18:02","TRUE","853530742323806208","853537959131435008","151432737","Twitter for iPhone","Prophet_DG","0","FALSE","FALSE" +"11586","11586","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-16 09:16:38","FALSE",NA,"853537606860189696",NA,"Twitter Web Client","AgentOfTruth","147","TRUE","FALSE" +"11587","11587","RT @max70391931: I welcome ur decisions on demonetization but won't you look at other side where the common is suffering at a tender lifest�","FALSE","0",NA,"2017-04-16 09:16:33","FALSE",NA,"853537585884536832",NA,"Twitter Web Client","_LuxSplendor","1","TRUE","FALSE" +"11588","11588","@krbajithkumar @savarkar5200 These are men who stand of their ""own will"". + +Demonetization ""forced"" people to stand� https://t.co/My8867lUR9","FALSE","0","krbajithkumar","2017-04-16 09:16:23","TRUE","853518779954933765","853537546868989953","144252939","Twitter for Android","Patriot_Logic","0","FALSE","FALSE" +"11589","11589","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:15:43","FALSE",NA,"853537378639552513",NA,"Twitter Web Client","anupamaanuu","1333","TRUE","FALSE" +"11590","11590","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:13:42","FALSE",NA,"853536868947771392",NA,"Twitter for iPhone","udyan123","1333","TRUE","FALSE" +"11591","11591","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:13:26","FALSE",NA,"853536801574735873",NA,"Twitter for Android","missmeghaarora1","1333","TRUE","FALSE" +"11592","11592","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:12:57","FALSE",NA,"853536681273815040",NA,"Twitter for Android","gagan_gabru","1333","TRUE","FALSE" +"11593","11593","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:11:41","FALSE",NA,"853536363601440769",NA,"Twitter for Android","Fierceakki","1333","TRUE","FALSE" +"11594","11594","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:11:12","FALSE",NA,"853536239336644608",NA,"Twitter for iPhone","jatannn","1333","TRUE","FALSE" +"11595","11595","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:10:47","FALSE",NA,"853536137486376962",NA,"Twitter Web Client","PalakhaPalakh","1333","TRUE","FALSE" +"11596","11596","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:09:21","FALSE",NA,"853535776277245952",NA,"Twitter for Android","modichirag1974","1333","TRUE","FALSE" +"11597","11597","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:06:03","FALSE",NA,"853534945461100545",NA,"Twitter for iPhone","priyesh03","1333","TRUE","FALSE" +"11598","11598","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:05:23","FALSE",NA,"853534779261673472",NA,"Twitter for Android","suraj5418","1333","TRUE","FALSE" +"11599","11599","RT @ArnabGoswamiTv: 'Notebandi achha hai': In UP's sugarcane belt, demonetization is a sweet word https://t.co/W6a4NgwIso https://t.co/5OIw�","FALSE","0",NA,"2017-04-16 09:05:09","FALSE",NA,"853534719115354112",NA,"Twitter Lite","kamesh_gadia","3","TRUE","FALSE" +"11600","11600","RT @ArnabGoswamiTv: 'Notebandi achha hai': In UP's sugarcane belt, demonetization is a sweet word https://t.co/W6a4NgwIso https://t.co/5OIw�","FALSE","0",NA,"2017-04-16 09:04:33","FALSE",NA,"853534567067598848",NA,"Twitter for Android","DeshNeeti","3","TRUE","FALSE" +"11601","11601","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:04:22","FALSE",NA,"853534519621713921",NA,"Twitter for Android","Rachana_Ag","1333","TRUE","FALSE" +"11602","11602","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 09:03:58","FALSE",NA,"853534420757860353",NA,"Twitter for Windows","saymyname1947","1333","TRUE","FALSE" +"11603","11603","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:56:41","FALSE",NA,"853532587792506880",NA,"Twitter for iPhone","akshaaaaar","1333","TRUE","FALSE" +"11604","11604","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:56:40","FALSE",NA,"853532583602176001",NA,"Twitter for Android","ksri6699","1333","TRUE","FALSE" +"11605","11605","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:56:30","FALSE",NA,"853532542267412480",NA,"Twitter for Android","vandy2805","1333","TRUE","FALSE" +"11606","11606","The rumors of demonetization had also led to a spike in forex remittances a few month before. https://t.co/tYKIR7VC5p","FALSE","0",NA,"2017-04-16 08:55:57","FALSE",NA,"853532401409998848",NA,"Twitter for Android","aamaadmikesath","0","FALSE","FALSE" +"11607","11607","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-16 08:55:26","FALSE",NA,"853532273739796480",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"11608","11608","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:54:52","FALSE",NA,"853532129623277568",NA,"Twitter Web Client","pikkachu10","1333","TRUE","FALSE" +"11609","11609","Dear Evan Spiegel India is so rich that Pm Modi had to implement Demonetization to find out who is actually poor","FALSE","1",NA,"2017-04-16 08:53:40","FALSE",NA,"853531830854729734",NA,"Twitter for Android","logan0950","0","FALSE","FALSE" +"11610","11610","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:52:41","FALSE",NA,"853531580303912960",NA,"Twitter for Android","Sandeep13304492","1333","TRUE","FALSE" +"11611","11611","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:51:14","FALSE",NA,"853531218087890944",NA,"Twitter for Android","rebelrohit2","1333","TRUE","FALSE" +"11612","11612","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:51:11","FALSE",NA,"853531201990250496",NA,"Twitter for Android","meghanamisti","1333","TRUE","FALSE" +"11613","11613","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:50:43","FALSE",NA,"853531087464800257",NA,"Twitter for iPhone","suraj618","1333","TRUE","FALSE" +"11614","11614","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:50:08","FALSE",NA,"853530938462097409",NA,"Twitter for Android","kaur_balveen","1333","TRUE","FALSE" +"11615","11615","@evanspiegel Dear Evan Spiegel India is so rich that Pm Modi had to implement Demonetization to find out who is actually poor.","FALSE","1","evanspiegel","2017-04-16 08:49:23","FALSE",NA,"853530750624321536","230287527","Twitter for Android","logan0950","0","FALSE","FALSE" +"11616","11616","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:48:39","FALSE",NA,"853530564829343745",NA,"Twitter for Android","Kl14App","43","TRUE","FALSE" +"11617","11617","India is so rich that PM @narendramodi had to implement demonetization to find out who is� https://t.co/JgmFLGc9NJ","FALSE","0",NA,"2017-04-16 08:48:26","FALSE",NA,"853530512572510208",NA,"Instagram","rohit_medico","0","FALSE","FALSE" +"11618","11618","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:48:00","FALSE",NA,"853530401666732032",NA,"Twitter for Android","AnamGlam511","1333","TRUE","FALSE" +"11619","11619","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 08:46:24","FALSE",NA,"853530001269858304",NA,"Twitter Lite","SriGolu","83","TRUE","FALSE" +"11620","11620","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:45:45","FALSE",NA,"853529838090502144",NA,"Twitter Lite","SriGolu","1333","TRUE","FALSE" +"11621","11621","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:45:16","FALSE",NA,"853529716665360384",NA,"Twitter for Android","SG264","1333","TRUE","FALSE" +"11622","11622","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:43:34","FALSE",NA,"853529287575703552",NA,"Twitter for Android","SafwanM93498332","1333","TRUE","FALSE" +"11623","11623","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 08:43:09","FALSE",NA,"853529181589692416",NA,"Twitter for Android","BeingSyadav","83","TRUE","FALSE" +"11624","11624","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:43:05","FALSE",NA,"853529165613547520",NA,"Twitter for Android","BeingSyadav","1333","TRUE","FALSE" +"11625","11625","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:42:12","FALSE",NA,"853528943294504960",NA,"Twitter for iPhone","sajjangahlawat","1333","TRUE","FALSE" +"11626","11626","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:42:08","FALSE",NA,"853528925279928320",NA,"Twitter for Android","musical_sia","1333","TRUE","FALSE" +"11627","11627","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:41:50","FALSE",NA,"853528851405840384",NA,"Twitter for Android","Popun_beta","1333","TRUE","FALSE" +"11628","11628","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 08:41:44","FALSE",NA,"853528824931373056",NA,"Twitter Web Client","nivalex28","80","TRUE","FALSE" +"11629","11629","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:41:42","FALSE",NA,"853528818040135680",NA,"Twitter for Android","Athu_AtharvaN","1333","TRUE","FALSE" +"11630","11630","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:41:12","FALSE",NA,"853528690591907841",NA,"Twitter for Android","itz_faiz","1333","TRUE","FALSE" +"11631","11631","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:40:58","FALSE",NA,"853528633444630529",NA,"Twitter for Android","mayursonne95","1333","TRUE","FALSE" +"11632","11632","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:40:44","FALSE",NA,"853528573881315328",NA,"Twitter for Android","abhayverma495","1333","TRUE","FALSE" +"11633","11633","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:39:42","FALSE",NA,"853528314182610944",NA,"Twitter for Android","IRASPD","1333","TRUE","FALSE" +"11634","11634","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:39:20","FALSE",NA,"853528223166025728",NA,"Twitter Lite","mahisakshi_07","1333","TRUE","FALSE" +"11635","11635","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:38:29","FALSE",NA,"853528006668816389",NA,"Twitter for Android","golgappewala","1333","TRUE","FALSE" +"11636","11636","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:38:21","FALSE",NA,"853527972166414336",NA,"Twitter for Android","sujninni","43","TRUE","FALSE" +"11637","11637","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:37:24","FALSE",NA,"853527736425500672",NA,"Twitter for Windows","Anoop1495","43","TRUE","FALSE" +"11638","11638","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:37:14","FALSE",NA,"853527693350100992",NA,"Twitter for Android","AmanAgnihotri10","43","TRUE","FALSE" +"11639","11639","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:36:45","FALSE",NA,"853527571081838593",NA,"Twitter for Android","AnandluvsMD","1333","TRUE","FALSE" +"11640","11640","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:35:28","FALSE",NA,"853527247835103233",NA,"Twitter for Android","Sarcastic__Guru","1333","TRUE","FALSE" +"11641","11641","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:35:06","FALSE",NA,"853527158081310720",NA,"Twitter for Android","alok8feb","1333","TRUE","FALSE" +"11642","11642","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:34:44","FALSE",NA,"853527064087023616",NA,"Twitter for Android","nothingtodo1111","1333","TRUE","FALSE" +"11643","11643","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:32:34","FALSE",NA,"853526517824999424",NA,"Twitter for iPhone","somitra_baldua","1333","TRUE","FALSE" +"11644","11644","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 08:31:06","FALSE",NA,"853526148655058944",NA,"Twitter for iPhone","Mayank9393","83","TRUE","FALSE" +"11645","11645","Dear @evanspigel +India is so rich that @narendramodi had to implement demonetization to find out who is actually poor.! +#uninstallsnapchat","FALSE","3",NA,"2017-04-16 08:30:33","FALSE",NA,"853526012482682880",NA,"Twitter for Android","Harnish528152","0","FALSE","FALSE" +"11646","11646","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:30:07","FALSE",NA,"853525900691984385",NA,"Twitter for Android","prateekmehta397","1333","TRUE","FALSE" +"11647","11647","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:28:59","FALSE",NA,"853525619090624512",NA,"Twitter for Windows","RKs_lovely","1333","TRUE","FALSE" +"11648","11648","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:28:34","FALSE",NA,"853525513276719104",NA,"Twitter for Android","hrishabh_hv007","1333","TRUE","FALSE" +"11649","11649","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:27:55","FALSE",NA,"853525347391991809",NA,"Twitter for Android","BeingKalptaru","1333","TRUE","FALSE" +"11650","11650","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:27:23","FALSE",NA,"853525215694868481",NA,"Twitter for Android","jenniholic_JW","1333","TRUE","FALSE" +"11651","11651","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:27:17","FALSE",NA,"853525189656588289",NA,"Twitter for Android","SmitTiger","1333","TRUE","FALSE" +"11652","11652","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 08:27:10","FALSE",NA,"853525160455950337",NA,"Twitter for Android","SmitTiger","83","TRUE","FALSE" +"11653","11653","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:26:40","FALSE",NA,"853525033490272256",NA,"Twitter for Android","daaku_chambal","1333","TRUE","FALSE" +"11654","11654","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:26:04","FALSE",NA,"853524882012987393",NA,"Twitter for Android","theabhimohindra","1333","TRUE","FALSE" +"11655","11655","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:24:47","FALSE",NA,"853524559806464000",NA,"Twitter for Android","JrRobert_","1333","TRUE","FALSE" +"11656","11656","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:24:01","FALSE",NA,"853524366843400192",NA,"Twitter for Android","ajay97781","1333","TRUE","FALSE" +"11657","11657","I strongly believe that #snapchatceo missed the news of demonetization, we poor Indians threw currencies into the river +#boycottsnapchat","FALSE","1",NA,"2017-04-16 08:23:37","FALSE",NA,"853524265265713152",NA,"Twitter for Android","rhythmic_meet","0","FALSE","FALSE" +"11658","11658","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:23:35","FALSE",NA,"853524256810037248",NA,"Twitter for Android","Sandeep25516479","1333","TRUE","FALSE" +"11659","11659","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:23:12","FALSE",NA,"853524162878423041",NA,"Twitter for Android","Hrithikstaan","1333","TRUE","FALSE" +"11660","11660","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:22:37","FALSE",NA,"853524013674414080",NA,"Twitter Web Client","ujjain_travel","1333","TRUE","FALSE" +"11661","11661","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:21:43","FALSE",NA,"853523786716631041",NA,"Twitter Lite","leox9x","1333","TRUE","FALSE" +"11662","11662","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:20:42","FALSE",NA,"853523533665796096",NA,"Twitter for Android","007ekram","1333","TRUE","FALSE" +"11663","11663","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:20:25","FALSE",NA,"853523462547046401",NA,"Twitter for Android","preshitx","1333","TRUE","FALSE" +"11664","11664","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:20:21","FALSE",NA,"853523445832978432",NA,"Twitter for Android","ashishbhargava7","1333","TRUE","FALSE" +"11665","11665","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:20:10","FALSE",NA,"853523397497638912",NA,"Twitter Lite","sushant_singh_","43","TRUE","FALSE" +"11666","11666","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:20:03","FALSE",NA,"853523369769271297",NA,"Twitter for iPhone","MaaKi_Aankh","1333","TRUE","FALSE" +"11667","11667","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:19:55","FALSE",NA,"853523334298042368",NA,"Twitter Lite","Abhishekpagal","1333","TRUE","FALSE" +"11668","11668","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:18:23","FALSE",NA,"853522948900220928",NA,"Twitter for Android","Akashbh313","1333","TRUE","FALSE" +"11669","11669","@narendramodi @AmitShah @rajnathsingh @KirenRijiju + +Address to Nation like Demonetization on Kashmir. Take Harsh Steps on Separatist & Pak","FALSE","0","narendramodi","2017-04-16 08:17:55","FALSE",NA,"853522830159466497","18839785","Twitter for Android","Pardeep241918","0","FALSE","FALSE" +"11670","11670","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:17:29","FALSE",NA,"853522722382503936",NA,"Mobile Web (M2)","Being_Prabhu","1333","TRUE","FALSE" +"11671","11671","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:17:03","FALSE",NA,"853522613460750336",NA,"Twitter Lite","live_hardik","43","TRUE","FALSE" +"11672","11672","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:16:08","FALSE",NA,"853522383600209920",NA,"Twitter for Android","halfticketmisy","1333","TRUE","FALSE" +"11673","11673","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:15:44","FALSE",NA,"853522283901599744",NA,"Twitter for Android","nanheenatasha","1333","TRUE","FALSE" +"11674","11674","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:14:00","FALSE",NA,"853521846385336320",NA,"Twitter for Android","MishayyH","1333","TRUE","FALSE" +"11675","11675","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:13:47","FALSE",NA,"853521792127971328",NA,"Twitter for iPhone","BeingNitesh95","1333","TRUE","FALSE" +"11676","11676","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:13:39","FALSE",NA,"853521757629808640",NA,"Twitter for Android","hem15m","1333","TRUE","FALSE" +"11677","11677","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:13:33","FALSE",NA,"853521733604782081",NA,"Twitter for Android","yupankur","1333","TRUE","FALSE" +"11678","11678","I liked a @YouTube video https://t.co/asom9SRryF Quiting Youtube FIASCO & DEMONETIZATION Ad Boycott EXPLAINED","FALSE","0",NA,"2017-04-16 08:12:23","FALSE",NA,"853521439038689280",NA,"Google","roriconfan","0","FALSE","FALSE" +"11679","11679","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:12:18","FALSE",NA,"853521418415472640",NA,"Twitter for Android","PawanNaPranam","43","TRUE","FALSE" +"11680","11680","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:11:03","FALSE",NA,"853521105197387778",NA,"Twitter for Android","aihhrs1","1333","TRUE","FALSE" +"11681","11681","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:10:26","FALSE",NA,"853520950599471104",NA,"Twitter for Android","being_munch","1333","TRUE","FALSE" +"11682","11682","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:10:20","FALSE",NA,"853520922799521794",NA,"Twitter for Android","Assistant_Ozil","1333","TRUE","FALSE" +"11683","11683","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:09:25","FALSE",NA,"853520693039902720",NA,"Twitter for iPhone","iSavyaSwaroop","1333","TRUE","FALSE" +"11684","11684","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:09:24","FALSE",NA,"853520687755137024",NA,"Twitter for Android","Meee_vicky","43","TRUE","FALSE" +"11685","11685","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:09:21","FALSE",NA,"853520675415437313",NA,"Twitter for Android","AayushiTrivedi2","43","TRUE","FALSE" +"11686","11686","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:42","FALSE",NA,"853520512139509761",NA,"Twitter for iPhone","ShivaSalmaniac","1333","TRUE","FALSE" +"11687","11687","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:38","FALSE",NA,"853520496029192193",NA,"Twitter for Android","pramodgs_pramod","1333","TRUE","FALSE" +"11688","11688","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:31","FALSE",NA,"853520467319296000",NA,"Twitter for iPhone","ABHISHE63958293","1333","TRUE","FALSE" +"11689","11689","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:30","FALSE",NA,"853520463653240833",NA,"Twitter for iPhone","Manoj___Kumar","1333","TRUE","FALSE" +"11690","11690","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:23","FALSE",NA,"853520433034874880",NA,"Twitter for Android","suhani2711","1333","TRUE","FALSE" +"11691","11691","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:08:04","FALSE",NA,"853520354568015872",NA,"Twitter Web Client","beingteenagupta","1333","TRUE","FALSE" +"11692","11692","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:07:34","FALSE",NA,"853520229271523328",NA,"Twitter for Android","DRDPROHUNTER","1333","TRUE","FALSE" +"11693","11693","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:07:26","FALSE",NA,"853520192122507264",NA,"Twitter for Android","souvik_007_","1333","TRUE","FALSE" +"11694","11694","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:07:08","FALSE",NA,"853520120223629312",NA,"Mobile Web (M2)","biswaksen","43","TRUE","FALSE" +"11695","11695","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:07:01","FALSE",NA,"853520087088676864",NA,"Twitter for Android","vidhya_heaven","43","TRUE","FALSE" +"11696","11696","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:06:55","FALSE",NA,"853520064154411008",NA,"Twitter Lite","Princess_Pathak","1333","TRUE","FALSE" +"11697","11697","@MajorPoonia @TheJaggi @adgpi I support Services & @crpfindia. But, @BJP4India told us that demonetization stoppe� https://t.co/fPU0yPxuk8","FALSE","0","MajorPoonia","2017-04-16 08:06:45","TRUE","853241481661825024","853520020441255937","769108935726997504","Twitter for Android","ramansrikanth","0","FALSE","FALSE" +"11698","11698","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:06:28","FALSE",NA,"853519951839100928",NA,"Twitter Web Client","being_salman01","1333","TRUE","FALSE" +"11699","11699","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:06:17","FALSE",NA,"853519906075271169",NA,"Twitter for Android","KachaAalu_VIRU","43","TRUE","FALSE" +"11700","11700","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:05:41","FALSE",NA,"853519754883158016",NA,"Twitter for iPhone","ppritam009","1333","TRUE","FALSE" +"11701","11701","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:04:34","FALSE",NA,"853519473403469825",NA,"Twitter for Android","banifanzz","1333","TRUE","FALSE" +"11702","11702","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 08:04:32","FALSE",NA,"853519463022514176",NA,"Twitter for Android","banifanzz","83","TRUE","FALSE" +"11703","11703","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:04:29","FALSE",NA,"853519453321019392",NA,"Twitter for Android","itsgaurav_17","1333","TRUE","FALSE" +"11704","11704","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:04:02","FALSE",NA,"853519339634536452",NA,"Twitter for Android","Mr_ascetic","1333","TRUE","FALSE" +"11705","11705","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:04:00","FALSE",NA,"853519329501089792",NA,"Twitter for Android","Ravirajsinh07","1333","TRUE","FALSE" +"11706","11706","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:03:46","FALSE",NA,"853519271174995969",NA,"Twitter for Android","BibaswanM","1333","TRUE","FALSE" +"11707","11707","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:03:45","FALSE",NA,"853519266548555776",NA,"Twitter for Android","iam_abhiii","1333","TRUE","FALSE" +"11708","11708","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:03:41","FALSE",NA,"853519249872003074",NA,"Twitter Web Client","maniinsan777","43","TRUE","FALSE" +"11709","11709","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:03:18","FALSE",NA,"853519153986252800",NA,"Twitter Lite","jain_alankar","1333","TRUE","FALSE" +"11710","11710","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:03:16","FALSE",NA,"853519143907205120",NA,"Twitter for Android","shahsb_26","1333","TRUE","FALSE" +"11711","11711","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:02:37","FALSE",NA,"853518983676309504",NA,"Twitter for iPhone","thelogicaldude","1333","TRUE","FALSE" +"11712","11712","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:02:22","FALSE",NA,"853518920480849920",NA,"Twitter for Android","aaduaddy","1333","TRUE","FALSE" +"11713","11713","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:02:20","FALSE",NA,"853518911354019841",NA,"Twitter for iPhone","dsingh16","1333","TRUE","FALSE" +"11714","11714","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:02:03","FALSE",NA,"853518838327128065",NA,"Twitter for Android","anjali_jaiz","43","TRUE","FALSE" +"11715","11715","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:02:00","FALSE",NA,"853518825974894592",NA,"Twitter for Android","NoExtremes","1333","TRUE","FALSE" +"11716","11716","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:01:57","FALSE",NA,"853518814448955392",NA,"Twitter for Android","wiki_rajput","43","TRUE","FALSE" +"11717","11717","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:01:47","FALSE",NA,"853518773864853504",NA,"Twitter for Android","realanujawasthi","1333","TRUE","FALSE" +"11718","11718","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 08:01:23","FALSE",NA,"853518672379432962",NA,"Twitter for Android","PankajR84696665","1333","TRUE","FALSE" +"11719","11719","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 08:01:17","FALSE",NA,"853518646252982272",NA,"Twitter for Android","SoulsFlute","43","TRUE","FALSE" +"11720","11720","Bhakts will fiercely dispute this. They will say it is because of Modi #demonetization and #Aadhaar and #gst https://t.co/ohWv3TXDox","FALSE","0",NA,"2017-04-16 08:00:58","FALSE",NA,"853518566947082240",NA,"Twitter for Android","forcesofindia","0","FALSE","FALSE" +"11721","11721","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:59:59","FALSE",NA,"853518319521062912",NA,"Twitter for Android","drmunishinsan","43","TRUE","FALSE" +"11722","11722","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:59:58","FALSE",NA,"853518313934204928",NA,"Twitter for Android","ConHoonMain","1333","TRUE","FALSE" +"11723","11723","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:59:57","FALSE",NA,"853518312533372932",NA,"Twitter for Android","mr_khiladi24","1333","TRUE","FALSE" +"11724","11724","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:59:24","FALSE",NA,"853518170904199169",NA,"Twitter for Android","YogeshA46786397","1333","TRUE","FALSE" +"11725","11725","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:59:05","FALSE",NA,"853518093578063873",NA,"Twitter for Android","deekshagk02","43","TRUE","FALSE" +"11726","11726","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:58:57","FALSE",NA,"853518059402924033",NA,"Twitter for Android","rupali_brupsa","1333","TRUE","FALSE" +"11727","11727","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:58:50","FALSE",NA,"853518031338819584",NA,"Twitter for Android","Rohitinsan0523","1333","TRUE","FALSE" +"11728","11728","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:58:33","FALSE",NA,"853517957040701441",NA,"Twitter for Android","thimarey_chutny","1333","TRUE","FALSE" +"11729","11729","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:58:33","FALSE",NA,"853517956197761025",NA,"Twitter for Android","Manish031","43","TRUE","FALSE" +"11730","11730","Our respected PM,pls do smthng like demonetization for such Pvt schools,whose are already made us pauper n thrown towards serious subject pl","FALSE","0",NA,"2017-04-16 07:58:04","FALSE",NA,"853517835347271681",NA,"Twitter for Windows Phone","Tulipbruce","0","FALSE","FALSE" +"11731","11731","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:57:39","FALSE",NA,"853517732800745472",NA,"Twitter for Android","ItsSatyamhere","1333","TRUE","FALSE" +"11732","11732","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:57:19","FALSE",NA,"853517646213632001",NA,"Twitter for Android","krishnas2","1333","TRUE","FALSE" +"11733","11733","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:57:09","FALSE",NA,"853517606812344320",NA,"Twitter for Android","PaidMedia_","43","TRUE","FALSE" +"11734","11734","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:57:09","FALSE",NA,"853517604702388225",NA,"Twitter for iPhone","uditmini123456","43","TRUE","FALSE" +"11735","11735","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:56:42","FALSE",NA,"853517491330592768",NA,"Twitter for Android","prateek239606","1333","TRUE","FALSE" +"11736","11736","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:56:41","FALSE",NA,"853517487744438272",NA,"Twitter for Android","AakashGauttam","1333","TRUE","FALSE" +"11737","11737","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:56:26","FALSE",NA,"853517427325513728",NA,"Twitter for Android","im_AkashPatel","1333","TRUE","FALSE" +"11738","11738","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:55:51","FALSE",NA,"853517279476285440",NA,"Twitter for iPhone","iamnmngupta","1333","TRUE","FALSE" +"11739","11739","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:54:17","FALSE",NA,"853516885496918016",NA,"Twitter for Android","moppor91","1333","TRUE","FALSE" +"11740","11740","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:54:08","FALSE",NA,"853516847815241732",NA,"Twitter Lite","pavansahu786","1333","TRUE","FALSE" +"11741","11741","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:54:06","FALSE",NA,"853516837425905665",NA,"Twitter Lite","IamRaj456","1333","TRUE","FALSE" +"11742","11742","Why Govt is DELUSIONAL on #demonetization is because desi media was sleeping. FYI @PrakashJavdekar� https://t.co/S3RTJCzfqn","FALSE","0",NA,"2017-04-16 07:54:03","TRUE",NA,"853516823756587008",NA,"Twitter for Android","DKMahant","0","FALSE","FALSE" +"11743","11743","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:53:48","FALSE",NA,"853516763530747904",NA,"Twitter for Android","abhijeet_9696","1333","TRUE","FALSE" +"11744","11744","#YoIndiaSoRich that after Demonetization our beggers became lakhpatis https://t.co/BvseikvYsK","FALSE","0",NA,"2017-04-16 07:53:37","FALSE",NA,"853516716353110016",NA,"Twitter for Android","Shahvezan","0","FALSE","FALSE" +"11745","11745","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:53:25","FALSE",NA,"853516667128659969",NA,"Twitter for Android","iamRKT1991","1333","TRUE","FALSE" +"11746","11746","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:53:03","FALSE",NA,"853516574514323457",NA,"Twitter for iPhone","ankit1534","1333","TRUE","FALSE" +"11747","11747","Now naidu will realise that his #demonetization support, with a personal agenda, didn't prove enough https://t.co/QN9CmlCMNZ","FALSE","0",NA,"2017-04-16 07:52:53","FALSE",NA,"853516534051782657",NA,"Twitter for Android","forcesofindia","0","FALSE","FALSE" +"11748","11748","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:52:53","FALSE",NA,"853516530436517888",NA,"Twitter for Android","SushanthBablu","43","TRUE","FALSE" +"11749","11749","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:52:26","FALSE",NA,"853516418905714689",NA,"Twitter for Android","Abhiair26","43","TRUE","FALSE" +"11750","11750","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:51:52","FALSE",NA,"853516277436035072",NA,"Twitter Lite","NileshR128","1333","TRUE","FALSE" +"11751","11751","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:51:43","FALSE",NA,"853516237481103360",NA,"Twitter for iPhone","divya18_","1333","TRUE","FALSE" +"11752","11752","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:51:31","FALSE",NA,"853516189733138432",NA,"Twitter for Android","AMANAHUJA40","43","TRUE","FALSE" +"11753","11753","@BJP4India @PrakashJavdekar When details of demonetization comes in public domain?","FALSE","0","BJP4India","2017-04-16 07:51:21","FALSE","853509107034324992","853516146884059137","207809313","Twitter for Android","Amit_simplicity","0","FALSE","FALSE" +"11754","11754","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:51:15","FALSE",NA,"853516122464899072",NA,"Twitter for Android","HrithiksFan1","1333","TRUE","FALSE" +"11755","11755","No cash in most of the atms from couple of weeks ... +is it another demonetization ?@DemonEtizationn @RBI @canarabanktweet","FALSE","1",NA,"2017-04-16 07:51:05","FALSE",NA,"853516078923882496",NA,"Twitter Web Client","manojrammoorthy","1","FALSE","FALSE" +"11756","11756","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:50:37","FALSE",NA,"853515963647610880",NA,"Twitter for Android","Srkian_Nikhil","1333","TRUE","FALSE" +"11757","11757","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:49:42","FALSE",NA,"853515731014692864",NA,"Twitter for iPhone","khanakram421","1333","TRUE","FALSE" +"11758","11758","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:49:27","FALSE",NA,"853515667554697216",NA,"Twitter for Android","ShikhaRaina73","1333","TRUE","FALSE" +"11759","11759","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:49:22","FALSE",NA,"853515645555802112",NA,"Twitter for Android","mista_zeus","1333","TRUE","FALSE" +"11760","11760","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:48:54","FALSE",NA,"853515529725673472",NA,"Twitter for Android","BaBaKiGuFaa","1333","TRUE","FALSE" +"11761","11761","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:48:44","FALSE",NA,"853515489384865793",NA,"Twitter for iPhone","pinkoosh12","1333","TRUE","FALSE" +"11762","11762","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:47:21","FALSE",NA,"853515139030581248",NA,"Twitter for Android","brainchod_","1333","TRUE","FALSE" +"11763","11763","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:47:19","FALSE",NA,"853515129375387648",NA,"Twitter for Android","ra_chittt","1333","TRUE","FALSE" +"11764","11764","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:46:59","FALSE",NA,"853515046047055872",NA,"Twitter for Android","rockstar00143","1333","TRUE","FALSE" +"11765","11765","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:46:16","FALSE",NA,"853514867889893376",NA,"Twitter for Android","Pakhndibaba","1333","TRUE","FALSE" +"11766","11766","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:46:11","FALSE",NA,"853514847807565824",NA,"Twitter for Android","Chetansid544","1333","TRUE","FALSE" +"11767","11767","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:46:04","FALSE",NA,"853514815817515009",NA,"Twitter for iPhone","zaheenhafzer","1333","TRUE","FALSE" +"11768","11768","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:45:55","FALSE",NA,"853514777317974017",NA,"Twitter for iPhone","ashimpurohit18","1333","TRUE","FALSE" +"11769","11769","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:45:40","FALSE",NA,"853514716911501312",NA,"Twitter for Android","shadygodz","43","TRUE","FALSE" +"11770","11770","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:45:36","FALSE",NA,"853514697743540224",NA,"Twitter for iPhone","JatDevtaa","1333","TRUE","FALSE" +"11771","11771","@StevenSuptic Is the no ad thing on purpose or is it demonetization? I got an ad before taco trip 2017 for the first view but none since..","FALSE","0","StevenSuptic","2017-04-16 07:45:33","FALSE",NA,"853514687618711552","214503791","Twitter Web Client","ben_keul","0","FALSE","FALSE" +"11772","11772","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:45:28","FALSE",NA,"853514664906567680",NA,"Twitter for Android","TrollCreativity","1333","TRUE","FALSE" +"11773","11773","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:45:26","FALSE",NA,"853514657268715520",NA,"Twitter for Android","Viratian05","1333","TRUE","FALSE" +"11774","11774","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:45:04","FALSE",NA,"853514563916095492",NA,"Twitter for Android","BeingRaunak","1333","TRUE","FALSE" +"11775","11775","RT @Nr_Shiralkar: India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","0",NA,"2017-04-16 07:44:18","FALSE",NA,"853514372164894720",NA,"Twitter for Android","isha2712","43","TRUE","FALSE" +"11776","11776","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:43:58","FALSE",NA,"853514287440068608",NA,"Twitter for Android","firkiii","1333","TRUE","FALSE" +"11777","11777","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:43:05","FALSE",NA,"853514064420638720",NA,"Twitter for Android","NKR1819","1333","TRUE","FALSE" +"11778","11778","India is so rich bc Modi had to do the demonetization to see who actually was poor. #boycottsnapchat","FALSE","131",NA,"2017-04-16 07:42:50","FALSE",NA,"853514005079613441",NA,"Twitter for Android","Nr_Shiralkar","43","FALSE","FALSE" +"11779","11779","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:42:39","FALSE",NA,"853513957830574080",NA,"Twitter for Android","ShivanshKaranw1","1333","TRUE","FALSE" +"11780","11780","Today nobody talks about demonetization now,not even those parties who lost millions.","FALSE","0",NA,"2017-04-16 07:41:48","FALSE",NA,"853513741996105728",NA,"Twitter for Android","bhatbadri","0","FALSE","FALSE" +"11781","11781","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:41:32","FALSE",NA,"853513674610364417",NA,"Twitter for Android","TapsiChadha","1333","TRUE","FALSE" +"11782","11782","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:40:10","FALSE",NA,"853513333412044803",NA,"Twitter for Android","AakashDwarkani","1333","TRUE","FALSE" +"11783","11783","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:39:41","FALSE",NA,"853513209524895744",NA,"Twitter for Android","Ravisrkian","1333","TRUE","FALSE" +"11784","11784","RT @imNazriya: Dear @snapchat CEO, +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor�","FALSE","0",NA,"2017-04-16 07:38:55","FALSE",NA,"853513016041758721",NA,"Twitter for iPhone","karthikvnr8","3","TRUE","FALSE" +"11785","11785","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:37:08","FALSE",NA,"853512570250113024",NA,"Twitter for Android","sumitsi396","1333","TRUE","FALSE" +"11786","11786","@timesofindia @PrakashJavdekar Demonetization crushed their dreams for being extravagant in election, became reason� https://t.co/jlRLxz8XvD","FALSE","0","timesofindia","2017-04-16 07:36:45","TRUE","853510067630505985","853512472233476096","134758540","Twitter for Android","mita_anilkumar","0","FALSE","FALSE" +"11787","11787","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:36:31","FALSE",NA,"853512415195123712",NA,"Twitter for Android","iamRtomar","83","TRUE","FALSE" +"11788","11788","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:36:30","FALSE",NA,"853512409453125632",NA,"Twitter for iPhone","theshivdesaii","1333","TRUE","FALSE" +"11789","11789","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:36:26","FALSE",NA,"853512392571072512",NA,"Twitter for Android","iamRtomar","1333","TRUE","FALSE" +"11790","11790","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:36:01","FALSE",NA,"853512288640409602",NA,"Twitter for iPhone","gaurshivi07","1333","TRUE","FALSE" +"11791","11791","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:35:26","FALSE",NA,"853512142263341056",NA,"Twitter for Android","RathodVidhi","83","TRUE","FALSE" +"11792","11792","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:35:18","FALSE",NA,"853512106880184322",NA,"Twitter for Android","RathodVidhi","1333","TRUE","FALSE" +"11793","11793","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:34:42","FALSE",NA,"853511957223276544",NA,"Twitter Web Client","Arbaaz98479112","1333","TRUE","FALSE" +"11794","11794","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:34:28","FALSE",NA,"853511896703488000",NA,"Twitter for Android","Superkatrinafan","1333","TRUE","FALSE" +"11795","11795","@KirenRijiju No no its exactly right BJP did tampered EVM machine. Ok +People never support bjp bcoz of demonetizat� https://t.co/a3VIiFcL9j","FALSE","1","KirenRijiju","2017-04-16 07:33:44","TRUE","853510182977929216","853511714243051522","3241214268","Twitter for Android","TheNehaKhan","1","FALSE","FALSE" +"11796","11796","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:33:28","FALSE",NA,"853511644030189568",NA,"Twitter for Android","vinav_sharma","1333","TRUE","FALSE" +"11797","11797","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:31:44","FALSE",NA,"853511208690868225",NA,"Twitter Lite","robinlfc98","1333","TRUE","FALSE" +"11798","11798","Right wing BJP said demonetization will stop stone pelting, it didn't, because stones are pelted for Justice not money. #Kashmir","FALSE","2",NA,"2017-04-16 07:31:40","FALSE",NA,"853511194270998529",NA,"Twitter for Windows Phone","iauqibsalam","0","FALSE","FALSE" +"11799","11799","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:31:03","FALSE",NA,"853511038263742464",NA,"Twitter for iPhone","arjita_sethi","1333","TRUE","FALSE" +"11800","11800","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:30:18","FALSE",NA,"853510848001658880",NA,"Twitter for Android","AbraamAditya","1333","TRUE","FALSE" +"11801","11801","@ShefVaidya Another misfire from sold media after JNU , demonetization and UP election.","FALSE","0","ShefVaidya","2017-04-16 07:29:38","FALSE","853495695382388736","853510679302553601","1934388686","Twitter Lite","SnoopingChacha","0","FALSE","FALSE" +"11802","11802","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:28:20","FALSE",NA,"853510354835341313",NA,"Twitter for Android","im_leo_sunshine","1333","TRUE","FALSE" +"11803","11803","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:28:19","FALSE",NA,"853510347797528576",NA,"Twitter for Android","patelroop_113","1333","TRUE","FALSE" +"11804","11804","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:27:57","FALSE",NA,"853510257833848832",NA,"Twitter for Android","kamleshmali598","83","TRUE","FALSE" +"11805","11805","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:27:54","FALSE",NA,"853510246496600065",NA,"Twitter for Android","kamleshmali598","1333","TRUE","FALSE" +"11806","11806","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:27:37","FALSE",NA,"853510175046606853",NA,"Twitter Lite","jagan_chennai","1333","TRUE","FALSE" +"11807","11807","After effects of demonetization... Even this has turned white https://t.co/SiVUFCVWSc","FALSE","0",NA,"2017-04-16 07:27:30","FALSE",NA,"853510145556590592",NA,"Twitter for Android","rustymarine","0","FALSE","FALSE" +"11808","11808","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:26:28","FALSE",NA,"853509884914028546",NA,"Twitter for iPhone","TheVisionOfOz","1333","TRUE","FALSE" +"11809","11809","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:26:16","FALSE",NA,"853509833978400768",NA,"Twitter for Android","shreyoshi_de","1333","TRUE","FALSE" +"11810","11810","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:26:10","FALSE",NA,"853509809332682752",NA,"Twitter for iPhone","_iamDineshReddy","1333","TRUE","FALSE" +"11811","11811","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:25:28","FALSE",NA,"853509632005988352",NA,"Twitter for Android","singhpratz","83","TRUE","FALSE" +"11812","11812","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:25:06","FALSE",NA,"853509538808549376",NA,"Twitter for Android","Reshma_k155","1333","TRUE","FALSE" +"11813","11813","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:24:03","FALSE",NA,"853509277218164737",NA,"Twitter for Android","dotnagpur","1333","TRUE","FALSE" +"11814","11814","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:23:54","FALSE",NA,"853509238454460416",NA,"Twitter for Android","singhpratz","1333","TRUE","FALSE" +"11815","11815","@ShashiTharoor @PMOIndia v kn y BJP did demonetization. To safe guard ur sponsor's assets. Tell me hw many BJP big shots got raided. +","FALSE","0","ShashiTharoor","2017-04-16 07:23:50","FALSE","853308415585783812","853509219697479680","24705126","Twitter for Android","sachhutty","0","FALSE","FALSE" +"11816","11816","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:23:45","FALSE",NA,"853509201682776064",NA,"Twitter for iPhone","rahulshettyRz","1333","TRUE","FALSE" +"11817","11817","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:22:34","FALSE",NA,"853508902389940226",NA,"Twitter for Android","SagarPa67820637","1333","TRUE","FALSE" +"11818","11818","I liked a @YouTube video https://t.co/hFaVt2zOCR YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 07:22:21","FALSE",NA,"853508848308502528",NA,"Google","ultimatndon","0","FALSE","FALSE" +"11819","11819","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:22:10","FALSE",NA,"853508803240886272",NA,"Twitter for Android","iamKruzZ","1333","TRUE","FALSE" +"11820","11820","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:22:08","FALSE",NA,"853508792020946945",NA,"Twitter for iPhone","hdr_sharma","1333","TRUE","FALSE" +"11821","11821","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:22:02","FALSE",NA,"853508769166180353",NA,"Twitter for Android","kedianikunj","1333","TRUE","FALSE" +"11822","11822","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:21:51","FALSE",NA,"853508722236153856",NA,"Twitter for Android","deepshikha089","1333","TRUE","FALSE" +"11823","11823","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:21:50","FALSE",NA,"853508717890854912",NA,"Twitter for iPhone","Akkiholic","83","TRUE","FALSE" +"11824","11824","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:21:06","FALSE",NA,"853508534960619522",NA,"Twitter for Android","mohitgaur21","1333","TRUE","FALSE" +"11825","11825","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:21:04","FALSE",NA,"853508523837108226",NA,"Twitter for iPhone","SINGH__RENU","1333","TRUE","FALSE" +"11826","11826","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:20:32","FALSE",NA,"853508389535715328",NA,"Twitter Lite","VineetSaha1","1333","TRUE","FALSE" +"11827","11827","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:20:13","FALSE",NA,"853508310657454080",NA,"Twitter for Android","SrksKhushi","1333","TRUE","FALSE" +"11828","11828","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:19:42","FALSE",NA,"853508182240448512",NA,"Twitter for Android","Deepa_Srkian","1333","TRUE","FALSE" +"11829","11829","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:19:23","FALSE",NA,"853508102985011200",NA,"Twitter for iPhone","iamdmv","1333","TRUE","FALSE" +"11830","11830","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:19:03","FALSE",NA,"853508017559453696",NA,"Twitter for iPhone","shoeab_","1333","TRUE","FALSE" +"11831","11831","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:18:27","FALSE",NA,"853507868305178624",NA,"Twitter Lite","yt_ignitearts","1333","TRUE","FALSE" +"11832","11832","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:18:16","FALSE",NA,"853507819089297408",NA,"Twitter Web Client","Goodgreatboy","1333","TRUE","FALSE" +"11833","11833","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:17:07","FALSE",NA,"853507532177854464",NA,"Twitter for iPhone","Gaurav_Shanker","1333","TRUE","FALSE" +"11834","11834","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:16:58","FALSE",NA,"853507493095383040",NA,"Twitter for iPhone","bharat_37","1333","TRUE","FALSE" +"11835","11835","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:15:58","FALSE",NA,"853507243282763776",NA,"Twitter Lite","Mangat_1997","1333","TRUE","FALSE" +"11836","11836","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:14:23","FALSE",NA,"853506844677083136",NA,"Twitter for Android","Gokul_003","1333","TRUE","FALSE" +"11837","11837","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:13:34","FALSE",NA,"853506637365223424",NA,"Twitter for Windows","rohan_gooner","1333","TRUE","FALSE" +"11838","11838","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:13:29","FALSE",NA,"853506617870082049",NA,"Twitter for Android","rockywoww","1333","TRUE","FALSE" +"11839","11839","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:13:18","FALSE",NA,"853506569635364864",NA,"Twitter for iPhone","prashantm1103","1333","TRUE","FALSE" +"11840","11840","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:12:33","FALSE",NA,"853506383316176897",NA,"Twitter for Android","anmoljaiswal333","1333","TRUE","FALSE" +"11841","11841","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:12:20","FALSE",NA,"853506328039485440",NA,"Twitter for Android","himanshudwi512","83","TRUE","FALSE" +"11842","11842","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:11:44","FALSE",NA,"853506178298642432",NA,"Twitter Lite","khushali0108","1333","TRUE","FALSE" +"11843","11843","RT @Stupidosaur: @FrustuPlayer @shepherd66 @Scimitar_SS @Vaibhav_CFA @CashlessConsumr @prasanna_s @Synd_Bank @NandanNilekani @India_Stack @�","FALSE","0",NA,"2017-04-16 07:11:15","FALSE",NA,"853506052981129217",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"11844","11844","@FrustuPlayer @shepherd66 @Scimitar_SS @Vaibhav_CFA @CashlessConsumr @prasanna_s @Synd_Bank @NandanNilekani� https://t.co/86Cy6Gx9cQ","FALSE","1","FrustuPlayer","2017-04-16 07:11:08","TRUE","853505645190021121","853506026238115841","243706785","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"11845","11845","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:11:05","FALSE",NA,"853506012770435072",NA,"Twitter for Android","meprakashpkg","1333","TRUE","FALSE" +"11846","11846","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:11:00","FALSE",NA,"853505990133768192",NA,"Twitter for Android","himanshudwi512","1333","TRUE","FALSE" +"11847","11847","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:10:59","FALSE",NA,"853505988833361920",NA,"Twitter for Android","Rushika_S","1333","TRUE","FALSE" +"11848","11848","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:10:35","FALSE",NA,"853505888451252224",NA,"Twitter for Android","hitika_chander","1333","TRUE","FALSE" +"11849","11849","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:10:33","FALSE",NA,"853505878313623553",NA,"Twitter for Android","atk0o","1333","TRUE","FALSE" +"11850","11850","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:10:07","FALSE",NA,"853505767751680001",NA,"Twitter Web Client","mdirfanmustafa_","1333","TRUE","FALSE" +"11851","11851","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:09:02","FALSE",NA,"853505495159779328",NA,"Twitter for Android","iamsavan08","1333","TRUE","FALSE" +"11852","11852","RT @dailyonion: 60,000 only? In a Nation, where less than 2% pay their income tax, & 1% are ""declared"" crorepatis, how much has #demonetiza�","FALSE","0",NA,"2017-04-16 07:08:41","FALSE",NA,"853505407465160704",NA,"Twitter for Android","barua_ashish","1","TRUE","FALSE" +"11853","11853","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:08:35","FALSE",NA,"853505382844690432",NA,"Twitter for Android","imgajendraverma","1333","TRUE","FALSE" +"11854","11854","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:08:14","FALSE",NA,"853505294676217856",NA,"Twitter for Android","pallavivijay5","1333","TRUE","FALSE" +"11855","11855","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:07:56","FALSE",NA,"853505219669352448",NA,"Twitter for Android","kumari_shiwangi","1333","TRUE","FALSE" +"11856","11856","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:07:23","FALSE",NA,"853505081567739905",NA,"Twitter for Android","Jain_Deepesh","1333","TRUE","FALSE" +"11857","11857","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:07:16","FALSE",NA,"853505054111825920",NA,"Twitter for Android","magicaldreams19","1333","TRUE","FALSE" +"11858","11858","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:06:05","FALSE",NA,"853504753627570176",NA,"Twitter for Android","zzzscoobyzzz","1333","TRUE","FALSE" +"11859","11859","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:05:59","FALSE",NA,"853504730106130432",NA,"Twitter for Android","MishraShrayansh","1333","TRUE","FALSE" +"11860","11860","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:05:27","FALSE",NA,"853504593107537921",NA,"Twitter Lite","vivekut","1333","TRUE","FALSE" +"11861","11861","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:04:39","FALSE",NA,"853504392733052928",NA,"Twitter for Android","ImDraghav","1333","TRUE","FALSE" +"11862","11862","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:03:09","FALSE",NA,"853504014507417600",NA,"Twitter Web Client","shrikantsonone","1333","TRUE","FALSE" +"11863","11863","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:03:06","FALSE",NA,"853504002415316992",NA,"Twitter for Android","Alok_1993","1333","TRUE","FALSE" +"11864","11864","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-16 07:02:19","FALSE",NA,"853503806599974912",NA,"Twitter for iPhone","pradeepgadhiya","20","TRUE","FALSE" +"11865","11865","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:02:10","FALSE",NA,"853503767165063168",NA,"Twitter for Android","arjuneetiholic","1333","TRUE","FALSE" +"11866","11866","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 07:02:00","FALSE",NA,"853503727948374016",NA,"Twitter for iPhone","JaiBhadra","80","TRUE","FALSE" +"11867","11867","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:01:51","FALSE",NA,"853503690589650945",NA,"Twitter for Android","Patilr1994","1333","TRUE","FALSE" +"11868","11868","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:00:47","FALSE",NA,"853503422531633152",NA,"Twitter for Android","rbharat047","1333","TRUE","FALSE" +"11869","11869","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:00:25","FALSE",NA,"853503329720074241",NA,"Twitter for iPhone","iqnambir","1333","TRUE","FALSE" +"11870","11870","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 07:00:23","FALSE",NA,"853503319729479680",NA,"Twitter for Android","SwapnilSatote","83","TRUE","FALSE" +"11871","11871","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 07:00:20","FALSE",NA,"853503308249616385",NA,"Twitter for Android","HarshaDaggu","1333","TRUE","FALSE" +"11872","11872","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:59:54","FALSE",NA,"853503197448687616",NA,"Twitter for Android","Amittiwary51","1333","TRUE","FALSE" +"11873","11873","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:59:53","FALSE",NA,"853503196219748352",NA,"Twitter for Android","soyeb_patel","1333","TRUE","FALSE" +"11874","11874","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:59:35","FALSE",NA,"853503117215899648",NA,"Twitter for Android","abhirathod756","1333","TRUE","FALSE" +"11875","11875","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:58:57","FALSE",NA,"853502957970763776",NA,"Twitter for Android","beingpanka_j","1333","TRUE","FALSE" +"11876","11876","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:58:27","FALSE",NA,"853502835664834561",NA,"Twitter for Android","DuttaNobo","1333","TRUE","FALSE" +"11877","11877","@BJPKarITCell during one of the Manthana program about demonetization it was displayed. Can you please share the pdf.?","FALSE","0","BJPKarITCell","2017-04-16 06:57:52","FALSE",NA,"853502686498406400","112974530","TweetCaster for Android","SAKottadamane","0","FALSE","FALSE" +"11878","11878","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:57:44","FALSE",NA,"853502651975122944",NA,"Twitter Web Client","RAVI8954","1333","TRUE","FALSE" +"11879","11879","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:57:38","FALSE",NA,"853502628335988737",NA,"Twitter for Android","manasie","1333","TRUE","FALSE" +"11880","11880","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:57:25","FALSE",NA,"853502572572946432",NA,"Twitter for Android","nileshmahato056","1333","TRUE","FALSE" +"11881","11881","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:56:56","FALSE",NA,"853502452078915584",NA,"Twitter for Android","Raghavmakhija1","1333","TRUE","FALSE" +"11882","11882","@BJPKarITCell need a soft copy of the demonetization analysis done during the month of January.","FALSE","0","BJPKarITCell","2017-04-16 06:56:56","FALSE",NA,"853502451260862464","112974530","TweetCaster for Android","SAKottadamane","0","FALSE","FALSE" +"11883","11883","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:56:36","FALSE",NA,"853502368419164160",NA,"Twitter for Android","beinghrithik1","1333","TRUE","FALSE" +"11884","11884","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:56:34","FALSE",NA,"853502361662312448",NA,"Twitter for Android","husharmaru","1333","TRUE","FALSE" +"11885","11885","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:56:14","FALSE",NA,"853502274039152641",NA,"Twitter for Android","yaariyanlover","1333","TRUE","FALSE" +"11886","11886","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:55:40","FALSE",NA,"853502135006310400",NA,"Twitter for Android","adityaboss123","1333","TRUE","FALSE" +"11887","11887","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:54:42","FALSE",NA,"853501891376029697",NA,"Twitter for Android","hero__utkarsh","1333","TRUE","FALSE" +"11888","11888","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:54:40","FALSE",NA,"853501879497740289",NA,"Twitter for Android","abbas_baadshah","1333","TRUE","FALSE" +"11889","11889","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:54:28","FALSE",NA,"853501831548416000",NA,"Twitter for Android","adityaboss123","83","TRUE","FALSE" +"11890","11890","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:53:45","FALSE",NA,"853501650715193345",NA,"Twitter for Android","ApnaShahRukh","1333","TRUE","FALSE" +"11891","11891","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:52:23","FALSE",NA,"853501306832605185",NA,"Twitter for Android","_NandanETF","1333","TRUE","FALSE" +"11892","11892","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:51:18","FALSE",NA,"853501033431040001",NA,"Twitter for Android","TmPinku","1333","TRUE","FALSE" +"11893","11893","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:50:49","FALSE",NA,"853500913981542400",NA,"Twitter for Android","mukeshjangid103","1333","TRUE","FALSE" +"11894","11894","@madmanweb Demonetization effect was temporary, not that hard to figure out","FALSE","0","madmanweb","2017-04-16 06:50:34","FALSE","853207823324524547","853500848848084992","31709458","Twitter for iPhone","shaileshvrajan","0","FALSE","FALSE" +"11895","11895","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:50:22","FALSE",NA,"853500800039104512",NA,"Twitter for Android","JayTanna372","1333","TRUE","FALSE" +"11896","11896","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:50:01","FALSE",NA,"853500713258844160",NA,"Twitter for Android","siddharthakor","1333","TRUE","FALSE" +"11897","11897","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:48:57","FALSE",NA,"853500443904937984",NA,"Twitter for Android","SanjayKamath11","1333","TRUE","FALSE" +"11898","11898","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:48:48","FALSE",NA,"853500404918661120",NA,"Twitter for Android","kaushik_shalu","1333","TRUE","FALSE" +"11899","11899","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:48:31","FALSE",NA,"853500335440224257",NA,"Twitter for iPhone","lovely_aq","1333","TRUE","FALSE" +"11900","11900","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:48:23","FALSE",NA,"853500301369688064",NA,"Twitter Web Client","jkjashish","1333","TRUE","FALSE" +"11901","11901","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:48:04","FALSE",NA,"853500222567264256",NA,"Twitter for Android","JayTanna372","83","TRUE","FALSE" +"11902","11902","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:47:24","FALSE",NA,"853500054438641665",NA,"Twitter for Android","vishalmashru11","1333","TRUE","FALSE" +"11903","11903","@FrustIndian Dear @evanspiegel +India is so rich that PM @narendramodi had to implement demonetization to find out w� https://t.co/uJojMod4bb","FALSE","4","FrustIndian","2017-04-16 06:46:48","TRUE","853498883518935040","853499901790924800","794874013","Twitter Web Client","BirlaPulkit","0","FALSE","FALSE" +"11904","11904","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:46:41","FALSE",NA,"853499873332785152",NA,"Twitter for Android","Upasana402","1333","TRUE","FALSE" +"11905","11905","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:45:55","FALSE",NA,"853499679904063488",NA,"Twitter for Android","Anuruddh6342","1333","TRUE","FALSE" +"11906","11906","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:45:49","FALSE",NA,"853499656088633344",NA,"Twitter for Android","vamshibhagirath","1333","TRUE","FALSE" +"11907","11907","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:45:28","FALSE",NA,"853499567286779904",NA,"Twitter for Android","Being_Sarmi","1333","TRUE","FALSE" +"11908","11908","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:45:00","FALSE",NA,"853499450454663168",NA,"Twitter for Android","DeepikazWarrior","1333","TRUE","FALSE" +"11909","11909","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:44:52","FALSE",NA,"853499414840827904",NA,"Twitter for iPhone","Shris03","1333","TRUE","FALSE" +"11910","11910","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:44:43","FALSE",NA,"853499378249732096",NA,"Twitter for Android","kathaitarjun25","1333","TRUE","FALSE" +"11911","11911","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:44:30","FALSE",NA,"853499323501473792",NA,"Twitter for iPhone","iNirmalHR","1333","TRUE","FALSE" +"11912","11912","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:43:04","FALSE",NA,"853498960174088192",NA,"Twitter for Android","souravsunny2","1333","TRUE","FALSE" +"11913","11913","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:41:57","FALSE",NA,"853498680778805248",NA,"Twitter for iPhone","Riyaverma9","1333","TRUE","FALSE" +"11914","11914","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:41:55","FALSE",NA,"853498671194832896",NA,"Twitter for Android","KishoreBardhan","83","TRUE","FALSE" +"11915","11915","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:41:45","FALSE",NA,"853498630799474688",NA,"Twitter for Android","iBhaumiks","1333","TRUE","FALSE" +"11916","11916","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:41:29","FALSE",NA,"853498563547979776",NA,"Twitter for Android","DrKumarwishwas","83","TRUE","FALSE" +"11917","11917","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:40:36","FALSE",NA,"853498341635870721",NA,"Twitter for Android","vinaykumarpm09","1333","TRUE","FALSE" +"11918","11918","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:40:27","FALSE",NA,"853498304591794176",NA,"Twitter for Android","RajePranit","1333","TRUE","FALSE" +"11919","11919","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:40:23","FALSE",NA,"853498285369282562",NA,"Twitter Lite","Raj_KumarKaurav","1333","TRUE","FALSE" +"11920","11920","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:39:59","FALSE",NA,"853498188099067904",NA,"Twitter for Android","skokare","1333","TRUE","FALSE" +"11921","11921","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:38:49","FALSE",NA,"853497891062767617",NA,"Twitter for Android","satya21298","1333","TRUE","FALSE" +"11922","11922","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:38:26","FALSE",NA,"853497794543452160",NA,"Twitter for Android","bindramanish8","1333","TRUE","FALSE" +"11923","11923","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:38:15","FALSE",NA,"853497751346307072",NA,"Twitter for Android","Aditya_Adian","1333","TRUE","FALSE" +"11924","11924","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:38:12","FALSE",NA,"853497736011829248",NA,"Twitter Lite","Kunal3794","1333","TRUE","FALSE" +"11925","11925","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:37:37","FALSE",NA,"853497590767382528",NA,"Twitter for iPhone","maheshpmurkute","1333","TRUE","FALSE" +"11926","11926","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:37:31","FALSE",NA,"853497566121476097",NA,"Twitter Web Client","Sreoshee_Das","1333","TRUE","FALSE" +"11927","11927","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:37:23","FALSE",NA,"853497532995043328",NA,"Twitter for iPhone","mishraaprajwal","1333","TRUE","FALSE" +"11928","11928","@kanungosubrat3 separatist are on house arrest & I thought demonetization stopped stone pelting","FALSE","0","kanungosubrat3","2017-04-16 06:37:09","FALSE","853495936722415616","853497472970219520","4411703592","Twitter Web Client","riyalovezu","0","FALSE","FALSE" +"11929","11929","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:36:46","FALSE",NA,"853497378082631680",NA,"Twitter for Android","SavlaRobin","1333","TRUE","FALSE" +"11930","11930","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:36:43","FALSE",NA,"853497365273116672",NA,"Twitter for Android","knaveenkumar098","1333","TRUE","FALSE" +"11931","11931","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:35:45","FALSE",NA,"853497119537332225",NA,"Twitter for Android","DugguKiDuggi","1333","TRUE","FALSE" +"11932","11932","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:35:17","FALSE",NA,"853497001534738432",NA,"Twitter for Android","SonySin58345885","1333","TRUE","FALSE" +"11933","11933","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:35:08","FALSE",NA,"853496966952755202",NA,"Twitter for Android","MALAYMOHANTY1","1333","TRUE","FALSE" +"11934","11934","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:34:37","FALSE",NA,"853496835557785600",NA,"Mobile Web (M2)","Its_Sunanda28","1333","TRUE","FALSE" +"11935","11935","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:34:04","FALSE",NA,"853496697732902913",NA,"Twitter for Android","Sanju60976584","1333","TRUE","FALSE" +"11936","11936","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:34:04","FALSE",NA,"853496696172630017",NA,"Twitter for Android","ab19phenomenal","1333","TRUE","FALSE" +"11937","11937","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:33:43","FALSE",NA,"853496608117452801",NA,"Twitter for Android","_ajaytiwari79","1333","TRUE","FALSE" +"11938","11938","@evanspiegel #snapchatceo ,you think India is poor. We have thrown more than your company's worth in Ganges river after demonetization.","FALSE","0","evanspiegel","2017-04-16 06:33:04","FALSE",NA,"853496443834728448","230287527","Twitter Web Client","tweet2saurav","0","FALSE","FALSE" +"11939","11939","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:33:00","FALSE",NA,"853496427154087937",NA,"Twitter for Android","GnGruj","1333","TRUE","FALSE" +"11940","11940","RT @DyingConsciousn: I thought demonetization had solved the Kashmir problem in 50 days flat ! NO. + +Cc @Chopsyturvey @majorgauravarya https�","FALSE","0",NA,"2017-04-16 06:32:46","FALSE",NA,"853496370757378049",NA,"Twitter for Android","VinooHora","1","TRUE","FALSE" +"11941","11941","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:32:44","FALSE",NA,"853496361295204353",NA,"Twitter for Android","VinayKu8082","1333","TRUE","FALSE" +"11942","11942","I liked a @YouTube video https://t.co/3hxg7BkaHO YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 06:32:21","FALSE",NA,"853496265149095936",NA,"Google","ferggerman","0","FALSE","FALSE" +"11943","11943","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:31:42","FALSE",NA,"853496102921920512",NA,"Twitter for Android","warrior_high","1333","TRUE","FALSE" +"11944","11944","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:31:10","FALSE",NA,"853495967894704128",NA,"Twitter for Android","MohddxAli951","1333","TRUE","FALSE" +"11945","11945","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:30:56","FALSE",NA,"853495909652549632",NA,"Twitter for Android","vasanthvina21","1333","TRUE","FALSE" +"11946","11946","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:30:38","FALSE",NA,"853495833639010304",NA,"Mobile Web (M2)","Rohittinkoo","1333","TRUE","FALSE" +"11947","11947","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:29:57","FALSE",NA,"853495662419300352",NA,"Twitter for Android","PrinceAnmol3","1333","TRUE","FALSE" +"11948","11948","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:28:31","FALSE",NA,"853495300912279553",NA,"Twitter for Android","iamburhan56","1333","TRUE","FALSE" +"11949","11949","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:28:25","FALSE",NA,"853495276857839616",NA,"Twitter for Android","supriya06sarma","1333","TRUE","FALSE" +"11950","11950","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:28:06","FALSE",NA,"853495195001913345",NA,"Twitter for Android","Bs3Suthar","1333","TRUE","FALSE" +"11951","11951","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:27:57","FALSE",NA,"853495158817439744",NA,"Twitter for iPhone","suhailkhan2004","1333","TRUE","FALSE" +"11952","11952","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:27:19","FALSE",NA,"853495000126115840",NA,"Twitter for Android","sundiairlifted","83","TRUE","FALSE" +"11953","11953","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:27:10","FALSE",NA,"853494959265239040",NA,"Twitter for Android","Rajvikrm098765","1333","TRUE","FALSE" +"11954","11954","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:27:09","FALSE",NA,"853494957759508480",NA,"Twitter for Android","MunendraDwivedi","1333","TRUE","FALSE" +"11955","11955","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:26:53","FALSE",NA,"853494887898955776",NA,"Twitter for Android","_anubhav_singh_","1333","TRUE","FALSE" +"11956","11956","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:26:49","FALSE",NA,"853494872992567296",NA,"Twitter Web Client","iJaswinderSingh","1333","TRUE","FALSE" +"11957","11957","Waiting for @sardesairajdeep @BDUTT @sagarikaghose @RanaAyyub to tweet in favor of Snapchat CEO & blame Modi ji for demonetization","FALSE","0",NA,"2017-04-16 06:26:17","FALSE",NA,"853494738342731780",NA,"Twitter for Android","BeingSachinDg","0","FALSE","FALSE" +"11958","11958","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:26:11","FALSE",NA,"853494713994928130",NA,"Twitter for Android","Bewith_SM","1333","TRUE","FALSE" +"11959","11959","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:25:53","FALSE",NA,"853494638459711488",NA,"Twitter Web Client","Lucky_1627","1333","TRUE","FALSE" +"11960","11960","@Memeghnad Demonetization was declared to credit banks who were burdened with NPAs. Banks cannot recover this bad loans anymore.","FALSE","0","Memeghnad","2017-04-16 06:25:31","FALSE","816523952348626944","853494545102901249","18548529","Twitter Lite","BataugaNahi","0","FALSE","FALSE" +"11961","11961","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:25:07","FALSE",NA,"853494442912735236",NA,"Twitter for iPhone","shiftangled","1333","TRUE","FALSE" +"11962","11962","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:25:02","FALSE",NA,"853494424969596928",NA,"Twitter for Android","MeSwati001","1333","TRUE","FALSE" +"11963","11963","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:24:39","FALSE",NA,"853494326139260930",NA,"Twitter for Android","ssagar_satpute","1333","TRUE","FALSE" +"11964","11964","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:24:21","FALSE",NA,"853494253833654272",NA,"Twitter for Android","bharatgupta701","1333","TRUE","FALSE" +"11965","11965","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor!#Snapchat","FALSE","0",NA,"2017-04-16 06:24:20","FALSE",NA,"853494246678179840",NA,"Twitter for iPhone","n33l_pat3l","0","FALSE","FALSE" +"11966","11966","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 06:23:39","FALSE",NA,"853494075349139456",NA,"Twitter for Android","RashmiS28298362","83","TRUE","FALSE" +"11967","11967","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:23:36","FALSE",NA,"853494062879518721",NA,"Twitter for Android","kousikbhuyan50","1333","TRUE","FALSE" +"11968","11968","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:22:34","FALSE",NA,"853493803503673344",NA,"Twitter for Android","Dugguholick","1333","TRUE","FALSE" +"11969","11969","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:22:23","FALSE",NA,"853493756850577408",NA,"Twitter for Android","Lotus_rex","1333","TRUE","FALSE" +"11970","11970","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:22:20","FALSE",NA,"853493742531104768",NA,"Twitter Lite","LordKejriwal","1333","TRUE","FALSE" +"11971","11971","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:22:03","FALSE",NA,"853493673912287236",NA,"Twitter for iPhone","setu_pandey","1333","TRUE","FALSE" +"11972","11972","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:21:08","FALSE",NA,"853493443405824001",NA,"Twitter for Android","ravindrakohale","1333","TRUE","FALSE" +"11973","11973","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:21:03","FALSE",NA,"853493423369617409",NA,"Twitter for Android","imshrutiwagh","1333","TRUE","FALSE" +"11974","11974","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:59","FALSE",NA,"853493403589332992",NA,"Twitter for Android","Akki_queen","1333","TRUE","FALSE" +"11975","11975","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:44","FALSE",NA,"853493342654668800",NA,"Twitter Lite","verma_shaurya","1333","TRUE","FALSE" +"11976","11976","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:41","FALSE",NA,"853493327504826369",NA,"Twitter for Android","irajvirsingh","1333","TRUE","FALSE" +"11977","11977","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:33","FALSE",NA,"853493296634576896",NA,"Twitter for Android","rajdeep_sarkar","1333","TRUE","FALSE" +"11978","11978","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:33","FALSE",NA,"853493295514648577",NA,"Twitter for Android","gandhivivek96","1333","TRUE","FALSE" +"11979","11979","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:20:26","FALSE",NA,"853493266033123330",NA,"Twitter for Android","RashmiS28298362","1333","TRUE","FALSE" +"11980","11980","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:19:16","FALSE",NA,"853492971232272385",NA,"Twitter for Android","shreyaj2010","1333","TRUE","FALSE" +"11981","11981","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:18:44","FALSE",NA,"853492839451303936",NA,"Twitter for Android","sahini_bose","1333","TRUE","FALSE" +"11982","11982","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:18:03","FALSE",NA,"853492666625077248",NA,"Twitter for Android","iRohitkarn","1333","TRUE","FALSE" +"11983","11983","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-16 06:17:53","FALSE",NA,"853492624472145921",NA,"Twitter for iPhone","aviralmittal","43","TRUE","FALSE" +"11984","11984","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:17:36","FALSE",NA,"853492554565730304",NA,"Twitter for Android","BeingSuperFool","1333","TRUE","FALSE" +"11985","11985","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:17:34","FALSE",NA,"853492543836884992",NA,"Twitter for Android","Ankitaker","1333","TRUE","FALSE" +"11986","11986","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:17:06","FALSE",NA,"853492429181394944",NA,"Twitter for Android","Rahmanjunaid933","1333","TRUE","FALSE" +"11987","11987","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:17:06","FALSE",NA,"853492426178277376",NA,"Twitter for Android","iabhi_hr","1333","TRUE","FALSE" +"11988","11988","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:17:00","FALSE",NA,"853492403856068609",NA,"Twitter for Android","Sanket_363","1333","TRUE","FALSE" +"11989","11989","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:16:33","FALSE",NA,"853492290056200192",NA,"Twitter for Android","SoulScrawls","1333","TRUE","FALSE" +"11990","11990","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:16:22","FALSE",NA,"853492241394016256",NA,"Twitter for Android","jumroos","1333","TRUE","FALSE" +"11991","11991","Dear Evan Spiegel Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out... https://t.co/krQjuK68uS","FALSE","0",NA,"2017-04-16 06:15:42","FALSE",NA,"853492076046147584",NA,"Facebook","uthamarajonline","0","FALSE","FALSE" +"11992","11992","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:15:30","FALSE",NA,"853492024825204736",NA,"Twitter for Android","mukesh2748","1333","TRUE","FALSE" +"11993","11993","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:15:14","FALSE",NA,"853491956235649024",NA,"Twitter for iPhone","anirxdh","1333","TRUE","FALSE" +"11994","11994","@YRDeshmukh Demonetization has killed terrorism and naxalism. You are an anti nationalist, who wants to disregard benefits of NoteBandi.","FALSE","0","YRDeshmukh","2017-04-16 06:14:42","FALSE","853284156129906689","853491821468467200","103849564","Twitter for Android","mishrakant","0","FALSE","FALSE" +"11995","11995","The latest The Demonetization Daily! https://t.co/Ij69Fs1rFa Thanks to @Siripuramrk @Hindian_Patriot @KryptoMoney #youtube","FALSE","0",NA,"2017-04-16 06:14:26","FALSE",NA,"853491757857869824",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"11996","11996","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:13:53","FALSE",NA,"853491618279718912",NA,"Twitter for Android","happypiyush2029","1333","TRUE","FALSE" +"11997","11997","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:12:59","FALSE",NA,"853491392152297472",NA,"Twitter for Android","SarnobatSangram","1333","TRUE","FALSE" +"11998","11998","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:12:58","FALSE",NA,"853491387119042560",NA,"Twitter for Android","heer_luv","1333","TRUE","FALSE" +"11999","11999","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:12:06","FALSE",NA,"853491171032801280",NA,"Twitter for Android","AKSHAYy53385006","1333","TRUE","FALSE" +"12000","12000","I'm being told by uncle Google that India's demonitization failed. https://t.co/qJiaC9tPAG","FALSE","0",NA,"2017-04-16 06:11:45","FALSE",NA,"853491080901279744",NA,"Twitter Lite","khaleesirkapoor","0","FALSE","FALSE" +"12001","12001","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:11:12","FALSE",NA,"853490943449853952",NA,"Twitter for Android","AyaanSpeaks","1333","TRUE","FALSE" +"12002","12002","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:10:48","FALSE",NA,"853490842815782913",NA,"Twitter for Android","im_Akash_","1333","TRUE","FALSE" +"12003","12003","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:10:22","FALSE",NA,"853490732799283200",NA,"Twitter for iPhone","waqash229","1333","TRUE","FALSE" +"12004","12004","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:10:02","FALSE",NA,"853490647952531456",NA,"Twitter for Android","BeingSachinDg","1333","TRUE","FALSE" +"12005","12005","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:09:29","FALSE",NA,"853490509196689408",NA,"Twitter for Android","Livekanhaiya","1333","TRUE","FALSE" +"12006","12006","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:09:28","FALSE",NA,"853490505983954945",NA,"Mobile Web (M2)","rinku419","1333","TRUE","FALSE" +"12007","12007","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:07:37","FALSE",NA,"853490042022621184",NA,"Twitter for Android","abdulba61198310","1333","TRUE","FALSE" +"12008","12008","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:07:15","FALSE",NA,"853489949466865664",NA,"Twitter for Android","souravshakti","1333","TRUE","FALSE" +"12009","12009","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:07:08","FALSE",NA,"853489918047334400",NA,"Twitter for Android","satyam_dinkar","1333","TRUE","FALSE" +"12010","12010","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:06:45","FALSE",NA,"853489823763398656",NA,"Twitter for iPhone","dabbangism","1333","TRUE","FALSE" +"12011","12011","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:06:24","FALSE",NA,"853489732969537536",NA,"Twitter for Android","Arvindarun1","1333","TRUE","FALSE" +"12012","12012","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:06:21","FALSE",NA,"853489720231211008",NA,"Twitter Web Client","pratapsodhia","1333","TRUE","FALSE" +"12013","12013","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:06:18","FALSE",NA,"853489708264865793",NA,"Twitter for Android","ajay7379","1333","TRUE","FALSE" +"12014","12014","@Pranc23 so from use of that guy we have reached demonetization. Liberals. Sigh. Admit it hasn't.","FALSE","0","Pranc23","2017-04-16 06:05:49","FALSE","853488332864724993","853489588287008768","956767260","Twitter for Android","ClimbhiKc","0","FALSE","FALSE" +"12015","12015","RT @gptayu: Dear @evanspiegel +India is so rich that PM @narendramodi ji had to implement demonetization to find out who is actually poor!�","FALSE","0",NA,"2017-04-16 06:05:29","FALSE",NA,"853489502484082688",NA,"Twitter for Android","gptayu","1","TRUE","FALSE" +"12016","12016","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:04:12","FALSE",NA,"853489179321397248",NA,"Twitter for Android","BOLLYWOULD","1333","TRUE","FALSE" +"12017","12017","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:03:32","FALSE",NA,"853489011817664512",NA,"Twitter for Android","Holmes2491","1333","TRUE","FALSE" +"12018","12018","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:03:18","FALSE",NA,"853488955878232064",NA,"Twitter for iPhone","imadityashiv","1333","TRUE","FALSE" +"12019","12019","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:03:18","FALSE",NA,"853488955395801088",NA,"Twitter for Android","honeyakshay27","1333","TRUE","FALSE" +"12020","12020","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:02:59","FALSE",NA,"853488873225293824",NA,"Twitter for iPhone","mehakjain12345","1333","TRUE","FALSE" +"12021","12021","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:02:39","FALSE",NA,"853488792304594945",NA,"Twitter Lite","Arpit_Namo_Vira","1333","TRUE","FALSE" +"12022","12022","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:02:33","FALSE",NA,"853488767985954816",NA,"Twitter for Android","AbhiRajawat19","1333","TRUE","FALSE" +"12023","12023","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:02:30","FALSE",NA,"853488752429281280",NA,"Twitter for Android","niravjain98","1333","TRUE","FALSE" +"12024","12024","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:02:22","FALSE",NA,"853488719847858177",NA,"Twitter for Android","SachinmOfficial","1333","TRUE","FALSE" +"12025","12025","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! + +#Snapchat","FALSE","0",NA,"2017-04-16 06:02:20","FALSE",NA,"853488712059158528",NA,"Twitter for iPhone","sameergalbani","0","FALSE","FALSE" +"12026","12026","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:01:44","FALSE",NA,"853488560305000448",NA,"Twitter for Android","Ashishj86997353","1333","TRUE","FALSE" +"12027","12027","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 06:01:06","FALSE",NA,"853488401365950464",NA,"Twitter for Android","Kavita_M57","1333","TRUE","FALSE" +"12028","12028","Dear Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor!#boycottsnapchat","FALSE","0",NA,"2017-04-16 06:00:22","FALSE",NA,"853488216174772224",NA,"Twitter for Android","supercoolabhi1","0","FALSE","FALSE" +"12029","12029","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:59:44","FALSE",NA,"853488055453450240",NA,"Twitter for Android","Sarcastic_Raj","1333","TRUE","FALSE" +"12030","12030","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:59:41","FALSE",NA,"853488046347628544",NA,"Mobile Web (M2)","twtlikeakhiladi","1333","TRUE","FALSE" +"12031","12031","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:58:48","FALSE",NA,"853487820945727489",NA,"Twitter for Android","Ha_lormusic","1333","TRUE","FALSE" +"12032","12032","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:58:42","FALSE",NA,"853487797235089409",NA,"Twitter for iPhone","sainaresh81","1333","TRUE","FALSE" +"12033","12033","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:58:26","FALSE",NA,"853487730860412928",NA,"Twitter for iPhone","TheFaraazKhan","1333","TRUE","FALSE" +"12034","12034","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:58:24","FALSE",NA,"853487720416653312",NA,"Twitter for Android","medicodutta","1333","TRUE","FALSE" +"12035","12035","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:58:07","FALSE",NA,"853487650682134528",NA,"Twitter for iPhone","sanketSRKian","1333","TRUE","FALSE" +"12036","12036","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:58:06","FALSE",NA,"853487645644775424",NA,"Twitter for iPhone","mehakjain12345","83","TRUE","FALSE" +"12037","12037","@radharaju18 @tufailelif jab se illegal slaughter houses were closed inka dimag bhi bandh hogaya .. Demonetization of a diff kind","FALSE","0","radharaju18","2017-04-16 05:57:08","FALSE","853486338938740736","853487404380041220","308329253","Twitter for Windows","ravi_poruri","0","FALSE","FALSE" +"12038","12038","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:56:41","FALSE",NA,"853487289623859200",NA,"Twitter for Android","amileen__","1333","TRUE","FALSE" +"12039","12039","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:56:29","FALSE",NA,"853487240219168768",NA,"Twitter for Android","gloryvardhan15","1333","TRUE","FALSE" +"12040","12040","60,000 only? In a Nation, where less than 2% pay their income tax, & 1% are ""declared"" crorepatis, how much has #demonetization *cracked*?","FALSE","1",NA,"2017-04-16 05:55:38","FALSE",NA,"853487025504141312",NA,"Twitter Web Client","dailyonion","1","FALSE","FALSE" +"12041","12041","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:55:32","FALSE",NA,"853487001907195904",NA,"Twitter for iPhone","gaurav_jain13","1333","TRUE","FALSE" +"12042","12042","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:55:31","FALSE",NA,"853486994340663298",NA,"Twitter for Android","raftaar_coc","1333","TRUE","FALSE" +"12043","12043","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:55:05","FALSE",NA,"853486886089875457",NA,"Twitter for Android","IndicPagan","1333","TRUE","FALSE" +"12044","12044","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:55:00","FALSE",NA,"853486866930315264",NA,"Twitter for Android","Yuti1905","1333","TRUE","FALSE" +"12045","12045","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:54:41","FALSE",NA,"853486787569868801",NA,"Twitter for Android","AbdulNasser21","1333","TRUE","FALSE" +"12046","12046","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:54:06","FALSE",NA,"853486638323728384",NA,"Twitter Web Client","daschayan357","1333","TRUE","FALSE" +"12047","12047","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:54:04","FALSE",NA,"853486631562727424",NA,"Twitter for Android","rainhajaque","1333","TRUE","FALSE" +"12048","12048","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:53:23","FALSE",NA,"853486459860504576",NA,"Mobile Web (M2)","himanshudixit01","1333","TRUE","FALSE" +"12049","12049","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:52:26","FALSE",NA,"853486220923600896",NA,"Twitter for Android","RohitChahal20","83","TRUE","FALSE" +"12050","12050","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:52:19","FALSE",NA,"853486189957050369",NA,"Twitter for iPhone","ShyamMufc","1333","TRUE","FALSE" +"12051","12051","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:52:16","FALSE",NA,"853486176312979457",NA,"Twitter for Android","Ipikainaskar","83","TRUE","FALSE" +"12052","12052","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:51:58","FALSE",NA,"853486101981536256",NA,"Twitter for Android","Ds_deepanshu11","1333","TRUE","FALSE" +"12053","12053","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:50:27","FALSE",NA,"853485722866638849",NA,"Twitter for Android","TheRonakKhichar","1333","TRUE","FALSE" +"12054","12054","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:49:07","FALSE",NA,"853485385044951040",NA,"Twitter Lite","ManojMannu786","1333","TRUE","FALSE" +"12055","12055","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:48:52","FALSE",NA,"853485324441354242",NA,"Twitter for Android","himansh2412997","1333","TRUE","FALSE" +"12056","12056","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:48:51","FALSE",NA,"853485318884003840",NA,"Twitter for Android","Adarsh_Ned","1333","TRUE","FALSE" +"12057","12057","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 05:48:42","FALSE",NA,"853485281038749696",NA,"Twitter for Android","himanshudixit01","80","TRUE","FALSE" +"12058","12058","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:48:41","FALSE",NA,"853485277356195840",NA,"Twitter for Android","AAK_Engine","1333","TRUE","FALSE" +"12059","12059","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:48:41","FALSE",NA,"853485277012267008",NA,"Twitter for Android","CricSamrat","1333","TRUE","FALSE" +"12060","12060","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:48:38","FALSE",NA,"853485262042804224",NA,"Mobile Web (M2)","beingvishh","1333","TRUE","FALSE" +"12061","12061","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:47:47","FALSE",NA,"853485050557583360",NA,"Twitter for Android","ganeshrajani","1333","TRUE","FALSE" +"12062","12062","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:47:44","FALSE",NA,"853485038033416194",NA,"Twitter for iPhone","freakishmee92","1333","TRUE","FALSE" +"12063","12063","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:47:32","FALSE",NA,"853484986707591168",NA,"Twitter for Android","SonuJaiswal22","1333","TRUE","FALSE" +"12064","12064","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:47:19","FALSE",NA,"853484931758120961",NA,"Twitter for Android","rubychowdhury04","1333","TRUE","FALSE" +"12065","12065","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:45:34","FALSE",NA,"853484491817406464",NA,"Twitter Web Client","manilenskart1","1333","TRUE","FALSE" +"12066","12066","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:45:12","FALSE",NA,"853484397730910208",NA,"Twitter for Android","being_shiva_","1333","TRUE","FALSE" +"12067","12067","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:44:43","FALSE",NA,"853484278616928256",NA,"Twitter for Android","Rajveer1kalyan","1333","TRUE","FALSE" +"12068","12068","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:44:39","FALSE",NA,"853484260405202944",NA,"Twitter for Android","Yogeshpaida1","1333","TRUE","FALSE" +"12069","12069","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:44:18","FALSE",NA,"853484174447181824",NA,"Twitter for Android","mansishah4092","1333","TRUE","FALSE" +"12070","12070","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:52","FALSE",NA,"853484065843953664",NA,"Twitter for Android","thamarai2311","1333","TRUE","FALSE" +"12071","12071","RT @KyaKaise: 25 viewer Questions about YouTube Demonetization and the latest developments, answered. +25 sawaal YouTube... https://t.co/7b�","FALSE","0",NA,"2017-04-16 05:43:37","FALSE",NA,"853483999716458497",NA,"Twitter for Android","rajeshkumar5510","2","TRUE","FALSE" +"12072","12072","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:31","FALSE",NA,"853483974487752704",NA,"Twitter for iPhone","LoadedTejas","1333","TRUE","FALSE" +"12073","12073","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:18","FALSE",NA,"853483920972668930",NA,"Twitter for Android","anandvaghmar9","1333","TRUE","FALSE" +"12074","12074","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:09","FALSE",NA,"853483883681071105",NA,"Twitter for iPhone","Ash0080Singh","1333","TRUE","FALSE" +"12075","12075","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:09","FALSE",NA,"853483883442188288",NA,"Twitter for Android","kingchamp5872","1333","TRUE","FALSE" +"12076","12076","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:04","FALSE",NA,"853483863171112960",NA,"Twitter for Android","sahil_sodhi","1333","TRUE","FALSE" +"12077","12077","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:43:00","FALSE",NA,"853483845399625728",NA,"Twitter for iPhone","mhatresushant34","1333","TRUE","FALSE" +"12078","12078","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:42:58","FALSE",NA,"853483838667988992",NA,"Twitter Lite","Yogendrasingh__","1333","TRUE","FALSE" +"12079","12079","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:42:25","FALSE",NA,"853483698334834688",NA,"Twitter for iPhone","007Ajsaiyed","1333","TRUE","FALSE" +"12080","12080","@madmanweb @ranjona Demonetization was stupid and every reason given was totally juvenile. This government wants re� https://t.co/JvQ1NaHKIx","FALSE","0","madmanweb","2017-04-16 05:41:32","TRUE","853207823324524547","853483477358059524","31709458","Twitter for Android","amq_IN","0","FALSE","FALSE" +"12081","12081","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:40:32","FALSE",NA,"853483223854317569",NA,"Twitter for Android","peretzz_","83","TRUE","FALSE" +"12082","12082","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:40:21","FALSE",NA,"853483181122740224",NA,"Twitter for Android","peretzz_","1333","TRUE","FALSE" +"12083","12083","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:40:00","FALSE",NA,"853483091796643840",NA,"Twitter for Android","SACHIDANAND__S","1333","TRUE","FALSE" +"12084","12084","Handle Cash With Special Tax Care https://t.co/7TUyFYOXsT #TGI #incometax #blackmoney #demonetization","FALSE","0",NA,"2017-04-16 05:39:11","FALSE",NA,"853482885084454912",NA,"Google","OfficialFinsr","0","FALSE","FALSE" +"12085","12085","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:38:42","FALSE",NA,"853482763277697026",NA,"Twitter Lite","radhikatiwari55","1333","TRUE","FALSE" +"12086","12086","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:38:17","FALSE",NA,"853482658973847552",NA,"Twitter for Android","sriram_cr7","1333","TRUE","FALSE" +"12087","12087","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:37:36","FALSE",NA,"853482488638840832",NA,"Twitter for iPhone","BhavyaSharma26","1333","TRUE","FALSE" +"12088","12088","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:37:28","FALSE",NA,"853482455348785153",NA,"Twitter for Android","EmraanAkashKkc","1333","TRUE","FALSE" +"12089","12089","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:37:18","FALSE",NA,"853482413141368832",NA,"Twitter for iPhone","Hushsnowfire","1333","TRUE","FALSE" +"12090","12090","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:37:18","FALSE",NA,"853482411752960000",NA,"Twitter for Android","AMANsemwal8","1333","TRUE","FALSE" +"12091","12091","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:36:49","FALSE",NA,"853482290990788608",NA,"Twitter for Android","VijayTy1991999","1333","TRUE","FALSE" +"12092","12092","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:35:42","FALSE",NA,"853482009674473473",NA,"Twitter for Android","chigi2009","1333","TRUE","FALSE" +"12093","12093","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:35:17","FALSE",NA,"853481903881637888",NA,"Twitter for Android","KhowalaRashi","1333","TRUE","FALSE" +"12094","12094","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:34:46","FALSE",NA,"853481773220679680",NA,"Twitter for Android","VedantRana3","1333","TRUE","FALSE" +"12095","12095","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:34:02","FALSE",NA,"853481590411845632",NA,"Twitter Lite","Roshni_Sarkar20","1333","TRUE","FALSE" +"12096","12096","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:34:01","FALSE",NA,"853481585605320705",NA,"Twitter Web Client","shuklaashwini16","1333","TRUE","FALSE" +"12097","12097","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:33:43","FALSE",NA,"853481508350246912",NA,"Twitter for Android","TanushreeRajpo1","1333","TRUE","FALSE" +"12098","12098","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:33:23","FALSE",NA,"853481427928854528",NA,"Twitter for Android","Satyenderrr","1333","TRUE","FALSE" +"12099","12099","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:31:15","FALSE",NA,"853480888289689602",NA,"Twitter for Android","Yash_1709","1333","TRUE","FALSE" +"12100","12100","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:31:07","FALSE",NA,"853480857226461184",NA,"Twitter for Android","beingfanforever","1333","TRUE","FALSE" +"12101","12101","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:30:55","FALSE",NA,"853480805179502593",NA,"Twitter Lite","ayush_ag11","1333","TRUE","FALSE" +"12102","12102","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:30:13","FALSE",NA,"853480630998495232",NA,"Twitter for Android","Snape_Xx","1333","TRUE","FALSE" +"12103","12103","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:30:02","FALSE",NA,"853480583162322947",NA,"Twitter for Android","Vale00048","1333","TRUE","FALSE" +"12104","12104","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:29:30","FALSE",NA,"853480446595870720",NA,"Twitter for Android","mun_ajay","1333","TRUE","FALSE" +"12105","12105","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:29:13","FALSE",NA,"853480376131506181",NA,"Twitter for Android","krishna2917","1333","TRUE","FALSE" +"12106","12106","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:28:17","FALSE",NA,"853480140340314112",NA,"Twitter for iPhone","fraudkahinka","1333","TRUE","FALSE" +"12107","12107","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:28:14","FALSE",NA,"853480130110529541",NA,"Twitter for Android","jigartarpara","1333","TRUE","FALSE" +"12108","12108","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:28:03","FALSE",NA,"853480083952209921",NA,"Twitter for Android","Abhishek1025","1333","TRUE","FALSE" +"12109","12109","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:27:39","FALSE",NA,"853479981531357186",NA,"Twitter Lite","Aamirian_Dutta","1333","TRUE","FALSE" +"12110","12110","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:27:34","FALSE",NA,"853479962296426496",NA,"Twitter for Android","Raj_Bisht5","1333","TRUE","FALSE" +"12111","12111","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:27:23","FALSE",NA,"853479917131931648",NA,"Twitter for Android","abhashkumarbhoi","1333","TRUE","FALSE" +"12112","12112","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:27:17","FALSE",NA,"853479892331225088",NA,"Twitter for Android","kingvivek","1333","TRUE","FALSE" +"12113","12113","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:27:11","FALSE",NA,"853479867345543168",NA,"Twitter for Android","madaan9","1333","TRUE","FALSE" +"12114","12114","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:26:38","FALSE",NA,"853479727461543937",NA,"Flamingo for Android","manojdasglp","1333","TRUE","FALSE" +"12115","12115","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:26:35","FALSE",NA,"853479713532035072",NA,"Twitter for iPhone","meghana_kubal","1333","TRUE","FALSE" +"12116","12116","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:26:14","FALSE",NA,"853479626341064704",NA,"Twitter for Android","vasu_tayal","1333","TRUE","FALSE" +"12117","12117","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:26:07","FALSE",NA,"853479597752680448",NA,"Twitter for iPhone","xMissChocoholic","1333","TRUE","FALSE" +"12118","12118","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:25:58","FALSE",NA,"853479558879760388",NA,"Twitter for iPhone","avaaaani","1333","TRUE","FALSE" +"12119","12119","Dear @evanspiegel +India is so rich that PM Narendra Modi @narendramodi had to implement demonetization to find out who is actually poor!","FALSE","0",NA,"2017-04-16 05:25:16","FALSE",NA,"853479382655971328",NA,"Twitter for Android","prateekag5457","0","FALSE","FALSE" +"12120","12120","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:24:51","FALSE",NA,"853479278352183298",NA,"Twitter for Android","imtheabhi8","1333","TRUE","FALSE" +"12121","12121","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:24:47","FALSE",NA,"853479261184905217",NA,"Twitter for Android","methaniyaparth","1333","TRUE","FALSE" +"12122","12122","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:23:52","FALSE",NA,"853479032972746752",NA,"Twitter for Android","hemanthkasaram","1333","TRUE","FALSE" +"12123","12123","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:21:39","FALSE",NA,"853478474560000002",NA,"Twitter for Android","vihanchoudhary4","1333","TRUE","FALSE" +"12124","12124","Demonetization atleast helped someone. https://t.co/DVtdpMlNmx","FALSE","0",NA,"2017-04-16 05:21:25","FALSE",NA,"853478414791176193",NA,"Twitter Lite","INDIA_with_AAP","0","FALSE","FALSE" +"12125","12125","@krbajithkumar @HKarandikar @myindmakers Demonetization was a huge risk, & BJP could have done it after UP election� https://t.co/nLihkxgVWt","FALSE","0","Patriot_Logic","2017-04-16 05:21:22","TRUE","853478231952859136","853478403021733888","840671524147281920","Twitter for Android","Patriot_Logic","0","FALSE","FALSE" +"12126","12126","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:21:01","FALSE",NA,"853478314622812160",NA,"Twitter for iPhone","Shairukh02","1333","TRUE","FALSE" +"12127","12127","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:21:00","FALSE",NA,"853478310529175552",NA,"Twitter for Android","msdhcni","1333","TRUE","FALSE" +"12128","12128","@krbajithkumar @HKarandikar @myindmakers I think most crucial was UP. + +And I think demonetization was done with the� https://t.co/5wZ5bvhoKM","FALSE","0","krbajithkumar","2017-04-16 05:20:42","TRUE","853477202951675906","853478231952859136","144252939","Twitter for Android","Patriot_Logic","0","FALSE","FALSE" +"12129","12129","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:20:30","FALSE",NA,"853478183638712321",NA,"Twitter for Android","RathSibashis","1333","TRUE","FALSE" +"12130","12130","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:20:12","FALSE",NA,"853478106123780096",NA,"Twitter for Android","amitsingh100689","1333","TRUE","FALSE" +"12131","12131","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 05:20:02","FALSE",NA,"853478066818957312",NA,"Twitter Web Client","GargTarun1987","80","TRUE","FALSE" +"12132","12132","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:19:28","FALSE",NA,"853477922954334208",NA,"Twitter for Android","leshonjl","1333","TRUE","FALSE" +"12133","12133","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:18:54","FALSE",NA,"853477782239690752",NA,"Twitter for iPhone","dhruv6501","1333","TRUE","FALSE" +"12134","12134","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:18:32","FALSE",NA,"853477690166456322",NA,"Twitter for Android","IM_DSF","1333","TRUE","FALSE" +"12135","12135","@KabirTaneja @gunjakapoor Someone tell me hardly any Kashmir news during UP Poll. Demonetization was suppose to stop all this.","FALSE","0","KabirTaneja","2017-04-16 05:18:02","FALSE","853125017353166848","853477563406180353","51003218","Twitter for Android","NalinGupta10","0","FALSE","FALSE" +"12136","12136","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:17:18","FALSE",NA,"853477377120325632",NA,"Twitter for Android","SRKsGladiator_","1333","TRUE","FALSE" +"12137","12137","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:16:53","FALSE",NA,"853477271767855107",NA,"Twitter for Android","ranveerpol6161","1333","TRUE","FALSE" +"12138","12138","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:16:33","FALSE",NA,"853477188326305794",NA,"Twitter for Android","djrajaakash","1333","TRUE","FALSE" +"12139","12139","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:16:16","FALSE",NA,"853477119413891072",NA,"Twitter for iPhone","Manmeet87","83","TRUE","FALSE" +"12140","12140","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:16:07","FALSE",NA,"853477081824591873",NA,"Twitter for Android","GondwanaUnited","1333","TRUE","FALSE" +"12141","12141","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:15:53","FALSE",NA,"853477020692471809",NA,"Twitter for iPhone","mhd_azm123","1333","TRUE","FALSE" +"12142","12142","Dear #evanspiegel India is so rich that our PM #NarendraModi had to implement #demonetization to find out who is actually poor! #Snapchat","FALSE","0",NA,"2017-04-16 05:15:38","FALSE",NA,"853476959136997377",NA,"Twitter for Windows Phone","KR15H4N_KUM4R","0","FALSE","FALSE" +"12143","12143","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:14:57","FALSE",NA,"853476786432335873",NA,"Twitter for Android","abhishe33653314","1333","TRUE","FALSE" +"12144","12144","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:12:58","FALSE",NA,"853476288140652544",NA,"Twitter for Android","_Pallav13","1333","TRUE","FALSE" +"12145","12145","@news7tamil @narendramodi @PonnaarrBJP @BJP4TamilNadu @PMOIndia Bank has to be much flexible to the account holders� https://t.co/iLtkHtpHZD","FALSE","0","contactsutha","2017-04-16 05:12:30","TRUE","853474795211546624","853476169877905408","161668187","Twitter Web Client","contactsutha","0","FALSE","FALSE" +"12146","12146","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:12:01","FALSE",NA,"853476048490684416",NA,"Twitter for Android","iam_suhaib","1333","TRUE","FALSE" +"12147","12147","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:11:53","FALSE",NA,"853476016756588545",NA,"Twitter Lite","iamikshvaku","1333","TRUE","FALSE" +"12148","12148","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:11:49","FALSE",NA,"853475999828262912",NA,"Twitter for Android","RaghuDeva","1333","TRUE","FALSE" +"12149","12149","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:11:30","FALSE",NA,"853475919486488576",NA,"Twitter for iPhone","Sruthi_tweets","1333","TRUE","FALSE" +"12150","12150","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:10:48","FALSE",NA,"853475741626970112",NA,"Twitter for Android","angryshiv","1333","TRUE","FALSE" +"12151","12151","Dear Evan Spiegel Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out... https://t.co/kXzJHlOxvb","FALSE","0",NA,"2017-04-16 05:10:39","FALSE",NA,"853475705031499777",NA,"Facebook","pritt85","0","FALSE","FALSE" +"12152","12152","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:10:15","FALSE",NA,"853475602678075392",NA,"Twitter for Android","AnjnaThinks_","1333","TRUE","FALSE" +"12153","12153","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:09:58","FALSE",NA,"853475532570341376",NA,"Twitter for Android","Neerajboylieber","1333","TRUE","FALSE" +"12154","12154","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:09:48","FALSE",NA,"853475489834573824",NA,"Twitter Lite","dhirusingh9759","83","TRUE","FALSE" +"12155","12155","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:09:28","FALSE",NA,"853475405545779202",NA,"Twitter for BlackBerry","vishalrandar","1333","TRUE","FALSE" +"12156","12156","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:08:48","FALSE",NA,"853475240784965634",NA,"Twitter for Android","prashanttayal22","1333","TRUE","FALSE" +"12157","12157","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:08:47","FALSE",NA,"853475233776271360",NA,"Twitter for Android","MayankU9","1333","TRUE","FALSE" +"12158","12158","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:08:42","FALSE",NA,"853475215669682176",NA,"Twitter for Android","abhaytwitt","1333","TRUE","FALSE" +"12159","12159","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:08:23","FALSE",NA,"853475132521697280",NA,"Twitter for Android","damsydgreat","1333","TRUE","FALSE" +"12160","12160","And WTF means ""had to implement demonetization to find out who is actually poor"" ??","FALSE","1","GauravXm","2017-04-16 05:08:12","FALSE","853474714550927360","853475086896115713","2374054142","Twitter for Android","GauravXm","0","FALSE","FALSE" +"12161","12161","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 05:07:25","FALSE",NA,"853474892603420672",NA,"Twitter for Android","Nitin15500441","80","TRUE","FALSE" +"12162","12162","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:07:16","FALSE",NA,"853474853663285249",NA,"Twitter for Android","RohitpalSG","1333","TRUE","FALSE" +"12163","12163","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:07:15","FALSE",NA,"853474848990834688",NA,"Twitter for Android","ChamanRao55","1333","TRUE","FALSE" +"12164","12164","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor +@Snapchat","FALSE","1",NA,"2017-04-16 05:06:58","FALSE",NA,"853474779726311424",NA,"Twitter for Android","JaiVeru23456","0","FALSE","FALSE" +"12165","12165","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:06:46","FALSE",NA,"853474726680854528",NA,"Twitter for Android","GauravXm","1333","TRUE","FALSE" +"12166","12166","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:06:29","FALSE",NA,"853474656367628288",NA,"Twitter for Android","aadarsh8lunia","1333","TRUE","FALSE" +"12167","12167","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:06:29","FALSE",NA,"853474654169825281",NA,"Twitter for iPhone","RaOne31","1333","TRUE","FALSE" +"12168","12168","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:06:22","FALSE",NA,"853474627024289792",NA,"Twitter for iPhone","RaOne31","83","TRUE","FALSE" +"12169","12169","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:06:14","FALSE",NA,"853474592706318336",NA,"Twitter for Android","praju_01","83","TRUE","FALSE" +"12170","12170","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:05:51","FALSE",NA,"853474497365590016",NA,"Twitter Lite","malav399","1333","TRUE","FALSE" +"12171","12171","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 05:05:40","FALSE",NA,"853474449995300864",NA,"Twitter for Android","Besties_buddy","80","TRUE","FALSE" +"12172","12172","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:05:34","FALSE",NA,"853474424259059712",NA,"Twitter Lite","kazmiabbas72QM","1333","TRUE","FALSE" +"12173","12173","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:05:23","FALSE",NA,"853474380936040449",NA,"Twitter for Android","kanna285","1333","TRUE","FALSE" +"12174","12174","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:05:04","FALSE",NA,"853474300870840322",NA,"Twitter for Android","pallabi_SRK","1333","TRUE","FALSE" +"12175","12175","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:05:04","FALSE",NA,"853474299692363776",NA,"Twitter for Android","ishahidfanatic","1333","TRUE","FALSE" +"12176","12176","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:04:31","FALSE",NA,"853474163381608448",NA,"Twitter for Android","aslivicky","1333","TRUE","FALSE" +"12177","12177","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:04:07","FALSE",NA,"853474060973596673",NA,"Twitter for Android","Swaroopx9","1333","TRUE","FALSE" +"12178","12178","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:04:05","FALSE",NA,"853474054275301376",NA,"Twitter for Android","ASultan7","1333","TRUE","FALSE" +"12179","12179","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:04:03","FALSE",NA,"853474043034554368",NA,"Twitter for Android","shraddhas_jash","1333","TRUE","FALSE" +"12180","12180","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:58","FALSE",NA,"853474020884234241",NA,"Twitter for Android","priyankaSshukla","1333","TRUE","FALSE" +"12181","12181","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:52","FALSE",NA,"853473999719878656",NA,"Twitter for Android","Ajays23","1333","TRUE","FALSE" +"12182","12182","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:49","FALSE",NA,"853473983135600644",NA,"Twitter for iPhone","NikhilKakkar30","1333","TRUE","FALSE" +"12183","12183","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:03:48","FALSE",NA,"853473980132585473",NA,"Twitter for Android","BrajrajSingh77","83","TRUE","FALSE" +"12184","12184","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:40","FALSE",NA,"853473946699804672",NA,"Twitter Lite","surajya22041411","1333","TRUE","FALSE" +"12185","12185","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:32","FALSE",NA,"853473912491053056",NA,"Twitter for Android","_Raimin__","1333","TRUE","FALSE" +"12186","12186","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:03:30","FALSE",NA,"853473903850770432",NA,"Twitter for Android","BrajrajSingh77","1333","TRUE","FALSE" +"12187","12187","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:03:20","FALSE",NA,"853473862377381888",NA,"Twitter for iPhone","ranakeyur00","83","TRUE","FALSE" +"12188","12188","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:02:42","FALSE",NA,"853473706051477505",NA,"Twitter for iPhone","ranakeyur00","1333","TRUE","FALSE" +"12189","12189","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:02:24","FALSE",NA,"853473629484527616",NA,"Twitter for Android","Akash_kaushik17","1333","TRUE","FALSE" +"12190","12190","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:02:19","FALSE",NA,"853473606248132609",NA,"Twitter for Android","Naikjr","83","TRUE","FALSE" +"12191","12191","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:01:56","FALSE",NA,"853473510731247617",NA,"Twitter for Android","asheeshkumaar11","83","TRUE","FALSE" +"12192","12192","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:01:52","FALSE",NA,"853473494218276864",NA,"Twitter for Android","Yash1thRam","1333","TRUE","FALSE" +"12193","12193","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:01:45","FALSE",NA,"853473465004961792",NA,"Twitter for Android","Utkarsha_desai","1333","TRUE","FALSE" +"12194","12194","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:01:28","FALSE",NA,"853473395161260033",NA,"Twitter for Android","the_zahir_ahmed","1333","TRUE","FALSE" +"12195","12195","I liked a @YouTube video https://t.co/M6O5IHOJyf Kadar-2 | Happy Manila | Funny | Punjabi latest song 2016 | Demonetization 500 and","FALSE","0",NA,"2017-04-16 05:01:22","FALSE",NA,"853473370469318656",NA,"Google","sainination","0","FALSE","FALSE" +"12196","12196","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:00:43","FALSE",NA,"853473206921043969",NA,"Twitter for Android","Bhanupr81500256","1333","TRUE","FALSE" +"12197","12197","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually rich +#snapchatceo","FALSE","1",NA,"2017-04-16 05:00:43","FALSE",NA,"853473205608001537",NA,"Twitter for Android","deepJM9","1","FALSE","FALSE" +"12198","12198","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 05:00:34","FALSE",NA,"853473165598748672",NA,"Twitter for Android","Purushottamdadh","1333","TRUE","FALSE" +"12199","12199","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 05:00:28","FALSE",NA,"853473140332126208",NA,"Twitter for Android","the_zahir_ahmed","83","TRUE","FALSE" +"12200","12200","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:59:28","FALSE",NA,"853472889017913345",NA,"Twitter for Android","SahaSs23","1333","TRUE","FALSE" +"12201","12201","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:58:53","FALSE",NA,"853472743257460736",NA,"Twitter for iPhone","Bhaitard","1333","TRUE","FALSE" +"12202","12202","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:58:45","FALSE",NA,"853472711158493184",NA,"Twitter for Android","mariner_abhi","1333","TRUE","FALSE" +"12203","12203","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:58:43","FALSE",NA,"853472700806815744",NA,"Twitter for Windows","pragalbha77","1333","TRUE","FALSE" +"12204","12204","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:58:37","FALSE",NA,"853472674588237825",NA,"Twitter for Android","mihir_k09","1333","TRUE","FALSE" +"12205","12205","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:58:25","FALSE",NA,"853472627930918912",NA,"Twitter for Android","Rahulsingh7920","1333","TRUE","FALSE" +"12206","12206","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:57:40","FALSE",NA,"853472437521993728",NA,"Twitter for Android","ItsRoshu","1333","TRUE","FALSE" +"12207","12207","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:57:30","FALSE",NA,"853472394782048256",NA,"Twitter for Android","divu__07","1333","TRUE","FALSE" +"12208","12208","@happy_1989 we hv a govt which thinks demonetization will solve Kashmir issue.Don't u think Kashmiri's anger deserve little more respect?","FALSE","0","happy_1989","2017-04-16 04:57:28","FALSE","853303750475341824","853472386338791424","137982979","Twitter Web Client","raghvendra_k","0","FALSE","FALSE" +"12209","12209","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:57:18","FALSE",NA,"853472344739852288",NA,"Mobile Web (M2)","VinayVi40634828","1333","TRUE","FALSE" +"12210","12210","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:57:03","FALSE",NA,"853472281540079617",NA,"Twitter for Android","ankitGolmaal","1333","TRUE","FALSE" +"12211","12211","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:54","FALSE",NA,"853472243514449921",NA,"Twitter for iPhone","itspurnp","1333","TRUE","FALSE" +"12212","12212","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:52","FALSE",NA,"853472235792683008",NA,"Twitter Web Client","bollywoodbuddy","1333","TRUE","FALSE" +"12213","12213","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:50","FALSE",NA,"853472228708687872",NA,"Twitter for iPhone","Yeshwa3","1333","TRUE","FALSE" +"12214","12214","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:56:50","FALSE",NA,"853472228654141440",NA,"Twitter for iPhone","Yeshwa3","83","TRUE","FALSE" +"12215","12215","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:39","FALSE",NA,"853472179731746817",NA,"Twitter for iPhone","ckavita123","1333","TRUE","FALSE" +"12216","12216","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:30","FALSE",NA,"853472141995638784",NA,"Twitter for Android","naguambale","1333","TRUE","FALSE" +"12217","12217","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:19","FALSE",NA,"853472095744868353",NA,"Twitter Lite","Ranbir_Kaur","1333","TRUE","FALSE" +"12218","12218","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:04","FALSE",NA,"853472036596928512",NA,"Twitter for Android","Karan7621966400","1333","TRUE","FALSE" +"12219","12219","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:56:00","FALSE",NA,"853472019471642625",NA,"Twitter for Android","Shikha_Armaan22","1333","TRUE","FALSE" +"12220","12220","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:55:49","FALSE",NA,"853471971627200512",NA,"Twitter for Android","ViPinKC260996","1333","TRUE","FALSE" +"12221","12221","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:55:45","FALSE",NA,"853471955889946624",NA,"Twitter Lite","Yashveer609","1333","TRUE","FALSE" +"12222","12222","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 04:55:38","FALSE",NA,"853471924361605120",NA,"Twitter for iPhone","kedari_rutuja","80","TRUE","FALSE" +"12223","12223","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:55:25","FALSE",NA,"853471869269413888",NA,"Twitter for Android","Abhishrivastav9","1333","TRUE","FALSE" +"12224","12224","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:54:57","FALSE",NA,"853471753116434432",NA,"Twitter for Windows Phone","more_ojas","1333","TRUE","FALSE" +"12225","12225","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:54:14","FALSE",NA,"853471574770548737",NA,"Twitter for Android","SahilRupert","1333","TRUE","FALSE" +"12226","12226","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:54:14","FALSE",NA,"853471571981225985",NA,"Twitter for Android","mihir705","1333","TRUE","FALSE" +"12227","12227","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:53:52","FALSE",NA,"853471480130265088",NA,"Twitter for Android","Karan7621966400","83","TRUE","FALSE" +"12228","12228","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:53:48","FALSE",NA,"853471464825266176",NA,"Twitter Lite","ImMedha_","1333","TRUE","FALSE" +"12229","12229","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:53:44","FALSE",NA,"853471447959863296",NA,"Twitter Lite","samjohnylife","1333","TRUE","FALSE" +"12230","12230","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:53:24","FALSE",NA,"853471363516039168",NA,"Twitter for Android","boney23jain","1333","TRUE","FALSE" +"12231","12231","""Dear Evan Spiegel Snapchat. +India is so rich that PM Narendra Modi had to implement demonetization to find out... https://t.co/NcsOXwKCKV","FALSE","0",NA,"2017-04-16 04:53:20","FALSE",NA,"853471348794032128",NA,"Facebook","RownakKundu","0","FALSE","FALSE" +"12232","12232","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:53:16","FALSE",NA,"853471329181470720",NA,"Twitter for Android","DebbiswasDeb","1333","TRUE","FALSE" +"12233","12233","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:52:55","FALSE",NA,"853471241365102593",NA,"Twitter for Android","iamSweta_SKS","1333","TRUE","FALSE" +"12234","12234","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:52:34","FALSE",NA,"853471153767288832",NA,"Mobile Web (M2)","Arbabasu","1333","TRUE","FALSE" +"12235","12235","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:52:33","FALSE",NA,"853471149765820416",NA,"Twitter for Android","gippyysingh1","83","TRUE","FALSE" +"12236","12236","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:52:32","FALSE",NA,"853471144497860609",NA,"Twitter for Android","gippyysingh1","1333","TRUE","FALSE" +"12237","12237","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:52:25","FALSE",NA,"853471116387594241",NA,"Twitter for Android","TRS_Parihar","1333","TRUE","FALSE" +"12238","12238","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:52:19","FALSE",NA,"853471091507027968",NA,"Twitter for iPhone","kedari_rutuja","1333","TRUE","FALSE" +"12239","12239","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:51:47","FALSE",NA,"853470957197033472",NA,"Twitter for Android","GURJARANOOP1","1333","TRUE","FALSE" +"12240","12240","@docile_atom we recently have executed #DeMonetization and still are tolerating nitwits like these @tufailelif @TedhiLakeer","FALSE","1","docile_atom","2017-04-16 04:51:42","FALSE","853470507340939265","853470936514707456","2525577182","Twitter for iPhone","Antevasin10","0","FALSE","FALSE" +"12241","12241","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:51:37","FALSE",NA,"853470916831055874",NA,"Twitter for iPhone","aadirajput2016","1333","TRUE","FALSE" +"12242","12242","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:51:05","FALSE",NA,"853470782181322752",NA,"Twitter for Android","SRKsDaring","1333","TRUE","FALSE" +"12243","12243","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:50:11","FALSE",NA,"853470555605012481",NA,"Twitter Lite","dhirusingh9759","1333","TRUE","FALSE" +"12244","12244","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:59","FALSE",NA,"853470502345732096",NA,"Twitter for Android","TheHalfBl00d","1333","TRUE","FALSE" +"12245","12245","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:50","FALSE",NA,"853470467490959360",NA,"Twitter for Android","ImCk14","1333","TRUE","FALSE" +"12246","12246","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:41","FALSE",NA,"853470426768474113",NA,"Twitter for Android","Its_Tejal","1333","TRUE","FALSE" +"12247","12247","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:32","FALSE",NA,"853470392039735296",NA,"Twitter Lite","RUPSA_FANGIRL","1333","TRUE","FALSE" +"12248","12248","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:26","FALSE",NA,"853470365594636289",NA,"Twitter for Android","Akash_mayoite","1333","TRUE","FALSE" +"12249","12249","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:49:24","FALSE",NA,"853470357138923522",NA,"Twitter for Android","AkashBaliyan17","1333","TRUE","FALSE" +"12250","12250","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:48:29","FALSE",NA,"853470124879347713",NA,"Twitter Web Client","Control_Uday","1333","TRUE","FALSE" +"12251","12251","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:47:39","FALSE",NA,"853469915461939200",NA,"Twitter for Android","imydhawan","1333","TRUE","FALSE" +"12252","12252","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:47:14","FALSE",NA,"853469811547938816",NA,"Twitter for Android","Yep_Krishna","1333","TRUE","FALSE" +"12253","12253","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:46:48","FALSE",NA,"853469702026407936",NA,"Twitter for Android","puresrkian","1333","TRUE","FALSE" +"12254","12254","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:46:16","FALSE",NA,"853469569754603520",NA,"Twitter for Android","PranavSarvaiya1","1333","TRUE","FALSE" +"12255","12255","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:46:16","FALSE",NA,"853469567456354309",NA,"Twitter for Android","aju_wadkar","83","TRUE","FALSE" +"12256","12256","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:46:13","FALSE",NA,"853469555640991744",NA,"Twitter for Android","aju_wadkar","1333","TRUE","FALSE" +"12257","12257","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:46:11","FALSE",NA,"853469545826275328",NA,"Twitter for Android","atishj7","1333","TRUE","FALSE" +"12258","12258","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:45:57","FALSE",NA,"853469489622507520",NA,"Twitter for Android","hemu085","1333","TRUE","FALSE" +"12259","12259","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:45:28","FALSE",NA,"853469369329909760",NA,"Twitter for Android","Luckysh657470","1333","TRUE","FALSE" +"12260","12260","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:45:00","FALSE",NA,"853469249968459776",NA,"Twitter for iPhone","kj231996","1333","TRUE","FALSE" +"12261","12261","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:44:30","FALSE",NA,"853469126001659905",NA,"Twitter for Android","Shivpujan_kr","1333","TRUE","FALSE" +"12262","12262","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:43:54","FALSE",NA,"853468972531851265",NA,"Twitter Lite","dhanush079","1333","TRUE","FALSE" +"12263","12263","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:43:09","FALSE",NA,"853468786028163074",NA,"Twitter for Android","KritikaShukla93","83","TRUE","FALSE" +"12264","12264","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:42:36","FALSE",NA,"853468643727998977",NA,"Twitter for Android","KritikaShukla93","1333","TRUE","FALSE" +"12265","12265","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:42:28","FALSE",NA,"853468611519840256",NA,"Mobile Web (M2)","thehansraj","1333","TRUE","FALSE" +"12266","12266","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:42:25","FALSE",NA,"853468598710542337",NA,"Twitter for Android","_myself_kishan_","1333","TRUE","FALSE" +"12267","12267","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:42:12","FALSE",NA,"853468544494956544",NA,"Twitter for Android","vraj_ak","1333","TRUE","FALSE" +"12268","12268","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:41:50","FALSE",NA,"853468453843464192",NA,"Twitter for Android","nayan1133","1333","TRUE","FALSE" +"12269","12269","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:41:25","FALSE",NA,"853468348126035968",NA,"Twitter for Android","ISRKianPrince","1333","TRUE","FALSE" +"12270","12270","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:41:17","FALSE",NA,"853468315355930624",NA,"Twitter for Android","IamMehzabin","1333","TRUE","FALSE" +"12271","12271","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:41:09","FALSE",NA,"853468281755316225",NA,"Twitter for Android","hrishabh13","1333","TRUE","FALSE" +"12272","12272","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:41:00","FALSE",NA,"853468242815221760",NA,"Twitter for Android","abhijeetmaji01","1333","TRUE","FALSE" +"12273","12273","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:40:59","FALSE",NA,"853468238394601472",NA,"Twitter for Android","daud_ka_chacha","1333","TRUE","FALSE" +"12274","12274","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:40:39","FALSE",NA,"853468155917852672",NA,"Twitter for Android","ParakhManasi","1333","TRUE","FALSE" +"12275","12275","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:40:09","FALSE",NA,"853468029715456000",NA,"Twitter for Android","brijwal","83","TRUE","FALSE" +"12276","12276","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:39:53","FALSE",NA,"853467963449651200",NA,"Twitter for Android","rakeshprabhu10","1333","TRUE","FALSE" +"12277","12277","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:39:39","FALSE",NA,"853467903454199808",NA,"Twitter for iPhone","123mahendrainda","1333","TRUE","FALSE" +"12278","12278","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:39:30","FALSE",NA,"853467866594631680",NA,"Twitter for Windows Phone","AkshayAkotkar1","1333","TRUE","FALSE" +"12279","12279","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:39:28","FALSE",NA,"853467856859783168",NA,"Donald pussy grabber trump","narendramodirss","1333","TRUE","FALSE" +"12280","12280","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:39:12","FALSE",NA,"853467789629288448",NA,"Twitter for Android","shanaticprasad","1333","TRUE","FALSE" +"12281","12281","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:38:45","FALSE",NA,"853467678291447808",NA,"BotByROP","BotByROP","1333","TRUE","FALSE" +"12282","12282","Dear @Snapchat Ceo #EvanSpiegel India is so rich that PM�@narendermodi�had to implement demonetization to find out who is actually poor!","FALSE","2",NA,"2017-04-16 04:38:43","FALSE",NA,"853467669223284736",NA,"Twitter for Android","NimbalP","0","FALSE","FALSE" +"12283","12283","I liked a @YouTube video https://t.co/0TYORAzlBO YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 04:38:30","FALSE",NA,"853467612214317056",NA,"Google","redeemer38","0","FALSE","FALSE" +"12284","12284","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:38:26","FALSE",NA,"853467598431821824",NA,"Twitter for Android","I_Am_Vashishth","1333","TRUE","FALSE" +"12285","12285","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:38:14","FALSE",NA,"853467547898753024",NA,"Twitter for iPhone","BhadanaGaurav","1333","TRUE","FALSE" +"12286","12286","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:37:53","FALSE",NA,"853467457733787648",NA,"Twitter for iPhone","KalwanSonu","1333","TRUE","FALSE" +"12287","12287","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:37:01","FALSE",NA,"853467239982485504",NA,"Twitter for Android","_tejasChouhan","1333","TRUE","FALSE" +"12288","12288","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:44","FALSE",NA,"853467167882391552",NA,"Twitter for Android","SameerK05234666","1333","TRUE","FALSE" +"12289","12289","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:42","FALSE",NA,"853467158948478976",NA,"Twitter for iPhone","imehul_patel","1333","TRUE","FALSE" +"12290","12290","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:37","FALSE",NA,"853467138857762816",NA,"Twitter for Android","tusharrajam","1333","TRUE","FALSE" +"12291","12291","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:30","FALSE",NA,"853467109183164416",NA,"Twitter for Android","udayveerb20","1333","TRUE","FALSE" +"12292","12292","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:18","FALSE",NA,"853467058885074945",NA,"Twitter for Windows","Gagande04642296","1333","TRUE","FALSE" +"12293","12293","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:36:16","FALSE",NA,"853467053621202945",NA,"Twitter for Android","selfishsid","1333","TRUE","FALSE" +"12294","12294","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:35:21","FALSE",NA,"853466819696439296",NA,"Twitter for Android","nilleshmittal","83","TRUE","FALSE" +"12295","12295","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:35:11","FALSE",NA,"853466779196297216",NA,"Twitter for Android","rockstarrk008","1333","TRUE","FALSE" +"12296","12296","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 04:34:59","FALSE",NA,"853466729069953024",NA,"Twitter Lite","iqbalintouch","80","TRUE","FALSE" +"12297","12297","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:34:27","FALSE",NA,"853466594126602240",NA,"Twitter for iPhone","VitalIsMyTitle","1333","TRUE","FALSE" +"12298","12298","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:34:12","FALSE",NA,"853466533753872385",NA,"Twitter for Android","akashsrv643","1333","TRUE","FALSE" +"12299","12299","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:33:15","FALSE",NA,"853466293932089345",NA,"Mobile Web (M2)","simandhar160192","1333","TRUE","FALSE" +"12300","12300","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:33:12","FALSE",NA,"853466282108125184",NA,"Twitter for iPhone","FratBbyNialler","1333","TRUE","FALSE" +"12301","12301","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:32:33","FALSE",NA,"853466115317563392",NA,"Twitter Lite","abhisayz","1333","TRUE","FALSE" +"12302","12302","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:32:18","FALSE",NA,"853466053883691008",NA,"Twitter for Android","Imyogi05raturi","1333","TRUE","FALSE" +"12303","12303","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:32:16","FALSE",NA,"853466045214072832",NA,"Twitter for iPhone","JGillForever","83","TRUE","FALSE" +"12304","12304","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:32:13","FALSE",NA,"853466033486794752",NA,"Twitter for iPhone","JGillForever","1333","TRUE","FALSE" +"12305","12305","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:31:55","FALSE",NA,"853465956537950209",NA,"Twitter for iPhone","Iamchhimpa","1333","TRUE","FALSE" +"12306","12306","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:31:45","FALSE",NA,"853465913567449088",NA,"Twitter for Android","MRoopchand143","83","TRUE","FALSE" +"12307","12307","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:31:44","FALSE",NA,"853465909607968768",NA,"Twitter for Android","MRoopchand143","1333","TRUE","FALSE" +"12308","12308","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:31:22","FALSE",NA,"853465819220774912",NA,"Twitter for Android","gagan_sir","1333","TRUE","FALSE" +"12309","12309","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:31:10","FALSE",NA,"853465766972338177",NA,"Twitter for Android","Rita71613683","1333","TRUE","FALSE" +"12310","12310","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:31:08","FALSE",NA,"853465758931836928",NA,"Twitter for Android","rohitsingh9384","83","TRUE","FALSE" +"12311","12311","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:31:05","FALSE",NA,"853465746470559744",NA,"Twitter for Android","hrishvik","1333","TRUE","FALSE" +"12312","12312","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:30:51","FALSE",NA,"853465690216509443",NA,"Twitter for iPhone","Sunnykl1","1333","TRUE","FALSE" +"12313","12313","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:30:49","FALSE",NA,"853465680292831232",NA,"Twitter for Android","me_ashhh_","1333","TRUE","FALSE" +"12314","12314","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:29:41","FALSE",NA,"853465393314353152",NA,"Twitter for Android","ha_laskar","1333","TRUE","FALSE" +"12315","12315","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:29:20","FALSE",NA,"853465305305296898",NA,"Twitter for Android","iamshrav1","1333","TRUE","FALSE" +"12316","12316","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:29:03","FALSE",NA,"853465236761915393",NA,"Twitter for Android","rohitsingh9384","1333","TRUE","FALSE" +"12317","12317","@evanspiegel +India is so rich that our respected PM @narendramodi had to implement demonetization to find out who� https://t.co/ZxuecwobQp","FALSE","0","evanspiegel","2017-04-16 04:28:46","TRUE",NA,"853465163504156672","230287527","Twitter for Android","imaditya_s","0","FALSE","FALSE" +"12318","12318","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:28:40","FALSE",NA,"853465137486766080",NA,"Twitter for iPhone","abhishek_4567","1333","TRUE","FALSE" +"12319","12319","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:28:22","FALSE",NA,"853465063428153344",NA,"Twitter for Android","ShahidsWarrior_","1333","TRUE","FALSE" +"12320","12320","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:28:19","FALSE",NA,"853465051768004609",NA,"Twitter for Android","ItsAnkitG","1333","TRUE","FALSE" +"12321","12321","@ManishTewari major effects of demonetization","FALSE","0","ManishTewari","2017-04-16 04:28:10","FALSE","853463138204663808","853465012878233600","936695288","Twitter for Android","venkat1962","0","FALSE","FALSE" +"12322","12322","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:28:07","FALSE",NA,"853464999683141633",NA,"Twitter for Android","pratibhaawesome","1333","TRUE","FALSE" +"12323","12323","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:59","FALSE",NA,"853464967818862592",NA,"Twitter for Android","Sandynickable","1333","TRUE","FALSE" +"12324","12324","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:54","FALSE",NA,"853464945236729856",NA,"Twitter for iPhone","balajee_mdu","1333","TRUE","FALSE" +"12325","12325","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:53","FALSE",NA,"853464940157468672",NA,"Twitter for iPhone","mhatreofficial","1333","TRUE","FALSE" +"12326","12326","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:46","FALSE",NA,"853464911531319298",NA,"Twitter Lite","monikatiwari27","1333","TRUE","FALSE" +"12327","12327","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:42","FALSE",NA,"853464897602060288",NA,"Twitter for Android","vmeghraj9","1333","TRUE","FALSE" +"12328","12328","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:27:39","FALSE",NA,"853464882032910336",NA,"Twitter for Android","Abhinav9787","83","TRUE","FALSE" +"12329","12329","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-16 04:27:34","FALSE",NA,"853464862973767681",NA,"Twitter for Android","madsoraba","8","TRUE","FALSE" +"12330","12330","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:26","FALSE",NA,"853464827498569729",NA,"Twitter for Android","kirannaik657","1333","TRUE","FALSE" +"12331","12331","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:17","FALSE",NA,"853464791255580674",NA,"Twitter for Android","SRKsDrishh","1333","TRUE","FALSE" +"12332","12332","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:13","FALSE",NA,"853464773727485952",NA,"Twitter for Android","youtee_03","1333","TRUE","FALSE" +"12333","12333","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:27:08","FALSE",NA,"853464754547027968",NA,"Twitter for iPhone","vigneesssh","1333","TRUE","FALSE" +"12334","12334","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:59","FALSE",NA,"853464716534063104",NA,"Twitter for Android","sHaDmAan17","1333","TRUE","FALSE" +"12335","12335","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:51","FALSE",NA,"853464680764977153",NA,"Twitter for Android","SRKxChashmish","1333","TRUE","FALSE" +"12336","12336","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:44","FALSE",NA,"853464654156152832",NA,"Twitter for Android","anubhabreveals","1333","TRUE","FALSE" +"12337","12337","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:44","FALSE",NA,"853464650876280832",NA,"Twitter for Android","PriyanaPradhan","1333","TRUE","FALSE" +"12338","12338","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:32","FALSE",NA,"853464602860040192",NA,"Twitter for Android","Abhinav9787","1333","TRUE","FALSE" +"12339","12339","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:06","FALSE",NA,"853464494357577728",NA,"Twitter for Android","KeyurDabhi5577","1333","TRUE","FALSE" +"12340","12340","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:26:01","FALSE",NA,"853464471091552256",NA,"Twitter Lite","sonicreation","1333","TRUE","FALSE" +"12341","12341","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:25:53","FALSE",NA,"853464438451712001",NA,"Twitter for Android","AkkyKaDeewana","1333","TRUE","FALSE" +"12342","12342","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:25:32","FALSE",NA,"853464351054848000",NA,"Twitter for Android","RawjatulJ","1333","TRUE","FALSE" +"12343","12343","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:25:30","FALSE",NA,"853464341429063680",NA,"Twitter for Android","itsashu17","1333","TRUE","FALSE" +"12344","12344","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:25:13","FALSE",NA,"853464271434506244",NA,"Twitter for Android","LakshyaAdvani","1333","TRUE","FALSE" +"12345","12345","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:24:48","FALSE",NA,"853464164647321601",NA,"Twitter for Android","rajatag16","1333","TRUE","FALSE" +"12346","12346","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:24:29","FALSE",NA,"853464085761052672",NA,"Twitter for Android","sureshmane2000","83","TRUE","FALSE" +"12347","12347","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:24:25","FALSE",NA,"853464069533249537",NA,"Twitter Lite","Kapilian_tANYA","1333","TRUE","FALSE" +"12348","12348","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:24:03","FALSE",NA,"853463977157963776",NA,"Twitter for Android","ms170497","1333","TRUE","FALSE" +"12349","12349","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:24:01","FALSE",NA,"853463969100582912",NA,"Twitter for Android","KhushalChhikar1","1333","TRUE","FALSE" +"12350","12350","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:23:59","FALSE",NA,"853463958883360768",NA,"Twitter for Windows Phone","aps98_alok","83","TRUE","FALSE" +"12351","12351","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:52","FALSE",NA,"853463931599368193",NA,"Twitter for Android","GauravBhagat07","1333","TRUE","FALSE" +"12352","12352","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:40","FALSE",NA,"853463882446372864",NA,"Twitter for Android","sandyparmar81","1333","TRUE","FALSE" +"12353","12353","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:35","FALSE",NA,"853463860195598336",NA,"Twitter for Android","chiranthhr","1333","TRUE","FALSE" +"12354","12354","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:24","FALSE",NA,"853463812426653697",NA,"Twitter for Android","IamDrai","1333","TRUE","FALSE" +"12355","12355","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:19","FALSE",NA,"853463791002161154",NA,"Twitter for Android","IamAbhijit","1333","TRUE","FALSE" +"12356","12356","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:17","FALSE",NA,"853463784752656386",NA,"Twitter for Android","manishbaddalwa1","1333","TRUE","FALSE" +"12357","12357","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:23:15","FALSE",NA,"853463774417649665",NA,"Twitter for iPhone","rakesh33888","1333","TRUE","FALSE" +"12358","12358","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:23:09","FALSE",NA,"853463749067513858",NA,"Twitter for Android","manishbaddalwa1","83","TRUE","FALSE" +"12359","12359","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:22:51","FALSE",NA,"853463676640276480",NA,"Twitter for Android","AgrimSharmaa","1333","TRUE","FALSE" +"12360","12360","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:22:49","FALSE",NA,"853463667781718016",NA,"Twitter for Android","bajrangi_Aslam","1333","TRUE","FALSE" +"12361","12361","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:22:43","FALSE",NA,"853463641840128000",NA,"Twitter for iPhone","rahulgoenka2007","1333","TRUE","FALSE" +"12362","12362","RT @URautelaForever: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually�","FALSE","0",NA,"2017-04-16 04:22:33","FALSE",NA,"853463599779647488",NA,"Twitter for Android","nileshmaru10","1333","TRUE","FALSE" +"12363","12363","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actual� https://t.co/vqKzmYQhyx","FALSE","3166",NA,"2017-04-16 04:22:10","TRUE",NA,"853463504266772480",NA,"Twitter for iPhone","URautelaForever","1333","FALSE","FALSE" +"12364","12364","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:20:31","FALSE",NA,"853463088376365056",NA,"Mobile Web (M2)","SnehalS66798979","83","TRUE","FALSE" +"12365","12365","@narendramodi if u serious bout Benami Prop Acts then 1st BAN RENT or Sale CASH Transactions as this will automatically help Demonetization!","FALSE","0","narendramodi","2017-04-16 04:20:09","FALSE",NA,"853462994734374912","18839785","Twitter for Android","vibs2012","0","FALSE","FALSE" +"12366","12366","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:20:03","FALSE",NA,"853462969501569024",NA,"Twitter for Android","chiranthhr","83","TRUE","FALSE" +"12367","12367","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:19:38","FALSE",NA,"853462867546394624",NA,"Twitter for Android","moyaagarwal","83","TRUE","FALSE" +"12368","12368","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:19:35","FALSE",NA,"853462853856235521",NA,"Twitter for Android","GauravBhagat07","83","TRUE","FALSE" +"12369","12369","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:19:19","FALSE",NA,"853462787237961728",NA,"Twitter Lite","beingRogiHadid","83","TRUE","FALSE" +"12370","12370","RT @URautelaForever: Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svF�","FALSE","0",NA,"2017-04-16 04:19:14","FALSE",NA,"853462767155597312",NA,"Twitter for Android","Naisarg8","83","TRUE","FALSE" +"12371","12371","Dear evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find� https://t.co/3TP2svFEZl","FALSE","685",NA,"2017-04-16 04:18:40","FALSE",NA,"853462624444534785",NA,"Instagram","URautelaForever","83","FALSE","FALSE" +"12372","12372","After Demonetization line... Now wait for Aadhaar Line.... https://t.co/3hwAS1Vc65","FALSE","0",NA,"2017-04-16 04:15:33","FALSE",NA,"853461837421182977",NA,"Twitter for Android","iH4RD1K","0","FALSE","FALSE" +"12373","12373","@thunderf00t Demonetization* Noticed I misspelled that, didn't want you to use that as ammunition to discredit my point","FALSE","0","Disgraced_King","2017-04-16 04:08:59","FALSE","853457780887441408","853460187402952704","805974682126221312","Twitter for iPhone","Disgraced_King","0","FALSE","FALSE" +"12374","12374","#UttarPradesh#BlackMoney#DeMonetization#ModiSpeech#___#CashCleanUp#DeMonetisation https://t.co/wBklFPAqKp","FALSE","0",NA,"2017-04-16 04:07:21","FALSE",NA,"853459776591859712",NA,"Talon (Classic)","mkotadiya","0","FALSE","FALSE" +"12375","12375","@richa_singh @ashu3page looks like demonetization effect has vanished ","FALSE","0","richa_singh","2017-04-16 04:07:01","FALSE","853168660072071169","853459692676370432","28069658","Twitter for iPhone","cleanpolitics20","0","FALSE","FALSE" +"12376","12376","BJP then: demonetization has stopped stone pelters in their track +BJP now: stone pelters a menace every day +Which one is true ?","FALSE","0",NA,"2017-04-16 04:05:43","FALSE",NA,"853459362714714112",NA,"Twitter for Android","sratsingh","0","FALSE","FALSE" +"12377","12377","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 04:04:59","FALSE",NA,"853459177632448513",NA,"Twitter for Android","duggu129","80","TRUE","FALSE" +"12378","12378","I liked a @YouTube video https://t.co/fYWxzGqceu YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 04:03:27","FALSE",NA,"853458794398994432",NA,"Google","MoJoeYT","0","FALSE","FALSE" +"12379","12379","Very Good, another milestone achieved ! Once all Driving Licence should be De-registered & Re-issued, like Demoneti� https://t.co/QyWP150Pfr","FALSE","0",NA,"2017-04-16 04:02:49","TRUE",NA,"853458633685966849",NA,"Twitter Web Client","romy1965","0","FALSE","FALSE" +"12380","12380","@vishwa_theking @ShashiTharoor @PMOIndia demonetization, hehe. Don't be a biased man, justify each and everything with true justice only","FALSE","0","vishwa_theking","2017-04-16 04:02:18","FALSE","853310053993951232","853458502261583872","75498064","Twitter for Android","AbdullahNadir","0","FALSE","FALSE" +"12381","12381","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 04:02:00","FALSE",NA,"853458429398192129",NA,"Twitter Lite","drkhushisharma","80","TRUE","FALSE" +"12382","12382","@ajjuns it�s just being rattled. Like those threats to journalists or those economist who called out Modi on demonetization","FALSE","0","ajjuns","2017-04-16 03:59:46","FALSE","853457492382285824","853457867323703296","93535322","Tweetbot for iS","Kahaanify","0","FALSE","FALSE" +"12383","12383","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:58:59","FALSE",NA,"853457669901963264",NA,"Twitter Web Client","AdithGM","80","TRUE","FALSE" +"12384","12384","Dear @snapchat CEO, +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor. +@evanspiegel","FALSE","30",NA,"2017-04-16 03:56:45","FALSE",NA,"853457106392973314",NA,"Twitter for iPhone","imNazriya","3","FALSE","FALSE" +"12385","12385","I liked a @YouTube video https://t.co/klEZHVNnfp Podcast #107 - The Censorship/Demonetization of YouTube","FALSE","0",NA,"2017-04-16 03:52:12","FALSE",NA,"853455961297530880",NA,"Google","lynnirose","0","FALSE","FALSE" +"12386","12386","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-16 03:52:07","FALSE",NA,"853455941622087680",NA,"Twitter for Android","ssharma68","13","TRUE","FALSE" +"12387","12387","Same anchor was shouting few months back tat #demonetization had killed stone pelting busness effectively https://t.co/iKxeji1ny7","FALSE","0",NA,"2017-04-16 03:50:50","FALSE",NA,"853455618077798400",NA,"Twitter for Android","MadhurDr","0","FALSE","FALSE" +"12388","12388","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:43:11","FALSE",NA,"853453691222990849",NA,"Twitter for Android","nitintomarr","80","TRUE","FALSE" +"12389","12389","@madmanweb @digvijaya_28 Demonetization happened in India not in Ur loving Pakistan","FALSE","6","madmanweb","2017-04-16 03:42:40","FALSE","853207823324524547","853453563384799232","31709458","Twitter for Android","shubhamdr","2","FALSE","FALSE" +"12390","12390","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:42:37","FALSE",NA,"853453552479608833",NA,"Twitter for iPhone","lievantamillar","80","TRUE","FALSE" +"12391","12391","@Wake_UpIndians @bhaiyyajispeaks @ArvindKejriwal Get your facts rights , no one is laughing over demonetization.","FALSE","1","Wake_UpIndians","2017-04-16 03:41:16","FALSE","853339004363841539","853453208932560897","808760339122847744","Twitter for Android","RAC7R","0","FALSE","FALSE" +"12392","12392","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:38:43","FALSE",NA,"853452570647564289",NA,"Twitter Web Client","Imtarun1D","80","TRUE","FALSE" +"12393","12393","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:38:18","FALSE",NA,"853452464284090368",NA,"Twitter for Windows Phone","sanjayjawalaji1","80","TRUE","FALSE" +"12394","12394","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:30:12","FALSE",NA,"853450426921893888",NA,"Twitter for Android","techie_aman","80","TRUE","FALSE" +"12395","12395","#Snapchat CEO said India is poor + Pretty sure he has no idea about the post demonetization bank balances of drivers and chair walas.","FALSE","1",NA,"2017-04-16 03:28:43","FALSE",NA,"853450051410112517",NA,"Twitter Lite","Pun_devbaba","0","FALSE","FALSE" +"12396","12396","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:28:33","FALSE",NA,"853450011748651010",NA,"Twitter for Android","namratawrites","80","TRUE","FALSE" +"12397","12397","Losing it,even when there is no war & the leader may bring another harebrained idea like demonetization to tackle it https://t.co/i5aPnmQd20","FALSE","0",NA,"2017-04-16 03:28:15","FALSE",NA,"853449933591986176",NA,"Twitter for Android","lakshmiprashan7","0","FALSE","FALSE" +"12398","12398","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:26:12","FALSE",NA,"853449419672485888",NA,"Twitter for Android","rs30081994","80","TRUE","FALSE" +"12399","12399","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:25:53","FALSE",NA,"853449341440319488",NA,"Twitter Web Client","Ikumar7","80","TRUE","FALSE" +"12400","12400","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:25:26","FALSE",NA,"853449226537381888",NA,"Twitter for iPhone","divyaszaika","80","TRUE","FALSE" +"12401","12401","@narendramodi https://t.co/THkyKC68NV Looks like demonetization cannot deter the land grabbers in Munnar @arunjaitley","FALSE","0","narendramodi","2017-04-16 03:13:53","FALSE",NA,"853446321478488064","18839785","Twitter Web Client","EHIndia","0","FALSE","FALSE" +"12402","12402","Don't forget #NEET #OROP #demonetization #CashHoldingLimit #Rs2000SubscriptionForPoliticalParty etc all done by� https://t.co/YY4OeWshRy","FALSE","0",NA,"2017-04-16 03:11:22","TRUE",NA,"853445685655502848",NA,"Twitter for Android","dikshit_rina","0","FALSE","FALSE" +"12403","12403","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 03:02:46","FALSE",NA,"853443523697422336",NA,"Twitter for Android","TheBongGirl","80","TRUE","FALSE" +"12404","12404","Delay in payment under IDS due to demonetization unacceptable- Bombay High Court dismisses writ Read More : https://t.co/2b8PHiu69K","FALSE","0",NA,"2017-04-16 02:56:24","FALSE",NA,"853441917924892672",NA,"Twitter for Android","VcaUpdates","0","FALSE","FALSE" +"12405","12405","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-16 02:45:45","FALSE",NA,"853439241510166530",NA,"Twitter for Android","TripatM","9","TRUE","FALSE" +"12406","12406","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 02:41:55","FALSE",NA,"853438273573666816",NA,"Twitter Lite","Jineshjain12","80","TRUE","FALSE" +"12407","12407","@BalakrishnanY @thanthitv When Demonetization is over,why banks never operate ATMs all over?Why nobody bother about� https://t.co/juUMSSmM1O","FALSE","0","BalakrishnanY","2017-04-16 02:40:44","TRUE","853325519538016256","853437977791516672","2784476173","Twitter Web Client","kchari2","0","FALSE","FALSE" +"12408","12408","@TheJaggi Indeed unless @rupasubramanya now thinks GST , demonetization, digital India are not reforms which she said r some of the biggest!","FALSE","0","TheJaggi","2017-04-16 02:40:33","FALSE","853433761802977280","853437929535938560","143776014","Twitter for Windows","GanaVK","0","FALSE","FALSE" +"12409","12409","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-16 02:29:43","FALSE",NA,"853435204211322880",NA,"Twitter for iPhone","AngelusArch","8","TRUE","FALSE" +"12410","12410","I liked a @YouTube video https://t.co/vj80d7ZAXK YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 02:21:54","FALSE",NA,"853433237057622017",NA,"Google","LazorVideos","0","FALSE","FALSE" +"12411","12411","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 02:20:51","FALSE",NA,"853432974888579072",NA,"Twitter for Android","AntiBoringAgent","80","TRUE","FALSE" +"12412","12412","[Dr Shaym (uploads) on YouTube] YouTube Demonetization is Completely F*cking Random https://t.co/UsssYBydm0","FALSE","0",NA,"2017-04-16 02:20:18","FALSE",NA,"853432835906121728",NA,"IFTTT","criticfemism","0","FALSE","FALSE" +"12413","12413","The latest The Demonetization Daily! https://t.co/Ij69Fs1rFa Thanks to @jjowen @serpentinfinity @GillesCutaya #ertc #youtube","FALSE","0",NA,"2017-04-16 02:13:51","FALSE",NA,"853431211078942720",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"12414","12414","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 02:12:15","FALSE",NA,"853430808962625536",NA,"Twitter for Android","abhinav5349","80","TRUE","FALSE" +"12415","12415","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 02:11:21","FALSE",NA,"853430581459288065",NA,"Twitter for iPhone","DVital_","80","TRUE","FALSE" +"12416","12416","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 02:06:08","FALSE",NA,"853429268210208769",NA,"Mobile Web (M2)","MynkKumar","80","TRUE","FALSE" +"12417","12417","I liked a @YouTube video https://t.co/zt4P0FWF2y Youtube Demonetization se related 25 sawaal. ","FALSE","0",NA,"2017-04-16 01:53:52","FALSE",NA,"853426184691924992",NA,"Google","SeekhoSamjho21","0","FALSE","FALSE" +"12418","12418","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-16 01:48:40","FALSE",NA,"853424874173251584",NA,"Twitter for Android","ImRahul_17","80","TRUE","FALSE" +"12419","12419","What are our Partners doing in #India? Demonetization and #Digital Vision #news #rt + +https://t.co/mnPdF5ixb0","FALSE","0",NA,"2017-04-16 01:45:00","FALSE",NA,"853423951619383302",NA,"HiTechDays.com","hitechdayscom","0","FALSE","FALSE" +"12420","12420","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-16 01:36:11","FALSE",NA,"853421732857880576",NA,"Twitter for Android","Modiji77","13","TRUE","FALSE" +"12421","12421","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-16 01:35:18","FALSE",NA,"853421511021035520",NA,"Twitter Lite","AlwaystrumpOrg","147","TRUE","FALSE" +"12422","12422","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and #Cash�","FALSE","0",NA,"2017-04-16 01:06:10","FALSE",NA,"853414178715049985",NA,"Twitter Lite","piyushjswl05","6","TRUE","FALSE" +"12423","12423","I liked a @YouTube video https://t.co/5cMECi7I1p YouTube Demonetization is Completely F*cking Random","FALSE","0",NA,"2017-04-16 01:00:38","FALSE",NA,"853412786340110337",NA,"Google","Xm_riX","0","FALSE","FALSE" +"12424","12424","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/wE3p1KMAna","FALSE","0",NA,"2017-04-16 01:00:38","FALSE",NA,"853412785996300288",NA,"OnlyWire / Official App","premnat77872313","0","FALSE","FALSE" +"12425","12425","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/V2JIeUsGhN","FALSE","0",NA,"2017-04-16 01:00:38","FALSE",NA,"853412785916661761",NA,"OnlyWire / Official App","RavinaBajpai","0","FALSE","FALSE" +"12426","12426","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/D06ixVf4t6","FALSE","0",NA,"2017-04-16 01:00:38","FALSE",NA,"853412785086226434",NA,"OnlyWire / Official App","prerna762","0","FALSE","FALSE" +"12427","12427","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/VPk4KdxIpi","FALSE","0",NA,"2017-04-16 01:00:37","FALSE",NA,"853412783546933248",NA,"OnlyWire / Official App","premnatalie89","0","FALSE","FALSE" +"12428","12428","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/PeKIIc9ESE","FALSE","0",NA,"2017-04-16 01:00:37","FALSE",NA,"853412782645096451",NA,"OnlyWire / Official App","rekeshsingh891","0","FALSE","FALSE" +"12429","12429","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/T1675i1MHG","FALSE","0",NA,"2017-04-16 01:00:37","FALSE",NA,"853412782120816641",NA,"OnlyWire / Official App","sonakshirao151","0","FALSE","FALSE" +"12430","12430","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/o8GYFM9F5v","FALSE","0",NA,"2017-04-16 01:00:37","FALSE",NA,"853412780648669184",NA,"OnlyWire / Official App","shivash27668993","0","FALSE","FALSE" +"12431","12431","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/XOYP0oBE6X","FALSE","0",NA,"2017-04-16 01:00:37","FALSE",NA,"853412780208267265",NA,"OnlyWire / Official App","shilpaseth12017","0","FALSE","FALSE" +"12432","12432","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/vnOEtousjZ","FALSE","0",NA,"2017-04-16 01:00:36","FALSE",NA,"853412778664710144",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"12433","12433","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/A84tag40gD","FALSE","0",NA,"2017-04-16 01:00:36","FALSE",NA,"853412777620369409",NA,"OnlyWire / Official App","vibhore_patel","0","FALSE","FALSE" +"12434","12434","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/TPHiiixG74","FALSE","0",NA,"2017-04-16 01:00:36","FALSE",NA,"853412777595199489",NA,"OnlyWire / Official App","shilpatiwari122","0","FALSE","FALSE" +"12435","12435","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/n6VpxMImeF","FALSE","0",NA,"2017-04-16 01:00:36","FALSE",NA,"853412776882180096",NA,"OnlyWire / Official App","nick123dsouza1","0","FALSE","FALSE" +"12436","12436","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/al5QkggpO4","FALSE","0",NA,"2017-04-16 01:00:35","FALSE",NA,"853412774613057536",NA,"OnlyWire / Official App","AlexMoon43","0","FALSE","FALSE" +"12437","12437","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/PCkmKY6yIQ","FALSE","0",NA,"2017-04-16 01:00:35","FALSE",NA,"853412772339740673",NA,"OnlyWire / Official App","jogindarsingh22","0","FALSE","FALSE" +"12438","12438","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/AOUyuGOwF7","FALSE","0",NA,"2017-04-16 01:00:35","FALSE",NA,"853412771710586885",NA,"OnlyWire / Official App","karansing5991","0","FALSE","FALSE" +"12439","12439","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/LRWPJkvHst","FALSE","0",NA,"2017-04-16 01:00:34","FALSE",NA,"853412770745810944",NA,"OnlyWire / Official App","mleora2017","0","FALSE","FALSE" +"12440","12440","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/YL6vn5w9KL","FALSE","0",NA,"2017-04-16 01:00:34","FALSE",NA,"853412768539697153",NA,"OnlyWire / Official App","kalgutkar201","0","FALSE","FALSE" +"12441","12441","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/aqcJZtyxy7","FALSE","0",NA,"2017-04-16 01:00:34","FALSE",NA,"853412768355110912",NA,"OnlyWire / Official App","rajenda10367639","0","FALSE","FALSE" +"12442","12442","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/T635iM5lJc","FALSE","0",NA,"2017-04-16 01:00:34","FALSE",NA,"853412767411392514",NA,"OnlyWire / Official App","vinayvishwaram2","0","FALSE","FALSE" +"12443","12443","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/Y6BP1DfYOe","FALSE","0",NA,"2017-04-16 01:00:33","FALSE",NA,"853412765771460609",NA,"OnlyWire / Official App","NarvekarKhushal","0","FALSE","FALSE" +"12444","12444","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/QMcF8LjbAv","FALSE","0",NA,"2017-04-16 01:00:33","FALSE",NA,"853412764248940545",NA,"OnlyWire / Official App","awesomeprem2011","0","FALSE","FALSE" +"12445","12445","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/2zvQiqo3D0","FALSE","0",NA,"2017-04-16 01:00:33","FALSE",NA,"853412763254702080",NA,"OnlyWire / Official App","VenakataVeena","0","FALSE","FALSE" +"12446","12446","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/tULHRJ0KCx","FALSE","0",NA,"2017-04-16 01:00:32","FALSE",NA,"853412762336337920",NA,"OnlyWire / Official App","rameshvaidya201","0","FALSE","FALSE" +"12447","12447","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/PCu0mAcGF1","FALSE","0",NA,"2017-04-16 01:00:31","FALSE",NA,"853412756669825024",NA,"OnlyWire / Official App","ananyapuri77","0","FALSE","FALSE" +"12448","12448","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/4lhD6jN4EK","FALSE","0",NA,"2017-04-16 01:00:31","FALSE",NA,"853412755939917826",NA,"OnlyWire / Official App","misterpeter2017","0","FALSE","FALSE" +"12449","12449","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/YUZkk6yFj6","FALSE","0",NA,"2017-04-16 01:00:30","FALSE",NA,"853412753658327040",NA,"OnlyWire / Official App","omkarrawat20171","0","FALSE","FALSE" +"12450","12450","The Rise and Fall of Gold Prices after Demonetization in India article by Motilal Oswal Financial Services https://g https://t.co/3dMJZGP2m2","FALSE","0",NA,"2017-04-16 01:00:30","FALSE",NA,"853412750533505025",NA,"OnlyWire / Official App","dhanu_jairaj","0","FALSE","FALSE" +"12451","12451","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-16 00:58:37","FALSE",NA,"853412278997221376",NA,"Twitter for Android","rjvraina","13","TRUE","FALSE" +"12452","12452","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-16 00:57:34","FALSE",NA,"853412013623709696",NA,"Twitter for Android","ravi_saraogi","13","TRUE","FALSE" +"12453","12453","RT @KyaKaise: 25 viewer Questions about YouTube Demonetization and the latest developments, answered. +25 sawaal YouTube demonetiz�https://�","FALSE","0",NA,"2017-04-16 00:39:52","FALSE",NA,"853407559432142848",NA,"Twitter for Android","97b63c4d534546d","1","TRUE","FALSE" +"12454","12454","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-16 00:39:24","FALSE",NA,"853407442369224704",NA,"Twitter for iPhone","phigi","147","TRUE","FALSE" +"12455","12455","RT @manoharparrikar: Demonetization has struck the core of terror funding & PM @narendramodi ji in his speech today emphasized on continuin�","FALSE","0",NA,"2017-04-16 00:26:55","FALSE",NA,"853404299996647424",NA,"Twitter for Android","manoharparika","1443","TRUE","FALSE" +"12456","12456","RT @SpencerKarter: Four of My #YouTube #Videos Not #AdvertiserFriendly? #EpicFAIL! https://t.co/JnKNfePbit via @YouTube #AdsenseGate #Demon�","FALSE","0",NA,"2017-04-16 00:23:32","FALSE",NA,"853403451388284930",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"12457","12457","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-16 00:09:54","FALSE",NA,"853400018027499521",NA,"Twitter for iPhone","realShariStott","147","TRUE","FALSE" +"12458","12458","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-16 00:05:56","FALSE",NA,"853399021133496320",NA,"Twitter for Android","ajakkumama9","8","TRUE","FALSE" +"12459","12459","Four of My #YouTube #Videos Not #AdvertiserFriendly? #EpicFAIL! https://t.co/JnKNfePbit via @YouTube #AdsenseGate #Demonetization","FALSE","0",NA,"2017-04-16 00:00:02","FALSE",NA,"853397533904785408",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"12460","12460","#Demonetization strikes again. This is a #CallToAction for @JohnCanales3 aka Mouthy Buddha. He needs our help! https://t.co/MCu0ddaAhv","FALSE","1",NA,"2017-04-15 23:45:23","FALSE",NA,"853393848256446464",NA,"Twitter for iPhone","e_veritas_unum","0","FALSE","FALSE" +"12461","12461","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 23:39:52","FALSE",NA,"853392461548441600",NA,"Twitter for Android","TheOfficialBhai","80","TRUE","FALSE" +"12462","12462","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-15 23:32:11","FALSE",NA,"853390527890194433",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"12463","12463","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 23:24:25","FALSE",NA,"853388574221369344",NA,"Twitter for Windows","myselfpradeep_","80","TRUE","FALSE" +"12464","12464","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 23:04:31","FALSE",NA,"853383562858557440",NA,"Twitter for Android","Miister_H","80","TRUE","FALSE" +"12465","12465","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 22:35:54","FALSE",NA,"853376364296245250",NA,"Twitter for iPhone","KJPritchard4","147","TRUE","FALSE" +"12466","12466","Demonetization should be considered just as a beginning of fight against corruption in India.... @narendramodi @PMOIndia","FALSE","0",NA,"2017-04-15 22:35:20","FALSE",NA,"853376220435800065",NA,"Twitter for Android","sanjeevkumar11","0","FALSE","FALSE" +"12467","12467","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 22:35:08","FALSE",NA,"853376168946487297",NA,"Twitter for Android","TheShaikh_","80","TRUE","FALSE" +"12468","12468","He is a youtuber as well. I'm sure he is suffering from demonetization like others in his field https://t.co/xr3zlolQbL","FALSE","0",NA,"2017-04-15 22:00:10","FALSE",NA,"853367368562622465",NA,"Twitter Web Client","X_Bucket_X","0","FALSE","FALSE" +"12469","12469","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 21:54:43","FALSE",NA,"853365998962999296",NA,"Twitter for Windows Phone","vedants820","80","TRUE","FALSE" +"12470","12470","@sameer_polonium @Harsh02251420 @misssoniaahmed @sardarsikh1 @shribuddha Collapse of small-medium business due to demonetization. Wah ","FALSE","0","sameer_polonium","2017-04-15 21:53:30","FALSE","853321399967989760","853365694238519296","2906115884","Twitter for iPhone","W0rldHistory","0","FALSE","FALSE" +"12471","12471","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 21:47:34","FALSE",NA,"853364200659447813",NA,"Twitter for Android","RKparadox","80","TRUE","FALSE" +"12472","12472","If you think India is poor, try demonetization once in your country. #Snapchat +@evanspiegel","FALSE","0",NA,"2017-04-15 21:47:29","FALSE",NA,"853364179960516611",NA,"Twitter for Android","priyalkamli1394","0","FALSE","FALSE" +"12473","12473","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 21:45:31","FALSE",NA,"853363684525178881",NA,"Twitter for Android","priyalkamli1394","80","TRUE","FALSE" +"12474","12474","RT @AiholliSharat: This chartered Accountant sent a mind blowing open letter to kejriwal on Currency demonetization! Must Read https://t.co�","FALSE","0",NA,"2017-04-15 21:44:49","FALSE",NA,"853363508448243712",NA,"Twitter Web Client","roaldvishnyako3","5","TRUE","FALSE" +"12475","12475","RT @lamboomishra: but Babaji had told us that demonetization has stopped terrorism and stone pelting...phir why ""Sinking Valley"" ? woh bhi�","FALSE","0",NA,"2017-04-15 21:44:33","FALSE",NA,"853363438835212288",NA,"Twitter for Android","wahabtariqbutt","1","TRUE","FALSE" +"12476","12476","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 21:42:34","FALSE",NA,"853362939960713217",NA,"Twitter Web Client","iSatchit","80","TRUE","FALSE" +"12477","12477","Implementation Guide on Auditor�s Report in CARO containing reporting on demonetization period transactions an d�S� https://t.co/L92jwWN4bs","FALSE","0",NA,"2017-04-15 21:41:07","FALSE",NA,"853362575312072704",NA,"IFTTT","asmeetfav","0","FALSE","FALSE" +"12478","12478","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 21:10:48","FALSE",NA,"853354946116280320",NA,"Twitter Web Client","_Bishal20_","80","TRUE","FALSE" +"12479","12479","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 21:04:27","FALSE",NA,"853353349713862656",NA,"Twitter for iPhone","suhanabhavishya","24","TRUE","FALSE" +"12480","12480","RT @RAJUPAUNIKAR: DEMONETIZATION https://t.co/sKXxxSRiXN","FALSE","0",NA,"2017-04-15 21:03:11","FALSE",NA,"853353029755584512",NA,"Twitter for Android","dinyrose31","2","TRUE","FALSE" +"12481","12481","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 21:02:19","FALSE",NA,"853352810376646656",NA,"Twitter for Android","EkAurCynic","13","TRUE","FALSE" +"12482","12482","@sameer_polonium @Harsh02251420 @misssoniaahmed @sardarsikh1 @shribuddha Yes Endians with demonetization, 200 deaths, know economics better","FALSE","1","sameer_polonium","2017-04-15 21:00:40","FALSE","853321399967989760","853352396986175490","2906115884","Twitter for iPhone","W0rldHistory","0","FALSE","FALSE" +"12483","12483","RT @Janamejayan: Demonetization was the biggest reward & purchase of money bags who cheated on bank loans! Lakhs of crores involved.","FALSE","0",NA,"2017-04-15 20:57:25","FALSE",NA,"853351576924078080",NA,"Twitter Web Client","Krishnam39","1","TRUE","FALSE" +"12484","12484","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:51:58","FALSE",NA,"853350205130891264",NA,"Twitter for Android","TheIdiotstory","80","TRUE","FALSE" +"12485","12485","Implementation Guide on Auditor�s Report in CARO containing reporting on demonetization period transactions an d�SBN https://t.co/0XmNrhefmS","FALSE","0",NA,"2017-04-15 20:50:28","FALSE",NA,"853349828084068354",NA,"WordPress.com","asmeetshah","0","FALSE","FALSE" +"12486","12486","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-15 20:46:49","FALSE",NA,"853348913042083840",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"12487","12487","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:46:08","FALSE",NA,"853348737586003969",NA,"Twitter for iPhone","KRUTIK126","80","TRUE","FALSE" +"12488","12488","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:45:02","FALSE",NA,"853348461709852673",NA,"Twitter for Android","EndOfAbhishek","80","TRUE","FALSE" +"12489","12489","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:41:30","FALSE",NA,"853347572202786816",NA,"Twitter for Android","definitwa1708","80","TRUE","FALSE" +"12490","12490","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 20:40:50","FALSE",NA,"853347406246817792",NA,"Twitter for Android","KaushikPandya48","13","TRUE","FALSE" +"12491","12491","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 20:40:39","FALSE",NA,"853347360772022272",NA,"Twitter for Android","AmitabhPoddar1","24","TRUE","FALSE" +"12492","12492","RT @sanjeetbisht: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:40:12","FALSE",NA,"853347246733217794",NA,"Twitter for BlackBerry","MKankunj","2","TRUE","FALSE" +"12493","12493","YouTube demonetization: Young Turks maintains silence and more people ar... https://t.co/JCwfJ7bhz8","FALSE","0",NA,"2017-04-15 20:39:38","FALSE",NA,"853347101601914880",NA,"Twitter Web Client","Rickylee170","0","FALSE","FALSE" +"12494","12494","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 20:38:59","FALSE",NA,"853346937881362433",NA,"Twitter for Android","NaMo_Satya","13","TRUE","FALSE" +"12495","12495","@Vidyut .. On ur question of cashless & demonetization. I am a CA and I know ground realities. Just have a casual chat with ur CA.","FALSE","1","Vidyut","2017-04-15 20:34:14","FALSE","851716497034457088","853345745776324608","15199808","Twitter for Android","CA_Pawan_Shetty","0","FALSE","FALSE" +"12496","12496","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 20:33:41","FALSE",NA,"853345607767007236",NA,"Twitter for Android","Crazykanika","13","TRUE","FALSE" +"12497","12497","Reason why most Govts do nothing:- After all that is being done like GST, demonetization, agri, power, rlws, this i� https://t.co/kSSaUc8BUG","FALSE","0",NA,"2017-04-15 20:29:35","TRUE",NA,"853344573405315073",NA,"Twitter for iPhone","amsrjn","0","FALSE","FALSE" +"12498","12498","I liked a @YouTube video https://t.co/B0mDnZ5ZVH Youtube Demonetization se related 25 sawaal. ","FALSE","0",NA,"2017-04-15 20:26:52","FALSE",NA,"853343891273072640",NA,"Google","imirfan77","0","FALSE","FALSE" +"12499","12499","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:25:04","FALSE",NA,"853343438745600000",NA,"Twitter for Android","ManoharsinghA","80","TRUE","FALSE" +"12500","12500","@VeryAngryHobbit @eddie_ebert @thunderf00t The statement itself was a joke. Sargon never honestly complained about� https://t.co/ugILMultsG","FALSE","6","VeryAngryHobbit","2017-04-15 20:24:52","TRUE","853251963324157952","853343388921475072","790535127109623809","Twitter for Android","panromir","1","FALSE","FALSE" +"12501","12501"," on FB: +Weren't we told that demonetization had 'solved' all the trouble in Kashmir and 'tamed' the stone-pelters for good?","FALSE","0",NA,"2017-04-15 20:23:39","FALSE",NA,"853343081378320386",NA,"Twitter Web Client","ReenaSatin","1","FALSE","FALSE" +"12502","12502","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 20:23:39","FALSE",NA,"853343080396845057",NA,"Twitter Web Client","DeGuisan","147","TRUE","FALSE" +"12503","12503","RT @RubinOfAkkad: Me, a skeptic youtuber who is upset about demonetization of my videos: +""Capitalism and deregulation are good""","FALSE","0",NA,"2017-04-15 20:21:45","FALSE",NA,"853342601776427008",NA,"Twitter for iPhone","jorgeftamez","4","TRUE","FALSE" +"12504","12504","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:12:53","FALSE",NA,"853340369462755328",NA,"Twitter for Android","Rock__Ram","80","TRUE","FALSE" +"12505","12505","RT @sanjeetbisht: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:12:41","FALSE",NA,"853340319785656320",NA,"TweetCaster for Android","KhanAadil15","2","TRUE","FALSE" +"12506","12506","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 20:11:56","FALSE",NA,"853340130375061504",NA,"Twitter for Android","ShanklyMrFrank","147","TRUE","FALSE" +"12507","12507","Demonetization was the biggest reward & purchase of money bags who cheated on bank loans! Lakhs of crores involved.","FALSE","1",NA,"2017-04-15 20:03:59","FALSE",NA,"853338131986337793",NA,"Twitter for iPad","Janamejayan","1","FALSE","FALSE" +"12508","12508","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:03:27","FALSE",NA,"853337998670409729",NA,"Twitter for Android","dvkikh","80","TRUE","FALSE" +"12509","12509","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 20:01:04","FALSE",NA,"853337396200525824",NA,"Twitter for Android","mojav69","9","TRUE","FALSE" +"12510","12510","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:00:39","FALSE",NA,"853337291905011715",NA,"Twitter for Android","Thisweirdlyf","80","TRUE","FALSE" +"12511","12511","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:00:32","FALSE",NA,"853337261747863552",NA,"Twitter for Android","janagal_pooja","80","TRUE","FALSE" +"12512","12512","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 20:00:31","FALSE",NA,"853337258585460736",NA,"Twitter for Android","devanganas3","80","TRUE","FALSE" +"12513","12513","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:58:00","FALSE",NA,"853336627971796993",NA,"Twitter for Android","ShivaniGaonkar2","80","TRUE","FALSE" +"12514","12514","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash from an Indian perspectiv�","FALSE","0",NA,"2017-04-15 19:57:09","FALSE",NA,"853336410761318400",NA,"Twitter Web Client","ElenaHaskins","3","TRUE","FALSE" +"12515","12515","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the Global #WarOnCash: Target #India @Devinder_�","FALSE","0",NA,"2017-04-15 19:56:56","FALSE",NA,"853336358869389312",NA,"Twitter Web Client","ElenaHaskins","3","TRUE","FALSE" +"12516","12516","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and #Cash�","FALSE","0",NA,"2017-04-15 19:56:22","FALSE",NA,"853336215659061248",NA,"Twitter Web Client","ElenaHaskins","6","TRUE","FALSE" +"12517","12517","RT @ChitrangBisht: #Snapchat CEO worth - 4billion Just 1% of wht came of as black money frm INDIANS during DEMONETIZATION Get rich then t�","FALSE","0",NA,"2017-04-15 19:54:11","FALSE",NA,"853335665756581889",NA,"Twitter for Android","deepakdv217","1","TRUE","FALSE" +"12518","12518","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:53:28","FALSE",NA,"853335483639676928",NA,"Twitter for Android","AsmankSharma","80","TRUE","FALSE" +"12519","12519","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:51:03","FALSE",NA,"853334878439473155",NA,"Twitter for Android","Nikhil2612","80","TRUE","FALSE" +"12520","12520","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:50:39","FALSE",NA,"853334774445998082",NA,"Twitter for Android","srb_bellu","80","TRUE","FALSE" +"12521","12521","#Snapchat CEO worth - 4billion Just 1% of wht came of as black money frm INDIANS during DEMONETIZATION Get rich then think abut IND market","FALSE","1",NA,"2017-04-15 19:50:09","FALSE",NA,"853334650445377536",NA,"Twitter for Windows","ChitrangBisht","1","FALSE","FALSE" +"12522","12522","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:48:43","FALSE",NA,"853334288141402112",NA,"Twitter for Android","Sahni_ritu","80","TRUE","FALSE" +"12523","12523","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/mKBuS0tOmc","FALSE","0",NA,"2017-04-15 19:44:03","FALSE",NA,"853333117234364416",NA,"Twitter for iPhone","TrinhDieuNguyen","0","FALSE","FALSE" +"12524","12524","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:43:17","FALSE",NA,"853332921268133888",NA,"Twitter for Android","05apuuuuu","80","TRUE","FALSE" +"12525","12525","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 19:41:53","FALSE",NA,"853332569827549186",NA,"Twitter for iPhone","mikelevandi","147","TRUE","FALSE" +"12526","12526","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:38:32","FALSE",NA,"853331728424992769",NA,"BotByROP","BotByROP","80","TRUE","FALSE" +"12527","12527","Dear @evanspiegel +India is so rich that PM @narendramodi ji had to implement demonetization to find out who is actually poor! + +#Snapchat","FALSE","5",NA,"2017-04-15 19:38:07","FALSE",NA,"853331623718379520",NA,"Twitter for Android","gptayu","1","FALSE","FALSE" +"12528","12528","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:37:27","FALSE",NA,"853331455820275713",NA,"Twitter Web Client","sandywaves07","80","TRUE","FALSE" +"12529","12529","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:36:22","FALSE",NA,"853331181378576384",NA,"Twitter for Android","jarvaruag","80","TRUE","FALSE" +"12530","12530","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 19:35:43","FALSE",NA,"853331016869711872",NA,"Twitter for Android","anti_conversion","13","TRUE","FALSE" +"12531","12531","@RazdanNidhi Also to hail modi and his development he brought without mentioning his degree , where he sold chai an� https://t.co/3S1SeScPY4","FALSE","0","RazdanNidhi","2017-04-15 19:35:02","TRUE","852127977471180800","853330847931523074","3184454384","Twitter Web Client","shenoy316","0","FALSE","FALSE" +"12532","12532","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 19:31:56","FALSE",NA,"853330063990951937",NA,"Twitter for iPhone","Luttapi2","9","TRUE","FALSE" +"12533","12533","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 19:28:28","FALSE",NA,"853329192964030466",NA,"Twitter for Android","MehekF","9","TRUE","FALSE" +"12534","12534","RT @CGDev: This Tuesday join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu79faHP","FALSE","0",NA,"2017-04-15 19:24:05","FALSE",NA,"853328089564229632",NA,"Twitter Web Client","AnnieLowrey","2","TRUE","FALSE" +"12535","12535","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 19:22:42","FALSE",NA,"853327744104574980",NA,"Twitter Lite","thikalbrad","9","TRUE","FALSE" +"12536","12536","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:16:21","FALSE",NA,"853326144254300160",NA,"Twitter for iPhone","UskiWhiskey","80","TRUE","FALSE" +"12537","12537","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:15:33","FALSE",NA,"853325940985909250",NA,"Twitter for Android","only_brain","80","TRUE","FALSE" +"12538","12538","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:14:19","FALSE",NA,"853325634495406080",NA,"Twitter for Android","The_KingOnion","80","TRUE","FALSE" +"12539","12539","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:14:02","FALSE",NA,"853325562710032385",NA,"PosterSwaggy345","BotSaucin","80","TRUE","FALSE" +"12540","12540","RT @aaanupriyaaa: Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poo�","FALSE","0",NA,"2017-04-15 19:12:54","FALSE",NA,"853325277623197700",NA,"Twitter for iPhone","Sagar_23oct","80","TRUE","FALSE" +"12541","12541","Just witnessed my first demonetization . WTF","FALSE","1",NA,"2017-04-15 19:10:38","FALSE",NA,"853324706061180928",NA,"Twitter for iPhone","TheeMlle","0","FALSE","FALSE" +"12542","12542","Dear @evanspiegel +India is so rich that PM Narendra Modi had to implement demonetization to find out who is actually poor! + +#Snapchat","FALSE","249",NA,"2017-04-15 19:06:20","FALSE",NA,"853323624954179584",NA,"Twitter for Android","aaanupriyaaa","80","FALSE","FALSE" +"12543","12543","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 19:04:46","FALSE",NA,"853323228919595008",NA,"Twitter for Android","_archdornan_","147","TRUE","FALSE" +"12544","12544","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and #Cash�","FALSE","0",NA,"2017-04-15 19:03:39","FALSE",NA,"853322946944933888",NA,"Twitter Web Client","mgrg7","6","TRUE","FALSE" +"12545","12545","RT @SaifWoww: America's MOAB killed 36 people ...India's Demonetization 150 +India >>>>>America","FALSE","0",NA,"2017-04-15 19:03:33","FALSE",NA,"853322924002078720",NA,"Twitter for Android","real_srkian","3","TRUE","FALSE" +"12546","12546","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 19:02:05","FALSE",NA,"853322555054317569",NA,"Twitter Web Client","EnwroughtDreams","147","TRUE","FALSE" +"12547","12547","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 19:01:15","FALSE",NA,"853322346337382407",NA,"Twitter for iPhone","Brad_D80","147","TRUE","FALSE" +"12548","12548","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 18:59:42","FALSE",NA,"853321953196863489",NA,"Twitter for Android","_DSRajput","13","TRUE","FALSE" +"12549","12549","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 18:56:47","FALSE",NA,"853321221676556288",NA,"Twitter for iPhone","PenitusVox","147","TRUE","FALSE" +"12550","12550","If you don't understand all this Advertiser Boycott/YouTube Demonetization that's going on, I just posted a video explaining it...","FALSE","0",NA,"2017-04-15 18:55:52","FALSE",NA,"853320989488275457",NA,"Twitter for Android","ShaunTucker44","0","FALSE","FALSE" +"12551","12551","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-15 18:53:08","FALSE",NA,"853320300045389824",NA,"Twitter for iPhone","RushabhJD","60","TRUE","FALSE" +"12552","12552","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 18:51:40","FALSE",NA,"853319933266206720",NA,"Twitter for Android","Gyan198","13","TRUE","FALSE" +"12553","12553","RT @AmiteshK01: 3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in�","FALSE","0",NA,"2017-04-15 18:41:57","FALSE",NA,"853317487689166849",NA,"Twitter for Android","tomarrawat","13","TRUE","FALSE" +"12554","12554","3 Years of BJP in Power, #Demonetization still @sagarikaghose @BDUTT @RanaAyyub getting money from Pak...Still loopholes in Hawala trade","FALSE","10",NA,"2017-04-15 18:41:34","FALSE",NA,"853317388745428992",NA,"Twitter Web Client","AmiteshK01","13","FALSE","FALSE" +"12555","12555","@aLadyDon @drjatinanand @SwetaSinghAT video is real !! this comes very beginning of Demonetization she and Tihari c� https://t.co/1rG6Cs28AH","FALSE","1","aLadyDon","2017-04-15 18:39:33","TRUE","853315886781956097","853316885366005760","719976964971433985","Twitter Web Client","amreshkr612","0","FALSE","FALSE" +"12556","12556","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 18:33:43","FALSE",NA,"853315417338662912",NA,"Twitter for BlackBerry","MKUltraSperg","147","TRUE","FALSE" +"12557","12557","If government treasury increased at the time of demonetization, then idiots like CEO of Snapchat wouldn't have used such words. #Snapchat","FALSE","1",NA,"2017-04-15 18:32:35","FALSE",NA,"853315129886232577",NA,"Twitter Web Client","yashdave30","0","FALSE","FALSE" +"12558","12558","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-15 18:32:14","FALSE",NA,"853315042632183809",NA,"Twitter for Android","PuravaPakash","22","TRUE","FALSE" +"12559","12559","RT @ptripps: @DrKumarVishwas This is really a concern. Like demonetization, a daring step taken on 8th Nov, would urge Hon PM to announce a�","FALSE","0",NA,"2017-04-15 18:31:23","FALSE",NA,"853314829452529664",NA,"Twitter for Android","ptripps","1","TRUE","FALSE" +"12560","12560","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-15 18:30:31","FALSE",NA,"853314608022650880",NA,"Twitter for Android","Dine4vj","8","TRUE","FALSE" +"12561","12561","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 18:26:28","FALSE",NA,"853313592833302528",NA,"Twitter Web Client","isabell08481837","147","TRUE","FALSE" +"12562","12562","@DrKumarVishwas This is really a concern. Like demonetization, a daring step taken on 8th Nov, would urge Hon PM to� https://t.co/zkmSttyjw0","FALSE","1","DrKumarVishwas","2017-04-15 18:24:43","TRUE","852877618772795392","853313151781281802","141633175","Twitter for Android","ptripps","1","FALSE","FALSE" +"12563","12563","RT @SaifWoww: America's MOAB killed 36 people ...India's Demonetization 150 +India >>>>>America","FALSE","0",NA,"2017-04-15 18:15:39","FALSE",NA,"853310868225794049",NA,"Twitter for Android","SaifiansCaptain","3","TRUE","FALSE" +"12564","12564","@sardesairajdeep And we were told Demonetization has neutralized all the Black Money in Politics. +Then are this ele� https://t.co/haL54r3g73","FALSE","0","sardesairajdeep","2017-04-15 17:58:00","TRUE","853111700844707840","853306425275273216","56304605","Twitter for Android","savidhyashok","0","FALSE","FALSE" +"12565","12565","The YouTube demonetization fairy made a visit to a video of mine last night. I feel the @NM_NickNocturne rage now�","FALSE","8",NA,"2017-04-15 17:57:46","FALSE",NA,"853306370086453248",NA,"Tweetbot for iS","andrewmuto","0","FALSE","FALSE" +"12566","12566","@narendramodi Dada,Im suffering with financial crisis & I use RupayCard everytime after u announce demonetization but still waiting fr prize","FALSE","0","narendramodi","2017-04-15 17:55:49","FALSE",NA,"853305879105613824","18839785","Twitter Web Client","nakul_sep22","0","FALSE","FALSE" +"12567","12567","And u expect me to be grateful for the restraint u have shown? Ok demonetization has demon in it , demon has omen in it... Need I say more?","FALSE","0",NA,"2017-04-15 17:54:35","FALSE",NA,"853305568336822272",NA,"Twitter for iPhone","capribleu","0","FALSE","FALSE" +"12568","12568","America's MOAB killed 36 people ...India's Demonetization 150 +India >>>>>America","FALSE","3",NA,"2017-04-15 17:51:30","FALSE",NA,"853304791585312768",NA,"Twitter for Android","SaifWoww","3","FALSE","FALSE" +"12569","12569","@194Seven money flow restarted after initial setback due to demonetization.Good Friend pushing in 'strategic assets� https://t.co/JBvXiappUt","FALSE","0","194Seven","2017-04-15 17:44:18","TRUE","853292389187805184","853302977913815040","129473039","Twitter Web Client","aashish_bhalla","0","FALSE","FALSE" +"12570","12570","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and #Cash�","FALSE","0",NA,"2017-04-15 17:42:35","FALSE",NA,"853302548475764736",NA,"Twitter Web Client","Stupidosaur","6","TRUE","FALSE" +"12571","12571","@kavita_krishnan if so then, where were these stone pelters, made due to AFSPA, per ur reason, post 8th December when demonetization happnd?","FALSE","0","kavita_krishnan","2017-04-15 17:31:39","FALSE","853149685942337536","853299796362248192","1263706735","TweetCaster for Android","NaVeenSharMa16","0","FALSE","FALSE" +"12572","12572","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 17:30:41","FALSE",NA,"853299554489425926",NA,"Mobile Web (M2)","trunils","24","TRUE","FALSE" +"12573","12573","@ravindranayakn @kapsology tch tch bhakts get offended if their god is questioned! So what was said about surgical� https://t.co/7j3IO7dcbH","FALSE","0","ravindranayakn","2017-04-15 17:28:20","TRUE","853292955276263424","853298962371137536","137364733","Twitter Web Client","dramalover4er","0","FALSE","FALSE" +"12574","12574","Demonetization lingers as IIP contracts in February https://t.co/a0J9xgUxjT via @dna","FALSE","0",NA,"2017-04-15 17:27:47","FALSE",NA,"853298824646873088",NA,"Twitter Web Client","amitsingh7680","0","FALSE","FALSE" +"12575","12575","RT @Kahaanify: Demonetization was a terrible idea btw.","FALSE","0",NA,"2017-04-15 17:25:57","FALSE",NA,"853298362954723333",NA,"Twitter for Android","AbdulNasser21","1","TRUE","FALSE" +"12576","12576","@HYINAAA @AngryJoeShow @YTCreators it seems stupid for him to complain about just a demonetization claim. He should� https://t.co/TwoRDPvyYW","FALSE","0","HYINAAA","2017-04-15 17:24:32","TRUE","853285853224779776","853298005176451074","2673164436","Twitter Web Client","TupperCoLLC","0","FALSE","FALSE" +"12577","12577","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-15 17:23:38","FALSE",NA,"853297777211830275",NA,"Twitter for Android","rajatkashyap149","24","TRUE","FALSE" +"12578","12578","Demonetization was a terrible idea btw.","FALSE","1",NA,"2017-04-15 17:23:30","FALSE",NA,"853297744210952192",NA,"Tweetbot for iS","Kahaanify","1","FALSE","FALSE" +"12579","12579","RT @Chakolebaaz: That sounds like demonetization coverage by Indian media. https://t.co/wWMLgt822C","FALSE","0",NA,"2017-04-15 17:21:58","FALSE",NA,"853297360226725892",NA,"Twitter for Android","mo_riarty","2","TRUE","FALSE" +"12580","12580","I thought demonetization had solved the Kashmir problem in 50 days flat ! NO. + +Cc @Chopsyturvey @majorgauravarya https://t.co/djebZTT42M","FALSE","0",NA,"2017-04-15 17:19:20","FALSE",NA,"853296697232982017",NA,"Twitter for Android","DyingConsciousn","1","FALSE","FALSE" +"12581","12581","YouTube demonetization: Plane crashes and YouTube don�t mix � TomoNews https://t.co/fmhGST60o0 https://t.co/bKbAvEaXQL","FALSE","0",NA,"2017-04-15 17:17:01","FALSE",NA,"853296113402736641",NA,"Buffer","sr71skunkworx","0","FALSE","FALSE" +"12582","12582","Breaking News : Joe Vargas aka Angry Joe is whining about demonetization... give him bitts on his shitty reacts videos and patreon.","FALSE","0",NA,"2017-04-15 17:11:17","FALSE",NA,"853294670889308164",NA,"Twitter Web Client","Wes_Rulz","0","FALSE","FALSE" +"12583","12583","Can someone share the ""Stone Pelting - Demonetization"" equation please? Lost it somewhere and urgently need to do some calculations.","FALSE","0",NA,"2017-04-15 16:51:00","FALSE",NA,"853289565947404288",NA,"Twitter for Android","ExpertAnalystix","0","FALSE","FALSE" +"12584","12584","@datnofact I don't think Phil gets the joke, he also thinks the Kekistani flag is due to low adverts & demonetizati� https://t.co/0F6JhT8u80","FALSE","2","datnofact","2017-04-15 16:48:23","TRUE","853288417190449153","853288906426535938","3906705990","Twitter Web Client","aCanadianGuyeh","0","FALSE","FALSE" +"12585","12585","I liked a @YouTube video https://t.co/aiDNagfFxG Youtube Demonetization se related 25 sawaal. ","FALSE","0",NA,"2017-04-15 16:47:20","FALSE",NA,"853288644869726208",NA,"Google","sonu97849997","0","FALSE","FALSE" +"12586","12586","@WhyTheFace_ @rahulroushan @attomeybharti @divya_16_ @Moskvaa @_Namrataa @doubtinggaurav @Sharanyashettyy� https://t.co/imPHLPk5lB","FALSE","0","WhyTheFace_","2017-04-15 16:42:47","TRUE","853287348515295236","853287497173880832","21413745","Twitter for Android","Ateendriyo","0","FALSE","FALSE" +"12587","12587","@WrongDoc Proof that demonetization did'nt cure naturally born commie retarded brainless parasites","FALSE","0","WrongDoc","2017-04-15 16:41:41","FALSE","853284207581290498","853287222472212480","54182995","Twitter Lite","doc_cardiac","0","FALSE","FALSE" +"12588","12588","Really @narendramodi replying to everyone's tweet?! should I ask him about demonetization?! ","FALSE","0",NA,"2017-04-15 16:40:53","FALSE",NA,"853287019845263360",NA,"Twitter Lite","amirthalakshmi3","0","FALSE","FALSE" +"12589","12589","Silencing/ Starving Out the Opposition: The Demonetization of YouTube, Google: Dissidents Will Be Silenced https://t.co/LlQcO0hYjU","FALSE","0",NA,"2017-04-15 16:40:04","FALSE",NA,"853286815347953664",NA,"Twitter Web Client","serpentinfinity","0","FALSE","FALSE" +"12590","12590","@BeingAnoopSethu @rakaece @dhanji85 @pankajlucky3 @hardik_pola PROOF!!! Let's start from Make in India, Demonetizat� https://t.co/X9W7JB9LNh","FALSE","0","BeingAnoopSethu","2017-04-15 16:39:34","TRUE","853285736040120320","853286686674927617","205773155","Twitter for iPhone","aneezx","0","FALSE","FALSE" +"12591","12591","RT @aCanadianGuyeh: Old man Thunderf00t doesn't get parody, claims to think demonetization of videos is b/c of #KekistaniFlag when in actua�","FALSE","0",NA,"2017-04-15 16:29:26","FALSE",NA,"853284140409638912",NA,"Twitter for Android","Simia_Pugno","2","TRUE","FALSE" +"12592","12592","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-15 16:29:24","FALSE",NA,"853284128606883841",NA,"Twitter for Android","NaveenTwtz","8","TRUE","FALSE" +"12593","12593","@TGDEEPAK @TheOfficialSBI It's not due to demonetization. SBI has a tendency to don't facilitate customers.","FALSE","0","TGDEEPAK","2017-04-15 16:28:23","FALSE","853281760804835330","853283872502562816","1371849937","Twitter for Android","sjbupi","0","FALSE","FALSE" +"12594","12594","https://t.co/oQzsE6C6Cg LIVE: DISCUSSION ON DEMONETIZATION IN RAJYA SABHA - PM MODI IN THE HOUSE (COURTEST RS TV) #video #live","FALSE","0",NA,"2017-04-15 16:23:17","FALSE",NA,"853282592614793217",NA,"Google","hotvideoin","0","FALSE","FALSE" +"12595","12595","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-15 16:20:13","FALSE",NA,"853281819546046464",NA,"Twitter for Android","Guru_LB","8","TRUE","FALSE" +"12596","12596","@TheOfficialSBI These problems are becoz of demonetization what govt got from this I don't know...Common people fac� https://t.co/ruAa0HJMS6","FALSE","0","TheOfficialSBI","2017-04-15 16:19:59","TRUE","853259100070658049","853281760804835330","2251588934","Twitter for Android","TGDEEPAK","0","FALSE","FALSE" +"12597","12597","I liked a @YouTube video https://t.co/butDSqmbWQ Shridhar on Demonetization & US Election","FALSE","0",NA,"2017-04-15 16:15:46","FALSE",NA,"853280698051903488",NA,"Google","abhinav_kr","0","FALSE","FALSE" +"12598","12598","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-15 16:10:37","FALSE",NA,"853279404302225412",NA,"Twitter for iPhone","MassnaVijay","8","TRUE","FALSE" +"12599","12599","RT @fidonomics: Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","0",NA,"2017-04-15 16:10:21","FALSE",NA,"853279337235263488",NA,"Twitter for iPhone","BharathTinz","8","TRUE","FALSE" +"12600","12600","Current best is #Pichaikaran .. Hope everyone remembers those #Demonetization effect promos","FALSE","27","fidonomics","2017-04-15 16:07:17","FALSE","853252868836659200","853278565252689921","287520643","Twitter for iPhone","fidonomics","8","FALSE","FALSE" +"12601","12601","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-15 16:04:59","FALSE",NA,"853277984865779714",NA,"Twitter for Android","marshalprahlad","24","TRUE","FALSE" +"12602","12602","@thunderf00t @Sargon_of_Akkad Good point. What advertiser wants exposure on Talk Islam and their BS yet they avoid demonetization","FALSE","0","thunderf00t","2017-04-15 16:01:31","FALSE","853177152686129155","853277114891509760","32949727","Twitter for iPhone","PCGamerCapt","0","FALSE","FALSE" +"12603","12603","Just saw Demonetization queue outside Glocal. Amazing! #indiranagar #bengaluru","FALSE","0",NA,"2017-04-15 16:01:21","FALSE",NA,"853277070884970496",NA,"Twitter for Android","mindkhichdi","0","FALSE","FALSE" +"12604","12604","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 15:59:09","FALSE",NA,"853276517979344896",NA,"Twitter for Android","solyrah","147","TRUE","FALSE" +"12605","12605","Snapchat CEO triggered more people than Modi triggered with demonetization.","FALSE","0",NA,"2017-04-15 15:59:06","FALSE",NA,"853276506117689344",NA,"Twitter for iPhone","panauticon","0","FALSE","FALSE" +"12606","12606","@doddleoddle With the recent demonetization of popular YT channels, do you still think there can be honesty when $'s are involved?","FALSE","0","doddleoddle","2017-04-15 15:58:30","FALSE",NA,"853276351670792193","44733150","Twitter Web Client","Soulcatch","0","FALSE","FALSE" +"12607","12607","After Demonetization where does the money come from. SWATCH BHARAT'S SAMRAT and his money mantralay keeper... https://t.co/fH540uIGZ5","FALSE","0",NA,"2017-04-15 15:58:16","FALSE",NA,"853276296524201985",NA,"Facebook","vgeejay","0","FALSE","FALSE" +"12608","12608","The #Millennials whining about #YouTube demonetization is so damn delicious. These entitled leftist asses act like they invented streaming.","FALSE","0",NA,"2017-04-15 15:58:10","FALSE",NA,"853276271207264257",NA,"Twitter for iPad","DannyAlberta77","0","FALSE","FALSE" +"12609","12609","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 15:52:28","FALSE",NA,"853274835505381376",NA,"Twitter Web Client","krofoot","147","TRUE","FALSE" +"12610","12610","@Datoism complementing... We still want ram mandir.. anti romeo... Teachings of RSS... demonetization... Not snapchat ..","FALSE","1","Datoism","2017-04-15 15:50:33","FALSE","853218690866835457","853274351616917504","115381807","Twitter for Android","foolsgreengold","0","FALSE","FALSE" +"12611","12611","RT @thunderf00t: holy crap! just found out 'bout the 'skeptical youtubers' response to YT demonetization was -a hastag campaign. #kekistan�","FALSE","0",NA,"2017-04-15 15:39:07","FALSE",NA,"853271474379137024",NA,"Twitter Web Client","cdxxcd11","4","TRUE","FALSE" +"12612","12612","@Hari4BJP Tell me post demonetization. ","FALSE","0","Hari4BJP","2017-04-15 15:37:50","FALSE","853270069853523968","853271152130707456","427269359","Twitter for iPhone","ThinkersPad","0","FALSE","FALSE" +"12613","12613","@TrueIndology @anand_t2 They have nothing but daily money to work for. Army must find out who's funding and how. It� https://t.co/lVG6gkFNgR","FALSE","0","TrueIndology","2017-04-15 15:33:54","TRUE","852920682346414081","853270163864436737","4472065032","Twitter Web Client","gautamchakrabti","0","FALSE","FALSE" +"12614","12614","@kavita_krishnan Naxals must be running like crazy after demonetization ","FALSE","0","kavita_krishnan","2017-04-15 15:24:52","FALSE","853064106684801024","853267889595576321","1263706735","Twitter for iPhone","saisuryab","0","FALSE","FALSE" +"12615","12615","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/Ym�","FALSE","0",NA,"2017-04-15 15:10:19","FALSE",NA,"853264227854946307",NA,"Twitter for Android","upamanyunsp","4","TRUE","FALSE" +"12616","12616","RT @Dr_SarithaAR: AAP & AK hv consistently voiced on national issues be it Farmer, CrossBorderTerrorism, Demonetization, EVM, Corruption +Le�","FALSE","0",NA,"2017-04-15 15:07:35","FALSE",NA,"853263538592243713",NA,"Twitter for Android","meprvn","4","TRUE","FALSE" +"12617","12617","RT @Dr_SarithaAR: AAP & AK hv consistently voiced on national issues be it Farmer, CrossBorderTerrorism, Demonetization, EVM, Corruption +Le�","FALSE","0",NA,"2017-04-15 15:05:06","FALSE",NA,"853262915230674945",NA,"Twitter for iPhone","kejriwall","4","TRUE","FALSE" +"12618","12618","25 viewer Questions about YouTube Demonetization and the latest developments, answered. +25 sawaal YouTube demonetiz�https://t.co/vnC2kmSvnh","FALSE","5",NA,"2017-04-15 15:02:10","FALSE",NA,"853262178320777216",NA,"LinkedIn","KyaKaise","1","FALSE","FALSE" +"12619","12619","RT @Dr_SarithaAR: AAP & AK hv consistently voiced on national issues be it Farmer, CrossBorderTerrorism, Demonetization, EVM, Corruption +Le�","FALSE","0",NA,"2017-04-15 14:58:04","FALSE",NA,"853261143229575173",NA,"Twitter Web Client","arvinrags","4","TRUE","FALSE" +"12620","12620","@RoamingMil at first I didn't care about YouTube demonetization. Like get a real job. But this is real censorship w� https://t.co/n0BSWvQrnO","FALSE","0","RoamingMil","2017-04-15 14:57:30","TRUE","853233303624851456","853261004217749504","770619360062898176","Twitter for Android","DeusVultJr","0","FALSE","FALSE" +"12621","12621","I added a video to a @YouTube playlist https://t.co/o1t9KchNpr YouTube demonetization: Gun-related channels hit by demonetization","FALSE","0",NA,"2017-04-15 14:54:50","FALSE",NA,"853260333539917826",NA,"Google","SunsetDaily","0","FALSE","FALSE" +"12622","12622","That sounds like demonetization coverage by Indian media. https://t.co/wWMLgt822C","FALSE","0",NA,"2017-04-15 14:54:49","FALSE",NA,"853260329211486210",NA,"Twitter for Android","Chakolebaaz","2","FALSE","FALSE" +"12623","12623","RT @virbhadrasingh: #Aamaadmi was expecting some respite after experiencing bad phase of demonetization but #Budget2017 failed to come up t�","FALSE","0",NA,"2017-04-15 14:53:28","FALSE",NA,"853259989057757184",NA,"Twitter for Android","satish_patidar_","16","TRUE","FALSE" +"12624","12624","RT @virbhadrasingh: #Demonetization led to slow growth rate of the state economy and it has badly effected agriculture and other sectors #B�","FALSE","0",NA,"2017-04-15 14:51:25","FALSE",NA,"853259471157645315",NA,"Twitter for Android","satish_patidar_","17","TRUE","FALSE" +"12625","12625","25 viewer Questions about YouTube Demonetization and the latest developments, answered. +25 sawaal YouTube... https://t.co/7b2sS5B7xX","FALSE","5",NA,"2017-04-15 14:50:56","FALSE",NA,"853259348381884416",NA,"Google","KyaKaise","2","FALSE","FALSE" +"12626","12626","Almost Demonetization-level cash crunch in ATMs in Hyderabad. Insanity.","FALSE","1",NA,"2017-04-15 14:48:56","FALSE",NA,"853258844671291392",NA,"Twitter for Android","jainrounak","0","FALSE","FALSE" +"12627","12627","Aftershock: Impact of Demonetization on India and Investments +https://t.co/66snUbvLTb +@drajoykumar @RajaBrar_INC� https://t.co/hTb2zSUDej","FALSE","1",NA,"2017-04-15 14:48:50","TRUE",NA,"853258820298182656",NA,"Twitter Web Client","viramchaubey","1","FALSE","FALSE" +"12628","12628","RT @RubinOfAkkad: Me, a skeptic youtuber who is upset about demonetization of my videos: +""Capitalism and deregulation are good""","FALSE","0",NA,"2017-04-15 14:46:52","FALSE",NA,"853258328729899010",NA,"Twitter for Android","M_Essa91","4","TRUE","FALSE" +"12629","12629","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 14:45:07","FALSE",NA,"853257887271063553",NA,"Twitter for Android","Anon_Emy","147","TRUE","FALSE" +"12630","12630","@thesuniljain I think comparison between Feb'16 and Feb'17 is what matters from POV of demonetization and of course it is staggering","FALSE","0","thesuniljain","2017-04-15 14:44:22","FALSE","852896124314697729","853257698347024384","416857073","Twitter Web Client","VarunNagpaal","0","FALSE","FALSE" +"12631","12631","AAP & AK hv consistently voiced on national issues be it Farmer, CrossBorderTerrorism, Demonetization, EVM, Corruption +Lets not be insecure!","FALSE","5",NA,"2017-04-15 14:42:57","FALSE",NA,"853257340568653825",NA,"Twitter for Android","Dr_SarithaAR","4","FALSE","FALSE" +"12632","12632","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 14:32:26","FALSE",NA,"853254693698621443",NA,"Twitter for iPhone","white_urn","147","TRUE","FALSE" +"12633","12633","@manicidiot @thunderf00t Tbf, this started with Sargon's tweet about demonetization of one video. But apparently it� https://t.co/nc43YOw8mR","FALSE","2","manicidiot","2017-04-15 14:28:17","TRUE","853252840751484929","853253651141414913","735798039202299904","Twitter for Android","carlo1pr","0","FALSE","FALSE" +"12634","12634","RT @RubinOfAkkad: Me, a skeptic youtuber who is upset about demonetization of my videos: +""Capitalism and deregulation are good""","FALSE","0",NA,"2017-04-15 14:17:00","FALSE",NA,"853250812197433344",NA,"Twitter for Android","LotionOfMotion","4","TRUE","FALSE" +"12635","12635","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and #Cash�","FALSE","0",NA,"2017-04-15 14:12:53","FALSE",NA,"853249772718895105",NA,"RoundTeam","satoshiPL","6","TRUE","FALSE" +"12636","12636","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-15 14:12:07","FALSE",NA,"853249583547396096",NA,"Twitter for iPhone","JugnuJee","60","TRUE","FALSE" +"12637","12637",".@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash #Demonetization and� https://t.co/4y3krVIO4o","FALSE","3","GreatGameIndia","2017-04-15 14:10:31","TRUE","852135573204742145","853249177635233792","2423370157","Twitter Web Client","GreatGameIndia","6","FALSE","FALSE" +"12638","12638","@RoamingMil Intimidating hacks, demonetization, removal, and hassling you bureaucratically. I think somebody is try� https://t.co/NKgAetic4V","FALSE","0","RoamingMil","2017-04-15 14:02:12","TRUE","853233303624851456","853247087831654400","770619360062898176","Twitter for iPhone","patjreed","0","FALSE","FALSE" +"12639","12639","RT @aCanadianGuyeh: Old man Thunderf00t doesn't get parody, claims to think demonetization of videos is b/c of #KekistaniFlag when in actua�","FALSE","0",NA,"2017-04-15 14:01:26","FALSE",NA,"853246894725836800",NA,"Twitter for Android","princeOfDew","2","TRUE","FALSE" +"12640","12640","the youtube demonetization event didn't affect me. I was already effectively demonetized years ago.","FALSE","27",NA,"2017-04-15 13:57:24","FALSE",NA,"853245876353085440",NA,"Twitter Web Client","NurdRage","0","FALSE","FALSE" +"12641","12641","@ravindranayakn @kapsology U mean Modi lied didn't he say surgical strikes wiped off terrorism, demonetization fin� https://t.co/gS47DuEZov","FALSE","0","ravindranayakn","2017-04-15 13:56:36","TRUE","853164877258514432","853245677912109057","137364733","Twitter Web Client","dramalover4er","0","FALSE","FALSE" +"12642","12642","Old man Thunderf00t doesn't get parody, claims to think demonetization of videos is b/c of #KekistaniFlag when in actuality it isn't.","FALSE","5",NA,"2017-04-15 13:56:29","FALSE",NA,"853245647981432832",NA,"Twitter Web Client","aCanadianGuyeh","2","FALSE","FALSE" +"12643","12643","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 13:48:51","FALSE",NA,"853243727942438913",NA,"Twitter Web Client","ComradeYellow46","147","TRUE","FALSE" +"12644","12644","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 13:48:34","FALSE",NA,"853243654458265600",NA,"Twitter Web Client","Velvet_Anarchy","147","TRUE","FALSE" +"12645","12645","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 13:43:28","FALSE",NA,"853242371659767808",NA,"Twitter for iPhone","MiloWear1A","147","TRUE","FALSE" +"12646","12646","@sardesairajdeep Money for those ad,bannerd paid cashless Or it is the black money that BJP converted to white just� https://t.co/LVJrej33MF","FALSE","0","sardesairajdeep","2017-04-15 13:41:04","TRUE","853111700844707840","853241768128729088","56304605","Twitter for Android","kamresh","0","FALSE","FALSE" +"12647","12647","RT @RubinOfAkkad: Me, a skeptic youtuber who is upset about demonetization of my videos: +""Capitalism and deregulation are good""","FALSE","0",NA,"2017-04-15 13:38:27","FALSE",NA,"853241107395641345",NA,"Twitter for iPhone","LynnInTheTrees","4","TRUE","FALSE" +"12648","12648","Me, a skeptic youtuber who is upset about demonetization of my videos: +""Capitalism and deregulation are good""","FALSE","30",NA,"2017-04-15 13:36:55","FALSE",NA,"853240722685820929",NA,"Twitter Lite","RubinOfAkkad","4","FALSE","FALSE" +"12649","12649","Demonetization hardly had any affect on the corrupt https://t.co/e2E7YZFMeD","FALSE","1",NA,"2017-04-15 13:29:34","FALSE",NA,"853238871424946177",NA,"Twitter for Android","dundeshchiniwar","0","FALSE","FALSE" +"12650","12650","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 13:21:33","FALSE",NA,"853236854249984000",NA,"Twitter for Android","nelly_redman","147","TRUE","FALSE" +"12651","12651","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 13:13:56","FALSE",NA,"853234937679491072",NA,"Twitter for Android","Hnybdgr13","147","TRUE","FALSE" +"12652","12652","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-15 13:12:16","FALSE",NA,"853234518274318336",NA,"Twitter for Windows","EquityAdil","22","TRUE","FALSE" +"12653","12653","RT @CGDev: This Tuesday join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu79faHP","FALSE","0",NA,"2017-04-15 13:01:47","FALSE",NA,"853231881269260288",NA,"Twitter for iPhone","MilanV","2","TRUE","FALSE" +"12654","12654","This Tuesday join #CGDTalks discussion on #India's econ w/ @arvindsubraman & moderated by @AnnieLowrey https://t.co/blTu79faHP","FALSE","1",NA,"2017-04-15 13:00:04","FALSE",NA,"853231448807034880",NA,"TweetDeck","CGDev","2","FALSE","FALSE" +"12655","12655","Those in power can make huge money these days by selling stocks short and taking crazy decisions like demonetization to make billions.","FALSE","1",NA,"2017-04-15 12:58:17","FALSE",NA,"853230998665834497",NA,"Twitter for Android","_rgupta","1","FALSE","FALSE" +"12656","12656","Effect of demonetization!!! https://t.co/EljvI7EKIB","FALSE","0",NA,"2017-04-15 12:48:05","FALSE",NA,"853228432754319365",NA,"Twitter for Android","anand_henry","0","FALSE","FALSE" +"12657","12657","RT @Nesenag: @c_aashish All these snarky tweets are fine but can you switch between Demonetization, EVMs, Aadhar and Tunday Kebabs with non�","FALSE","0",NA,"2017-04-15 12:45:50","FALSE",NA,"853227866720546816",NA,"Twitter Web Client","wavehit","1","TRUE","FALSE" +"12658","12658","RT @ThinkingHearts: @narendramodi @Divsbabs 20 years later this Digital India initiative + Demonetization would be read in our text books a�","FALSE","0",NA,"2017-04-15 12:42:05","FALSE",NA,"853226925816414210",NA,"Twitter for Android","PintuJadhavBJP","1","TRUE","FALSE" +"12659","12659","RT @shailesh_0501: @narendramodi Modi ji, thanks for taking bold decision of demonetization . Make the India completely cashless. +It will r�","FALSE","0",NA,"2017-04-15 12:40:44","FALSE",NA,"853226583775207424",NA,"Twitter for Android","PintuJadhavBJP","1","TRUE","FALSE" +"12660","12660","@byniknat @barugaru @priyankac19 Fact 1: Demonetization was fraud perpetrated by @narendramodi to shore up capital� https://t.co/EfXph7a9d6","FALSE","0","ArnabCoaching","2017-04-15 12:40:10","TRUE","853226205687857159","853226439805550593","776874976716521473","Twitter Web Client","ArnabCoaching","0","FALSE","FALSE" +"12661","12661",".@YouTube needs to pay a steep price for this demonetization BS. Customers have the real power. Your eyeballs are worth a LOT of money.","FALSE","0",NA,"2017-04-15 12:36:37","FALSE",NA,"853225548004421632",NA,"Twitter for Android","IntlWOM","0","FALSE","FALSE" +"12662","12662","Automobile Sector�s Resurgence After�Demonetization https://t.co/po0w3x2lCU https://t.co/KSwo4GrngU","FALSE","0",NA,"2017-04-15 12:31:59","FALSE",NA,"853224382222696448",NA,"WordPress.com","nayansharma62","0","FALSE","FALSE" +"12663","12663","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 12:31:33","FALSE",NA,"853224274160734211",NA,"Twitter for Android","khanrisising","9","TRUE","FALSE" +"12664","12664","RT @Whitesquall_87: @RageAfterStorm Well that's quite relevant to my comment. Demonetization is like the gateway drug to deletion lol. Hope�","FALSE","0",NA,"2017-04-15 12:29:56","FALSE",NA,"853223864159150082",NA,"Twitter Web Client","RageAfterStorm","1","TRUE","FALSE" +"12665","12665","@RageAfterStorm Well that's quite relevant to my comment. Demonetization is like the gateway drug to deletion lol.� https://t.co/AFfPRKSotq","FALSE","2","RageAfterStorm","2017-04-15 12:28:58","TRUE","853222909090955264","853223624446275584","554576047","Twitter Web Client","Whitesquall_87","1","FALSE","FALSE" +"12666","12666","@ICICIBank ATMs still running dry. Not sure if this still an impact of #demonetization","FALSE","0","ICICIBank","2017-04-15 12:26:01","FALSE",NA,"853222881052045314","419298953","Twitter for iPhone","JayeshVeralkar","0","FALSE","FALSE" +"12667","12667","RT @JPAL_Global: Banerjee: After #demonetization, GDP growth fell slightly - but this isn't the best measure of real #impacts. https://t.co�","FALSE","0",NA,"2017-04-15 12:18:50","FALSE",NA,"853221072170360832",NA,"Twitter for iPhone","rewasmisra","1","TRUE","FALSE" +"12668","12668","@NewsX @Priyascorner Finest r otherwise ,one is already out of d race n now only one in d race,after demonetization ","FALSE","0","NewsX","2017-04-15 12:17:52","FALSE","853212480302006274","853220830116954112","23405846","Twitter for Android","Vaidyvoice","0","FALSE","FALSE" +"12669","12669","The modi sarkar claims to have eliminated corruption by demonetization. From experience as on today almost... https://t.co/WcIitgtIFZ","FALSE","0",NA,"2017-04-15 12:14:49","FALSE",NA,"853220060046950400",NA,"Facebook","rrcreativity","0","FALSE","FALSE" +"12670","12670","@iyad_elbaghdadi @Hayder_alKhoei all the stone throwing stopped when demonetization was on. no cash to pay the stone throwers","FALSE","0","iyad_elbaghdadi","2017-04-15 12:14:03","FALSE","853189622935031808","853219869461852161","18725815","Twitter Web Client","taspart","0","FALSE","FALSE" +"12671","12671","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 12:12:12","FALSE",NA,"853219402254213121",NA,"Twitter Web Client","A_Sex_God","147","TRUE","FALSE" +"12672","12672","demonetization is the key. one shot two birds https://t.co/sTndvgTlry","FALSE","0",NA,"2017-04-15 12:10:28","FALSE",NA,"853218968445882369",NA,"Twitter for Android","Enlightnera","0","FALSE","FALSE" +"12673","12673","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 12:10:12","FALSE",NA,"853218900460412928",NA,"Twitter for iPhone","KimBeyerEskilds","147","TRUE","FALSE" +"12674","12674","RT @temporary_handl: @aviralmittal @UmaSinghal1 @drjatinanand @bharat_builder @virkamu @Impres78 @Kumar_Ke5hav Aadhe kehte hain demonetizat�","FALSE","0",NA,"2017-04-15 12:08:34","FALSE",NA,"853218489141612544",NA,"Twitter for iPhone","aviralmittal","1","TRUE","FALSE" +"12675","12675","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-15 12:07:48","FALSE",NA,"853218295666835457",NA,"Twitter for iPhone","mukeshdholakiya","20","TRUE","FALSE" +"12676","12676","@aviralmittal @UmaSinghal1 @drjatinanand @bharat_builder @virkamu @Impres78 @Kumar_Ke5hav Aadhe kehte hain demoneti� https://t.co/PRzz2CgOiz","FALSE","2","temporary_handl","2017-04-15 12:03:22","TRUE","853216505273528320","853217181537976320","3066444216","Twitter for Android","temporary_handl","1","FALSE","FALSE" +"12677","12677","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 12:00:04","FALSE",NA,"853216350348558337",NA,"Twitter for iPad","Demontialto","147","TRUE","FALSE" +"12678","12678","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-15 11:55:47","FALSE",NA,"853215271414366208",NA,"Twitter for iPhone","jeanguilherme__","6","TRUE","FALSE" +"12679","12679","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/sgpB6prNvL","FALSE","0",NA,"2017-04-15 11:51:14","FALSE",NA,"853214127732535297",NA,"OnlyWire / Official App","yeshuma20171","0","FALSE","FALSE" +"12680","12680","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/clKRd6TgXq","FALSE","0",NA,"2017-04-15 11:47:11","FALSE",NA,"853213109623955456",NA,"OnlyWire / Official App","vinayvishwaram2","0","FALSE","FALSE" +"12681","12681","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/IrHhFi39JV","FALSE","0",NA,"2017-04-15 11:46:15","FALSE",NA,"853212871504924672",NA,"OnlyWire / Official App","vibhore_patel","0","FALSE","FALSE" +"12682","12682","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/cudzc72QU5","FALSE","0",NA,"2017-04-15 11:45:20","FALSE",NA,"853212640860139520",NA,"OnlyWire / Official App","VenakataVeena","0","FALSE","FALSE" +"12683","12683","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/AiMl9SJWfA","FALSE","0",NA,"2017-04-15 11:44:17","FALSE",NA,"853212377025843201",NA,"OnlyWire / Official App","sonakshirao151","0","FALSE","FALSE" +"12684","12684","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/DD2WniIPJ6","FALSE","0",NA,"2017-04-15 11:44:16","FALSE",NA,"853212374232420352",NA,"OnlyWire / Official App","shilpatiwari122","0","FALSE","FALSE" +"12685","12685","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YmeEF4BKgF","FALSE","0",NA,"2017-04-15 11:43:17","FALSE",NA,"853212125057167360",NA,"OnlyWire / Official App","shilpaseth12017","0","FALSE","FALSE" +"12686","12686","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/YIuj3fOwgp","FALSE","0",NA,"2017-04-15 11:42:19","FALSE",NA,"853211882362220544",NA,"OnlyWire / Official App","rekeshsingh891","0","FALSE","FALSE" +"12687","12687","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/6hYAf5yYdx","FALSE","0",NA,"2017-04-15 11:42:18","FALSE",NA,"853211879552036864",NA,"OnlyWire / Official App","RavinaBajpai","0","FALSE","FALSE" +"12688","12688","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/N6LgFlBi3w","FALSE","0",NA,"2017-04-15 11:41:10","FALSE",NA,"853211594641350656",NA,"OnlyWire / Official App","rameshvaidya201","0","FALSE","FALSE" +"12689","12689","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jSOxNZOI8G","FALSE","0",NA,"2017-04-15 11:40:17","FALSE",NA,"853211372250955778",NA,"OnlyWire / Official App","rajenda10367639","0","FALSE","FALSE" +"12690","12690","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/bGL4tFM0sc","FALSE","0",NA,"2017-04-15 11:39:21","FALSE",NA,"853211138615586816",NA,"OnlyWire / Official App","prerna762","0","FALSE","FALSE" +"12691","12691","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/KNQDeVDltk","FALSE","0",NA,"2017-04-15 11:39:21","FALSE",NA,"853211137214730242",NA,"OnlyWire / Official App","premnat77872313","0","FALSE","FALSE" +"12692","12692","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-15 11:38:56","FALSE",NA,"853211032386392065",NA,"Twitter Web Client","dhruvbhim","8","TRUE","FALSE" +"12693","12693","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/myCr0QZKd0","FALSE","0",NA,"2017-04-15 11:38:18","FALSE",NA,"853210873720176640",NA,"OnlyWire / Official App","premnatalie89","0","FALSE","FALSE" +"12694","12694","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/xhIiJwz8zs","FALSE","0",NA,"2017-04-15 11:37:13","FALSE",NA,"853210601685962753",NA,"OnlyWire / Official App","misterpeter2017","0","FALSE","FALSE" +"12695","12695","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/jlY8XEKMzR","FALSE","0",NA,"2017-04-15 11:34:14","FALSE",NA,"853209847671685120",NA,"OnlyWire / Official App","mmanishkale2011","0","FALSE","FALSE" +"12696","12696","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/S3it9CDUsD","FALSE","0",NA,"2017-04-15 11:34:14","FALSE",NA,"853209847382364161",NA,"OnlyWire / Official App","omkarrawat20171","0","FALSE","FALSE" +"12697","12697","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/XUzzbnDMl8","FALSE","0",NA,"2017-04-15 11:33:18","FALSE",NA,"853209614556516352",NA,"OnlyWire / Official App","mleora2017","0","FALSE","FALSE" +"12698","12698","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/CjZaz4tMKS","FALSE","0",NA,"2017-04-15 11:33:18","FALSE",NA,"853209614455902212",NA,"OnlyWire / Official App","kalgutkar201","0","FALSE","FALSE" +"12699","12699","Didn't demonetization end stone pelting? Or another of the long series of non existent achievements coupled with an economy that is tanking.","FALSE","0",NA,"2017-04-15 11:33:12","FALSE",NA,"853209590682353665",NA,"Twitter for Android","vikramadhiman","0","FALSE","FALSE" +"12700","12700","@BDUTT Modi should do demonetization every six months to stop this stone pelting. #DeMonetisation stops pelting . :)","FALSE","0","BDUTT","2017-04-15 11:33:03","FALSE","853115543036936192","853209551134314496","19929890","Twitter Web Client","judets","0","FALSE","FALSE" +"12701","12701","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/j1KWhYq9E9","FALSE","0",NA,"2017-04-15 11:32:14","FALSE",NA,"853209343940022272",NA,"OnlyWire / Official App","NarvekarKhushal","0","FALSE","FALSE" +"12702","12702","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/Dn1BUEzNBi","FALSE","0",NA,"2017-04-15 11:31:13","FALSE",NA,"853209089404481536",NA,"OnlyWire / Official App","karansing5991","0","FALSE","FALSE" +"12703","12703","RT @Lexmeridian: #SupremeCourt ruling on #note exchange window in July + +https://t.co/ZVup54iAh5 +#demonetization #RBI","FALSE","0",NA,"2017-04-15 11:31:04","FALSE",NA,"853209050040979457",NA,"Twitter for iPhone","Piushtomar","1","TRUE","FALSE" +"12704","12704","@Sunilgoinghigh @malviyamit I paid cash so does many .... Online ab shuru hua hain specially jabse digital India an� https://t.co/lO4CGsuMst","FALSE","0","Sunilgoinghigh","2017-04-15 11:29:32","TRUE","853206376641843200","853208665557524483","46944588","Twitter Lite","_neerajk","0","FALSE","FALSE" +"12705","12705","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/I6qPA1tRDM","FALSE","0",NA,"2017-04-15 11:28:17","FALSE",NA,"853208352763113472",NA,"OnlyWire / Official App","dhanu_jairaj","0","FALSE","FALSE" +"12706","12706","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/NkC4DkLziN","FALSE","0",NA,"2017-04-15 11:27:13","FALSE",NA,"853208084419936257",NA,"OnlyWire / Official App","ananyapuri77","0","FALSE","FALSE" +"12707","12707","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/3GDEbWG3TB","FALSE","0",NA,"2017-04-15 11:26:09","FALSE",NA,"853207814965256192",NA,"OnlyWire / Official App","shivash27668993","0","FALSE","FALSE" +"12708","12708","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/hDJs7lNw3d","FALSE","0",NA,"2017-04-15 11:25:19","FALSE",NA,"853207604377649152",NA,"OnlyWire / Official App","nick123dsouza1","0","FALSE","FALSE" +"12709","12709","RT @RadhaGiri: 811 is the day when india changed with demonetization - kotak has launched an innovative product with the same name! Smart m�","FALSE","0",NA,"2017-04-15 11:18:06","FALSE",NA,"853205787946106880",NA,"Twitter Web Client","shivBuddh","2","TRUE","FALSE" +"12710","12710","Big kick to banks due to demonetization ! +Anti common man banking !@# https://t.co/ZC66qZw5iG","FALSE","2",NA,"2017-04-15 11:16:06","FALSE",NA,"853205286479212544",NA,"Twitter for Android","islamhussain055","0","FALSE","FALSE" +"12711","12711","@evanspiegel should state that during demonetization . He could then see snaps how we used bills as tissue papers.","FALSE","0","evanspiegel","2017-04-15 11:10:44","FALSE",NA,"853203935452155910","230287527","Twitter Web Client","knowrameez","0","FALSE","FALSE" +"12712","12712","RT @dhanbiogr: Mind blowing Response from International Media to demonetization! It will shut the Mouth of Opposition! https://t.co/xJbvvCs�","FALSE","0",NA,"2017-04-15 11:10:10","FALSE",NA,"853203790316666881",NA,"Twitter Web Client","tsezarlilms","2","TRUE","FALSE" +"12713","12713","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/l7nDrORf4C","FALSE","0",NA,"2017-04-15 10:48:24","FALSE",NA,"853198315156111361",NA,"OnlyWire / Official App","AlexMoon43","0","FALSE","FALSE" +"12714","12714","Discover top 5 advantages of Demonetization an article from Motilal Oswal Financial Services https://t.co/sRYj6QqkP1 https://t.co/sRYj6QqkP1","FALSE","0",NA,"2017-04-15 10:46:43","FALSE",NA,"853197892860956672",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"12715","12715","The Overall Impact of Demonetization on the Education System in India an article from Motilal Oswal Services https:/ https://t.co/9adbr7D5AG","FALSE","0",NA,"2017-04-15 10:46:26","FALSE",NA,"853197821364887552",NA,"OnlyWire / Official App","aakruthireddy","0","FALSE","FALSE" +"12716","12716","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 10:21:20","FALSE",NA,"853191504847699970",NA,"Twitter for Android","mr_inkcognito","147","TRUE","FALSE" +"12717","12717","Glorifying Indian economic reforms after the horror of demonetization - is ECRI a pale horseman of the apocalypse? https://t.co/gbghnzSIvb","FALSE","0",NA,"2017-04-15 10:16:16","FALSE",NA,"853190227296387076",NA,"Twitter Web Client","pruss5015","0","FALSE","FALSE" +"12718","12718","RT @maratheshail: Demonetization has killed the rural economy & the farmers, they said, as India heads for a record cereal crop +https://t.c�","FALSE","0",NA,"2017-04-15 09:53:25","FALSE",NA,"853184478436577280",NA,"Twitter for Android","joshmo01","2","TRUE","FALSE" +"12719","12719","@sardesairajdeep After all they're the administration who got impulsive idea of inflicting demonetization on the public.","FALSE","0","sardesairajdeep","2017-04-15 09:52:37","FALSE","853111700844707840","853184278112247809","56304605","Twitter for iPhone","siddiquitweets","0","FALSE","FALSE" +"12720","12720","@Gaddadaari @VikHasya True. It's not the absolute unfairness that rankles, it's the inconsistency of it. Explains w� https://t.co/IKPmY7PmzQ","FALSE","0","Gaddadaari","2017-04-15 09:50:06","TRUE","853182651020132352","853183642117582848","64659765","Twitter for Android","StiffUpperHip","0","FALSE","FALSE" +"12721","12721","@narendramodi Sir please give some attention to the employees of bank also In demonetization bankers only make it s� https://t.co/wTcLcpS0B7","FALSE","0","narendramodi","2017-04-15 09:48:41","TRUE","852682546542456837","853183286520238081","18839785","Twitter Lite","sharmanayan96","0","FALSE","FALSE" +"12722","12722","@narendramodi Even after 5mths of Demonetization-Step for Digital cashless Economy. Still in Irctc, electricity payment etc extra charge","FALSE","0","narendramodi","2017-04-15 09:44:52","FALSE",NA,"853182324367925248","18839785","Twitter Web Client","chadhah","0","FALSE","FALSE" +"12723","12723","@narendramodi Instead f basking in d glory of demonetization,BJP sud move 2 othr poll promises.What is done in UP,implement across pan India","FALSE","0","narendramodi","2017-04-15 09:44:17","FALSE",NA,"853182180616359936","18839785","Twitter for Android","indian_another","0","FALSE","FALSE" +"12724","12724","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 09:37:50","FALSE",NA,"853180557043183616",NA,"Twitter for Android","arvind__sen","24","TRUE","FALSE" +"12725","12725","@AngellicAribam Reply me honestly +Yours how much Money wasted during Demonetization in form of 500 & 1000 rupee notes","FALSE","1","AngellicAribam","2017-04-15 09:37:42","FALSE","853109403482034176","853180523946147840","1032352716","Twitter for Android","manikgarg5","0","FALSE","FALSE" +"12726","12726","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 09:34:57","FALSE",NA,"853179832045150208",NA,"Twitter for Android","pankpoetakh","24","TRUE","FALSE" +"12727","12727","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 09:33:40","FALSE",NA,"853179506042916864",NA,"Twitter Lite","AstrologistIndi","24","TRUE","FALSE" +"12728","12728","RT @Chakolebaaz: Mother of all bomb takes 36 lives. Demonetization takes 150 lives.","FALSE","0",NA,"2017-04-15 09:33:03","FALSE",NA,"853179352514793472",NA,"Twitter for Android","karwan_an","3","TRUE","FALSE" +"12729","12729","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 09:33:01","FALSE",NA,"853179341601218560",NA,"Twitter for Android","manishk1392","24","TRUE","FALSE" +"12730","12730","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 09:28:48","FALSE",NA,"853178283688579072",NA,"Twitter for Android","QafilaS","9","TRUE","FALSE" +"12731","12731","RT @yksingh26: Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetization has dr�","FALSE","0",NA,"2017-04-15 09:28:26","FALSE",NA,"853178189149085696",NA,"Twitter Web Client","richa_singh","9","TRUE","FALSE" +"12732","12732","Wasn't #DeMonetisation supposed to curb stone pelting ?Didn't we hear voices propagating theories that Demonetizati� https://t.co/KwjiLjn206","FALSE","6",NA,"2017-04-15 09:27:33","TRUE",NA,"853177967186370560",NA,"Twitter Web Client","yksingh26","9","FALSE","FALSE" +"12733","12733","@PrabhuRam26 I supported demonetization for first three days. Then Also I supported while preparing for competitiv� https://t.co/Y4jE6sLh9N","FALSE","1","PrabhuRam26","2017-04-15 09:27:25","TRUE","853176878454243328","853177934097534976","152588823","Twitter for Android","tara_views","0","FALSE","FALSE" +"12734","12734","@sardesairajdeep Demonetization done for this only. +Currency chori +Currency shortage +Surplus New cash with BJP is highly suspicious.","FALSE","0","sardesairajdeep","2017-04-15 09:25:17","FALSE","853111700844707840","853177398023663616","56304605","Twitter for Android","ashokkbasu","0","FALSE","FALSE" +"12735","12735","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 09:20:09","FALSE",NA,"853176107646033921",NA,"Twitter for Android","bjpsamvad","24","TRUE","FALSE" +"12736","12736","@sanjayuvacha but the way PM talks about cashless,demonetization,he has no idea about the ground reality,maybe even� https://t.co/eZxCZVuBa2","FALSE","1","sanjayuvacha","2017-04-15 09:08:26","TRUE","853137205639827456","853173158253166593","164335216","Twitter Web Client","randomaccesone","0","FALSE","FALSE" +"12737","12737","Gold imports gain since demonetization: Black money turned white, then yellow https://t.co/uBqVJMbfFo via @wordpressdotcom","FALSE","0",NA,"2017-04-15 09:04:44","FALSE",NA,"853172224743833600",NA,"Twitter Web Client","swastika_invest","0","FALSE","FALSE" +"12738","12738","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 08:55:03","FALSE",NA,"853169788557721600",NA,"Twitter for Android","JasBJP","24","TRUE","FALSE" +"12739","12739","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:54:42","FALSE",NA,"853169702205632512",NA,"Twitter Web Client","MrTeaSmoker","147","TRUE","FALSE" +"12740","12740","@snsachinnandu So you accept that demonetization is failed.","FALSE","0","snsachinnandu","2017-04-15 08:44:45","FALSE","852950795205177349","853167196947730432","1706390917","Twitter for Android","Chakolebaaz","0","FALSE","FALSE" +"12741","12741","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:42:40","FALSE",NA,"853166670831079424",NA,"Twitter for Android","Kaukning","147","TRUE","FALSE" +"12742","12742","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:41:38","FALSE",NA,"853166410830405632",NA,"Twitter Web Client","SwedishSpaceman","147","TRUE","FALSE" +"12743","12743","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:41:20","FALSE",NA,"853166336188588032",NA,"Twitter for iPad","clarkkent63","147","TRUE","FALSE" +"12744","12744","RT @Stupidosaur: @interceptor4h @raggedtag Basically entire IAC gang supports everything CIA wants. Aadhaar, EVMs, demonetization, etc ;)","FALSE","0",NA,"2017-04-15 08:36:27","FALSE",NA,"853165109639733249",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"12745","12745","@interceptor4h @raggedtag Basically entire IAC gang supports everything CIA wants. Aadhaar, EVMs, demonetization, etc ;)","FALSE","0","Stupidosaur","2017-04-15 08:36:24","FALSE","853164612853743616","853165096507330560","307807275","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"12746","12746","RT @Stupidosaur: @interceptor4h @raggedtag Useless Kejri also didn't speak up correct thing which would have defeated demonetization.I told�","FALSE","0",NA,"2017-04-15 08:34:36","FALSE",NA,"853164643430395905",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"12747","12747","@interceptor4h @raggedtag Useless Kejri also didn't speak up correct thing which would have defeated demonetization� https://t.co/Ja2TWMWtFJ","FALSE","0","Stupidosaur","2017-04-15 08:33:37","TRUE","853164023482695680","853164396545060865","307807275","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"12748","12748","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-15 08:31:54","FALSE",NA,"853163961377632256",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"12749","12749","1) While #PM is batting for #demonetization, #banks don't seem to share same enthusiasm","FALSE","0",NA,"2017-04-15 08:21:52","FALSE",NA,"853161439028281344",NA,"Twitter for Android","hiteshharidevan","0","FALSE","FALSE" +"12750","12750","but Babaji had told us that demonetization has stopped terrorism and stone pelting...phir why ""Sinking Valley"" ? woh bhi JUMLA hi tha kya?","FALSE","0",NA,"2017-04-15 08:13:41","FALSE",NA,"853159377989226499",NA,"Twitter Web Client","lamboomishra","1","FALSE","FALSE" +"12751","12751","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:11:06","FALSE",NA,"853158729495269380",NA,"Twitter for iPhone","CarlBirkin","147","TRUE","FALSE" +"12752","12752","@narendramodi hi modiji..i want to share my experience which i was felt today. im not able to understand what is purpose of Demonetization","FALSE","0","narendramodi","2017-04-15 08:11:01","FALSE",NA,"853158706598387712","18839785","Twitter Web Client","plpriyanka6","0","FALSE","FALSE" +"12753","12753","A glance on successful implementation of a decision that revealed corrupt elements. +#DeMonetisation #GoT +https://t.co/Wh6DedxgLb","FALSE","0",NA,"2017-04-15 08:09:25","FALSE",NA,"853158303236472832",NA,"Twitter for Android","subtlelog","0","FALSE","FALSE" +"12754","12754","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 08:08:43","FALSE",NA,"853158127482568704",NA,"Tweetbot for iS","adiz0r","147","TRUE","FALSE" +"12755","12755","@yasirbadoo @timesofindia How long will you live in denial? Demonetization proved that these jokers are working ONL� https://t.co/5QZg1DIW6b","FALSE","0","yasirbadoo","2017-04-15 07:52:00","TRUE","853152244652441600","853153920109039617","852871466282627072","Twitter Web Client","cbkwgl","0","FALSE","FALSE" +"12756","12756","@sardesairajdeep @GargTarun1987 Remember something called #demonetization??","FALSE","1","sardesairajdeep","2017-04-15 07:51:44","FALSE","853111700844707840","853153855088992256","56304605","Twitter for Android","jawadtweets","0","FALSE","FALSE" +"12757","12757","Demonetization effects sir https://t.co/NGbjIb6Ofu","FALSE","0",NA,"2017-04-15 07:36:27","FALSE",NA,"853150009424039938",NA,"Twitter for Android","pdharm5","0","FALSE","FALSE" +"12758","12758","At 5.1% FY17 bank credit grows lowest in over 60 years, they said demonetization will recover banks status what happened to that","FALSE","0",NA,"2017-04-15 07:35:37","FALSE",NA,"853149798148358144",NA,"Twitter Web Client","cifarshayar","0","FALSE","FALSE" +"12759","12759","@abhi_bol @Moneylifers @IndiaExplained @sanjayuvacha @madversity @prasanto @amitvarma @nistula @saliltripathi� https://t.co/YE8UhPUCU8","FALSE","13","abhi_bol","2017-04-15 07:23:50","TRUE","853142944370630656","853146835048968192","69822203","Twitter for Android","hi_paresh","0","FALSE","FALSE" +"12760","12760","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 07:16:22","FALSE",NA,"853144956487249920",NA,"Twitter for Android","partypartiet","147","TRUE","FALSE" +"12761","12761","RT @thesuniljain: I'm not saying we don't need cash, indeed I'm a critic of demonetization, but believe govt has done an amazing job in dig�","FALSE","0",NA,"2017-04-15 07:13:54","FALSE",NA,"853144335214366720",NA,"Twitter for iPhone","amitsingh","5","TRUE","FALSE" +"12762","12762","@ArvindKejriwal After elections they will ask proof for surgical strike , protest against demonetization","FALSE","0","arunpatil36","2017-04-15 06:57:03","FALSE","853139422572924929","853140093678354432","106054024","Twitter for Android","arunpatil36","0","FALSE","FALSE" +"12763","12763","RT @imeerage: Record global harvest of cereals, India too heads for a new high +No effect of #Demonetization or Cash crunch + +https://t.co/�","FALSE","0",NA,"2017-04-15 06:54:18","FALSE",NA,"853139401890603008",NA,"Twitter for Android","IHarjeetR","1","TRUE","FALSE" +"12764","12764","then there are people who ask what did demonetization actually achieve!! https://t.co/kWMhuDkwNn","FALSE","0",NA,"2017-04-15 06:52:45","FALSE",NA,"853139009295589376",NA,"Twitter Web Client","swaroop1982","0","FALSE","FALSE" +"12765","12765","No wonder opposition went into a state of shock on demonetization announcement https://t.co/jpiBEkILty","FALSE","0",NA,"2017-04-15 06:47:00","FALSE",NA,"853137562193416193",NA,"Twitter for Android","anantha4500","0","FALSE","FALSE" +"12766","12766","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 06:42:07","FALSE",NA,"853136335212867584",NA,"Twitter Web Client","xbeyond1","147","TRUE","FALSE" +"12767","12767","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-15 06:38:57","FALSE",NA,"853135538756497408",NA,"Twitter for iPhone","EmLikesBagels","7","TRUE","FALSE" +"12768","12768","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 06:38:51","FALSE",NA,"853135513276076032",NA,"Twitter for iPhone","JennyJewell3","147","TRUE","FALSE" +"12769","12769","RT @thesuniljain: I'm not saying we don't need cash, indeed I'm a critic of demonetization, but believe govt has done an amazing job in dig�","FALSE","0",NA,"2017-04-15 06:32:32","FALSE",NA,"853133925429989378",NA,"Twitter for iPhone","SMathur20","5","TRUE","FALSE" +"12770","12770","RT @Chakolebaaz: Mother of all bomb takes 36 lives. Demonetization takes 150 lives.","FALSE","0",NA,"2017-04-15 06:28:22","FALSE",NA,"853132873465032704",NA,"Twitter for iPhone","anshBx","3","TRUE","FALSE" +"12771","12771","RT RadhaGiri: 811 is the day when india changed with demonetization - kotak has launched an innovative product with the same name! Smart mo�","FALSE","0",NA,"2017-04-15 06:28:14","FALSE",NA,"853132839377936384",NA,"IFTTT","PuneStartup","0","FALSE","FALSE" +"12772","12772","RT @Chakolebaaz: Mother of all bomb takes 36 lives. Demonetization takes 150 lives.","FALSE","0",NA,"2017-04-15 06:27:11","FALSE",NA,"853132577082822656",NA,"Twitter for Android","Balaindrajith","3","TRUE","FALSE" +"12773","12773","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 06:25:59","FALSE",NA,"853132275499847681",NA,"Twitter for Android","BJPSamvadWB","24","TRUE","FALSE" +"12774","12774","RT @RadhaGiri: 811 is the day when india changed with demonetization - kotak has launched an innovative product with the same name! Smart m�","FALSE","0",NA,"2017-04-15 06:25:45","FALSE",NA,"853132218146992129",NA,"Twitter for iPhone","TiEPune","2","TRUE","FALSE" +"12775","12775","811 is the day when india changed with demonetization - kotak has launched an innovative product with the same name! Smart move! #TieConPune","FALSE","9",NA,"2017-04-15 06:23:38","FALSE",NA,"853131685097074688",NA,"Twitter for iPhone","RadhaGiri","2","FALSE","FALSE" +"12776","12776","Mother of all bomb takes 36 lives. Demonetization takes 150 lives.","FALSE","4",NA,"2017-04-15 06:22:51","FALSE",NA,"853131487306174464",NA,"Twitter for Android","Chakolebaaz","3","FALSE","FALSE" +"12777","12777","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 06:20:03","FALSE",NA,"853130780909981697",NA,"Twitter for Android","sanjaytripathi3","24","TRUE","FALSE" +"12778","12778","@SCSver @OpIndia_com @RazdanNidhi I don't know about collared but if she doesn't apologize over this,I am done with� https://t.co/PUnwPK5mlv","FALSE","1","SCSver","2017-04-15 06:19:22","TRUE","853128613721284609","853130609228738560","709055965","Twitter Lite","narain_vishnu","1","FALSE","FALSE" +"12779","12779","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 06:17:36","FALSE",NA,"853130163395190784",NA,"Twitter Web Client","Nori_NYC","147","TRUE","FALSE" +"12780","12780","The latest The Demonetization Daily! https://t.co/PdD6fKHf91 #news","FALSE","0",NA,"2017-04-15 06:14:27","FALSE",NA,"853129373653901312",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"12781","12781","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 06:12:54","FALSE",NA,"853128981100371968",NA,"Twitter for Android","ajayisk","24","TRUE","FALSE" +"12782","12782","Anyone wants to guess how they got the loans and why they can't be recovered? Demonetization was one way to shore u� https://t.co/yojjJHJO1m","FALSE","1",NA,"2017-04-15 06:07:08","TRUE",NA,"853127530873851904",NA,"Twitter Web Client","ajaymreddy","0","FALSE","FALSE" +"12783","12783","@thenewshour #BanWhatNext ? +Whole nation knew about the scam that happened in the name of demonetization but nobody could do nothing!","FALSE","0","thenewshour","2017-04-15 06:05:52","FALSE",NA,"853127213507629056","97442036","Twitter for Android","Buddy7747","0","FALSE","FALSE" +"12784","12784","@PMOIndia @narendramodi The hypothesis on demonetization turn out to be true,Bhim-Aadhaar will give new hope of opp� https://t.co/7Xb8wLPqRD","FALSE","1","PMOIndia","2017-04-15 06:05:25","TRUE","853125590072700928","853127098914938881","471741741","Twitter Web Client","venkatathiri11","0","FALSE","FALSE" +"12785","12785","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 06:03:58","FALSE",NA,"853126734794719232",NA,"Twitter for iPhone","truthpursuit22","147","TRUE","FALSE" +"12786","12786","@sardesairajdeep that's y BJPeee did a demonetization. To break the money power of rest of the parties.but poor bhakt think it's to curb BM","FALSE","0","sardesairajdeep","2017-04-15 06:02:48","FALSE","853111700844707840","853126442267181056","56304605","Twitter for Android","onenation_nk","0","FALSE","FALSE" +"12787","12787","@narendramodi demonetization was a blunder mistake.but for fool's u become a HERO. +AM I WRONG ? +IF YES- I AM READY FOR DEBATE","FALSE","1","RameshK48068479","2017-04-15 05:59:38","FALSE","853124893310939136","853125645752299520","828643288630624256","Twitter for Android","RameshK48068479","0","FALSE","FALSE" +"12788","12788","@AbhayDubey_ @rkam105 @abpnewshindi @DrKumarVishwas @ArvindKejriwal KV lives by heart, decides by heart. Even on de� https://t.co/I9eWn92GZN","FALSE","0","AbhayDubey_","2017-04-15 05:59:06","TRUE","853122428473548800","853125510783803392","769438303288295424","Twitter Web Client","mrmanojrai","0","FALSE","FALSE" +"12789","12789","@NationalistAge Till date RBI and gov has nor declared how much money has been deposited in banks after demonetization, sb black money he ya","FALSE","0","NationalistAge","2017-04-15 05:50:11","FALSE","853122964992258048","853123267602726912","806550602477993985","Twitter for Android","BrijendratomarS","0","FALSE","FALSE" +"12790","12790","@NationalistAge I told u one day u will come to know GST is the second biggest blunder mistake after demonetization","FALSE","0","NationalistAge","2017-04-15 05:47:17","FALSE","853112519715696640","853122536577441792","806550602477993985","Twitter for Android","BrijendratomarS","0","FALSE","FALSE" +"12791","12791","RT @AndrogynyV: I liked a @YouTube video https://t.co/ZQl2rBfPvW Use Bitcoin, Steemit, & Cryptocurrency to work around Youtube demonetizati�","FALSE","0",NA,"2017-04-15 05:44:07","FALSE",NA,"853121737961111553",NA,"Twitter for Android","VanosEnigmA","1","TRUE","FALSE" +"12792","12792","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-15 05:38:02","FALSE",NA,"853120209841831936",NA,"SocioAdvocacy","ptlshivakumar12","10","TRUE","FALSE" +"12793","12793","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 05:37:03","FALSE",NA,"853119960176091136",NA,"Twitter for Android","Cameloparadlis","147","TRUE","FALSE" +"12794","12794","@narendramodi INDIAN CURRENY IS LOOSING FAITH FROM UR MORE THAN HUNDRED OF U TURNS DURING DEMONETIZATION. +WE'RE EARNING, WE ARE FREE TO DO.","FALSE","1","narendramodi","2017-04-15 05:31:34","FALSE","852831597082558464","853118581453750274","18839785","Twitter for Android","RameshK48068479","0","FALSE","FALSE" +"12795","12795","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-15 05:28:05","FALSE",NA,"853117704970018816",NA,"Twitter for iPhone","SapnilRevankar","8","TRUE","FALSE" +"12796","12796","@narendramodi @Divsbabs 20 years later this Digital India initiative + Demonetization would be read in our text boo� https://t.co/KQVTY7zo5x","FALSE","2","narendramodi","2017-04-15 05:27:06","TRUE","852831729291108353","853117456319037441","18839785","Twitter for Android","ThinkingHearts","1","FALSE","FALSE" +"12797","12797","@AngryJoeShow #1? Can't prove that, but heavily hit!? Whoa boy, you are on a UNITED flight to demonetization!","FALSE","0","AngryJoeShow","2017-04-15 05:24:05","FALSE","853085185222598656","853116695753445376","22275457","Twitter for Windows","EnjoyingShows","0","FALSE","FALSE" +"12798","12798","RT @PattySD51: @MarkDice @facebook Stop buying Dove! Demonetization works both ways!!!","FALSE","0",NA,"2017-04-15 05:16:16","FALSE",NA,"853114729488949248",NA,"Twitter for Android","DCdecals1","1","TRUE","FALSE" +"12799","12799","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-15 05:10:50","FALSE",NA,"853113362435145728",NA,"Twitter for Android","RadSexington","7","TRUE","FALSE" +"12800","12800","RT @akron_88: Had predicted #demonetization will be a failure with @DasShaktikanta at helm. The guy who alleged reports 2 chidu first. #nse�","FALSE","0",NA,"2017-04-15 05:10:19","FALSE",NA,"853113233049362432",NA,"Twitter for Android","vivekkapoor111","41","TRUE","FALSE" +"12801","12801","Another round of stone pelting at SF in Kashmir. SC opposed to pellet guns. So we hv another round of demonetization?","FALSE","0",NA,"2017-04-15 05:05:49","FALSE",NA,"853112102638301184",NA,"Twitter Web Client","HKarandikar","0","FALSE","FALSE" +"12802","12802","@prdyt article seems tailored to touch every single nerve of the anti-demonetization brigade...","FALSE","0","prdyt","2017-04-15 05:02:22","FALSE","853103125019770880","853111233616068608","17684911","Twitter Web Client","probably_this","0","FALSE","FALSE" +"12803","12803","@SitaramYechury That is the vibrancy created by demonetization of Modi.","FALSE","0","SitaramYechury","2017-04-15 04:57:29","FALSE","853103037472055296","853110001740677122","4053162792","Twitter Web Client","scsharma333","0","FALSE","FALSE" +"12804","12804","@Razarumi @sanjayuvacha @MuhammadZiauddi @DTOpEd Wasn't the primary objective of demonetization was supposed to rem� https://t.co/Len3b0C43x","FALSE","0","Razarumi","2017-04-15 04:53:38","TRUE","853103089427075072","853109034853027840","9397732","Twitter Lite","hayat5001","0","FALSE","FALSE" +"12805","12805","RT @analyseasia: [Weekend Recap] Everything you want to know about smartphone coverage & demonetization in India with @navkendar_IDC https�","FALSE","0",NA,"2017-04-15 04:50:33","FALSE",NA,"853108256990015489",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"12806","12806","I liked a @YouTube video https://t.co/SB7d5qqEYV Youtube Demonetization and Soft Censorship","FALSE","0",NA,"2017-04-15 04:46:09","FALSE",NA,"853107150977093632",NA,"Google","palace486","0","FALSE","FALSE" +"12807","12807","@BJP4UP @myogiadityanath @BJP4India @BJPLive @naqvimukhtar BJP MAFIA'S DAUGHTERS MARRIAGE DURING DEMONETIZATION IN 100 OF CRORES & HOW WE 20","FALSE","1","BJP4UP","2017-04-15 04:44:49","FALSE","853105279965310976","853106817379033088","2220938808","Twitter for Android","RameshK48068479","0","FALSE","FALSE" +"12808","12808","RT @maratheshail: Demonetization has killed the rural economy & the farmers, they said, as India heads for a record cereal crop +https://t.c�","FALSE","0",NA,"2017-04-15 04:40:04","FALSE",NA,"853105618441441284",NA,"salutcavaouiettoibienoubien","cerealsmiamiam","2","TRUE","FALSE" +"12809","12809","RT @SRGanguli1: @SRGanguli1 @tufailelif Pl don't get misled by this masquerader Modi-baiter. #DeMonetization ridiculed by @dhume shows it.N�","FALSE","0",NA,"2017-04-15 04:38:53","FALSE",NA,"853105323552284672",NA,"Twitter for iPhone","vetri_vm","5","TRUE","FALSE" +"12810","12810","RT @medianama: #Recap Ghost of demonetization returns with reports of cash crunch across the country https://t.co/GGxWphVTNn","FALSE","0",NA,"2017-04-15 04:38:40","FALSE",NA,"853105266732216320",NA,"Twitter for Windows","SudhiirKrishnan","1","TRUE","FALSE" +"12811","12811","@adrenna9 @TimesNow You seem to be stuck like a old gramophone needle on demonetization when the whole word has sin� https://t.co/UnT1gSPOJQ","FALSE","0","adrenna9","2017-04-15 04:36:16","TRUE","853095502056796160","853104664128217088","3413075354","Twitter Web Client","rskaravadra","0","FALSE","FALSE" +"12812","12812","@TheEconomist Lead up to demonetization, like the one India pulled off in Nov. Governments want to get rid of cash so everyone is tracked.","FALSE","0","TheEconomist","2017-04-15 04:35:40","FALSE","853103234931724288","853104511367475200","5988062","Twitter for Android","hlakhani555","0","FALSE","FALSE" +"12813","12813","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 04:33:19","FALSE",NA,"853103920050294784",NA,"Twitter for iPhone","mrsSHolm","147","TRUE","FALSE" +"12814","12814","#Recap Ghost of demonetization returns with reports of cash crunch across the country https://t.co/GGxWphVTNn","FALSE","0",NA,"2017-04-15 04:30:02","FALSE",NA,"853103096905576448",NA,"Buffer","medianama","1","FALSE","FALSE" +"12815","12815","DEMONETIZATION IN HINDSIGHT https://t.co/9WNleZzTCW","FALSE","1",NA,"2017-04-15 04:29:32","FALSE",NA,"853102968169574401",NA,"Twitter Web Client","PVRajeevS","0","FALSE","FALSE" +"12816","12816","Demonetization has killed the rural economy & the farmers, they said, as India heads for a record cereal crop +https://t.co/knUARiCne6","FALSE","1",NA,"2017-04-15 04:28:52","FALSE",NA,"853102802851082240",NA,"Twitter for Android","maratheshail","2","FALSE","FALSE" +"12817","12817","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 04:22:54","FALSE",NA,"853101301953163264",NA,"Twitter for Android","nuggettoffy","24","TRUE","FALSE" +"12818","12818","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 04:19:24","FALSE",NA,"853100421434441728",NA,"Twitter for Android","AmitPandey476","24","TRUE","FALSE" +"12819","12819","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 04:19:04","FALSE",NA,"853100333685293056",NA,"Twitter for Android","p_sahibsingh","24","TRUE","FALSE" +"12820","12820","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 04:18:12","FALSE",NA,"853100118215675904",NA,"Twitter for Android","LagrowJamie","147","TRUE","FALSE" +"12821","12821","@rahulroushan @LenteCurrite Then tell me this demonetization Was a scam or not?","FALSE","0","rahulroushan","2017-04-15 04:16:28","FALSE","852890208521658368","853099681198608384","66782978","Twitter for Android","GGlobalgraphics","0","FALSE","FALSE" +"12822","12822","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 04:06:20","FALSE",NA,"853097130646532096",NA,"Twitter for Android","sanjay99000","24","TRUE","FALSE" +"12823","12823","RT @r_kodali: Now poor are with Modi because of demonetization and his Pro- poor policies. https://t.co/CpniBQUSB3","FALSE","0",NA,"2017-04-15 04:06:00","FALSE",NA,"853097045296533505",NA,"Twitter Web Client","krishanjee","1","TRUE","FALSE" +"12824","12824","I accept only one fact i can clean that toilet and thats not a big deal at all when you just stop demonetization from those buyers.","FALSE","1",NA,"2017-04-15 03:59:14","FALSE",NA,"853095345865113600",NA,"Mobile Web (M2)","subh010","0","FALSE","FALSE" +"12825","12825","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:54:42","FALSE",NA,"853094202472878080",NA,"Twitter for iPad","DasMattu","24","TRUE","FALSE" +"12826","12826","RT @SRGanguli1: @SRGanguli1 @tufailelif Pl don't get misled by this masquerader Modi-baiter. #DeMonetization ridiculed by @dhume shows it.N�","FALSE","0",NA,"2017-04-15 03:54:34","FALSE",NA,"853094168293289985",NA,"Twitter for iPad","visaradah","5","TRUE","FALSE" +"12827","12827","Demonetization of Rs. 500 and Rs. 1000 currency notes https://t.co/H18bRZnDFu","FALSE","1",NA,"2017-04-15 03:51:38","FALSE",NA,"853093431416995840",NA,"dlvr.it","broadbandforum","0","FALSE","FALSE" +"12828","12828","India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/Gkin458luV","FALSE","0",NA,"2017-04-15 03:50:55","FALSE",NA,"853093252785950722",NA,"Facebook","bjym_jk","0","FALSE","FALSE" +"12829","12829","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 03:50:53","FALSE",NA,"853093244317650946",NA,"Twitter Lite","GSD_SteVB","147","TRUE","FALSE" +"12830","12830","RT @BRINKAsia: After Demonetization, What�s Next for Indian Banks? https://t.co/fH48nEdaMS","FALSE","0",NA,"2017-04-15 03:48:44","FALSE",NA,"853092703982297088",NA,"Twitter for Android","Siripuramrk","5","TRUE","FALSE" +"12831","12831","RT @vrsrini: These graphs show that the points reached in Feb would have been more or less same if there was no #demonetization.. https://t�","FALSE","0",NA,"2017-04-15 03:48:03","FALSE",NA,"853092528257605632",NA,"Twitter for Android","omgupta60","1","TRUE","FALSE" +"12832","12832","@GeekVariety @bigandrobot That has to be an error and they think your channel hasn't had enough views or something.� https://t.co/LZtvyGbUhr","FALSE","2","GeekVariety","2017-04-15 03:46:16","TRUE","853085500055461888","853092082822656002","2940121509","Twitter Web Client","Brad_Glasgow","0","FALSE","FALSE" +"12833","12833","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:44:43","FALSE",NA,"853091689447268352",NA,"Twitter for Android","raviagrawalbjp","24","TRUE","FALSE" +"12834","12834","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:44:02","FALSE",NA,"853091517426225152",NA,"Twitter for Android","abhay_runwal","24","TRUE","FALSE" +"12835","12835","Five months after #Modi's demonetization efforts began, Indians are struggling to find cash at ATMs +#economy #India https://t.co/jflKZbuUpH","FALSE","0",NA,"2017-04-15 03:43:57","FALSE",NA,"853091499889889280",NA,"Twitter Web Client","raddreportmag","0","FALSE","FALSE" +"12836","12836","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:42:37","FALSE",NA,"853091160604233728",NA,"Twitter Lite","Jagadish_100","24","TRUE","FALSE" +"12837","12837","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:40:05","FALSE",NA,"853090526375051265",NA,"Twitter for Android","Rajendr76194898","24","TRUE","FALSE" +"12838","12838","RT @bjpsamvad: India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","0",NA,"2017-04-15 03:38:57","FALSE",NA,"853090240738672640",NA,"Twitter Web Client","ajayrashmivyas","24","TRUE","FALSE" +"12839","12839","India exports grow fastest in 5 years in 2016-17, despite demonetization +#TrustBJP https://t.co/PK9qO92K4N","FALSE","47",NA,"2017-04-15 03:38:30","FALSE",NA,"853090125072535552",NA,"Twitter for Android","bjpsamvad","24","FALSE","FALSE" +"12840","12840","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 03:36:20","FALSE",NA,"853089582392393728",NA,"Twitter for iPhone","atheist_taco","147","TRUE","FALSE" +"12841","12841","people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for BJP! +@mkatju","FALSE","0",NA,"2017-04-15 03:32:09","FALSE",NA,"853088527441154048",NA,"Twitter for Android","KamalSYsingh","0","FALSE","FALSE" +"12842","12842","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-15 03:31:45","FALSE",NA,"853088428245868544",NA,"Twitter for Android","KamalSYsingh","60","TRUE","FALSE" +"12843","12843","@PMOIndia do something against landmafia even DEMONETIZATION has not helped yet. A planned strategyg is still required to crub soaring price","FALSE","0","PMOIndia","2017-04-15 03:24:31","FALSE","852801239280570370","853086608479866880","471741741","Twitter for Android","drabsjpr","0","FALSE","FALSE" +"12844","12844","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-15 03:22:54","FALSE",NA,"853086202249056256",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"12845","12845","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 03:21:14","FALSE",NA,"853085782357274624",NA,"Twitter for Android","RasberryRachel","147","TRUE","FALSE" +"12846","12846","@MarkDice @facebook Stop buying Dove! Demonetization works both ways!!!","FALSE","20","MarkDice","2017-04-15 03:17:17","FALSE","853082425974444032","853084787531272193","35039490","Twitter for Android","PattySD51","1","FALSE","FALSE" +"12847","12847","@ArvindKejriwal @AamAadmiParty They are now starting facing business slow down aftr demonetization and politely acc� https://t.co/Z7K939EsUu","FALSE","1","MaheshS22041975","2017-04-15 03:16:40","TRUE","853084167969656832","853084630832091137","4884848351","Twitter for Android","MaheshS22041975","0","FALSE","FALSE" +"12848","12848","@ArvindKejriwal @AamAadmiParty : Some of my Gujarati business friends in Mumbai now started feeling demonetization effect on their business","FALSE","1","ArvindKejriwal","2017-04-15 03:14:49","FALSE",NA,"853084167969656832","405427035","Twitter for Android","MaheshS22041975","0","FALSE","FALSE" +"12849","12849","This was a no-brainer hope the leakage is managed well by the #incometax #vigilantes +#CleanUpCash #Demonetization� https://t.co/yodw4FO0Py","FALSE","0","ChetanMahajan","2017-04-15 03:14:10","TRUE","800553695708475394","853084003708030976","20850969","Twitter for Android","ChetanMahajan","0","FALSE","FALSE" +"12850","12850","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 03:11:48","FALSE",NA,"853083408267923456",NA,"Twitter Web Client","jjws","147","TRUE","FALSE" +"12851","12851","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 03:08:37","FALSE",NA,"853082606249926656",NA,"Twitter for iPhone","LukeRebber","147","TRUE","FALSE" +"12852","12852","RT @CubeDwellerz: This shirt is dedicated to some of our favorite #YouTubers #demonetization #demonetized #DeMonetisation #demonetized http�","FALSE","0",NA,"2017-04-15 03:07:33","FALSE",NA,"853082336191295488",NA,"Twitter for iPhone","InfosecRonin","4","TRUE","FALSE" +"12853","12853","RT @CubeDwellerz: This shirt is dedicated to some of our favorite #YouTubers #demonetization #demonetized #DeMonetisation #demonetized http�","FALSE","0",NA,"2017-04-15 03:07:11","FALSE",NA,"853082247150395392",NA,"Twitter for iPhone","webhostingbook","4","TRUE","FALSE" +"12854","12854","RT @CubeDwellerz: This shirt is dedicated to some of our favorite #YouTubers #demonetization #demonetized #DeMonetisation #demonetized http�","FALSE","0",NA,"2017-04-15 03:06:50","FALSE",NA,"853082158440828932",NA,"Twitter for iPhone","webhosts4sale","4","TRUE","FALSE" +"12855","12855","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:59:32","FALSE",NA,"853080320475774976",NA,"Twitter for iPhone","budmandavid","147","TRUE","FALSE" +"12856","12856","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-15 02:53:11","FALSE",NA,"853078720835407872",NA,"Twitter for iPhone","pratikpatel939","22","TRUE","FALSE" +"12857","12857","@ANINewsUP @ANI_news Again grt initiative with worst implementation like demonetization,students may b told abt grt� https://t.co/Z9Epr5h9eu","FALSE","0","ANINewsUP","2017-04-15 02:46:34","TRUE","852770943906729984","853077056992817152","706709499856334848","Twitter for Android","amzadbabloo","0","FALSE","FALSE" +"12858","12858","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:44:53","FALSE",NA,"853076635532316673",NA,"Twitter for iPhone","R_Christianity_","147","TRUE","FALSE" +"12859","12859","@CholericCleric Whats the connection wih demonetization? Increased production of cereals is probably good. But rice� https://t.co/a3K1ojrxAV","FALSE","1","CholericCleric","2017-04-15 02:42:58","TRUE","853007540292026373","853076152818257920","2788642796","Twitter for Android","iamVaalPaiyan_","0","FALSE","FALSE" +"12860","12860","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:41:55","FALSE",NA,"853075887192817664",NA,"Twitter for Android","Hezerminator","147","TRUE","FALSE" +"12861","12861","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-15 02:40:20","FALSE",NA,"853075490437038081",NA,"Twitter for Windows Phone","drdevendrasaini","8","TRUE","FALSE" +"12862","12862","@Luttapi2 @PTI_News What about those people who sufferd at the time of demonetization ? Why Govt suggest them to handle pressure ?","FALSE","0","Luttapi2","2017-04-15 02:39:49","FALSE","852939342146416641","853075357007843328","810202188995706880","Twitter for Android","pankaj_03","0","FALSE","FALSE" +"12863","12863","I'm not saying we don't need cash, indeed I'm a critic of demonetization, but believe govt has done an amazing job� https://t.co/Z8dZ73eZFb","FALSE","4",NA,"2017-04-15 02:35:49","TRUE",NA,"853074352903864320",NA,"Twitter for Android","thesuniljain","5","FALSE","FALSE" +"12864","12864","I liked a @YouTube video https://t.co/sUXOQF0aDq YouTube Demonetization Policy","FALSE","0",NA,"2017-04-15 02:33:00","FALSE",NA,"853073641956704256",NA,"Google","Willnox123","0","FALSE","FALSE" +"12865","12865","For all who had doubted demonetization,this is 1 such example of d impact it had on black hoarding.But..An ostri� https://t.co/E9Xmf6uFiK","FALSE","0",NA,"2017-04-15 02:32:52","TRUE",NA,"853073611359371265",NA,"Twitter for Android","rksinghn","0","FALSE","FALSE" +"12866","12866","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:31:44","FALSE",NA,"853073325148557312",NA,"Twitter for iPhone","HuntingFreakz","147","TRUE","FALSE" +"12867","12867","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:27:59","FALSE",NA,"853072379840528385",NA,"Twitter for iPhone","HitGirlNow","147","TRUE","FALSE" +"12868","12868","RT @TwoBrosGaming: So does this wrestling demonetization thing on youtube include wrestling video games?","FALSE","0",NA,"2017-04-15 02:23:24","FALSE",NA,"853071226666795008",NA,"Twitter for iPhone","Snipedot23","1","TRUE","FALSE" +"12869","12869","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:22:47","FALSE",NA,"853071073428066304",NA,"Twitter Web Client","JaclynTeacher","147","TRUE","FALSE" +"12870","12870","The latest The Demonetization Daily! https://t.co/PdD6fKHf91 Thanks to @FatihaH_CPS @ketansavaj @gursimranmand #narendramodi #news","FALSE","0",NA,"2017-04-15 02:13:46","FALSE",NA,"853068801755291648",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"12871","12871","more than 60,000 people identified for investigation into claims of excessive cash sales during demonetization + https://t.co/GMjKd7Bocr","FALSE","0",NA,"2017-04-15 02:12:19","FALSE",NA,"853068437865644032",NA,"Twitter for iPhone","tisaiyan","0","FALSE","FALSE" +"12872","12872","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 02:07:45","FALSE",NA,"853067288899080193",NA,"Twitter for iPhone","GregPrill","147","TRUE","FALSE" +"12873","12873","RT @brushfiremind: In the wake of the YouTube Demonetization madness we need subscribers. https://t.co/WFZPJwu6hD Support FREE SPEECH!","FALSE","0",NA,"2017-04-15 02:03:40","FALSE",NA,"853066260007014400",NA,"Twitter for iPhone","rodie_ccw","1","TRUE","FALSE" +"12874","12874","Record global harvest of cereals, India too heads for a new high +No effect of #Demonetization or Cash crunch + +https://t.co/kWDGCSDDDd","FALSE","5",NA,"2017-04-15 02:03:19","FALSE",NA,"853066174346776576",NA,"Twitter for Android","imeerage","1","FALSE","FALSE" +"12875","12875","@timesofindia A good example, how demonetization has wrecked corruption. The corporator is not poor by 14.8 Cr.","FALSE","0","timesofindia","2017-04-15 02:01:22","FALSE","853031684161376257","853065681780187137","134758540","Twitter Web Client","everestpeak","0","FALSE","FALSE" +"12876","12876","[Weekend Recap] Everything you want to know about smartphone coverage & demonetization in India with @navkendar_IDC https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-15 02:00:02","FALSE",NA,"853065348639326208",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"12877","12877","@Karanraina88 @mediacrooks @ndtv Remember after demonetization when his ISI funds became raddi, he had to abandon M� https://t.co/K6gYzuHXVu","FALSE","0","Karanraina88","2017-04-15 01:56:48","TRUE","853063183526903808","853064531035267072","4350394009","Twitter for Android","ArunNutan","0","FALSE","FALSE" +"12878","12878","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 01:51:13","FALSE",NA,"853063127126073344",NA,"Twitter for Android","JescoJones","147","TRUE","FALSE" +"12879","12879","Demonetization has only increased prices of fruits,vegetables & other day-to -day essential commodities spiralling higher & higher!!!!","FALSE","0",NA,"2017-04-15 01:47:37","FALSE",NA,"853062220430712836",NA,"Twitter Web Client","mkr19","0","FALSE","FALSE" +"12880","12880","RT @AlfredoMancuso: When you know you're with the YouTube demonetization god! And the LZs https://t.co/2Ocf5SLewQ","FALSE","0",NA,"2017-04-15 01:46:29","FALSE",NA,"853061935063064576",NA,"Twitter Web Client","chriswilks1982","1","TRUE","FALSE" +"12881","12881","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 01:21:57","FALSE",NA,"853055762423320577",NA,"Twitter for Android","keller864runner","147","TRUE","FALSE" +"12882","12882","@IndiaToday Is demonetization working in j&k ????","FALSE","0","IndiaToday","2017-04-15 01:21:10","FALSE","852956799141642240","853055567144865794","19897138","Twitter for Android","SOUMENDRAMISHRA","0","FALSE","FALSE" +"12883","12883","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 01:05:21","FALSE",NA,"853051586112880645",NA,"Twitter for Android","Shinobi1kenobii","147","TRUE","FALSE" +"12884","12884","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 00:29:17","FALSE",NA,"853042507621519360",NA,"Twitter Web Client","yasushetamarki","147","TRUE","FALSE" +"12885","12885","This shirt is dedicated to some of our favorite #YouTubers #demonetization #demonetized #DeMonetisation� https://t.co/gKQhfgSrOz","FALSE","0",NA,"2017-04-15 00:21:28","TRUE",NA,"853040543265411072",NA,"Twitter Web Client","CubeDwellerz","4","FALSE","FALSE" +"12886","12886","@Sargon_of_Akkad That was the point of this demonetization bullshit. To shut down the hate speech mongers. Stop acting like it's a surprise.","FALSE","1","Sargon_of_Akkad","2017-04-15 00:21:24","FALSE","853027702126907392","853040524919533568","2472399354","Twitter for iPhone","AdmiralCrackers","0","FALSE","FALSE" +"12887","12887","YouTube demonetization: Plane crashes and YouTube don�t mix ��TomoNews https://t.co/QaFti7UVM1 https://t.co/OFmFjyb34O","FALSE","0",NA,"2017-04-15 00:17:26","FALSE",NA,"853039527514001410",NA,"WordPress.com","tradeflights","0","FALSE","FALSE" +"12888","12888","YouTube demonetization: Plane crashes and YouTube don�t mix ��TomoNews https://t.co/PRmtTYNaeV https://t.co/6DVnJRSqBc","FALSE","0",NA,"2017-04-15 00:17:23","FALSE",NA,"853039514033565696",NA,"WordPress.com","AircraftLogbook","0","FALSE","FALSE" +"12889","12889","YouTube demonetization: Plane crashes and YouTube don�t mix ��TomoNews https://t.co/vDAH55DdmU https://t.co/XvqHBzkapD","FALSE","0",NA,"2017-04-15 00:17:19","FALSE",NA,"853039496417296384",NA,"WordPress.com","TAAForum","0","FALSE","FALSE" +"12890","12890","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 00:12:30","FALSE",NA,"853038283563126784",NA,"Twitter Lite","TheBloodyHounds","147","TRUE","FALSE" +"12891","12891","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-15 00:01:26","FALSE",NA,"853035501032529920",NA,"Twitter Lite","Swedensfuture","147","TRUE","FALSE" +"12892","12892","Demonetization catch #RainingRaids https://t.co/yPoniU9pkn","FALSE","1",NA,"2017-04-14 23:59:40","FALSE",NA,"853035053906972672",NA,"Twitter for Android","ravindranath_a","0","FALSE","FALSE" +"12893","12893","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:59:00","FALSE",NA,"853034886600458240",NA,"Twitter Web Client","anitaDlivaditis","147","TRUE","FALSE" +"12894","12894","Youtube Demonetization is the first step towards freeing ourselves from the yoke of Capitalism.","FALSE","9",NA,"2017-04-14 23:50:11","FALSE",NA,"853032669893976064",NA,"Twitter Web Client","gapingmaws","0","FALSE","FALSE" +"12895","12895","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-14 23:47:56","FALSE",NA,"853032104099143680",NA,"Twitter for Android","Music_Man_Mike","7","TRUE","FALSE" +"12896","12896","The Rise of Bitcoin in the Wake of Demonetization in India https://t.co/wF8ZMIsaVY https://t.co/fxh8O7SMIJ","FALSE","0",NA,"2017-04-14 23:45:04","FALSE",NA,"853031380166483968",NA,"BitcoinBtcNews","BitcoinBtcNews","0","FALSE","FALSE" +"12897","12897","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:41:10","FALSE",NA,"853030399328616448",NA,"TweetDeck","RobertLeija","147","TRUE","FALSE" +"12898","12898","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:33:55","FALSE",NA,"853028575037009920",NA,"Twitter for iPhone","NjStSunday","147","TRUE","FALSE" +"12899","12899","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:32:26","FALSE",NA,"853028203744514048",NA,"Twitter Web Client","fireblizz","147","TRUE","FALSE" +"12900","12900","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:31:46","FALSE",NA,"853028032168284160",NA,"Twitter for iPhone","citizenfl","147","TRUE","FALSE" +"12901","12901","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:31:31","FALSE",NA,"853027972919558144",NA,"Twitter Web Client","frokensverige","147","TRUE","FALSE" +"12902","12902","@TheFreedom2Live @YouTube @YouTube is dirty for demonetization of anyone non liberal or non democrat","FALSE","0","TheFreedom2Live","2017-04-14 23:28:33","FALSE","853020983703162880","853027223464443904","3406894394","Twitter for iPhone","stitchard","0","FALSE","FALSE" +"12903","12903","RT @JPAL_Global: Banerjee: Most people we surveyed thought #demonetization was bad for them, but good for the country. https://t.co/N64rKmW�","FALSE","0",NA,"2017-04-14 23:27:19","FALSE",NA,"853026914042335233",NA,"Twitter for Android","Pritha88","2","TRUE","FALSE" +"12904","12904","RT @azomer: Lessons for other countries? Print the bills before! ""Baffled"" by the level of implementation - #demonetization in #India @JPAL�","FALSE","0",NA,"2017-04-14 23:27:02","FALSE",NA,"853026844165251072",NA,"Twitter for Android","Pritha88","3","TRUE","FALSE" +"12905","12905","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:18:49","FALSE",NA,"853024774485925889",NA,"Twitter for iPhone","lorimerchant3","147","TRUE","FALSE" +"12906","12906","Demonetization, Digital Identity and Universal Basic Income � How Big Ideas Are Changing India https://t.co/vrT3Js8HRV","FALSE","1",NA,"2017-04-14 23:16:25","FALSE",NA,"853024169138716672",NA,"Twitter Web Client","KevinHope4","0","FALSE","FALSE" +"12907","12907","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:15:33","FALSE",NA,"853023955158016003",NA,"Twitter for Android","cracki","147","TRUE","FALSE" +"12908","12908","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:11:39","FALSE",NA,"853022971388145665",NA,"Twitter for iPhone","xtractartist","147","TRUE","FALSE" +"12909","12909","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:10:11","FALSE",NA,"853022602154999809",NA,"Twitter for iPad","trentster","147","TRUE","FALSE" +"12910","12910","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:06:20","FALSE",NA,"853021632113332224",NA,"Twitter Web Client","Nanu759","147","TRUE","FALSE" +"12911","12911","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 23:05:05","FALSE",NA,"853021319486722049",NA,"TweetDeck","TruthFrqncyNews","147","TRUE","FALSE" +"12912","12912","YouTube demonetization: #Young #Turks maintains silence and more people ar... https://t.co/lL60BDar70 via @YouTube","FALSE","0",NA,"2017-04-14 22:53:47","FALSE",NA,"853018475656237056",NA,"Twitter Web Client","Marxian_Theory","0","FALSE","FALSE" +"12913","12913",""" Isn�t it time for the demonetization of spirituality and the renaissance of lovingly and freely sharing... https://t.co/f8IqLB7wTa","FALSE","0",NA,"2017-04-14 22:52:28","FALSE",NA,"853018143438118912",NA,"Facebook","LeiaMerkabel","0","FALSE","FALSE" +"12914","12914","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 22:49:41","FALSE",NA,"853017445329588224",NA,"Twitter for Android","DrDineshVerma7","60","TRUE","FALSE" +"12915","12915","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:45:14","FALSE",NA,"853016324389425152",NA,"Twitter for iPad","BillyBlackstock","147","TRUE","FALSE" +"12916","12916","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:44:47","FALSE",NA,"853016208978976772",NA,"Twitter for Android","katarina_J_J","147","TRUE","FALSE" +"12917","12917","So does this wrestling demonetization thing on youtube include wrestling video games?","FALSE","11",NA,"2017-04-14 22:41:59","FALSE",NA,"853015506843914240",NA,"Twitter Web Client","TwoBrosGaming","1","FALSE","FALSE" +"12918","12918","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:41:43","FALSE",NA,"853015436891475968",NA,"Twitter for iPhone","_drfister","147","TRUE","FALSE" +"12919","12919","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:37:57","FALSE",NA,"853014491486932992",NA,"Twitter for iPhone","TroyCFour","147","TRUE","FALSE" +"12920","12920","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:36:06","FALSE",NA,"853014025243947009",NA,"Twitter Web Client","karlnieb","147","TRUE","FALSE" +"12921","12921","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:33:14","FALSE",NA,"853013303773335554",NA,"Twitter Web Client","Cryptoid870","147","TRUE","FALSE" +"12922","12922","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:32:21","FALSE",NA,"853013082544713733",NA,"Twitter Web Client","ColonelShotover","147","TRUE","FALSE" +"12923","12923","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:30:20","FALSE",NA,"853012574924713984",NA,"Twitter for iPhone","savvie54","147","TRUE","FALSE" +"12924","12924","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:27:05","FALSE",NA,"853011756989509632",NA,"Twitter Web Client","YeeunMin1","147","TRUE","FALSE" +"12925","12925","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:25:02","FALSE",NA,"853011241643593728",NA,"Twitter for iPhone","EvolaLover","147","TRUE","FALSE" +"12926","12926","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:21:10","FALSE",NA,"853010266321276929",NA,"Twitter for Android","deanbrickland","147","TRUE","FALSE" +"12927","12927","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:20:56","FALSE",NA,"853010207227564032",NA,"Twitter for Android","kartoffel_eis","147","TRUE","FALSE" +"12928","12928","@Timcast Demonetization is just a money grab by YouTube. They know exactly when to demonetize and for how long for� https://t.co/qgU1AN7RAg","FALSE","3","Timcast","2017-04-14 22:20:37","TRUE","853002789714247680","853010127179268097","27000730","Twitter Web Client","WookieLife","0","FALSE","FALSE" +"12929","12929","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:18:15","FALSE",NA,"853009533085650944",NA,"Twitter Web Client","toadstoolfrags","147","TRUE","FALSE" +"12930","12930","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:16:42","FALSE",NA,"853009144139436032",NA,"Twitter for Android","Salty_Dog2016","147","TRUE","FALSE" +"12931","12931","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-14 22:16:01","FALSE",NA,"853008969035423744",NA,"Twitter Web Client","hulitherium","7","TRUE","FALSE" +"12932","12932","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:15:25","FALSE",NA,"853008821966573568",NA,"Twitter Web Client","AlexanderZeBoom","147","TRUE","FALSE" +"12933","12933","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:14:57","FALSE",NA,"853008704727388160",NA,"Twitter for iPhone","TrushE_Bob","147","TRUE","FALSE" +"12934","12934","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:14:03","FALSE",NA,"853008476053921793",NA,"Twitter for Android","theboybutler","147","TRUE","FALSE" +"12935","12935","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:11:18","FALSE",NA,"853007783230414848",NA,"Twitter for Android","magliaro_tony","147","TRUE","FALSE" +"12936","12936","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:09:09","FALSE",NA,"853007241292763137",NA,"Twitter Lite","thatassuknow","147","TRUE","FALSE" +"12937","12937","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:08:08","FALSE",NA,"853006986564296706",NA,"Twitter for Android","Enjambement98","147","TRUE","FALSE" +"12938","12938","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:07:23","FALSE",NA,"853006800286777344",NA,"Twitter for Android","Shelby14_02","147","TRUE","FALSE" +"12939","12939","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:06:55","FALSE",NA,"853006679922835460",NA,"Twitter for iPhone","SturdyWendy","147","TRUE","FALSE" +"12940","12940","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:05:45","FALSE",NA,"853006389081513987",NA,"Twitter Web Client","Nova80157112","147","TRUE","FALSE" +"12941","12941","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:05:01","FALSE",NA,"853006203797946369",NA,"Twitter for iPhone","SevenFlamingos","147","TRUE","FALSE" +"12942","12942","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:04:51","FALSE",NA,"853006160085102592",NA,"Twitter for Android","realhansard","147","TRUE","FALSE" +"12943","12943","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:04:23","FALSE",NA,"853006041734369282",NA,"Twitter for Android","danwho9","147","TRUE","FALSE" +"12944","12944","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:03:32","FALSE",NA,"853005830064545792",NA,"Twitter for Android","drfessel","147","TRUE","FALSE" +"12945","12945","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:03:04","FALSE",NA,"853005713463009285",NA,"Twitter Web Client","GamerOps","147","TRUE","FALSE" +"12946","12946","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:02:39","FALSE",NA,"853005607468752896",NA,"Twitter for Android","JasonEBurack","147","TRUE","FALSE" +"12947","12947","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:01:36","FALSE",NA,"853005341092487168",NA,"Twitter for iPhone","JerryLMaine","147","TRUE","FALSE" +"12948","12948","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:01:25","FALSE",NA,"853005298495356928",NA,"Twitter for Android","LargePigeon","147","TRUE","FALSE" +"12949","12949","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:01:06","FALSE",NA,"853005217519910913",NA,"Twitter for iPhone","MaximusBenjamus","147","TRUE","FALSE" +"12950","12950","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:00:55","FALSE",NA,"853005172599119872",NA,"Twitter Web Client","disasterpastor","147","TRUE","FALSE" +"12951","12951","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 22:00:19","FALSE",NA,"853005020505268224",NA,"Twitter for iPhone","2coldcoronas","147","TRUE","FALSE" +"12952","12952","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:59:59","FALSE",NA,"853004936807940096",NA,"Twitter Web Client","johndoeorwell","147","TRUE","FALSE" +"12953","12953","In the wake of the YouTube Demonetization madness we need subscribers. https://t.co/WFZPJwu6hD Support FREE SPEECH!","FALSE","2",NA,"2017-04-14 21:59:03","FALSE",NA,"853004701305946112",NA,"Twitter for Windows","brushfiremind","1","FALSE","FALSE" +"12954","12954","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:59:02","FALSE",NA,"853004698068111361",NA,"Twitter Web Client","EvolveQuickly","147","TRUE","FALSE" +"12955","12955","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:58:40","FALSE",NA,"853004604073586688",NA,"Twitter Web Client","buybuydandavis","147","TRUE","FALSE" +"12956","12956","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:57:53","FALSE",NA,"853004405867773953",NA,"Twitter for Android","MsMol69","147","TRUE","FALSE" +"12957","12957","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:57:10","FALSE",NA,"853004227626639360",NA,"Twitter for Android","the_lion_rises","147","TRUE","FALSE" +"12958","12958","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:57:00","FALSE",NA,"853004184010067969",NA,"Twitter for iPhone","govness","147","TRUE","FALSE" +"12959","12959","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:55:47","FALSE",NA,"853003878631124992",NA,"Twitter Web Client","IAmVerySilky","147","TRUE","FALSE" +"12960","12960","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:55:33","FALSE",NA,"853003818778464256",NA,"Twitter for iPhone","Stretchermunkey","147","TRUE","FALSE" +"12961","12961","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:54:57","FALSE",NA,"853003668475531264",NA,"Twitter for Android","JohnRealSmith","147","TRUE","FALSE" +"12962","12962","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:54:25","FALSE",NA,"853003533850996737",NA,"Twitter for iPad","pepperlesszzz","147","TRUE","FALSE" +"12963","12963","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:54:17","FALSE",NA,"853003499721953288",NA,"Twitter Web Client","Mesh_Truth","147","TRUE","FALSE" +"12964","12964","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:54:12","FALSE",NA,"853003482256871425",NA,"Twitter for iPhone","baneofhipsters","147","TRUE","FALSE" +"12965","12965","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:54:10","FALSE",NA,"853003471733354496",NA,"Twitter for Android","lynn6319","147","TRUE","FALSE" +"12966","12966","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:34","FALSE",NA,"853003321199796224",NA,"Twitter for iPhone","Scorpian_Mom","147","TRUE","FALSE" +"12967","12967","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:34","FALSE",NA,"853003321107501058",NA,"Twitter for iPhone","MarkitectNYC","147","TRUE","FALSE" +"12968","12968","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:20","FALSE",NA,"853003261531574276",NA,"Twitter for Android","toelessboy94","147","TRUE","FALSE" +"12969","12969","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:18","FALSE",NA,"853003253033959426",NA,"Twitter for Android","SuperDonald1","147","TRUE","FALSE" +"12970","12970","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:11","FALSE",NA,"853003224630022144",NA,"Twitter for iPhone","notdan","147","TRUE","FALSE" +"12971","12971","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:53:08","FALSE",NA,"853003213485879296",NA,"Twitter for Android","GosnellRob","147","TRUE","FALSE" +"12972","12972","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:58","FALSE",NA,"853003171265998849",NA,"Twitter for Android","WhigsnTwigs","147","TRUE","FALSE" +"12973","12973","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:55","FALSE",NA,"853003156875354113",NA,"Twitter for Android","friesarefun","147","TRUE","FALSE" +"12974","12974","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:51","FALSE",NA,"853003141285113856",NA,"Twitter for iPhone","WhitestBroUKnow","147","TRUE","FALSE" +"12975","12975","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:48","FALSE",NA,"853003126785286145",NA,"Twitter for iPhone","wvueers2","147","TRUE","FALSE" +"12976","12976","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:43","FALSE",NA,"853003106052866048",NA,"Twitter Web Client","hkeye7","147","TRUE","FALSE" +"12977","12977","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:41","FALSE",NA,"853003098603868161",NA,"Twitter for Android","storspiken","147","TRUE","FALSE" +"12978","12978","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:39","FALSE",NA,"853003090890567684",NA,"Twitter Lite","JamesDelingpole","147","TRUE","FALSE" +"12979","12979","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:52:06","FALSE",NA,"853002951677403136",NA,"Twitter for iPhone","MarcusKoenig","147","TRUE","FALSE" +"12980","12980","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:51:49","FALSE",NA,"853002882924367872",NA,"Twitter Web Client","KaneJeeperz","147","TRUE","FALSE" +"12981","12981","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:51:49","FALSE",NA,"853002880294555648",NA,"Twitter for Android","Camdemonium17","147","TRUE","FALSE" +"12982","12982","RT @Timcast: Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I ge�","FALSE","0",NA,"2017-04-14 21:51:40","FALSE",NA,"853002843866910720",NA,"Twitter Web Client","thefinn12345","147","TRUE","FALSE" +"12983","12983","Youtube flags my videos for demonetization then after most people have already watched them they will reinstate ads, thus I get no money.","FALSE","362",NA,"2017-04-14 21:51:27","FALSE",NA,"853002789714247680",NA,"Twitter Web Client","Timcast","147","FALSE","FALSE" +"12984","12984","RT @seoandsmoservic: I liked a @YouTube video https://t.co/ob06fewoEz Sonu Nigam reveals how demonetization affected singers | #RSMMA","FALSE","0",NA,"2017-04-14 21:39:25","FALSE",NA,"852999762039246848",NA,"Twitter Web Client","gulviraey8kay","2","TRUE","FALSE" +"12985","12985","I added a video to a @YouTube playlist https://t.co/7t4Ljt53al Demonetization Is Not The End Of YouTube","FALSE","1",NA,"2017-04-14 21:11:00","FALSE",NA,"852992609551130624",NA,"Google","AngrymanChannel","1","FALSE","FALSE" +"12986","12986","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 21:05:40","FALSE",NA,"852991268078723074",NA,"Twitter for Android","SyedAleem_Pasha","60","TRUE","FALSE" +"12987","12987","Soon Everyone Will Come to An Agreement That @facebook @YouTube And @Google ALL SUCK! + +#Censorship #Demonetization� https://t.co/jd23HctvZv","FALSE","3",NA,"2017-04-14 20:44:34","TRUE",NA,"852985958052106246",NA,"Twitter for Android","noggfresh1","0","FALSE","FALSE" +"12988","12988","NRI In Delhi Witnessed A Grand Welcome From Corrupt Babus. https://t.co/bVy7gW39EM #demonetization #MindTheNews","FALSE","0",NA,"2017-04-14 20:33:46","FALSE",NA,"852983237873938433",NA,"Tweet Old Post","MindTheNews","0","FALSE","FALSE" +"12989","12989","RT @SickularLibtard: Left: Modis unplanned DeMonetization killing Innocents. + +Partition was planned very well by BharatRatna Gandhi/Nehru n�","FALSE","0",NA,"2017-04-14 20:04:00","FALSE",NA,"852975746427604992",NA,"Twitter for Android","RakeshB81824617","587","TRUE","FALSE" +"12990","12990","In 2014, when RBI had proposed the move of demonetization, by withdrawing currency notes issued before 2005, BJP ha� https://t.co/AA1PjE7Vjj","FALSE","1",NA,"2017-04-14 20:01:15","TRUE",NA,"852975057437642753",NA,"Twitter for Android","RahulRai_INC","0","FALSE","FALSE" +"12991","12991","Google, YouTube waging �demonetization� WAR on alternative media to bankrupt independent journalism https://t.co/mhsLuHPCAe","FALSE","0",NA,"2017-04-14 19:46:19","FALSE",NA,"852971298645057543",NA,"Twitter Web Client","timeforskin","0","FALSE","FALSE" +"12992","12992","@navinkhaitan People of UP are morons who voted for BJP as they think Demonetization made big impact on richs !!","FALSE","0","navinkhaitan","2017-04-14 19:41:32","FALSE","852789157738840064","852970093659205632","2430174896","Twitter for Android","sunnymittra","0","FALSE","FALSE" +"12993","12993","RT @seshadrireddy: Demonetization - Why Modi should write off farmers loans? - Sign the Petition! https://t.co/XF7IQ2BKzT via @ChangeOrg_In�","FALSE","0",NA,"2017-04-14 19:35:35","FALSE",NA,"852968596968022016",NA,"Twitter Web Client","ibragimsa9az","2","TRUE","FALSE" +"12994","12994","True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/BSVBT0Mdte #UPCM","FALSE","0",NA,"2017-04-14 19:31:31","FALSE",NA,"852967574941970432",NA,"IFTTT","ProudKanpuriya","0","FALSE","FALSE" +"12995","12995","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-14 19:28:13","FALSE",NA,"852966740745179136",NA,"Twitter Web Client","cong_mukt_desh","8","TRUE","FALSE" +"12996","12996","It's all because of Modi's demonetization that everyone now is dealing with RTs and not money. #NuggsForCarter","FALSE","1",NA,"2017-04-14 19:26:43","FALSE",NA,"852966365946413056",NA,"Twitter for Android","AnuragKnows","0","FALSE","FALSE" +"12997","12997","RT @Himkunzum: @ANI_news black money sure, and some said demonetization will have no effect","FALSE","0",NA,"2017-04-14 19:23:31","FALSE",NA,"852965559482421252",NA,"Twitter for Android","Sidnairatwork","2","TRUE","FALSE" +"12998","12998","What a shame that the two things I watch on @YouTube are being targeted by advertisers and being killed off due to� https://t.co/K0GobJ4gXG","FALSE","0",NA,"2017-04-14 19:01:27","TRUE",NA,"852960005829660677",NA,"Twitter for Android","cjREALLA3","0","FALSE","FALSE" +"12999","12999","RT @thomavella: Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","0",NA,"2017-04-14 18:42:41","FALSE",NA,"852955283643129856",NA,"Twitter for Android","Mathias_J_P","7","TRUE","FALSE" +"13000","13000","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 18:35:31","FALSE",NA,"852953479417036801",NA,"Twitter for Android","Saood_Jamal","14","TRUE","FALSE" +"13001","13001","RT @wef: Demonetization in #India: A political and monetary miracle? https://t.co/zvsuCyKEkY https://t.co/FcMdcVN8et","FALSE","0",NA,"2017-04-14 18:33:42","FALSE",NA,"852953024788140032",NA,"Twitter Web Client","rootsrachere191","49","TRUE","FALSE" +"13002","13002","Great step taken by our @PMOIndia on 8/11(Demonetization) is finally successful +India got Remonetized finally +#Remonetized_India +@NatGeo","FALSE","0",NA,"2017-04-14 18:25:02","FALSE",NA,"852950841531047936",NA,"Twitter Lite","Tushaarspark","0","FALSE","FALSE" +"13003","13003","Dear Indian media which was very active at the time of Demonetization., why don't you show the news of India... https://t.co/zDJArgIQYP","FALSE","0",NA,"2017-04-14 18:15:25","FALSE",NA,"852948420088143872",NA,"Facebook","Tushaarspark","0","FALSE","FALSE" +"13004","13004","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-14 18:15:19","FALSE",NA,"852948395283165184",NA,"Twitter for Android","vipinsays","8","TRUE","FALSE" +"13005","13005","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-14 18:14:52","FALSE",NA,"852948283962138624",NA,"Twitter for Android","skoulgik","8","TRUE","FALSE" +"13006","13006","These graphs show that the points reached in Feb would have been more or less same if there was no #demonetization.. https://t.co/UpUilBZ09H","FALSE","0",NA,"2017-04-14 18:14:27","FALSE",NA,"852948179658166272",NA,"Twitter for Android","vrsrini","1","FALSE","FALSE" +"13007","13007","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-14 18:10:45","FALSE",NA,"852947248610725889",NA,"Twitter Web Client","wavehit","8","TRUE","FALSE" +"13008","13008","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 18:07:30","FALSE",NA,"852946428280393728",NA,"Twitter for Android","Braveindianmax","24","TRUE","FALSE" +"13009","13009","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-14 18:06:47","FALSE",NA,"852946248931868674",NA,"Twitter for Android","cvrchandra10","8","TRUE","FALSE" +"13010","13010","@narendramodi Modi ji, thanks for taking bold decision of demonetization . Make the India completely cashless. +It w� https://t.co/QDfnlA5oQJ","FALSE","3","narendramodi","2017-04-14 18:06:15","TRUE","852831729291108353","852946114282221569","18839785","Mobile Web (M2)","shailesh_0501","1","FALSE","FALSE" +"13011","13011","RT @databaseDNA: A cashless society is all they need to shut undesirables out of the system. Make the youtube demonetization seem like the�","FALSE","0",NA,"2017-04-14 18:04:09","FALSE",NA,"852945584910630913",NA,"Twitter Web Client","apaulk2","2","TRUE","FALSE" +"13012","13012","RT @KiranKS: Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetizat�","FALSE","0",NA,"2017-04-14 18:03:46","FALSE",NA,"852945490769346560",NA,"Twitter for Android","yogeshcapri","8","TRUE","FALSE" +"13013","13013","Operation Clean Money: 60,000 people been identified for investigation into claims of excessive cash sales during #demonetization period.","FALSE","9",NA,"2017-04-14 18:03:23","FALSE",NA,"852945392928817153",NA,"Twitter Web Client","KiranKS","8","FALSE","FALSE" +"13014","13014","RT @seoandsmoservic: I liked a @YouTube video https://t.co/ob06fewoEz Sonu Nigam reveals how demonetization affected singers | #RSMMA","FALSE","0",NA,"2017-04-14 18:02:53","FALSE",NA,"852945269926887424",NA,"Twitter for iPad","rashmikka09","2","TRUE","FALSE" +"13015","13015","Arun Ji...There is no money in any ATM. When are u going to release us from Demonetization problems","FALSE","0",NA,"2017-04-14 18:02:15","FALSE",NA,"852945110664753152",NA,"Twitter Web Client","ananthnatht","0","FALSE","FALSE" +"13016","13016","@NarendraModi98 @TurnbullMalcolm Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:55:56","FALSE","851338216540188672","852943517110476801","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13017","13017","@NarendraModi98 Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:55:14","FALSE","852012414035820545","852943343910879232","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13018","13018","@NarendraModi98 Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:54:28","FALSE","852800782449508353","852943148615643136","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13019","13019","@NarendraModi98 Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:53:54","FALSE","852815286663131136","852943007989075970","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13020","13020","@NarendraModi98 Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:52:05","FALSE","852844286567743488","852942549199335424","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13021","13021","@NarendraModi98 Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","NarendraModi98","2017-04-14 17:51:40","FALSE",NA,"852942445692293120","3190414328","Twitter for Android","guna5555","0","FALSE","FALSE" +"13022","13022","@narendramodi Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","narendramodi","2017-04-14 17:51:12","FALSE","852831380723580928","852942327790350337","18839785","Twitter for Android","guna5555","0","FALSE","FALSE" +"13023","13023","@narendramodi Mr. Prime minister... we the tamil farmers supported demonetization....so please do support farmers","FALSE","0","narendramodi","2017-04-14 17:50:17","FALSE","852831597082558464","852942096642322432","18839785","Twitter for Android","guna5555","0","FALSE","FALSE" +"13024","13024","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-14 17:47:31","FALSE",NA,"852941402220580864",NA,"Twitter for Android","OmGurjar19","8","TRUE","FALSE" +"13025","13025","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-14 17:46:37","FALSE",NA,"852941173115068417",NA,"Twitter for Android","atlantesindia","8","TRUE","FALSE" +"13026","13026","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-14 17:42:43","FALSE",NA,"852940194286374913",NA,"Twitter for Android","ChweeneyTodd","8","TRUE","FALSE" +"13027","13027","RT @KiranKS: Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOt�","FALSE","0",NA,"2017-04-14 17:40:46","FALSE",NA,"852939701451317248",NA,"Twitter for Windows","karunaadukolar","8","TRUE","FALSE" +"13028","13028","Indian economy and trade getting back in order after a brief #demonetization lull. This is very promising! https://t.co/1dTjOtPwEP","FALSE","13",NA,"2017-04-14 17:36:51","FALSE",NA,"852938717194891268",NA,"Twitter Web Client","KiranKS","8","FALSE","FALSE" +"13029","13029","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-14 17:29:51","FALSE",NA,"852936954433814528",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"13030","13030","@tinikomidaniol +They were said demonetization stopped stone pelting in Kashmir. Then why not to do the same again.","FALSE","0","tinikomidaniol","2017-04-14 17:24:48","FALSE","852935321994055681","852935683882840064","2606134243","Twitter for Android","BRTram_meenaG","0","FALSE","FALSE" +"13031","13031","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-14 17:22:27","FALSE",NA,"852935094620782593",NA,"Twitter for iPhone","gr_sai","38","TRUE","FALSE" +"13032","13032","True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar - Daily News & Analysis https://t.co/WrjMg6Eb2M","FALSE","0",NA,"2017-04-14 17:20:19","FALSE",NA,"852934556399411200",NA,"IFTTT","JessieBottcher","0","FALSE","FALSE" +"13033","13033","@johniadarola @TheYoungTurks YouTube demonetization","FALSE","0","johniadarola","2017-04-14 17:18:23","FALSE","852927837686255616","852934069440528384","25694156","Twitter for iPhone","pcarsnation","0","FALSE","FALSE" +"13034","13034","RT @Stupidosaur: Never vote for AAP after we #banEVM. Saaley ullu banate hain har mamle main, demonetization ho ya EVM.","FALSE","0",NA,"2017-04-14 17:05:46","FALSE",NA,"852930892918124550",NA,"Twitter for iPhone","bgagan911","2","TRUE","FALSE" +"13035","13035","@ramana1729 Karnataka and Tamilnadu appear to have Topped in the Black Money holding Levels before Demonetization.","FALSE","0","ramana1729","2017-04-14 17:02:09","FALSE","852835620317736960","852929984486195200","39118710","Twitter Web Client","karavadiraghava","0","FALSE","FALSE" +"13036","13036","Demonetization isn't censorship https://t.co/ZXHhMuwCEq","FALSE","34",NA,"2017-04-14 16:57:36","FALSE",NA,"852928837805649920",NA,"Twitter for Android","thomavella","7","FALSE","FALSE" +"13037","13037","@priyansh2106 @ANI_news @bainjal and @PChidambaram_IN to say demonetization didnt help detect black money","FALSE","0","priyansh2106","2017-04-14 16:55:28","FALSE","852818449373872129","852928304072073223","2577088562","Twitter Web Client","HooYeda","0","FALSE","FALSE" +"13038","13038","RT @RenukaJain6: @pingmanoj1 @narendramodi @DrGPradhan @vivekagnihotri @HDFCBank_Cares @ICICIBank_Care check blog I wrote long back + +https�","FALSE","0",NA,"2017-04-14 16:50:35","FALSE",NA,"852927072515305473",NA,"Twitter for Android","drshivramsinwar","2","TRUE","FALSE" +"13039","13039","RT @bansala_amit: @PMOIndia @narendramodi just now @ndtv income tax officer raised concern will not be able to investigate cases post demon�","FALSE","0",NA,"2017-04-14 16:49:39","FALSE",NA,"852926836455682050",NA,"Twitter for Windows","TrustingINDIA","1","TRUE","FALSE" +"13040","13040","@jayantakrdas It's not the first time.its mostly the fruits of MM Singh's economic liberalisation.Mayb Modi's contri is #demonetization!","FALSE","1","jayantakrdas","2017-04-14 16:48:24","FALSE","852895829455233027","852926523908739072","91740640","Twitter for Android","paragsaharia","0","FALSE","FALSE" +"13041","13041","Demonetization Accelerates Fintech Development in India https://t.co/9WZiPjRnq1 https://t.co/BXKnBvegyl","FALSE","0",NA,"2017-04-14 16:45:05","FALSE",NA,"852925687086239744",NA,"BitcoinBtcNews","BitcoinBtcNews","0","FALSE","FALSE" +"13042","13042","RT @Himkunzum: @ANI_news black money sure, and some said demonetization will have no effect","FALSE","0",NA,"2017-04-14 16:34:19","FALSE",NA,"852922978853568512",NA,"Twitter for Android","bigsanturi","2","TRUE","FALSE" +"13043","13043","RT @Stupidosaur: Never vote for AAP after we #banEVM. Saaley ullu banate hain har mamle main, demonetization ho ya EVM.","FALSE","0",NA,"2017-04-14 16:34:07","FALSE",NA,"852922927842504704",NA,"Twitter for Windows","myselfpradeep_","2","TRUE","FALSE" +"13044","13044","@izakakhan @shaitaankhopdi Everyone knows what happened in valley post demonetization, why all jhihadi activities stopped for moment.","FALSE","0","izakakhan","2017-04-14 16:33:08","FALSE","852799768040398849","852922682186375168","421060238","Twitter for Android","AjtiwariTiwari","0","FALSE","FALSE" +"13045","13045","Never vote for AAP after we #banEVM. Saaley ullu banate hain har mamle main, demonetization ho ya EVM.","FALSE","0",NA,"2017-04-14 16:32:46","FALSE",NA,"852922589475258368",NA,"Twitter Web Client","Stupidosaur","2","FALSE","FALSE" +"13046","13046","I liked a @YouTube video https://t.co/ob06fewoEz Sonu Nigam reveals how demonetization affected singers | #RSMMA","FALSE","0",NA,"2017-04-14 16:31:49","FALSE",NA,"852922351809208321",NA,"Google","seoandsmoservic","2","FALSE","FALSE" +"13047","13047","@htTweets @vikramgopal811 Again we would say this beginning of effect of demonetization against corruption","FALSE","0","htTweets","2017-04-14 16:31:08","FALSE","852919380753121281","852922180358635524","36327407","Twitter Web Client","Surajku01908018","0","FALSE","FALSE" +"13048","13048","#RealEstateSector - Demand normalized post demonetization - + +#EmkayGlobalFinancialServicesLtd� https://t.co/ruyKSlG2p1","FALSE","0",NA,"2017-04-14 16:30:22","TRUE",NA,"852921987278270465",NA,"Hootsuite","InvGurInd","0","FALSE","FALSE" +"13049","13049","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 16:28:35","FALSE",NA,"852921534910001156",NA,"Twitter Web Client","BaazDrame","60","TRUE","FALSE" +"13050","13050","After affects of #demonetization ...But govt says yes its well planned...#BJP https://t.co/gyeJQ9QTaD","FALSE","0",NA,"2017-04-14 16:22:24","FALSE",NA,"852919981406859265",NA,"Twitter for Android","phaneekommula","0","FALSE","FALSE" +"13051","13051","@IndiaToday @sardesairajdeep @abdullah_omar So there isn't iota of chance that they are paid at all? So no stone pe� https://t.co/X1i462BsLv","FALSE","0","IndiaToday","2017-04-14 16:16:36","TRUE","852911028832808961","852918522808156161","19897138","Twitter for Android","IntFreeBanker","0","FALSE","FALSE" +"13052","13052","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 16:15:55","FALSE",NA,"852918350871187456",NA,"Twitter for Android","daringbazzz","14","TRUE","FALSE" +"13053","13053","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 16:15:14","FALSE",NA,"852918178275401728",NA,"Twitter for iPhone","deepthipillai1","22","TRUE","FALSE" +"13054","13054","@abhisingh0003 @abhimay Direct taxes colln aftr demonetization upto Jan 2017 ,whooping Rs. 5.82 lakh crore./1","FALSE","0","abhisingh0003","2017-04-14 16:08:22","FALSE","852847769823956993","852916447902920705","1205295421","Twitter for iPhone","say2shipra","0","FALSE","FALSE" +"13055","13055","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 16:06:49","FALSE",NA,"852916058373664772",NA,"Twitter for Windows","DoctorZolachhap","14","TRUE","FALSE" +"13056","13056","@TheSandreGuy Yup. BTW saw the livestream with Kraut and Sargon on YT's ""fuck w/ it all for the sake of fucking w/� https://t.co/LSknUt4DGQ","FALSE","0","TheSandreGuy","2017-04-14 16:01:46","TRUE","852911062307397632","852914789231857664","1520205548","TweetDeck","MykeruRevenge","0","FALSE","FALSE" +"13057","13057","RT @Sethumadhavan: #PuthanPanam-Ranjith's intent is good,while the demonetization angle is just an adjunct to the tale, the humour works to�","FALSE","0",NA,"2017-04-14 15:56:14","FALSE",NA,"852913397263761409",NA,"Twitter for Android","Ayyappakumar10","1","TRUE","FALSE" +"13058","13058","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 15:56:12","FALSE",NA,"852913386408992769",NA,"Twitter for iPhone","anurag_irs","20","TRUE","FALSE" +"13059","13059","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/Ym�","FALSE","0",NA,"2017-04-14 15:55:20","FALSE",NA,"852913170989633537",NA,"Twitter for iPhone","saurabhmukerji","4","TRUE","FALSE" +"13060","13060","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:54:27","FALSE",NA,"852912947320041474",NA,"Twitter for Android","ramana1729","14","TRUE","FALSE" +"13061","13061","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:53:38","FALSE",NA,"852912742679719937",NA,"Twitter for Android","chethanmsalian","14","TRUE","FALSE" +"13062","13062","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:53:27","FALSE",NA,"852912693266702337",NA,"Twitter for Android","Wolverin81","14","TRUE","FALSE" +"13063","13063","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:52:58","FALSE",NA,"852912573913735168",NA,"Twitter for Android","_DarkHumor","14","TRUE","FALSE" +"13064","13064","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:52:12","FALSE",NA,"852912381734690816",NA,"Twitter for Android","coolshivam","14","TRUE","FALSE" +"13065","13065","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:51:45","FALSE",NA,"852912267947638787",NA,"Twitter for Android","SinghDeorabalda","14","TRUE","FALSE" +"13066","13066","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:51:43","FALSE",NA,"852912258132852737",NA,"Twitter for Android","mvenkatesh1951","14","TRUE","FALSE" +"13067","13067","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:51:12","FALSE",NA,"852912126708645888",NA,"Twitter for iPhone","saurabhmukerji","14","TRUE","FALSE" +"13068","13068","@ravishndtv @PMOIndia @rahulkanwal another area needs a demonetization grade 4th student book costs 5600/ https://t.co/tEZPoOgA88","FALSE","0","ravishndtv","2017-04-14 15:50:58","FALSE",NA,"852912071121547272","47595335","Twitter for Windows Phone","sunmeetsingh11","0","FALSE","FALSE" +"13069","13069","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jp�","FALSE","0",NA,"2017-04-14 15:50:01","FALSE",NA,"852911829420576768",NA,"Twitter for Android","Khasalaram4","14","TRUE","FALSE" +"13070","13070","True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/jpqI0A1Kk5","FALSE","46",NA,"2017-04-14 15:49:49","FALSE",NA,"852911782264012801",NA,"Twitter Web Client","dna","14","FALSE","FALSE" +"13071","13071","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 15:48:20","FALSE",NA,"852911408132042752",NA,"Twitter for Android","hemantleuva","20","TRUE","FALSE" +"13072","13072","@kamaaaa6 mountain of black money&laundering?scam demonetization?","FALSE","1","kamaaaa6","2017-04-14 15:46:57","FALSE","852905902164332544","852911058935087104","344194221","Twitter Web Client","LALITMailme","0","FALSE","FALSE" +"13073","13073","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/Ym�","FALSE","0",NA,"2017-04-14 15:45:45","FALSE",NA,"852910759323422720",NA,"Twitter for Android","ChirmattiChhori","4","TRUE","FALSE" +"13074","13074","From demonetization. https://t.co/EeNtpGxlJw","FALSE","1",NA,"2017-04-14 15:45:30","FALSE",NA,"852910694940815360",NA,"Twitter Web Client","mukeshgarg2009","0","FALSE","FALSE" +"13075","13075","#Jesus Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/pKjyIrAMeW https://t.co/vTuPa7wX59""","FALSE","0",NA,"2017-04-14 15:41:41","FALSE",NA,"852909733598113792",NA,"Twitter for BlackBerry","AhamedAnsar","0","FALSE","FALSE" +"13076","13076","RT @dna: True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/Ym�","FALSE","0",NA,"2017-04-14 15:41:21","FALSE",NA,"852909649900720128",NA,"Twitter for iPhone","rajnitture","4","TRUE","FALSE" +"13077","13077","True story: Yogi Adityanath says PM Modi's demonetization idea was inspired by BR Ambedkar https://t.co/62nqWWUgL1 https://t.co/YmvCyeCFCY","FALSE","28",NA,"2017-04-14 15:39:08","FALSE",NA,"852909092578492417",NA,"Twitter Web Client","dna","4","FALSE","FALSE" +"13078","13078","Thanks to @narendramodi for #demonetization. just this case is enough to justify demonetization. https://t.co/GIy3IDC5nc","FALSE","0",NA,"2017-04-14 15:37:29","FALSE",NA,"852908676704763906",NA,"Twitter for iPhone","mohan_ck","0","FALSE","FALSE" +"13079","13079","@sahouraxo She is worthy of our demonetization and scoffing.","FALSE","0","sahouraxo","2017-04-14 15:31:57","FALSE","852901979424796673","852907286087467010","3293406121","Twitter Web Client","paulineHQ","0","FALSE","FALSE" +"13080","13080","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 15:26:06","FALSE",NA,"852905811332521985",NA,"Twitter for Android","sarsij","22","TRUE","FALSE" +"13081","13081","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 15:21:31","FALSE",NA,"852904659366719489",NA,"Twitter for Android","SanjayJ06000729","22","TRUE","FALSE" +"13082","13082","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 15:16:17","FALSE",NA,"852903341961076737",NA,"Twitter for Android","alok_19","22","TRUE","FALSE" +"13083","13083","Demonetization to benefit India in long term: Experts @moneycontrolcom https://t.co/xp0ju75juT hi","FALSE","0",NA,"2017-04-14 15:14:59","FALSE",NA,"852903013236830208",NA,"Twitter for Android","bhramakshri","0","FALSE","FALSE" +"13084","13084","@MykeruRevenge Any feelings one way or another about anything is grounds for demonetization.","FALSE","0","MykeruRevenge","2017-04-14 15:12:51","FALSE","852902156424413184","852902478534381568","705764896080859137","Twitter Web Client","Thrust_Hawk","0","FALSE","FALSE" +"13085","13085","The Demonetization Effect: Indian Startups Cutting Jobs Amid Uncertainty via @forbes https://t.co/hu2UVJBmto","FALSE","0",NA,"2017-04-14 15:11:06","FALSE",NA,"852902035418644480",NA,"Twitter Web Client","Klawtawar","0","FALSE","FALSE" +"13086","13086","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 15:10:32","FALSE",NA,"852901895161204736",NA,"Twitter for Android","vvaidyanathan2","22","TRUE","FALSE" +"13087","13087","Rhis is the side effect of demonetization.... + +Dear bank customers please withdraw your total amount from bank's... https://t.co/pyGqFgcltW","FALSE","0",NA,"2017-04-14 15:06:40","FALSE",NA,"852900922346926080",NA,"Facebook","SADAQATHUSAIN1","0","FALSE","FALSE" +"13088","13088","#PuthanPanam-Ranjith's intent is good,while the demonetization angle is just an adjunct to the tale, the humour works to an extent.","FALSE","6",NA,"2017-04-14 15:02:14","FALSE",NA,"852899805277937666",NA,"Twitter Web Client","Sethumadhavan","1","FALSE","FALSE" +"13089","13089","RT @CashlessChronic: ""Most (economists) questioned the logic behind each of the (shifting) arguments (for #demonetization)"" https://t.co/d2�","FALSE","0",NA,"2017-04-14 15:00:07","FALSE",NA,"852899274295840770",NA,"Twitter for iPhone","DwijoG","1","TRUE","FALSE" +"13090","13090","@ANI_news black money sure, and some said demonetization will have no effect","FALSE","4","ANI_news","2017-04-14 14:59:02","FALSE","852817723532824576","852898998541328384","355989081","Twitter Web Client","Himkunzum","2","FALSE","FALSE" +"13091","13091","@aajtak He was also an Income tax officer but it he took 2 days to understand demonetization...","FALSE","6","aajtak","2017-04-14 14:58:57","FALSE","852897722499727361","852898977607319552","42606652","Mobile Web (M2)","PNagalkar","0","FALSE","FALSE" +"13092","13092","The Global War On Cash: Target India - Part 1 + https://t.co/umCmQ5v3Vm via @GreatGameIndia","FALSE","0",NA,"2017-04-14 14:57:32","FALSE",NA,"852898623004303361",NA,"Twitter for Android","AchimW","0","FALSE","FALSE" +"13093","13093","@broomheadshow 2nd A. BS - YouTube Demonetization - Rob is a Vet too. https://t.co/LEPUolZHEn","FALSE","0","broomheadshow","2017-04-14 14:54:32","FALSE",NA,"852897868331458562","121543274","Twitter Web Client","WayneMackenzie6","0","FALSE","FALSE" +"13094","13094","@nehapant19 Modi did a big scam which ppl not aware of feeding jewellery sector on demonetization not to needy..","FALSE","0","nehapant19","2017-04-14 14:50:06","FALSE","852895115978735616","852896754345410560","733281091","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"13095","13095","RT @saaxenanurag: India's exports grow fastest in last 5 years and yes, despite DeMonetization. +Exports up by 4.7% to $274.65 Billion in FY�","FALSE","0",NA,"2017-04-14 14:46:04","FALSE",NA,"852895737579024385",NA,"Twitter for Android","abhishekajha297","1","TRUE","FALSE" +"13096","13096","India's exports grow fastest in last 5 years and yes, despite DeMonetization. +Exports up by 4.7% to $274.65 Billion in FY16-17.","FALSE","5",NA,"2017-04-14 14:45:07","FALSE",NA,"852895497442295808",NA,"Twitter Web Client","saaxenanurag","1","FALSE","FALSE" +"13097","13097","Paytm helps india adopt mobile payments post demonetization _ business standard news Backed by a strong payment ecosystem of customers ...","FALSE","1",NA,"2017-04-14 14:43:25","FALSE",NA,"852895070185562112",NA,"mega_petyushin22222","mega_petyushin","0","FALSE","FALSE" +"13098","13098","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 14:42:18","FALSE",NA,"852894789368508416",NA,"Twitter for Android","way2sharif","60","TRUE","FALSE" +"13099","13099","@PMOIndia Your demonetization plan was a masterstroke but still lots of crisis for money in silvassa, no cash available at ATM's","FALSE","0","PMOIndia","2017-04-14 14:42:02","FALSE",NA,"852894723903803392","471741741","Twitter for Android","Pankit26491","0","FALSE","FALSE" +"13100","13100","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-14 14:40:11","FALSE",NA,"852894255110541313",NA,"Twitter for Android","amitkad12","54","TRUE","FALSE" +"13101","13101","Where iz @praveenkumar 's gold chain.? demonetization? + +#IPL2017 #GLvRPS","FALSE","0",NA,"2017-04-14 14:38:04","FALSE",NA,"852893726183755777",NA,"Twitter for iPhone","sai4amigos","0","FALSE","FALSE" +"13102","13102","@aneilpatel @newslaundry @RoflGandhi_ @ARanganathan72 So how many corrupt MUSLIMS named in demonetization or cauth� https://t.co/Paki5O3gk9","FALSE","0","aneilpatel","2017-04-14 14:36:11","TRUE","852788853379284993","852893249911930880","634356181","Twitter for Android","mohdfahadshikoh","0","FALSE","FALSE" +"13103","13103","RT @jamewils: .@sunil_abraham These are the words from a man, R Gandhi, who is on the forefront of the demonetization coercion by the RBI o�","FALSE","0",NA,"2017-04-14 14:27:30","FALSE",NA,"852891066323828738",NA,"Twitter for Android","AAPlogical","3","TRUE","FALSE" +"13104","13104","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 14:25:11","FALSE",NA,"852890482883534848",NA,"Twitter for Android","5xnewx","22","TRUE","FALSE" +"13105","13105","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 14:24:13","FALSE",NA,"852890237164441600",NA,"Twitter Web Client","KoradiaRaj","22","TRUE","FALSE" +"13106","13106","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-14 14:22:36","FALSE",NA,"852889831227183104",NA,"Twitter for Android","NileshShah68","22","TRUE","FALSE" +"13107","13107","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-14 14:20:06","FALSE",NA,"852889203654488064",NA,"Twitter for Android","bgradecitizen","43","TRUE","FALSE" +"13108","13108","people who have gloated failure of demonetization exercise have to eat crow https://t.co/ZPsANfCvXr","FALSE","0",NA,"2017-04-14 14:19:01","FALSE",NA,"852888931083223040",NA,"Twitter Web Client","r_kodali","0","FALSE","FALSE" +"13109","13109","RT @Stupidosaur: @Memeghnad @TheReal1977 @atrout920 That's why CIA's EVM rigged puppet Modi could do demonetization with impunity and callo�","FALSE","0",NA,"2017-04-14 14:17:37","FALSE",NA,"852888576454938624",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"13110","13110","RT @Stupidosaur: @Memeghnad @TheReal1977 @atrout920 That's why CIA's EVM rigged puppet Modi could do demonetization with impunity and callo�","FALSE","0",NA,"2017-04-14 14:17:23","FALSE",NA,"852888518988775424",NA,"Twitter Web Client","AAPVind","2","TRUE","FALSE" +"13111","13111","First Demonetization,Now EVM. opposition parties are falling pray to their own game.BYPOLL results shows this. Congratulations@BJP4India","FALSE","0",NA,"2017-04-14 14:16:33","FALSE",NA,"852888308803923971",NA,"Twitter for Android","aashishpandey22","0","FALSE","FALSE" +"13112","13112","@Memeghnad @TheReal1977 @atrout920 That's why CIA's EVM rigged puppet Modi could do demonetization with impunity an� https://t.co/vpYVCo0g4P","FALSE","0","Stupidosaur","2017-04-14 14:14:15","TRUE","852887526746476544","852887730962874368","307807275","Twitter Web Client","Stupidosaur","2","FALSE","FALSE" +"13113","13113","@narendramodi Pls take some strict action to stop increasing population in our country as you did demonetization very well.","FALSE","0","narendramodi","2017-04-14 14:11:34","FALSE",NA,"852887053255589888","18839785","Twitter for Android","ydav_m","0","FALSE","FALSE" +"13114","13114","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 14:11:30","FALSE",NA,"852887039058092032",NA,"Twitter for Android","GourabMondalSun","6","TRUE","FALSE" +"13115","13115","Now poor are with Modi because of demonetization and his Pro- poor policies. https://t.co/CpniBQUSB3","FALSE","0",NA,"2017-04-14 14:07:32","FALSE",NA,"852886039358128128",NA,"Twitter Web Client","r_kodali","1","FALSE","FALSE" +"13116","13116","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-14 13:59:59","FALSE",NA,"852884140160626690",NA,"Twitter for Android","InnovativeHindu","14","TRUE","FALSE" +"13117","13117","@thenewsminute Demonetization was a success in many ways. A wee bit of weeding.","FALSE","0","thenewsminute","2017-04-14 13:59:18","FALSE","852874895272890372","852883970278604802","2227695199","Twitter Web Client","heartbeat834","0","FALSE","FALSE" +"13118","13118","@drnarendranET @500Urvashi demonetization of 86% currency is a loss given by pm to india in trillions&trillions in� https://t.co/1DFG3gXYUO","FALSE","0","drnarendranET","2017-04-14 13:44:02","TRUE","852869776863109121","852880124852584449","164964711","Twitter Web Client","LALITMailme","0","FALSE","FALSE" +"13119","13119","@sambitswaraj Yeah when ""Janta"" do a demonetization in the intervening hours","FALSE","0","sambitswaraj","2017-04-14 13:36:29","FALSE","852414530609070080","852878226045026304","1368737382","Twitter for Android","trikkurmahesh","0","FALSE","FALSE" +"13120","13120","Demonetization step of pm modi ji does not work properly.... +So plz don't take this type of discission further time","FALSE","0",NA,"2017-04-14 13:33:44","FALSE",NA,"852877534610042880",NA,"Twitter for Android","Ranjanm1986","0","FALSE","FALSE" +"13121","13121","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSTfWTo #lifehacks","FALSE","0",NA,"2017-04-14 13:26:50","FALSE",NA,"852875798914768896",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"13122","13122","Wow... This fellow incurred such a huge loss due to |Demonetization https://t.co/5ehTmzMlSN","FALSE","0",NA,"2017-04-14 13:25:45","FALSE",NA,"852875523072151552",NA,"Twitter for Android","anantmalkood","0","FALSE","FALSE" +"13123","13123","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 13:17:26","FALSE",NA,"852873430756192256",NA,"Twitter for Android","Dr_MR_Satapathy","6","TRUE","FALSE" +"13124","13124","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-14 13:04:28","FALSE",NA,"852870167772229633",NA,"Twitter for Android","BassGuitarPanda","38","TRUE","FALSE" +"13125","13125","RT @rBasicIncome: On #BasicIncome: Demonetization, Digital Identity and Universal Basic Income � How Big Ideas Are Changing India... https:�","FALSE","0",NA,"2017-04-14 13:00:28","FALSE",NA,"852869161982316544",NA,"Twitter for iPad","Dakinisun","2","TRUE","FALSE" +"13126","13126","Operation Clean Money Part 2: 60,000 individuals on I-T's radar +https://t.co/xQmTgjmc3x","FALSE","0",NA,"2017-04-14 12:54:07","FALSE",NA,"852867563021246465",NA,"Twitter Web Client","NewsBytesApp","0","FALSE","FALSE" +"13127","13127","YouTube demonetization: Young Turks maintains silence and more people ar... https://t.co/tvqpiWPIab","FALSE","0",NA,"2017-04-14 12:53:56","FALSE",NA,"852867516871450625",NA,"Twitter for iPhone","ebede_chuka","0","FALSE","FALSE" +"13128","13128","The Central Bureau of Investigation has registered a case U/s 120-B, r/w 420 of IPC and Section 13(2) r/w 13(1)(d) https://t.co/VbRvQvUunr","FALSE","0",NA,"2017-04-14 12:51:00","FALSE",NA,"852866779147784193",NA,"Facebook","allrights2","0","FALSE","FALSE" +"13129","13129","@ANI_news Demonetization is failure. ","FALSE","9","ANI_news","2017-04-14 12:30:12","FALSE","852817723532824576","852861544425811969","355989081","Twitter for Android","Ravindra_Maiya","0","FALSE","FALSE" +"13130","13130","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 12:29:49","FALSE",NA,"852861447742902272",NA,"Twitter for Android","aslam_arp","60","TRUE","FALSE" +"13131","13131","RT @aakashhindocha: #BLOG updated on #what & #when for #Nifty +https://t.co/EAjvjjxQot + +#Demonitization & its #probable impact on #charts ht�","FALSE","0",NA,"2017-04-14 12:22:27","FALSE",NA,"852859596041531396",NA,"Twitter Web Client","equity_focus","3","TRUE","FALSE" +"13132","13132","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 12:21:11","FALSE",NA,"852859277844918272",NA,"Twitter for Android","EktaSahu12","7","TRUE","FALSE" +"13133","13133","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 12:17:06","FALSE",NA,"852858250710142977",NA,"Twitter for Android","sampadscales","6","TRUE","FALSE" +"13134","13134","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 12:09:58","FALSE",NA,"852856452045819905",NA,"Twitter for Android","udaybwj","6","TRUE","FALSE" +"13135","13135","RT @AKOUL4774: AKOU future - YouTube Demonetization... https://t.co/THU1OP6tTY","FALSE","0",NA,"2017-04-14 12:08:56","FALSE",NA,"852856191927672832",NA,"Twitter for Android","454ROCK","2","TRUE","FALSE" +"13136","13136","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 12:07:42","FALSE",NA,"852855885160435712",NA,"Twitter for Android","SayantaBanerjee","6","TRUE","FALSE" +"13137","13137","RT @tubenewsen: YouTube demonetization: Young Turks maintains silence and more people are wondering why � TomoNews NEWS >> https://t.co/Gww�","FALSE","0",NA,"2017-04-14 12:04:40","FALSE",NA,"852855119284535297",NA,"worldnews_retweet","worldnews_net","1","TRUE","FALSE" +"13138","13138","@pranesh @jamewils @CashlessConsumr @logic @anivar Demonetization. +UPI. +Cashless. +Coercion. +Incentive. +Entrapm� https://t.co/Zw9sTpgPR6","FALSE","2","pranesh","2017-04-14 12:02:13","TRUE","852838003462463488","852854505209176064","7788062","Twitter Lite","Tamil1947","0","FALSE","FALSE" +"13139","13139","YouTube demonetization: Young Turks maintains silence and more people are wondering why � TomoNews NEWS >>� https://t.co/Wd37wWl9qi","FALSE","0",NA,"2017-04-14 11:59:13","TRUE",NA,"852853748930142208",NA,"IFTTT","tubenewsen","1","FALSE","FALSE" +"13140","13140","Wow... NPR is running a story on YouTube demonetization. It's even affecting Social Justice Warriors! Brutal...","FALSE","0",NA,"2017-04-14 11:50:36","FALSE",NA,"852851578885328896",NA,"Twitter for Android","MarcLHommedieu","0","FALSE","FALSE" +"13141","13141","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 11:48:41","FALSE",NA,"852851099337801728",NA,"Twitter for iPhone","anuragrbl","20","TRUE","FALSE" +"13142","13142","RT @Stupidosaur: @fromkodur @ThinkPragati @madmanweb Basically CIA thugs following Venezuela model for India. EVM rigged government, biomet�","FALSE","0",NA,"2017-04-14 11:45:32","FALSE",NA,"852850304768802816",NA,"Twitter for iPhone","fromkodur","4","TRUE","FALSE" +"13143","13143","'Demonetization to help India's GDP to attain $5 trillion mark in 2025' on Offprint : https://t.co/K4pqaB1FPi","FALSE","0",NA,"2017-04-14 11:45:10","FALSE",NA,"852850212519280644",NA,"Twitter for Android","Suresh47614767","0","FALSE","FALSE" +"13144","13144","RT @karavadiraghava: @sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009 @dil�","FALSE","0",NA,"2017-04-14 11:44:24","FALSE",NA,"852850018344030210",NA,"Twitter for iPhone","I_YogiVerma","6","TRUE","FALSE" +"13145","13145","@narendramodi PM Sir, This will demoralized people like us those more believe in digital transactions and well supp� https://t.co/Pm44XG6pU1","FALSE","1","Pradeeppktiwari","2017-04-14 11:44:00","TRUE","852848859378331648","852849917034987520","843460167429754882","Twitter for Android","Pradeeppktiwari","0","FALSE","FALSE" +"13146","13146","@sampadscales @sunilsharma_jmu @narendramodi @nsitharaman @prakashSriv @I_YogiVerma @RohiniShah1 @biswajitroy2009� https://t.co/JFQ6URaATu","FALSE","4","sampadscales","2017-04-14 11:43:52","TRUE","852843388303011841","852849883916587009","433509187","Twitter Web Client","karavadiraghava","6","FALSE","FALSE" +"13147","13147","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 11:42:41","FALSE",NA,"852849588142829568",NA,"Twitter for Android","azharahamed","60","TRUE","FALSE" +"13148","13148","#SAMILBLOG +Automobile Sector�s Resurgence after Demonetization +Read Here https://t.co/xktNkRlD12 +Visit� https://t.co/rOCVA5yPWe","FALSE","0",NA,"2017-04-14 11:41:47","TRUE",NA,"852849361499312130",NA,"Twitter Web Client","ShriramAutomall","0","FALSE","FALSE" +"13149","13149","@say2shipra @abhimay if digitization was nt d purpose den dont argue it as a cause of demonetization read dis thread properly.","FALSE","0","abhisingh0003","2017-04-14 11:38:40","FALSE","852792850169208832","852848578317910016","1205295421","Twitter for Android","abhisingh0003","0","FALSE","FALSE" +"13150","13150","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 11:32:51","FALSE",NA,"852847111368474625",NA,"Twitter for Android","VIJAYraghavSING","24","TRUE","FALSE" +"13151","13151","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 11:28:26","FALSE",NA,"852846001413029889",NA,"Twitter for Android","kcshukla6","24","TRUE","FALSE" +"13152","13152","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 11:23:34","FALSE",NA,"852844777301311488",NA,"Twitter for Android","inc_ramkesh","24","TRUE","FALSE" +"13153","13153","RT @PMonkeyHumanist: @CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","0",NA,"2017-04-14 11:20:37","FALSE",NA,"852844034234175489",NA,"Twitter for Android","LaLilDehhBoss","5","TRUE","FALSE" +"13154","13154","I hate paying tips... especially post #demonetization! Now restaurants cannot add service charges to your bill https://t.co/l1rwbOYm3y","FALSE","0",NA,"2017-04-14 11:18:46","FALSE",NA,"852843567198474240",NA,"Twitter Web Client","boyplunger1978","0","FALSE","FALSE" +"13155","13155","RT @Stupidosaur: @Rita_Banerji @advocategeeta @Memeghnad It is the same exact CIA plot. Vnezuela has Aadhaar (first voluntary, with incenti�","FALSE","0",NA,"2017-04-14 11:18:41","FALSE",NA,"852843548835627008",NA,"Twitter Lite","Scimitar_SS","3","TRUE","FALSE" +"13156","13156","RT @Stupidosaur: @fromkodur @ThinkPragati @madmanweb Basically CIA thugs following Venezuela model for India. EVM rigged government, biomet�","FALSE","0",NA,"2017-04-14 11:15:31","FALSE",NA,"852842750705778688",NA,"Twitter Lite","Scimitar_SS","4","TRUE","FALSE" +"13157","13157","RT @Stupidosaur: @fromkodur @ThinkPragati @madmanweb Basically CIA thugs following Venezuela model for India. EVM rigged government, biomet�","FALSE","0",NA,"2017-04-14 11:13:26","FALSE",NA,"852842226283671552",NA,"Twitter Lite","arpitasingh901","4","TRUE","FALSE" +"13158","13158","RT @Stupidosaur: @fromkodur @ThinkPragati @madmanweb Basically CIA thugs following Venezuela model for India. EVM rigged government, biomet�","FALSE","0",NA,"2017-04-14 11:10:50","FALSE",NA,"852841572559339521",NA,"Twitter Web Client","Stupidosaur","4","TRUE","FALSE" +"13159","13159","@fromkodur @ThinkPragati @madmanweb Basically CIA thugs following Venezuela model for India. EVM rigged government,� https://t.co/5bh9h4gd43","FALSE","2","fromkodur","2017-04-14 11:10:47","TRUE","852840837423652866","852841559980613633","143037132","Twitter Web Client","Stupidosaur","4","FALSE","FALSE" +"13160","13160","New BHIM-Aadhaar platform for merchants +https://t.co/6eLGowYroq","FALSE","0",NA,"2017-04-14 11:03:19","FALSE",NA,"852839682454896640",NA,"Twitter Web Client","NewsBytesApp","0","FALSE","FALSE" +"13161","13161","#AsiaSociety State Bank of India Chief Recounts Being 'Pushed Off the Deep End' by Demonetization. Read Blog: https://t.co/U8q1y0PL9b","FALSE","0",NA,"2017-04-14 11:03:15","FALSE",NA,"852839662489968640",NA," NGO","_ngoo","0","FALSE","FALSE" +"13162","13162","More people curious about @TheYoungTurks silence on demonetization fiasco @cenkuygur @AnaKasparian https://t.co/Q1UVshfNoH","FALSE","1",NA,"2017-04-14 11:02:51","FALSE",NA,"852839563563220992",NA,"Anvato Testing App","TomoNewsUS","1","FALSE","FALSE" +"13163","13163","YouTube demonetization: Young Turks maintains silence and more people ar... https://t.co/AaQ3TOJbPX via @YouTube","FALSE","0",NA,"2017-04-14 10:59:23","FALSE",NA,"852838690770493440",NA,"Twitter Web Client","jean0369","0","FALSE","FALSE" +"13164","13164","I liked a @YouTube video https://t.co/MkZAReYjrI YouTube demonetization: Young Turks maintains silence and more people are wondering","FALSE","0",NA,"2017-04-14 10:58:07","FALSE",NA,"852838370896093186",NA,"Google","tweejels","0","FALSE","FALSE" +"13165","13165","RT @AnaMyID: My local kirana store wala supported demonetization for a 'greater cause'. His biz took a hit and still no recovery. Not a Mod�","FALSE","0",NA,"2017-04-14 10:47:14","FALSE",NA,"852835632351035392",NA,"Twitter for iPhone","drjatinanand","5","TRUE","FALSE" +"13166","13166","RT @Stupidosaur: @Rita_Banerji @advocategeeta @Memeghnad It is the same exact CIA plot. Vnezuela has Aadhaar (first voluntary, with incenti�","FALSE","0",NA,"2017-04-14 10:46:53","FALSE",NA,"852835545491185664",NA,"Twitter for Android","Rita_Banerji","3","TRUE","FALSE" +"13167","13167","RT @PMonkeyHumanist: @CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","0",NA,"2017-04-14 10:40:35","FALSE",NA,"852833957829681152",NA,"Twitter for Android","mcheilen","5","TRUE","FALSE" +"13168","13168","RT @PMonkeyHumanist: @CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","0",NA,"2017-04-14 10:39:48","FALSE",NA,"852833764392615938",NA,"Twitter for Android","lin__nicolee","5","TRUE","FALSE" +"13169","13169","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 10:39:22","FALSE",NA,"852833654153682944",NA,"Twitter Web Client","babajibaala","20","TRUE","FALSE" +"13170","13170","RT @Stupidosaur: @Rita_Banerji @advocategeeta @Memeghnad It is the same exact CIA plot. Vnezuela has Aadhaar (first voluntary, with incenti�","FALSE","0",NA,"2017-04-14 10:39:06","FALSE",NA,"852833585597829120",NA,"Twitter Web Client","Stupidosaur","3","TRUE","FALSE" +"13171","13171","@Rita_Banerji @advocategeeta @Memeghnad It is the same exact CIA plot. Vnezuela has Aadhaar (first voluntary, with� https://t.co/sbXFbMmmZR","FALSE","2","Rita_Banerji","2017-04-14 10:39:02","TRUE","852833196706222080","852833569500053505","91504564","Twitter Web Client","Stupidosaur","3","FALSE","FALSE" +"13172","13172","RT @mypoolin: How do I use #UPI for e-commerce #website to save #payment gateway charges? https://t.co/8l0JzXRwIb @npci_npci #Fintech #Demo�","FALSE","0",NA,"2017-04-14 10:36:52","FALSE",NA,"852833023594684417",NA,"Twitter for iPhone","sunnyboyrohit","1","TRUE","FALSE" +"13173","13173","@narendramodi Sir waiting for your new action against black money and frauds just like demonetization..","FALSE","1","narendramodi","2017-04-14 10:34:31","FALSE","852831380723580928","852832434458468352","18839785","Twitter for Android","IamrajatShukla","0","FALSE","FALSE" +"13174","13174","I liked a @YouTube video https://t.co/WbilB1Abzz YouTube demonetization: Young Turks maintains silence and more people are wondering","FALSE","0",NA,"2017-04-14 10:32:09","FALSE",NA,"852831836254289920",NA,"Google","SonicSEGA2010","0","FALSE","FALSE" +"13175","13175","@digvijaya_28 Prior to Demonetization, Have you seriously never encountered an ATM that has run out of cash? How di� https://t.co/p1xkxlZOGE","FALSE","0","digvijaya_28","2017-04-14 10:27:45","TRUE","852712981737742336","852830730304372736","371730289","Twitter for iPhone","kote_sidda","0","FALSE","FALSE" +"13176","13176","More people curious about @TheYoungTurks silence on demonetization fiasco @cenkuygur @AnaKasparian https://t.co/T6b7piHcxT","FALSE","1",NA,"2017-04-14 10:25:02","FALSE",NA,"852830044477050880",NA,"Anvato Testing App","TomoNewsUS","0","FALSE","FALSE" +"13177","13177","RT @PMonkeyHumanist: @CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","0",NA,"2017-04-14 10:19:24","FALSE",NA,"852828627414638592",NA,"Twitter for Android","Melllzzard","5","TRUE","FALSE" +"13178","13178","RT @ksvenu247: @path2shah @prameshjain12 @AddlCPEast @dcpeastbcp @dineshgrao @ArshadRizwan Atleast know now how demonetization has many a�","FALSE","0",NA,"2017-04-14 10:19:23","FALSE",NA,"852828626298875904",NA,"Twitter for Android","prameshjain12","1","TRUE","FALSE" +"13179","13179","after demonetization effect https://t.co/db1Xxne1Do","FALSE","0",NA,"2017-04-14 10:15:22","FALSE",NA,"852827613571592193",NA,"Twitter Web Client","Bishalchakrabo3","0","FALSE","FALSE" +"13180","13180","RT @PMonkeyHumanist: @CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","0",NA,"2017-04-14 10:11:32","FALSE",NA,"852826648919515136",NA,"Twitter for iPhone","real_abiola","5","TRUE","FALSE" +"13181","13181","@ragasudar @MissFurioso @SrujanaDeva @AhamedAnsar What are achievements? Dont tell me Demonetization mess is one, d� https://t.co/ktOJWhyhmt","FALSE","2","ragasudar","2017-04-14 10:10:43","TRUE","852825885677768704","852826443709009921","32841196","Twitter for iPhone","kanagalspeaks","0","FALSE","FALSE" +"13182","13182","RT @SheenuDr: @puram_politics @sanjayuvacha Rahul Gandhi infact even predicted & cautioned against policy fiasco like demonetization in his�","FALSE","0",NA,"2017-04-14 10:08:50","FALSE",NA,"852825967647006724",NA,"Twitter for Android","SummerMerin","4","TRUE","FALSE" +"13183","13183","@path2shah @prameshjain12 @AddlCPEast @dcpeastbcp @dineshgrao @ArshadRizwan Atleast know now how demonetization ha� https://t.co/1iebaJvlSY","FALSE","1","path2shah","2017-04-14 10:08:05","TRUE","852824536932208642","852825781973602305","87166747","Twitter for Android","ksvenu247","1","FALSE","FALSE" +"13184","13184","RT @SheenuDr: @puram_politics @sanjayuvacha Rahul Gandhi infact even predicted & cautioned against policy fiasco like demonetization in his�","FALSE","0",NA,"2017-04-14 09:58:19","FALSE",NA,"852823323117408258",NA,"Twitter for iPhone","samyagdrsti","4","TRUE","FALSE" +"13185","13185","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 09:54:48","FALSE",NA,"852822437691392002",NA,"Twitter for Android","viralvm69","20","TRUE","FALSE" +"13186","13186","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 09:50:12","FALSE",NA,"852821281690894336",NA,"Twitter for Android","viralvm69","15","TRUE","FALSE" +"13187","13187","@lordoftheshibs wait, I thought demonetization had stopped stone pelters?","FALSE","2","lordoftheshibs","2017-04-14 09:49:06","FALSE","852818373528371205","852821002606096385","115614486","Twitter for Android","almostinfamous","0","FALSE","FALSE" +"13188","13188","@timesofindia @UnSubtleDesi I hope it will resolve some questions I raised in my article My Opinion - 'Demonetizati� https://t.co/4pHwvsv25v","FALSE","0","timesofindia","2017-04-14 09:44:19","TRUE","852816200195350528","852819800321437696","134758540","Twitter Web Client","rhtbapat","0","FALSE","FALSE" +"13189","13189","I thought stone pelting was stopped at #kashmir after demonetization as Central ministers informed..Lie !","FALSE","0",NA,"2017-04-14 09:44:00","FALSE",NA,"852819719635714048",NA,"Twitter for Android","Lutapy","0","FALSE","FALSE" +"13190","13190","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 09:37:43","FALSE",NA,"852818136688508929",NA,"Twitter for Android","rayees09","20","TRUE","FALSE" +"13191","13191","RT @PawsheManoj: After demonetization I m doing daily transaction still waiting for PMS prize ","FALSE","0",NA,"2017-04-14 09:30:54","FALSE",NA,"852816424112340993",NA,"Twitter for Android","PawsheManoj","1","TRUE","FALSE" +"13192","13192","@ModiAnoli omg! What a quote... Doubt regarding maanve though +Regarding petrol rates I guess good move by me before demonetization","FALSE","1","ModiAnoli","2017-04-14 09:30:53","FALSE","852814792364400640","852816420769382400","3002905819","Twitter for Android","Nerd_BaNa2","0","FALSE","FALSE" +"13193","13193","After demonetization I m doing daily transaction still waiting for PMS prize ","FALSE","1",NA,"2017-04-14 09:30:44","FALSE",NA,"852816379866513408",NA,"Twitter for Android","PawsheManoj","1","FALSE","FALSE" +"13194","13194","@narendramodi ji. Thank u 4 implementing #demonetization. I m ready 2 stand again in queue, if that helps to make� https://t.co/ciTUqARyhH","FALSE","0","narendramodi","2017-04-14 09:26:54","TRUE",NA,"852815415545741313","18839785","Twitter for Android","Suman_NewIndia","0","FALSE","FALSE" +"13195","13195","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 09:26:38","FALSE",NA,"852815350739501057",NA,"Twitter for Android","krshubhambhagat","20","TRUE","FALSE" +"13196","13196","CBDT will Verify Large Cash Deposits by Businessman and Govt. Employees During Demonetization https://t.co/G1zQzronBu","FALSE","0",NA,"2017-04-14 09:25:42","FALSE",NA,"852815116508684288",NA,"Facebook","nitin23g","0","FALSE","FALSE" +"13197","13197","RT @databaseDNA: A cashless society is all they need to shut undesirables out of the system. Make the youtube demonetization seem like the�","FALSE","0",NA,"2017-04-14 09:19:41","FALSE",NA,"852813601970585600",NA,"Twitter for iPhone","jennyfrky","2","TRUE","FALSE" +"13198","13198","RT @jamewils: .@sunil_abraham These are the words from a man, R Gandhi, who is on the forefront of the demonetization coercion by the RBI o�","FALSE","0",NA,"2017-04-14 09:18:28","FALSE",NA,"852813292963733504",NA,"Twitter for Windows","vishnusenn","3","TRUE","FALSE" +"13199","13199","#UttarPradesh#BlackMoney#DeMonetization#ModiSpeech#___#Demonitization#CashCleanUp#movies https://t.co/X5uxT3ScsW","FALSE","1",NA,"2017-04-14 09:17:50","FALSE",NA,"852813135903834112",NA,"Talon (Classic)","mkotadiya","0","FALSE","FALSE" +"13200","13200",".@sunil_abraham These are the words from a man, R Gandhi, who is on the forefront of the demonetization coercion by� https://t.co/mjmQztJ4VD","FALSE","3","jamewils","2017-04-14 09:14:53","TRUE","852812103198978051","852812390655590400","67612556","Twitter for Android","jamewils","3","FALSE","FALSE" +"13201","13201","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 08:59:37","FALSE",NA,"852808549914755073",NA,"Twitter for Android","akashgoyalbrt","60","TRUE","FALSE" +"13202","13202","@dna If inquiry post Demonetization moves on fast track,many joining hands today, may not be eligible to contest in 2019.","FALSE","0","dna","2017-04-14 08:50:59","FALSE","852789037953818624","852806378573799426","17710740","Twitter Web Client","vkmishra2008","0","FALSE","FALSE" +"13203","13203","@abpnewshindi @narendramodi Means demonetization was a stupid decision","FALSE","1","abpnewshindi","2017-04-14 08:46:49","FALSE","852803080236154884","852805331201568768","333888813","Twitter for Android","hisumit07","0","FALSE","FALSE" +"13204","13204","RT @AnaMyID: My local kirana store wala supported demonetization for a 'greater cause'. His biz took a hit and still no recovery. Not a Mod�","FALSE","0",NA,"2017-04-14 08:42:47","FALSE",NA,"852804313743216641",NA,"Twitter Lite","Chrisdz12","5","TRUE","FALSE" +"13205","13205","@Kumar_Ke5hav @sanjayzalawadiy IMPACT OF DEMONETIZATION?","FALSE","0","Kumar_Ke5hav","2017-04-14 08:37:29","FALSE","852798323945684992","852802982412394496","247446196","Twitter Web Client","rajeevk1949","0","FALSE","FALSE" +"13206","13206","RT @AnaMyID: My local kirana store wala supported demonetization for a 'greater cause'. His biz took a hit and still no recovery. Not a Mod�","FALSE","0",NA,"2017-04-14 08:32:31","FALSE",NA,"852801731171725312",NA,"Twitter Web Client","ManjuNa57089805","5","TRUE","FALSE" +"13207","13207","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:29:41","FALSE",NA,"852801019004067840",NA,"Twitter Web Client","SabyasachiBasu_","20","TRUE","FALSE" +"13208","13208","He used to make 15K monthly profit (before demonetization). Now he's making ~10K. 're-monetization' had no effect. +https://t.co/KYcFDjmbqA","FALSE","1","AnaMyID","2017-04-14 08:29:26","FALSE","852799424086458370","852800953468178433","2440580797","Twitter Web Client","AnaMyID","0","FALSE","FALSE" +"13209","13209","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:27:09","FALSE",NA,"852800378424901632",NA,"Twitter for iPad","BRIGBIN","20","TRUE","FALSE" +"13210","13210","RT @AnaMyID: My local kirana store wala supported demonetization for a 'greater cause'. His biz took a hit and still no recovery. Not a Mod�","FALSE","0",NA,"2017-04-14 08:25:56","FALSE",NA,"852800073062785025",NA,"Twitter Web Client","PM_Travel_Tours","5","TRUE","FALSE" +"13211","13211","My local kirana store wala supported demonetization for a 'greater cause'. His biz took a hit and still no recovery. Not a Modi fan anymore.","FALSE","4","AnaMyID","2017-04-14 08:23:21","FALSE","852795267002716161","852799424086458370","2440580797","Twitter Web Client","AnaMyID","5","FALSE","FALSE" +"13212","13212","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:15:11","FALSE",NA,"852797366465777666",NA,"Twitter for Android","Arghya_whiwc","20","TRUE","FALSE" +"13213","13213","@narendramodi when will indian people get relieved by this demonetization effect...","FALSE","0","narendramodi","2017-04-14 08:14:56","FALSE","852685417363243008","852797306898325504","18839785","Twitter for Windows","sirikrish750161","0","FALSE","FALSE" +"13214","13214","Income Tax Dept to verify cash deposits by Govt. employees & businessmen during Demonetization https://t.co/jRbZrUmNoO","FALSE","0",NA,"2017-04-14 08:13:31","FALSE",NA,"852796948851474432",NA,"Twitter Web Client","TaxHeal","0","FALSE","FALSE" +"13215","13215","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:13:24","FALSE",NA,"852796919516610560",NA,"Twitter for Android","sagar_ghy","20","TRUE","FALSE" +"13216","13216","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:11:44","FALSE",NA,"852796500295929856",NA,"Twitter for Android","kvpconsultancy","20","TRUE","FALSE" +"13217","13217","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 08:11:10","FALSE",NA,"852796358134185984",NA,"Twitter for Android","kvpconsultancy","15","TRUE","FALSE" +"13218","13218","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 08:10:01","FALSE",NA,"852796067670179842",NA,"Twitter for Android","rimiagrawal7","7","TRUE","FALSE" +"13219","13219","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:08:01","FALSE",NA,"852795565955883010",NA,"Twitter for Android","rahoulteli","20","TRUE","FALSE" +"13220","13220","RT @IncomeTaxIndia: The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and cr�","FALSE","0",NA,"2017-04-14 08:07:45","FALSE",NA,"852795497601409025",NA,"Twitter Web Client","vxtandon","20","TRUE","FALSE" +"13221","13221","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-14 08:07:43","FALSE",NA,"852795490223640576",NA,"Twitter for Android","Tejash__P","171","TRUE","FALSE" +"13222","13222","The opportunities created by demonetization are being used by the ITD for widening and deepening of the tax base and create deterrence.","FALSE","38","IncomeTaxIndia","2017-04-14 08:06:24","FALSE","852795082105171971","852795158332547073","4131677414","Twitter Lite","IncomeTaxIndia","20","FALSE","FALSE" +"13223","13223","@India_Policy Is this apart from what has been declared due to demonetization condition?","FALSE","0","India_Policy","2017-04-14 08:05:11","FALSE","852789113790939136","852794853352013825","21186231","Twitter for Android","ArunNutan","0","FALSE","FALSE" +"13224","13224","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 08:03:15","FALSE",NA,"852794365382610949",NA,"Twitter for iPhone","taruntohana","15","TRUE","FALSE" +"13225","13225","60,000 people involved in tax probe during demonetization, says tax�department https://t.co/Pu8I48nhUl https://t.co/VxRJJ05dEl","FALSE","0",NA,"2017-04-14 07:58:21","FALSE",NA,"852793133129539584",NA,"WordPress.com","The_Clippings","0","FALSE","FALSE" +"13226","13226","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 07:56:41","FALSE",NA,"852792713481035776",NA,"Twitter for Android","Dhrubajitsenap3","24","TRUE","FALSE" +"13227","13227","@ArvindKejriwal it appears your reactions for EVM, DEMONETIZATION etc are spoiling your image","FALSE","0","ArvindKejriwal","2017-04-14 07:49:17","FALSE",NA,"852790852367794178","405427035","Twitter for Android","anu196907","0","FALSE","FALSE" +"13228","13228","High cash sales during demonetization-more than 60000 persons identified for investigation � CBDT https://t.co/yzdlSuksvK","FALSE","0",NA,"2017-04-14 07:46:09","FALSE",NA,"852790060768350208",NA,"Twitter Web Client","abcaus","0","FALSE","FALSE" +"13229","13229","BSP supremo Mayawati appoints brother Anand Kumar as party's vice-president https://t.co/i4VI2xcTJI #Mayawati #Demonetization","FALSE","0",NA,"2017-04-14 07:39:13","FALSE",NA,"852788316525035522",NA,"Twitter Web Client","devyani293","0","FALSE","FALSE" +"13230","13230","RT @amilliff: Banerjee @JPAL_Global: #Demonetization + #upelections2017 shows that bad economics can make good politics. https://t.co/oclw�","FALSE","0",NA,"2017-04-14 07:37:23","FALSE",NA,"852787855365595136",NA,"Twitter Web Client","hamzashad01","2","TRUE","FALSE" +"13231","13231","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 07:34:24","FALSE",NA,"852787103167533057",NA,"Twitter for iPhone","Jitu_R","60","TRUE","FALSE" +"13232","13232","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 07:34:16","FALSE",NA,"852787071500509185",NA,"Twitter for Android","manoj000666","7","TRUE","FALSE" +"13233","13233","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 07:27:52","FALSE",NA,"852785459201626112",NA,"Twitter Web Client","priyankaavishal","7","TRUE","FALSE" +"13234","13234","The EXACT AADHAAR SLAVE SCAM CARD THAT YOU EXPOSED AGES BACK WHICH THE IGNORANT LAPPED UP! DEMONETIZATION SCAM UNDER 30 SECS THREAD REMOVED","FALSE","0",NA,"2017-04-14 07:27:27","FALSE",NA,"852785357556809730",NA,"Twitter for Android","MICKYLEAKS_MGR","0","FALSE","FALSE" +"13235","13235","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 07:20:27","FALSE",NA,"852783595068379137",NA,"Twitter for Android","realsingham","60","TRUE","FALSE" +"13236","13236","What is your take on the whole #Demonetisation episode? + https://t.co/eoCdNZCpN8 .@niranjandtweets https://t.co/CTAMk1T0Sy","FALSE","0",NA,"2017-04-14 07:18:00","FALSE",NA,"852782978262384640",NA,"TweetDeck","ListlyIndia","0","FALSE","FALSE" +"13237","13237","Abhijit Banerjee on demonetization +https://t.co/AWSMO7juIX","FALSE","0",NA,"2017-04-14 07:17:50","FALSE",NA,"852782934289285120",NA,"Twitter Web Client","UlkaKelkar","0","FALSE","FALSE" +"13238","13238","RT @Stupidosaur: @freespeechin @willyindia @UIDAI @narendramodi There won't be 20 years unless we #DestroyTheAadhaar. Hundreds already died�","FALSE","0",NA,"2017-04-14 07:17:23","FALSE",NA,"852782824201494530",NA,"Twitter for Android","bhuvi8","4","TRUE","FALSE" +"13239","13239","Looks like #demonetization was more about (pushing?) cashless transaction https://t.co/NXpp7v4dFK","FALSE","0",NA,"2017-04-14 07:17:19","FALSE",NA,"852782806853799936",NA,"Twitter for Android","sirfAK","0","FALSE","FALSE" +"13240","13240","RT @azomer: Lessons for other countries? Print the bills before! ""Baffled"" by the level of implementation - #demonetization in #India @JPAL�","FALSE","0",NA,"2017-04-14 07:16:07","FALSE",NA,"852782502506676226",NA,"Twitter Web Client","UlkaKelkar","3","TRUE","FALSE" +"13241","13241","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 07:11:28","FALSE",NA,"852781333411540992",NA,"Twitter for Android","SukhnandanBanj2","7","TRUE","FALSE" +"13242","13242","RT @Glibs_Media: #India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue notices to�","FALSE","0",NA,"2017-04-14 07:10:49","FALSE",NA,"852781169036861441",NA,"Twitter Web Client","Gauravsinghrai","7","TRUE","FALSE" +"13243","13243","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-14 07:08:46","FALSE",NA,"852780655742038016",NA,"SocioAdvocacy","Paandeyy","10","TRUE","FALSE" +"13244","13244","He has already collected black money during demonetization. https://t.co/LnIRmtBhkJ","FALSE","1",NA,"2017-04-14 07:08:14","FALSE",NA,"852780518777028609",NA,"Twitter Web Client","mukeshgarg2009","0","FALSE","FALSE" +"13245","13245","@CocaCola Sorry, not buying a product from a company that helped destroy my favorite YouTubers from demonetization.","FALSE","8","CocaCola","2017-04-14 07:04:55","FALSE","852343743739023360","852779686971064323","26787673","Twitter for Android","PMonkeyHumanist","5","FALSE","FALSE" +"13246","13246","@raggedtag One good thing from demonetization is the crisp new notes and absolutely clean ones. No staple pins, scribbling.","FALSE","0","raggedtag","2017-04-14 06:57:36","FALSE","852382560134889473","852777845722042368","23291925","Twitter for Android","pariktank","0","FALSE","FALSE" +"13247","13247","#India +#IT_Dept launches 2nd phase of #OperationCleanMoney to detect #BlackMoney post-demonetization; to issue noti� https://t.co/Uerf9G1ZyF","FALSE","8",NA,"2017-04-14 06:55:59","TRUE",NA,"852777436890644480",NA,"Twitter Web Client","Glibs_Media","7","FALSE","FALSE" +"13248","13248","RT @techsethi: Report: potato crime from Karmatand, Jamtara last year. Post demonetization, Karmatand has become hub for OTP fraud�","FALSE","0","techsethi","2017-04-14 06:51:15","FALSE","836147954046091264","852776246618370049","6534742","pillowy mounds","CyberTaters","0","FALSE","FALSE" +"13249","13249","RT @techsethi: Report: cyber crime from Karmatand, Jamtara last year. Post demonetization, Karmatand has become hub for OTP fraud https://�","FALSE","0",NA,"2017-04-14 06:50:56","FALSE",NA,"852776164162625537",NA,"Twitter for Android","Santosh669921","4","TRUE","FALSE" +"13250","13250","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:50:51","FALSE",NA,"852776144944340992",NA,"Twitter Web Client","RameshwarAryaG","15","TRUE","FALSE" +"13251","13251","RT @Stupidosaur: @freespeechin @willyindia @UIDAI @narendramodi There won't be 20 years unless we #DestroyTheAadhaar. Hundreds already died�","FALSE","0",NA,"2017-04-14 06:49:56","FALSE",NA,"852775914014351360",NA,"Twitter for Android","MrTheCHOWDHRY","4","TRUE","FALSE" +"13252","13252","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 06:39:56","FALSE",NA,"852773399059349504",NA,"Twitter Web Client","KLPD_Delhi","60","TRUE","FALSE" +"13253","13253","RT @Stupidosaur: @freespeechin @willyindia @UIDAI @narendramodi There won't be 20 years unless we #DestroyTheAadhaar. Hundreds already died�","FALSE","0",NA,"2017-04-14 06:39:01","FALSE",NA,"852773167919648768",NA,"Twitter Lite","arpitasingh901","4","TRUE","FALSE" +"13254","13254","1st demonetization and now demoralization of indian forces.... @narendramodi_in @narendramodi @PMOIndia @HMOIndia very sad, unacceptable","FALSE","0",NA,"2017-04-14 06:38:48","FALSE",NA,"852773112915439617",NA,"Twitter for Android","Inderje92732182","0","FALSE","FALSE" +"13255","13255","RT @Stupidosaur: @freespeechin @willyindia @UIDAI @narendramodi There won't be 20 years unless we #DestroyTheAadhaar. Hundreds already died�","FALSE","0",NA,"2017-04-14 06:37:37","FALSE",NA,"852772815358930945",NA,"Twitter Web Client","Stupidosaur","4","TRUE","FALSE" +"13256","13256","@freespeechin @willyindia @UIDAI @narendramodi There won't be 20 years unless we #DestroyTheAadhaar. Hundreds alrea� https://t.co/bVkYCbVQ7e","FALSE","0","freespeechin","2017-04-14 06:37:26","TRUE","852772221319696384","852772770622578688","2683964675","Twitter Web Client","Stupidosaur","4","FALSE","FALSE" +"13257","13257","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 06:36:40","FALSE",NA,"852772576849940480",NA,"Twitter for Android","kpsingh1966","60","TRUE","FALSE" +"13258","13258","RT @myePaisa: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/7AYTAVmjZn","FALSE","0",NA,"2017-04-14 06:34:47","FALSE",NA,"852772100796370944",NA,"Twitter for iPhone","shahinkunnath","1","TRUE","FALSE" +"13259","13259","#RealEstateSector - Demand normalized post demonetization - #EmkayGlobalFinancialServicesLtd� https://t.co/cJ3tCp3iD4","FALSE","0",NA,"2017-04-14 06:31:59","TRUE",NA,"852771399257120768",NA,"Hootsuite","InvGurInd","0","FALSE","FALSE" +"13260","13260","RT @_standupcentral: Check out @iimcomic take on #demonetization. https://t.co/I0mUOsd1qY","FALSE","0",NA,"2017-04-14 06:26:23","FALSE",NA,"852769987756347393",NA,"Twitter for Android","karthikvadde18","2","TRUE","FALSE" +"13261","13261","Demonetization of Rs. 500 and Rs. 1000 currency notes https://t.co/H18bRZnDFu","FALSE","0",NA,"2017-04-14 06:25:12","FALSE",NA,"852769690082435072",NA,"dlvr.it","broadbandforum","0","FALSE","FALSE" +"13262","13262","RT @satishkumarm2: For what??? @RBI ...to make aware how you are torturing the citizenry with your great ideas of demonetization and new ba�","FALSE","0",NA,"2017-04-14 06:24:15","FALSE",NA,"852769450184945664",NA,"Twitter for Android","BannuBhai12","6","TRUE","FALSE" +"13263","13263","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-14 06:23:40","FALSE",NA,"852769303459803137",NA,"Twitter for Android","maan_ki__baat","171","TRUE","FALSE" +"13264","13264","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:23:10","FALSE",NA,"852769178700234752",NA,"Twitter for Android","SunilkumarRatn6","15","TRUE","FALSE" +"13265","13265","RT @_standupcentral: Check out @iimcomic take on #demonetization. https://t.co/I0mUOsd1qY","FALSE","0",NA,"2017-04-14 06:21:35","FALSE",NA,"852768781168398336",NA,"Twitter Web Client","iimcomic","2","TRUE","FALSE" +"13266","13266","Check out @iimcomic take on #demonetization. https://t.co/I0mUOsd1qY","FALSE","2",NA,"2017-04-14 06:19:56","FALSE",NA,"852768364409741312",NA,"Twitter for Android","_standupcentral","2","FALSE","FALSE" +"13267","13267","RT @Stupidosaur: @freespeechin @willyindia @UIDAI Modi more suited for genocide.Hence CIA introduced through EVM rigged UPA2, now pushed th�","FALSE","0",NA,"2017-04-14 06:16:57","FALSE",NA,"852767616095502336",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"13268","13268","@freespeechin @willyindia @UIDAI Modi more suited for genocide.Hence CIA introduced through EVM rigged UPA2, now pu� https://t.co/ORl4BAebGD","FALSE","0","freespeechin","2017-04-14 06:16:55","TRUE","852767305113124865","852767604661932032","2683964675","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"13269","13269","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:16:51","FALSE",NA,"852767589856010240",NA,"Twitter for Android","prameshjain12","15","TRUE","FALSE" +"13270","13270","The latest The Demonetization Daily! https://t.co/vyB7uxbzfS Thanks to @JPAL_SEA @ayinlathomas #fintech","FALSE","0",NA,"2017-04-14 06:14:28","FALSE",NA,"852766989739216896",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"13271","13271","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 06:08:09","FALSE",NA,"852765399959482368",NA,"Twitter for Android","KPRanjithtalap","60","TRUE","FALSE" +"13272","13272","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:04:41","FALSE",NA,"852764525036044290",NA,"Twitter for Android","Pruthvinreddy","15","TRUE","FALSE" +"13273","13273","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:04:09","FALSE",NA,"852764393884352512",NA,"Twitter for Android","YatikY","15","TRUE","FALSE" +"13274","13274","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:01:32","FALSE",NA,"852763732530798592",NA,"Twitter for Android","abhijeetkum","15","TRUE","FALSE" +"13275","13275","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:00:56","FALSE",NA,"852763582546587648",NA,"Twitter for Android","KalingaBharat","15","TRUE","FALSE" +"13276","13276","RT @IncomeTaxIndia: IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made�","FALSE","0",NA,"2017-04-14 06:00:24","FALSE",NA,"852763450031734785",NA,"Twitter Web Client","rameshs79","15","TRUE","FALSE" +"13277","13277","IT Deptt. launched""Operation Clean Money�on 31.01.2017 to leverage technology for e-verification of cash deposits made during demonetization","FALSE","20","IncomeTaxIndia","2017-04-14 05:59:53","FALSE","852763210931290113","852763317210816512","4131677414","Twitter Lite","IncomeTaxIndia","15","FALSE","FALSE" +"13278","13278","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 05:53:59","FALSE",NA,"852761835983912960",NA,"Twitter for Android","_ajeett","60","TRUE","FALSE" +"13279","13279","CBI registers 2 cases related to Demonetization & conducts Searches https://t.co/goICUbYWEV https://t.co/bo1pLlvKos","FALSE","2",NA,"2017-04-14 05:53:55","FALSE",NA,"852761817927438338",NA,"Facebook","taxguru_in","0","FALSE","FALSE" +"13280","13280","#CBI registers 2 cases related to #Demonetization & conducts Searches https://t.co/meAZfiUm2d #TGI #corporatelaw","FALSE","0",NA,"2017-04-14 05:53:46","FALSE",NA,"852761780589797376",NA,"Google","OfficialFinsr","0","FALSE","FALSE" +"13281","13281","RT @JPAL_Global: Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https�","FALSE","0",NA,"2017-04-14 05:49:10","FALSE",NA,"852760621128892416",NA,"Twitter for Android","jac1770","5","TRUE","FALSE" +"13282","13282","RT @Memeghnad: 11) And then, rest is history unfolding before our eyes. Everyone is happy now people. Let us all rejoice! +https://t.co/Zbfo�","FALSE","0",NA,"2017-04-14 05:27:13","FALSE",NA,"852755098946068480",NA,"Twitter for Android","varung123","43","TRUE","FALSE" +"13283","13283","RT @ChandrajitCM: Money is not evil, greed is ! +Demonetization strikes here deep to flush out greed ! Support #vimudrikaran @RashtrapatiBhv�","FALSE","0",NA,"2017-04-14 05:24:55","FALSE",NA,"852754517460307968",NA,"Twitter for iPhone","SrinjoyMukherji","1","TRUE","FALSE" +"13284","13284","#stockmarket its time to be more caucious. earning session may be disappointing. we will see impact of� https://t.co/ias5l27Jld","FALSE","5",NA,"2017-04-14 05:24:25","TRUE",NA,"852754393501794305",NA,"Twitter Web Client","Swiingtrade","1","FALSE","FALSE" +"13285","13285","Is there any projects which started and inaugurated by pradhan sevak ??? Please don't tell about bloody demonetization..","FALSE","0",NA,"2017-04-14 05:22:12","FALSE",NA,"852753835063779328",NA,"Twitter for Android","b5f641905822417","0","FALSE","FALSE" +"13286","13286","https://t.co/0WwbwB1hLY via @GreatGameIndia war on cash @RajivMessage @MehtaRahulC @majorgauravarya @Swamy39 @GeneralBakshi @SHIFUJIJAIHIND","FALSE","0",NA,"2017-04-14 05:08:40","FALSE",NA,"852750431784542210",NA,"Twitter for Android","ammies99","0","FALSE","FALSE" +"13287","13287","Which means less than 5000 crore of revenue to Govt. Not even covering demonetization cost. All big fishes got thei� https://t.co/upIncSs0Do","FALSE","0",NA,"2017-04-14 05:03:15","TRUE",NA,"852749068455387138",NA,"Twitter for iPhone","yogeshmandhani","0","FALSE","FALSE" +"13288","13288","Don't you think its little too coincidental that the biggest events in 2016 happened simultaneously? +Demonetization and Jio +@ShashiTharoor","FALSE","2",NA,"2017-04-14 05:01:54","FALSE",NA,"852748727194230785",NA,"Twitter for Android","gofornaman","0","FALSE","FALSE" +"13289","13289","@abhimay wow wat a catch, total 80,000 crore were spent to implement demonetization.tell me mr. engineer 9334 crore� https://t.co/XlY97c2Lfi","FALSE","0","abhimay","2017-04-14 05:01:27","TRUE","852746316509659136","852748613797134336","49073312","Twitter for Android","abhisingh0003","0","FALSE","FALSE" +"13290","13290","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 04:51:05","FALSE",NA,"852746006902865920",NA,"Twitter for Android","Shekhar33111665","24","TRUE","FALSE" +"13291","13291","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 04:48:10","FALSE",NA,"852745270978781184",NA,"Twitter for Android","DilipSi33116883","24","TRUE","FALSE" +"13292","13292","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 04:46:54","FALSE",NA,"852744952379359233",NA,"Twitter for iPhone","rajivchn","60","TRUE","FALSE" +"13293","13293","RT @OfficeOfRG: The Congress Party's Charter of Demands on demonetization on behalf of the people of India. The Prime Minister must answer�","FALSE","0",NA,"2017-04-14 04:45:40","FALSE",NA,"852744642466430976",NA,"Twitter for Android","prabhatkumarlkr","2092","TRUE","FALSE" +"13294","13294","most powerful part of all of this will, I think, result in demonetization via deduplication...","FALSE","2","basche42","2017-04-14 04:45:15","FALSE","852743396594601984","852744535285170176","865427900","Twitter for iPhone","basche42","0","FALSE","FALSE" +"13295","13295","RT @Ghunegaar: I feel that this plan of Modi isn't entirely right. Remember, there's a Demon in Demonetization.","FALSE","0",NA,"2017-04-14 04:43:44","FALSE",NA,"852744156480917504",NA,"Twitter for Android","Amitji_K_Rai","1","TRUE","FALSE" +"13296","13296","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-14 04:35:08","FALSE",NA,"852741992358359040",NA,"Twitter for Android","blkocyx","171","TRUE","FALSE" +"13297","13297","@RashuSpeaks @AamAadmiParty its not decline in corruption but its the demonetization effect and impact on corruptio� https://t.co/9UgD29PIke","FALSE","0","RashuSpeaks","2017-04-14 04:27:13","TRUE","852734739169419268","852739998428258305","361660311","Twitter Web Client","rajeevk1949","0","FALSE","FALSE" +"13298","13298","@abhimay wat a great scheme paytm hahaha totally changed the reasn f demonetization where is black money. i ws usin� https://t.co/Fa9utezJeH","FALSE","0","abhimay","2017-04-14 04:21:56","TRUE","852738034504130562","852738671161729024","49073312","Twitter for Android","abhisingh0003","0","FALSE","FALSE" +"13299","13299","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 04:19:41","FALSE",NA,"852738104876081156",NA,"Twitter for Android","MikeDesai","24","TRUE","FALSE" +"13300","13300","@abhisingh0003 And that's also a fact that maximum have supported the initiative of demonetization. +Small vendor wh� https://t.co/A0gm0tci3l","FALSE","0","abhisingh0003","2017-04-14 04:19:25","TRUE","852728809161936896","852738034504130562","1205295421","Twitter for Android","abhimay","0","FALSE","FALSE" +"13301","13301","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-14 04:10:02","FALSE",NA,"852735673949761536",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"13302","13302","I liked a @YouTube video https://t.co/lJuRIXCUwQ Sonu Nigam reveals how demonetization affected singers | #RSMMA","FALSE","0",NA,"2017-04-14 03:52:01","FALSE",NA,"852731142457262081",NA,"Google","ayushrawat27","0","FALSE","FALSE" +"13303","13303","The exact point behind #demonetization of Rs 1000 and Rs 500 notes https://t.co/a2cECxbkQq","FALSE","0",NA,"2017-04-14 03:49:02","FALSE",NA,"852730389332279299",NA,"Twitter for Android","aksingh96","0","FALSE","FALSE" +"13304","13304","RT @Jevari_Delmayne: YouTube Demonetization - Creators Under Attack https://t.co/sRhVnaQESe","FALSE","0",NA,"2017-04-14 03:48:01","FALSE",NA,"852730135136489472",NA,"Twitter Web Client","HeatherMachado","1","TRUE","FALSE" +"13305","13305","Corporate advertisers are taking over @Youtube, driving out independent content + +Youtube Demonetization https://t.co/9o1jVzxhNH via @YouTube","FALSE","0",NA,"2017-04-14 03:45:01","FALSE",NA,"852729380224761856",NA,"Twitter Web Client","HeatherMachado","0","FALSE","FALSE" +"13306","13306","@ashutosh83B That's right! You are indirectly forcing BJP to be responsible. You guided them towards demonetization� https://t.co/NUrE5Qx5N4","FALSE","0","ashutosh83B","2017-04-14 03:43:49","TRUE","852720187010940929","852729076372525060","78259714","Twitter for iPhone","sacho_patidar","0","FALSE","FALSE" +"13307","13307","If you are a @Youtube fan this is a MUST WATCH + +#AdsenseGate: The Truth About Youtube Demonetization https://t.co/9o1jVzxhNH via @YouTube","FALSE","0",NA,"2017-04-14 03:42:59","FALSE",NA,"852728865701154816",NA,"Twitter Web Client","HeatherMachado","0","FALSE","FALSE" +"13308","13308","@abhimay If digitization ws d aim den dere was no req of demonetization. how can u justify d suffering ,wastage of� https://t.co/g5dT908AcN","FALSE","0","abhimay","2017-04-14 03:42:45","TRUE","852720914395312129","852728809161936896","49073312","Twitter for Android","abhisingh0003","0","FALSE","FALSE" +"13309","13309","RT @kaushkrahul: India's exports grew fastest in 2016-17 in last 5 years, despite Demonetization. +https://t.co/SwvQ8lkrWY","FALSE","0",NA,"2017-04-14 03:42:22","FALSE",NA,"852728710507765760",NA,"Twitter for Android","nilleo007","3","TRUE","FALSE" +"13310","13310","A relief 4 all those who toiled demonetization? +BFSI sector edges out information technology to become top paymaster +https://t.co/f7WwHTCVSe","FALSE","0",NA,"2017-04-14 03:40:36","FALSE",NA,"852728267849162756",NA,"Twitter for Android","rudha13","0","FALSE","FALSE" +"13311","13311","RT @kaushkrahul: India's exports grew fastest in 2016-17 in last 5 years, despite Demonetization. +https://t.co/SwvQ8lkrWY","FALSE","0",NA,"2017-04-14 03:37:09","FALSE",NA,"852727400592924672",NA,"Twitter for Android","rohitagarwal86","3","TRUE","FALSE" +"13312","13312","RT @kaushkrahul: India's exports grew fastest in 2016-17 in last 5 years, despite Demonetization. +https://t.co/SwvQ8lkrWY","FALSE","0",NA,"2017-04-14 03:30:08","FALSE",NA,"852725632358203393",NA,"Twitter for Android","TheJaipurGuy","3","TRUE","FALSE" +"13313","13313","India's exports grew fastest in 2016-17 in last 5 years, despite Demonetization. +https://t.co/SwvQ8lkrWY","FALSE","3",NA,"2017-04-14 03:26:47","FALSE",NA,"852724791651975169",NA,"Twitter for Android","kaushkrahul","3","FALSE","FALSE" +"13314","13314","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 03:23:36","FALSE",NA,"852723987591200768",NA,"Twitter for Android","tara_views","60","TRUE","FALSE" +"13315","13315","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 03:22:21","FALSE",NA,"852723676113928192",NA,"Twitter for Android","sonivinod824","24","TRUE","FALSE" +"13316","13316","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 03:21:57","FALSE",NA,"852723574167220224",NA,"Twitter for Android","007_ammy","60","TRUE","FALSE" +"13317","13317","@digvijaya_28 Please go out from your AC ofc and ask janta if they are supporting demonetization or not u will get answer of our qstn .....","FALSE","0","digvijaya_28","2017-04-14 03:20:02","FALSE","852716704543014913","852723089783742464","371730289","Twitter for Android","abhimay","0","FALSE","FALSE" +"13318","13318","Has supported demonetization also it's a fact that in many rural part people don't understand digitalization but so� https://t.co/4wdfNx7h4B","FALSE","0",NA,"2017-04-14 03:17:48","TRUE",NA,"852722527994499072",NA,"Twitter for Android","abhimay","0","FALSE","FALSE" +"13319","13319","Govt is still mum on what exactly we gained out of the demonetization rigmarole� the only visible outcome is the... https://t.co/Fzkj5g9kzo","FALSE","0",NA,"2017-04-14 03:14:25","FALSE",NA,"852721678564110336",NA,"Facebook","samaljn","0","FALSE","FALSE" +"13320","13320","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-14 03:12:49","FALSE",NA,"852721276875554816",NA,"Twitter for Android","marketingonblog","126","TRUE","FALSE" +"13321","13321","RT @nixxin: Unedited (I haven't checked it) slide from our soon to be released update on the digital payments report... Impact of demonetiz�","FALSE","0",NA,"2017-04-14 03:12:49","FALSE",NA,"852721276447842304",NA,"Twitter for Android","chupchap","3","TRUE","FALSE" +"13322","13322","RT @analyseasia: Hear @navkendar_IDC explain the impact on #digital #payments in #India after #demonetization: https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-14 03:11:58","FALSE",NA,"852721061460230146",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"13323","13323","RT @JPAL_Global: Banerjee: Most people we surveyed thought #demonetization was bad for them, but good for the country. https://t.co/N64rKmW�","FALSE","0",NA,"2017-04-14 03:10:35","FALSE",NA,"852720713207345152",NA,"Twitter for Android","debraj_speaks","2","TRUE","FALSE" +"13324","13324","RT @JPAL_Global: Abhijit Banerjee taking questions from webcast viewers now on #India's #demonetization. Submit your question: https://t.co�","FALSE","0",NA,"2017-04-14 03:10:28","FALSE",NA,"852720682307911680",NA,"Twitter for Android","debraj_speaks","1","TRUE","FALSE" +"13325","13325","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 03:08:39","FALSE",NA,"852720226542034944",NA,"Twitter for Android","Abbaschatriwala","60","TRUE","FALSE" +"13326","13326","I dnt knw what country has achieved from demonetization but yes I like to pay from my debit card #demonetization /1 https://t.co/VFk69v9r1b","FALSE","0",NA,"2017-04-14 03:08:22","FALSE",NA,"852720153489948672",NA,"Twitter for Android","abhimay","0","FALSE","FALSE" +"13327","13327","#news #summary: #india #oil #demand #shrinks for third #month amid #demonetization #drag https://t.co/YmSreN5MlY","FALSE","0",NA,"2017-04-14 03:06:20","FALSE",NA,"852719644217659392",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"13328","13328","#news #summary: what are our #partners doing in #india? #demonetization and digital #vision https://t.co/0GiHTtIqeb","FALSE","0",NA,"2017-04-14 03:05:35","FALSE",NA,"852719455394304000",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"13329","13329","#news #summary: #india #oil #demand #shrinks for third #month amid #demonetization #drag https://t.co/DcchAinI8W","FALSE","0",NA,"2017-04-14 03:04:12","FALSE",NA,"852719106482634752",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"13330","13330","""Real estate in India post demonetization - A reality check !"" https://t.co/3cBYQcck9q on @LinkedIn","FALSE","0",NA,"2017-04-14 03:03:33","FALSE",NA,"852718943513042944",NA,"Twitter Web Client","srikanth_ATL","0","FALSE","FALSE" +"13331","13331","#news #summary: what are our #partners doing in #india? #demonetization and digital #vision https://t.co/tOjmqJZhrP","FALSE","0",NA,"2017-04-14 03:03:26","FALSE",NA,"852718916069711872",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"13332","13332","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-14 03:01:39","FALSE",NA,"852718467098738688",NA,"Twitter for Android","nitinkumarm","171","TRUE","FALSE" +"13333","13333","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 03:01:22","FALSE",NA,"852718395615137794",NA,"Twitter for iPhone","official_anup","60","TRUE","FALSE" +"13334","13334","Hear @navkendar_IDC explain the impact on #digital #payments in #India after #demonetization: https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-14 03:00:07","FALSE",NA,"852718080493047809",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"13335","13335","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:57:35","FALSE",NA,"852717442686009344",NA,"Twitter for iPhone","singhhere11","60","TRUE","FALSE" +"13336","13336","AKOU future - YouTube #Demonetization... NEVER go full retard (Tropic Thunder ref) https://t.co/3iloLu4lYB","FALSE","0",NA,"2017-04-14 02:52:50","FALSE",NA,"852716246160334848",NA,"Twitter for iPhone","politics_right","0","FALSE","FALSE" +"13337","13337","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:51:01","FALSE",NA,"852715789304176640",NA,"Twitter for Android","rahul_birohar","24","TRUE","FALSE" +"13338","13338","@digvijaya_28 Chachaji, kya Abhi bhi demonetization ke baarein mein allaap kar rahein ho. Go to a doctor!! Wait for� https://t.co/N4qeEdzJHu","FALSE","0","digvijaya_28","2017-04-14 02:49:42","TRUE","852714820818288640","852715457673011201","371730289","Twitter Lite","KukrejaSamir","0","FALSE","FALSE" +"13339","13339","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:44:57","FALSE",NA,"852714261214363649",NA,"Twitter for iPhone","Ajitkumar_Kanan","24","TRUE","FALSE" +"13340","13340","@digvijaya_28 You can't be serious @digvijaya_28! You're still frothing over demonetization. People have moved on and gone digital!","FALSE","1","digvijaya_28","2017-04-14 02:43:15","FALSE","852712425925230592","852713835622531073","371730289","Twitter for Android","RitikaSpeaks","0","FALSE","FALSE" +"13341","13341","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:38:42","FALSE",NA,"852712690959167489",NA,"Twitter for Android","jaswantsinghku5","24","TRUE","FALSE" +"13342","13342","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:37:47","FALSE",NA,"852712460884881409",NA,"Twitter for Android","sonykalloor","24","TRUE","FALSE" +"13343","13343","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:37:43","FALSE",NA,"852712442744393729",NA,"Twitter for Android","foroneindia","24","TRUE","FALSE" +"13344","13344","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:32:09","FALSE",NA,"852711041658228736",NA,"Twitter for Android","sorukushwaha","24","TRUE","FALSE" +"13345","13345","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:32:06","FALSE",NA,"852711029612191745",NA,"Twitter for Android","babapushpak","24","TRUE","FALSE" +"13346","13346","RT @digvijaya_28: Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7�","FALSE","0",NA,"2017-04-14 02:29:18","FALSE",NA,"852710324390199296",NA,"Twitter for Android","veermeena1282","24","TRUE","FALSE" +"13347","13347","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-14 02:28:34","FALSE",NA,"852710140306366464",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"13348","13348","Demonetization lingers as IIP contracts in February | Latest News & Updates at Daily News & Analysis https://t.co/FRNAKe7lR4","FALSE","47",NA,"2017-04-14 02:28:27","FALSE",NA,"852710111025938432",NA,"Twitter for iPhone","digvijaya_28","24","FALSE","FALSE" +"13349","13349","A journalist spoke against demonetization, was removed, @sardesairajdeep looked other way, history will not forgive nor forget @IndiaToday","FALSE","0","sardesairajdeep","2017-04-14 02:28:19","FALSE","852584529332023297","852710074611105792","56304605","Twitter for Android","AJAY_ACCENT","0","FALSE","FALSE" +"13350","13350","#EducationForAll #pmo #pmoindia #NarendraModi why can't we move for this ...if demonetization can be done then this can be also done...think","FALSE","0",NA,"2017-04-14 02:27:46","FALSE",NA,"852709936173690880",NA,"Twitter for Android","waytopublic","0","FALSE","FALSE" +"13351","13351","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:26:58","FALSE",NA,"852709738324398085",NA,"Twitter for Android","jayant_gohil","60","TRUE","FALSE" +"13352","13352","@BigfryTV @TeamYouTube @1791L Remember the demonetization of any videos related to Hillary? However Trump videos were still monetize-able.","FALSE","3","BigfryTV","2017-04-14 02:25:49","FALSE","852518582873235456","852709449219395585","2246586798","Twitter Web Client","Bluedrake42","0","FALSE","FALSE" +"13353","13353","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:25:44","FALSE",NA,"852709428038049792",NA,"Twitter for Android","ehansari","60","TRUE","FALSE" +"13354","13354","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:21:19","FALSE",NA,"852708314429366276",NA,"Twitter for Android","robi60","60","TRUE","FALSE" +"13355","13355","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-14 02:17:24","FALSE",NA,"852707329741119488",NA,"Twitter for iPhone","P0rnFairy","38","TRUE","FALSE" +"13356","13356","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:16:52","FALSE",NA,"852707195254841345",NA,"Twitter for Windows Phone","CloudExpertsI","60","TRUE","FALSE" +"13357","13357","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:14:02","FALSE",NA,"852706483787538432",NA,"Twitter for Android","satyenderm","60","TRUE","FALSE" +"13358","13358","The latest The Demonetization Daily! https://t.co/vyB7uxtaEs Thanks to @princemanoj_MMR @CitizensPoV @Donovan_Pfaff #news #fintech","FALSE","0",NA,"2017-04-14 02:14:02","FALSE",NA,"852706480763621376",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"13359","13359","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-14 02:12:32","FALSE",NA,"852706105310330881",NA,"Twitter for Android","rustymarine","106","TRUE","FALSE" +"13360","13360","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:08:46","FALSE",NA,"852705157041319940",NA,"Twitter for Android","k_durge","60","TRUE","FALSE" +"13361","13361","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 02:01:39","FALSE",NA,"852703363661578240",NA,"Twitter for Android","KrishnalalSBP","60","TRUE","FALSE" +"13362","13362","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 01:55:25","FALSE",NA,"852701797621747712",NA,"Twitter for Android","udit437","60","TRUE","FALSE" +"13363","13363","RT @RaoulGMI: For all of you who joined my Twitter feed on the #India story. Here is the podcast from @realvision on the topic. https://t.c�","FALSE","0",NA,"2017-04-14 01:41:19","FALSE",NA,"852698247835435008",NA,"Twitter for Android","chirag_nisha","14","TRUE","FALSE" +"13364","13364","@fanofaamirkhan @aamir_khan but dear zindagi has demonetization effect..","FALSE","0","fanofaamirkhan","2017-04-14 01:37:05","FALSE","852695065906487297","852697183467982848","835492319931441152","Twitter for Windows","Pavan7451","0","FALSE","FALSE" +"13365","13365","Pm modi should have analyzed that historically demonetization has in most cases backfired! Focus The only ones in support of ...","FALSE","1",NA,"2017-04-14 01:35:40","FALSE",NA,"852696827833053184",NA,"TrahanEstella22222","TrahanEstella","0","FALSE","FALSE" +"13366","13366","What are Cisco partners doing in India? https://t.co/ghC3Z0KuIf","FALSE","0",NA,"2017-04-14 01:32:07","FALSE",NA,"852695935251390464",NA,"VoiceStorm","jdossias","0","FALSE","FALSE" +"13367","13367","RT @Stupidosaur: @wikileaks Some US thugs,whom I tried to approach as friends during demonetization, spoke about radicalization option fo I�","FALSE","0",NA,"2017-04-14 01:27:27","FALSE",NA,"852694758132559873",NA,"Twitter Web Client","Stupidosaur","1","TRUE","FALSE" +"13368","13368","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 01:21:29","FALSE",NA,"852693258975158272",NA,"Twitter for Android","anindiansvoice","60","TRUE","FALSE" +"13369","13369","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 01:17:37","FALSE",NA,"852692282335612928",NA,"Twitter for Android","parntheveeran","60","TRUE","FALSE" +"13370","13370","@wikileaks Some US thugs,whom I tried to approach as friends during demonetization, spoke about radicalization opti� https://t.co/95mtIxzII9","FALSE","0","wikileaks","2017-04-14 01:16:43","TRUE","22096326007","852692057462157312","16589206","Twitter Web Client","Stupidosaur","1","FALSE","FALSE" +"13371","13371","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 01:13:09","FALSE",NA,"852691159281520641",NA,"Twitter for Android","AvinashiSingh","60","TRUE","FALSE" +"13372","13372","@myogiadityanath Demonetization has deep impact on poor and honest people all over India. +Black money holders are n� https://t.co/9hBbHpPqWA","FALSE","2","myogiadityanath","2017-04-14 01:10:36","TRUE","852561643649236992","852690518689464320","3437532637","Twitter for Android","rrkendre2030","0","FALSE","FALSE" +"13373","13373","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-14 00:51:30","FALSE",NA,"852685713178898432",NA,"Twitter for Windows","naveedsalahi7","60","TRUE","FALSE" +"13374","13374","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-14 00:43:27","FALSE",NA,"852683687401406464",NA,"Twitter for iPhone","avishek_20","171","TRUE","FALSE" +"13375","13375","RT @lone_mubashir: This what Happens When action are taken without keeping in view the Consequences +##Demonetization #Cash-crisis #StandUp�","FALSE","0",NA,"2017-04-14 00:10:04","FALSE",NA,"852675284482629634",NA,"Twitter Web Client","SAhmed0024","1","TRUE","FALSE" +"13376","13376","17 Mental Stage Most MMM Participant Will Go Through +https://t.co/qUM1rFWYhg < #Pinfoltd #MentalHealth #MMM #MMMNigeria #Demonetization","FALSE","0",NA,"2017-04-13 23:55:07","FALSE",NA,"852671521340493826",NA,"Hootsuite","Pinfoltd","0","FALSE","FALSE" +"13377","13377","I liked a @YouTube video https://t.co/OhQxAtlZsw YouTube Demonetization and Patreon","FALSE","0",NA,"2017-04-13 23:37:51","FALSE",NA,"852667175663828992",NA,"Google","reggiefetish","0","FALSE","FALSE" +"13378","13378","YouTube Demonetization and Patreon https://t.co/qbPZK6DlS3 via @YouTube","FALSE","0",NA,"2017-04-13 23:37:24","FALSE",NA,"852667062228992000",NA,"Twitter Web Client","reggiefetish","0","FALSE","FALSE" +"13379","13379","I liked a @YouTube video https://t.co/Tz3rK9Y2eC Will We Lose Our Platform? | YouTube Demonetization","FALSE","0",NA,"2017-04-13 23:31:31","FALSE",NA,"852665582071631872",NA,"Google","randall_camacho","0","FALSE","FALSE" +"13380","13380","RT @GNDTV: BREAKING: BJP leader's grandson's friend came 2nd in class monitor elections. A clear referendum that India is not accepting #De�","FALSE","0",NA,"2017-04-13 23:27:19","FALSE",NA,"852664525908213761",NA,"Twitter Lite","ParthPa07241800","376","TRUE","FALSE" +"13381","13381","I liked a @YouTube video https://t.co/9FYhbN74xx AKOU future - YouTube Demonetization...","FALSE","0",NA,"2017-04-13 23:09:11","FALSE",NA,"852659962710941696",NA,"Google","Sheepdog1113","0","FALSE","FALSE" +"13382","13382","@Myloc Indian ATM independents battered #in https://t.co/HZEDcfe3LO (Automatically sent using IFTTT)","FALSE","0","myloc","2017-04-13 23:00:01","FALSE",NA,"852657654837239809","14093527","twitter.php","MyLoc_Tracker","0","FALSE","FALSE" +"13383","13383","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 22:59:10","FALSE",NA,"852657444295553024",NA,"Twitter for Android","TheAmolPatil","171","TRUE","FALSE" +"13384","13384","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 22:54:28","FALSE",NA,"852656258670899202",NA,"Twitter for Android","viji2957","60","TRUE","FALSE" +"13385","13385","RT @rosammat: And for India to apologize to the 150 who died in queues after demonetization: https://t.co/h95z2vymOA","FALSE","0",NA,"2017-04-13 22:48:33","FALSE",NA,"852654772016619521",NA,"Twitter for Android","sirajquadri92","2","TRUE","FALSE" +"13386","13386","What are Cisco partners doing in India? https://t.co/e64HxTMRGF","FALSE","0",NA,"2017-04-13 22:45:44","FALSE",NA,"852654060565954560",NA,"VoiceStorm","FatihaH_CPS","0","FALSE","FALSE" +"13387","13387","RT @rosammat: And for India to apologize to the 150 who died in queues after demonetization: https://t.co/h95z2vymOA","FALSE","0",NA,"2017-04-13 22:45:39","FALSE",NA,"852654041884762114",NA,"Twitter for Android","imhindustani11","2","TRUE","FALSE" +"13388","13388","RT @unicornisland11: I know I know, I probably dont make sense but imma blame demonetization for everything. I see no acche din ok. @MrMitr�","FALSE","0",NA,"2017-04-13 22:41:44","FALSE",NA,"852653054709174273",NA,"Twitter for iPhone","iilillysinghhii","1","TRUE","FALSE" +"13389","13389","RT @unicornisland11: Tickets are pricey because there's a problem with the economy? So, Demonetization I suppose? Mr. Modi watcha doin man�","FALSE","0",NA,"2017-04-13 22:41:36","FALSE",NA,"852653021456683012",NA,"Twitter for iPhone","iilillysinghhii","1","TRUE","FALSE" +"13390","13390","I know I know, I probably dont make sense but imma blame demonetization for everything. I see no acche din ok. @MrMitron","FALSE","0","unicornisland11","2017-04-13 22:38:51","FALSE","852652099804340224","852652328360398848","3108726871","Twitter for Android","unicornisland11","1","FALSE","FALSE" +"13391","13391","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 22:16:01","FALSE",NA,"852646582755438593",NA,"Twitter for iPhone","ZubairM62","60","TRUE","FALSE" +"13392","13392","I liked a @YouTube video https://t.co/gNBhjuBLv6 AIB : The Demonetization Circus","FALSE","0",NA,"2017-04-13 22:12:23","FALSE",NA,"852645667474481152",NA,"Google","naushdoodles","0","FALSE","FALSE" +"13393","13393","@MindOfMicahC @YouTube Yeah, they said even talking about war without showing anything violent is grounds for demon� https://t.co/9NQKPEAxdU","FALSE","0","MindOfMicahC","2017-04-13 22:10:29","TRUE","852644612946702337","852645189336354816","116388363","Twitter for iPhone","DavidTDragonite","0","FALSE","FALSE" +"13394","13394","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 22:05:11","FALSE",NA,"852643857023946752",NA,"Twitter for Android","iRushikesh","60","TRUE","FALSE" +"13395","13395","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 22:05:11","FALSE",NA,"852643856923471872",NA,"Twitter for iPhone","LegendofKafei","38","TRUE","FALSE" +"13396","13396","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:50:08","FALSE",NA,"852640069613694976",NA,"Twitter for Android","mjalam81","60","TRUE","FALSE" +"13397","13397","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:48:59","FALSE",NA,"852639782115168256",NA,"Twitter for iPhone","sanatanpathak","60","TRUE","FALSE" +"13398","13398","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:48:26","FALSE",NA,"852639641077522436",NA,"Twitter for Android","modfarooque","60","TRUE","FALSE" +"13399","13399","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 21:32:07","FALSE",NA,"852635536779083776",NA,"Twitter for Android","rajgrad","171","TRUE","FALSE" +"13400","13400","@CassidyTiffani @1ideaatatime Jews indictment in Wiemar Germany following WW1 led 2 WW2,creation of Jewish homeland� https://t.co/DFKDDB4Ueb","FALSE","1","CassidyTiffani","2017-04-13 21:24:04","TRUE","852628621176995841","852633510988984321","4498870097","Twitter Web Client","JSlayerTeeCho","1","FALSE","FALSE" +"13401","13401","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:17:09","FALSE",NA,"852631768364482560",NA,"Twitter for iPhone","SalimMulla20","60","TRUE","FALSE" +"13402","13402","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:16:09","FALSE",NA,"852631515800391681",NA,"Twitter Lite","mtahir30","60","TRUE","FALSE" +"13403","13403","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:14:06","FALSE",NA,"852631001801125888",NA,"Twitter for Android","shash_408","60","TRUE","FALSE" +"13404","13404","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:12:15","FALSE",NA,"852630534220111873",NA,"Twitter for Android","Chellappanasary","60","TRUE","FALSE" +"13405","13405","NES Classic gone, lauded fan games have been axed, demonetization of youtubers, still no western Mother 3... what the hell, Nintendo???","FALSE","0",NA,"2017-04-13 21:11:38","FALSE",NA,"852630381056499714",NA,"Twitter Web Client","ManticoreFire","0","FALSE","FALSE" +"13406","13406","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 21:03:43","FALSE",NA,"852628390192467969",NA,"Twitter for Android","ankithoc","60","TRUE","FALSE" +"13407","13407","RT @amilliff: Banerjee @JPAL_Global: #Demonetization + #upelections2017 shows that bad economics can make good politics. https://t.co/oclw�","FALSE","0",NA,"2017-04-13 21:00:46","FALSE",NA,"852627645561016320",NA,"RoundTeam","UPElections2017","2","TRUE","FALSE" +"13408","13408","Banerjee @JPAL_Global: #Demonetization + #upelections2017 shows that bad economics can make good politics. https://t.co/oclwGGs8Gf","FALSE","1",NA,"2017-04-13 20:58:23","FALSE",NA,"852627047193116672",NA,"Twitter for iPhone","amilliff","2","FALSE","FALSE" +"13409","13409","RT @azomer: Lessons for other countries? Print the bills before! ""Baffled"" by the level of implementation - #demonetization in #India @JPAL�","FALSE","0",NA,"2017-04-13 20:55:30","FALSE",NA,"852626320353878017",NA,"TweetDeck","JPAL_Global","3","TRUE","FALSE" +"13410","13410","And that it hurt politicians more! #demonetization https://t.co/8J043RVyRo","FALSE","0",NA,"2017-04-13 20:51:26","FALSE",NA,"852625296507285504",NA,"Twitter for iPhone","alam_nabeela","0","FALSE","FALSE" +"13411","13411","Lessons for other countries? Print the bills before! ""Baffled"" by the level of implementation - #demonetization in #India @JPAL_Global","FALSE","2",NA,"2017-04-13 20:49:45","FALSE",NA,"852624871809044480",NA,"Twitter for Android","azomer","3","FALSE","FALSE" +"13412","13412","RT @jbuitrago: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/CMqAAYYv9i","FALSE","0",NA,"2017-04-13 20:47:31","FALSE",NA,"852624310149808128",NA,"Twitter for Android","lucasllach","2","TRUE","FALSE" +"13413","13413","RT @jbuitrago: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/CMqAAYYv9i","FALSE","0",NA,"2017-04-13 20:47:09","FALSE",NA,"852624221033377793",NA,"Twitter for Mac","tizianomdb","2","TRUE","FALSE" +"13414","13414","Wrestling hit by #YouTube demonetization, another #JBL story, #KurtAngle talks #RAW - https://t.co/Fc5mzDYPv1 #WWE","FALSE","0",NA,"2017-04-13 20:46:48","FALSE",NA,"852624129664659456",NA,"TweetDeck","wrestlingnews","0","FALSE","FALSE" +"13415","13415","Abhijit Banerjee taking questions from webcast viewers now on #India's #demonetization. Submit your question: https://t.co/N64rKmWBzs #d2p2","FALSE","3",NA,"2017-04-13 20:46:35","FALSE",NA,"852624076032155649",NA,"TweetDeck","JPAL_Global","1","FALSE","FALSE" +"13416","13416","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 20:46:07","FALSE",NA,"852623959107321856",NA,"Mobile Web (M2)","DeewanaMastanaa","60","TRUE","FALSE" +"13417","13417","Interpretation of the evidence: bad economics was probably good politics - #demonetization in #India @JPAL_Global @MITEcon @MIT_SHASS","FALSE","0",NA,"2017-04-13 20:45:45","FALSE",NA,"852623865184493568",NA,"Twitter for Android","azomer","0","FALSE","FALSE" +"13418","13418","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 20:45:32","FALSE",NA,"852623812155908096",NA,"Twitter for iPhone","tweet2el","60","TRUE","FALSE" +"13419","13419","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 20:42:56","FALSE",NA,"852623159232778242",NA,"Twitter Lite","vj_devil007","60","TRUE","FALSE" +"13420","13420","@beyondwrestling I ask because I have seen people caught up in the demonetization thing and then brought back.","FALSE","0","beyondwrestling","2017-04-13 20:42:11","FALSE",NA,"852622968219947008","61112911","Twitter Web Client","Fork_Tongue","0","FALSE","FALSE" +"13421","13421","RT @mkatju: people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for�","FALSE","0",NA,"2017-04-13 20:42:03","FALSE",NA,"852622934749306880",NA,"Twitter Web Client","RaviKundurthi","60","TRUE","FALSE" +"13422","13422","Banerjee: Most people we surveyed thought #demonetization was bad for them, but good for the country. https://t.co/N64rKmWBzs #d2p2","FALSE","6",NA,"2017-04-13 20:41:28","FALSE",NA,"852622788695339008",NA,"TweetDeck","JPAL_Global","2","FALSE","FALSE" +"13423","13423","People who cry about YouTube demonetization should've started an email list and a blog years ago.","FALSE","3",NA,"2017-04-13 20:41:20","FALSE",NA,"852622754356633600",NA,"Twitter Web Client","AlexJKirby","0","FALSE","FALSE" +"13424","13424","people have got stunts like, Swachata Diwas,Yoga Day, Demonetization,anti-Romeo drives,gau rakshaks,etc. +Yet de have voted for BJP! +Hari Om","FALSE","177",NA,"2017-04-13 20:41:17","FALSE",NA,"852622743111483392",NA,"Twitter Web Client","mkatju","60","FALSE","FALSE" +"13425","13425","In some sense people wanted to believe it (demonetization in #India) was good for them, even #BJP supporters most a� https://t.co/gKWRA8ypr5","FALSE","1",NA,"2017-04-13 20:40:22","TRUE",NA,"852622513502867456",NA,"Twitter for Android","azomer","0","FALSE","FALSE" +"13426","13426","RT @JPAL_Global: Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","0",NA,"2017-04-13 20:37:17","FALSE",NA,"852621735916707840",NA,"tweethunk","DigiHunk","5","TRUE","FALSE" +"13427","13427","54 rule changes in 52 days - #demonetization in #India. Hard to plan for a wedding or regular life under these conditions @JPAL_Global #d2p2","FALSE","0",NA,"2017-04-13 20:35:50","FALSE",NA,"852621369431011329",NA,"Twitter for Android","azomer","0","FALSE","FALSE" +"13428","13428","RT @JPAL_Global: Banerjee: Our surveys of market sellers in #India found ave. 23% less sales after #demonetization. https://t.co/N64rKmWBzs�","FALSE","0",NA,"2017-04-13 20:33:55","FALSE",NA,"852620888126238720",NA,"Twitter for Android","aspremolla","2","TRUE","FALSE" +"13429","13429","RT @JPAL_Global: Banerjee: Our surveys of market sellers in #India found ave. 23% less sales after #demonetization. https://t.co/N64rKmWBzs�","FALSE","0",NA,"2017-04-13 20:32:47","FALSE",NA,"852620602221494277",NA,"Twitter for Android","azomer","2","TRUE","FALSE" +"13430","13430","Banerjee: Our surveys of market sellers in #India found ave. 23% less sales after #demonetization. https://t.co/N64rKmWBzs #d2p2 @MITEcon","FALSE","1",NA,"2017-04-13 20:31:25","FALSE",NA,"852620261845348352",NA,"TweetDeck","JPAL_Global","2","FALSE","FALSE" +"13431","13431","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/CMqAAYYv9i","FALSE","2",NA,"2017-04-13 20:29:01","FALSE",NA,"852619656636620805",NA,"Twitter Web Client","jbuitrago","2","FALSE","FALSE" +"13432","13432","The 2 k rupees notes could enhance the chance of someone doing something illegal - #d2p2 #demonetization in #India� https://t.co/ckySTc4kx2","FALSE","0",NA,"2017-04-13 20:28:54","TRUE",NA,"852619627209404416",NA,"Twitter for Android","azomer","0","FALSE","FALSE" +"13433","13433","Demonetized : Thank you donors: https://t.co/vii7l3nf24 #youtube #demonetization #opinioncorridor #politicalincorrectness #donors #patrons","FALSE","0",NA,"2017-04-13 20:28:46","FALSE",NA,"852619591851364353",NA,"Twitter Web Client","ASwedeSpeaks","0","FALSE","FALSE" +"13434","13434","Banerjee: After #demonetization, GDP growth fell slightly - but this isn't the best measure of real #impacts. https://t.co/N64rKmWBzs #d2p2","FALSE","1",NA,"2017-04-13 20:28:46","FALSE",NA,"852619591146668032",NA,"TweetDeck","JPAL_Global","1","FALSE","FALSE" +"13435","13435","RT @JPAL_Global: Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","0",NA,"2017-04-13 20:23:56","FALSE",NA,"852618374685360128",NA,"Twitter for Android","aspremolla","5","TRUE","FALSE" +"13436","13436","""Most (economists) questioned the logic behind each of the (shifting) arguments (for #demonetization)"" https://t.co/d2sVPz3hml","FALSE","0",NA,"2017-04-13 20:22:13","FALSE",NA,"852617946371371011",NA,"Twitter for Android","CashlessChronic","1","FALSE","FALSE" +"13437","13437","RT @azomer: Arguments for demonetization in #India for security, #corruption and formal economy ""not water tight"" - @JPAL_Global @MITEcon h�","FALSE","0",NA,"2017-04-13 20:22:13","FALSE",NA,"852617945801011200",NA,"Twitter Web Client","mitgovlab","2","TRUE","FALSE" +"13438","13438","RT @azomer: Arguments for demonetization in #India for security, #corruption and formal economy ""not water tight"" - @JPAL_Global @MITEcon h�","FALSE","0",NA,"2017-04-13 20:21:14","FALSE",NA,"852617697699528706",NA,"TweetDeck","JPAL_Global","2","TRUE","FALSE" +"13439","13439","YouTube Demonetization and Patreon https://t.co/8glf15jos0","FALSE","0",NA,"2017-04-13 20:20:04","FALSE",NA,"852617403804659712",NA,"Facebook","ChefJMichaels","0","FALSE","FALSE" +"13440","13440","Arguments for demonetization in #India for security, #corruption and formal economy ""not water tight"" -� https://t.co/nnCwsWCZie","FALSE","4",NA,"2017-04-13 20:19:48","TRUE",NA,"852617335466799105",NA,"Twitter for Android","azomer","2","FALSE","FALSE" +"13441","13441","When you oppose every good move of Modi Govt ( Digital India, Demonetization, Surgical strike & many more...) + +Then #AapKaDepositGaya","FALSE","0",NA,"2017-04-13 20:19:28","FALSE",NA,"852617251102482433",NA,"Twitter for Android","Abhishek3592","0","FALSE","FALSE" +"13442","13442","RT @JPAL_Global: Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","0",NA,"2017-04-13 20:17:32","FALSE",NA,"852616763904753664",NA,"Twitter for iPhone","jortegao","5","TRUE","FALSE" +"13443","13443","RT @ElectionCmsn: #AapKaDepositGaya in our accounts. Demonetization had hit us hard as well. We needed money to buy EVMs and then again to�","FALSE","0",NA,"2017-04-13 20:17:05","FALSE",NA,"852616652248293377",NA,"Twitter for Android","theAblaMard","1","TRUE","FALSE" +"13444","13444","RT @JPAL_Global: Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","0",NA,"2017-04-13 20:13:25","FALSE",NA,"852615731955019777",NA,"Twitter for iPhone","JPAL_NA","5","TRUE","FALSE" +"13445","13445","RT @JPAL_Global: Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","0",NA,"2017-04-13 20:13:14","FALSE",NA,"852615681765933057",NA,"Twitter for iPhone","vinnyarmentano","5","TRUE","FALSE" +"13446","13446","Abhijit Banerjee on #demonetization in #India: ""Do bad economics make good politics?"" Watch live: https://t.co/N64rKmWBzs","FALSE","4",NA,"2017-04-13 20:13:02","FALSE",NA,"852615634160680962",NA,"TweetDeck","JPAL_Global","5","FALSE","FALSE" +"13447","13447","@nejarard @dhume @rupasubramanya Scam of Demonetization","FALSE","0","nejarard","2017-04-13 20:12:37","FALSE","852557811775004677","852615529030221824","741512627143081985","Twitter for iPhone","dewindia11","0","FALSE","FALSE" +"13448","13448","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 20:08:32","FALSE",NA,"852614501593735168",NA,"Twitter for Android","teddybrown","171","TRUE","FALSE" +"13449","13449","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 19:45:19","FALSE",NA,"852608658999582720",NA,"Twitter Web Client","easy_prism","38","TRUE","FALSE" +"13450","13450","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 19:20:26","FALSE",NA,"852602395083235328",NA,"Twitter Lite","pcrajendra","171","TRUE","FALSE" +"13451","13451","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 19:16:21","FALSE",NA,"852601368787394560",NA,"Twitter for iPhone","AnkitArtoflivin","171","TRUE","FALSE" +"13452","13452","Demonetization Impact was Short-lived: Tata Sponge MD +Read full story in Steel 360 Apr'17 issue subscribe now� https://t.co/iAikiq4Usm","FALSE","1",NA,"2017-04-13 19:15:15","TRUE",NA,"852601090256318465",NA,"Hootsuite","360Steel","0","FALSE","FALSE" +"13453","13453","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-13 19:13:23","FALSE",NA,"852600621379309568",NA,"Twitter for Windows","TrustingINDIA","106","TRUE","FALSE" +"13454","13454","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 19:05:54","FALSE",NA,"852598737536860160",NA,"Twitter for iPhone","abcunlimited1","171","TRUE","FALSE" +"13455","13455","RT @BloombergQuint: India�s oil consumption fell for a third straight month. +@saketsundria @DhwaniPandya find out why +https://t.co/IQKRS4dn�","FALSE","0",NA,"2017-04-13 19:00:29","FALSE",NA,"852597376640528384",NA,"Twitter for iPhone","JournoDebjit","4","TRUE","FALSE" +"13456","13456","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 18:58:41","FALSE",NA,"852596922846019584",NA,"Twitter for Android","pratiks00413112","171","TRUE","FALSE" +"13457","13457","RT @RatheeshVgopal: Dear Modiji,we want to know how much black money this criminal converted during demonetization? @PMOIndia #DreamzGKFr�","FALSE","0",NA,"2017-04-13 18:53:00","FALSE",NA,"852595491321675776",NA,"Twitter for iPhone","vjkolli","83","TRUE","FALSE" +"13458","13458","People who criticized #demonetization now's the time to say "" We apologize to Prime Minister @narendramodi "" https://t.co/F9n4Ims9n3","FALSE","0",NA,"2017-04-13 18:52:31","FALSE",NA,"852595369003278336",NA,"Twitter for Android","123architsood","0","FALSE","FALSE" +"13459","13459","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-13 18:47:06","FALSE",NA,"852594007859273728",NA,"Twitter Web Client","ArnabCoaching","72","TRUE","FALSE" +"13460","13460","RT @RenukaJain6: @pingmanoj1 @narendramodi @DrGPradhan @vivekagnihotri @HDFCBank_Cares @ICICIBank_Care check blog I wrote long back + +https�","FALSE","0",NA,"2017-04-13 18:42:36","FALSE",NA,"852592873652572161",NA,"Twitter for Android","gopsec2","2","TRUE","FALSE" +"13461","13461","@BQInvstTraining Keep making things up. When did I say demonetization is bad? It's good for India. However, growth overstated during quarter","FALSE","0","BQInvstTraining","2017-04-13 18:36:11","FALSE","852389997617467392","852591260502171648","159889423","Twitter for Windows","LongViewer","0","FALSE","FALSE" +"13462","13462","@manNipanDit1 @surianarayanan1 Yeah we were made to believe ""surgical strikes"" & ""demonetization"" will bring peace� https://t.co/pIvvnmnOSz","FALSE","0","manNipanDit1","2017-04-13 18:24:20","TRUE","852587604323295233","852588276703801344","489237979","Twitter for Android","SAMI_hadyh","0","FALSE","FALSE" +"13463","13463","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-13 18:18:46","FALSE",NA,"852586875399282688",NA,"SocioAdvocacy","Sandeep251210","10","TRUE","FALSE" +"13464","13464","AKOU future - YouTube Demonetization... https://t.co/8s4r1Z8VRO via @YouTube #guns #Gunners #MAGA","FALSE","1",NA,"2017-04-13 18:15:37","FALSE",NA,"852586085607780352",NA,"Twitter Web Client","ReelConquest","0","FALSE","FALSE" +"13465","13465","YOUTUBE DEMONETIZATION (AND THE FEELINGS DRAMATIZED): https://t.co/b2h9Gh7ZvD via @YouTube","FALSE","0",NA,"2017-04-13 18:00:14","FALSE",NA,"852582215124885504",NA,"Google","SwedCopy","0","FALSE","FALSE" +"13466","13466","Legality of #Bitcoin in India Addressed at Summit: After the #demonetization of 85 percent of the circulating�� https://t.co/xuvAr4TCuT","FALSE","0",NA,"2017-04-13 17:58:37","TRUE",NA,"852581807111364608",NA,"dlvr.it","bitcointonic","0","FALSE","FALSE" +"13467","13467","@sumanthraman When NDTV first used #Jumla during demonetization someone asked me 'Does that mean idea?'. It all co� https://t.co/jwqeuipoIK","FALSE","0","sumanthraman","2017-04-13 17:53:30","TRUE","852579352789241856","852580519292223488","54436268","Twitter for Android","NicheBrain","0","FALSE","FALSE" +"13468","13468","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:51:07","FALSE",NA,"852579920366776320",NA,"Twitter for Android","RajeshPilania4","19","TRUE","FALSE" +"13469","13469","RT @gershwin93: Courts have summarily dismissed pleas against demonetization claiming it is beyond its jurisdiction to interfere with publi�","FALSE","0",NA,"2017-04-13 17:46:29","FALSE",NA,"852578753330860033",NA,"Twitter for Android","aathiperinchery","4","TRUE","FALSE" +"13470","13470","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 17:45:43","FALSE",NA,"852578561689096192",NA,"Twitter Web Client","MoHossain","22","TRUE","FALSE" +"13471","13471","Demonetization and Cryptocurrencies in International Trade +https://t.co/T3Fp7PoFaE","FALSE","0",NA,"2017-04-13 17:44:31","FALSE",NA,"852578256062746628",NA,"LinkedIn","ckbcouture","0","FALSE","FALSE" +"13472","13472","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 17:43:17","FALSE",NA,"852577946371932160",NA,"Twitter for Android","k_barua","22","TRUE","FALSE" +"13473","13473","@ashutosh83B Major blunders by AAP : Questioning surgical strikes, criticizing demonetization, foreign jaunts, publ� https://t.co/ALav0s3QVl","FALSE","0","ashutosh83B","2017-04-13 17:41:07","TRUE","852356307130691584","852577400965738496","78259714","Twitter for iPhone","drsunilbahl","0","FALSE","FALSE" +"13474","13474","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 17:39:43","FALSE",NA,"852577050309394432",NA,"Twitter for iPhone","judd_Sstop","38","TRUE","FALSE" +"13475","13475","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-13 17:38:58","FALSE",NA,"852576859850067970",NA,"Twitter Lite","TruthPrevail3","54","TRUE","FALSE" +"13476","13476","@melvinjose86 @konyak_pongjei @ManikTyagi @ShashiTharoor Cash economy made it easier to evade taxes. Just demonetiz� https://t.co/0NLDVKJGdP","FALSE","0","melvinjose86","2017-04-13 17:37:40","TRUE","852575934309740544","852576535877787649","66443213","Twitter Web Client","madhu_greenleaf","0","FALSE","FALSE" +"13477","13477","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:32:03","FALSE",NA,"852575122242326530",NA,"Twitter for Android","KAPILMUDGAL75","19","TRUE","FALSE" +"13478","13478","#demonetization did it! Hail demonetisation! https://t.co/Ul6yOaiRF9","FALSE","0",NA,"2017-04-13 17:29:23","FALSE",NA,"852574451468087296",NA,"Twitter for Android","mrsinghCricUmp","0","FALSE","FALSE" +"13479","13479","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 17:29:02","FALSE",NA,"852574360346873856",NA,"Twitter for Android","DavidKeo","22","TRUE","FALSE" +"13480","13480","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/7AYTAVmjZn","FALSE","1",NA,"2017-04-13 17:27:04","FALSE",NA,"852573866543112192",NA,"Twitter Web Client","myePaisa","1","FALSE","FALSE" +"13481","13481","@Rickyrajkumar @sanjayuvacha #Demonetization robbed the Opposition of Cash so that they cudnt compete in EVM tamper� https://t.co/GVLo6T78P2","FALSE","0","Rickyrajkumar","2017-04-13 17:24:12","TRUE","852415248833236992","852573144430804996","17800259","Twitter Web Client","MuslimGhazi","0","FALSE","FALSE" +"13482","13482","RT @Pastor_Dowell: YouTube Demonetization and Patreon https://t.co/RKcMBTTgZF","FALSE","0",NA,"2017-04-13 17:22:34","FALSE",NA,"852572732273438721",NA,"Twitter for Android","TyRonRobinsonII","3","TRUE","FALSE" +"13483","13483","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:22:15","FALSE",NA,"852572652413657088",NA,"Twitter for Android","shalminhere","19","TRUE","FALSE" +"13484","13484","CBI REGISTERS TWO SEPARATE CASES RELATING TO DEMONETIZATION AND CONDUCTS SEARCHES https://t.co/XujNbSeyJu","FALSE","0",NA,"2017-04-13 17:22:01","FALSE",NA,"852572596826656768",NA,"Twitter Web Client","dharam_loonaa","0","FALSE","FALSE" +"13485","13485","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:20:34","FALSE",NA,"852572228789161984",NA,"Twitter for Android","Brijesh88220727","19","TRUE","FALSE" +"13486","13486","RT @nixxin: Unedited (I haven't checked it) slide from our soon to be released update on the digital payments report... Impact of demonetiz�","FALSE","0",NA,"2017-04-13 17:18:29","FALSE",NA,"852571705310560256",NA,"Twitter for Android","nafeajames","3","TRUE","FALSE" +"13487","13487","@SabinaBasha In UP, Congress didn't do well to explain demonetization failed bigtime. And most Hindu castes were pissed off with Yadavs.","FALSE","1","SabinaBasha","2017-04-13 17:18:28","FALSE","852571428507529218","852571703624519681","125679865","Twitter for Android","FillAwwSuffer","0","FALSE","FALSE" +"13488","13488","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 17:18:07","FALSE",NA,"852571612314570752",NA,"Twitter for Android","TPrasad_7","171","TRUE","FALSE" +"13489","13489","Exports grew by 28%, now what do the critics have for @narendramodi & his masterstroke? Next Q numbers analogy?� https://t.co/b4IDJamrXI","FALSE","0",NA,"2017-04-13 17:11:46","TRUE",NA,"852570017292058624",NA,"Twitter for iPhone","Sriram316","0","FALSE","FALSE" +"13490","13490","RT @gershwin93: Courts have summarily dismissed pleas against demonetization claiming it is beyond its jurisdiction to interfere with publi�","FALSE","0",NA,"2017-04-13 17:11:35","FALSE",NA,"852569970592497664",NA,"Twitter for Android","imbindassM","4","TRUE","FALSE" +"13491","13491","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:10:36","FALSE",NA,"852569721463382016",NA,"Twitter for Android","ikumarashok","19","TRUE","FALSE" +"13492","13492","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 17:09:32","FALSE",NA,"852569454907056128",NA,"Twitter Lite","chandri1940","14","TRUE","FALSE" +"13493","13493","Digital txns jumped 60% after demonetization. https://t.co/M10ZT3fvXw","FALSE","1",NA,"2017-04-13 17:08:50","FALSE",NA,"852569278297456640",NA,"Twitter for Android","vikramadhiman","0","FALSE","FALSE" +"13494","13494","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:07:44","FALSE",NA,"852569000814891008",NA,"Twitter for Android","guru9899","19","TRUE","FALSE" +"13495","13495","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 17:06:57","FALSE",NA,"852568803401773056",NA,"Twitter for iPhone","muntaziraapka","19","TRUE","FALSE" +"13496","13496","Woff, thats HUGE. Trump's #Demonetization move https://t.co/dp5g20G6fl","FALSE","0",NA,"2017-04-13 17:05:15","FALSE",NA,"852568375637155840",NA,"Facebook","ChughRobby","0","FALSE","FALSE" +"13497","13497","Demonetization in India https://t.co/Atg4hiiIYl via @wordpressdotcom","FALSE","0",NA,"2017-04-13 17:03:46","FALSE",NA,"852568003501670400",NA,"Twitter Web Client","nationofmyrules","0","FALSE","FALSE" +"13498","13498","@Sanju_Verma_ It had to happen when CM 1. support JNUanti national activity.2.ask proof of surgical strike.3. oppos� https://t.co/npYidOQOhU","FALSE","1","Sanju_Verma_","2017-04-13 17:00:50","TRUE","852476379992031232","852567264377409536","2441854915","Twitter for Android","maxxhoster","0","FALSE","FALSE" +"13499","13499","RT @GujaratHeadline: #Ahmedabad:#CBI #raids at 8 #places; enquires #Bank #officers for #Illegitimate #accounts opened in #demonetization ht�","FALSE","0",NA,"2017-04-13 16:57:22","FALSE",NA,"852566391441858560",NA,"Twitter for iPhone","Dina32Dr","1","TRUE","FALSE" +"13500","13500","RT @trickydonor: Dear Liberals cum economic experts; verdict on demonetization is out.! #ElectionResults","FALSE","0",NA,"2017-04-13 16:56:35","FALSE",NA,"852566196469747712",NA,"Twitter Web Client","drvds59","4","TRUE","FALSE" +"13501","13501","RT @gershwin93: Demonetization made little impact,with money being flung around for votes in the recently concluded Assembly polls. #ACJLiv�","FALSE","0",NA,"2017-04-13 16:56:28","FALSE",NA,"852566164303736833",NA,"Twitter for Android","srinivasanravi","1","TRUE","FALSE" +"13502","13502","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 16:55:57","FALSE",NA,"852566034888278016",NA,"Twitter for iPhone","bombaywalee","7","TRUE","FALSE" +"13503","13503","@ndtv And I was lead to believe #Demonetization solved the problem. Huh!","FALSE","1","ndtv","2017-04-13 16:53:16","FALSE","852564679310364672","852565360893202432","37034483","Twitter Web Client","ashwinikpn","0","FALSE","FALSE" +"13504","13504","@pingmanoj1 @narendramodi @DrGPradhan @vivekagnihotri @HDFCBank_Cares @ICICIBank_Care check blog I wrote long back + +https://t.co/MT6aG1zILI","FALSE","2","pingmanoj1","2017-04-13 16:51:28","FALSE","852564280146841602","852564906561773568","2698464750","Twitter for iPhone","RenukaJain6","2","FALSE","FALSE" +"13505","13505","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:49:55","FALSE",NA,"852564519100575746",NA,"Twitter for Android","rajeshved36","19","TRUE","FALSE" +"13506","13506","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:49:37","FALSE",NA,"852564440134422528",NA,"Twitter for iPhone","gaganm12","19","TRUE","FALSE" +"13507","13507","My version: +Saffron : Anger by Romeo squad, trolls, bhakts +White : Fairness cream, demonetization +Green : Land gif� https://t.co/zz0MFLmPfD","FALSE","0",NA,"2017-04-13 16:48:53","TRUE",NA,"852564256671322112",NA,"Twitter for Android","ihellohi","0","FALSE","FALSE" +"13508","13508","@TOIIndiaNews Industrial output dips 1.2% in February mainly due to decline in manufacturing sector after demonetization.","FALSE","0","TOIIndiaNews","2017-04-13 16:47:47","FALSE",NA,"852563980556148737","29958928","Twitter for Android","Sinha_Suresh","0","FALSE","FALSE" +"13509","13509","RT @behindwoods: #SIVAKARTHIKEYAN'S BIG ACHIEVEMENT DURING DEMONETIZATION + +https://t.co/QkKKSJFltP","FALSE","0",NA,"2017-04-13 16:45:09","FALSE",NA,"852563317440872448",NA,"Twitter for Android","RagulRam16","69","TRUE","FALSE" +"13510","13510","#Ahmedabad:#CBI #raids at 8 #places; enquires #Bank #officers for #Illegitimate #accounts opened in #demonetization https://t.co/tgq8YaGoBj","FALSE","0",NA,"2017-04-13 16:44:34","FALSE",NA,"852563172930199552",NA,"Twitter Web Client","GujaratHeadline","1","FALSE","FALSE" +"13511","13511","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 16:44:12","FALSE",NA,"852563079720075266",NA,"Twitter for iPhone","SidharthaTOI","22","TRUE","FALSE" +"13512","13512","None of my videos have been flagged for demonetization. But I�m also the one who defeated NJPW in a copyright battle. GIMME MY $1.22/VID!","FALSE","1",NA,"2017-04-13 16:42:40","FALSE",NA,"852562692506345472",NA,"Twitter for Mac","ShakeThemRopes","0","FALSE","FALSE" +"13513","13513","I don't understand by Demonetization what the Govt has achieved neither Black money nor corruption. on the other side entire country faced","FALSE","0",NA,"2017-04-13 16:42:00","FALSE",NA,"852562525925376000",NA,"Twitter Web Client","vdram2","0","FALSE","FALSE" +"13514","13514","If not for demonetization it would have been bigger- Sagarika Rajdeep https://t.co/LoqFiMcN3r","FALSE","0",NA,"2017-04-13 16:35:41","FALSE",NA,"852560934195404800",NA,"Twitter for Android","hsejarsa","0","FALSE","FALSE" +"13515","13515","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:35:20","FALSE",NA,"852560849428414464",NA,"Twitter for Android","moinaltaf47","19","TRUE","FALSE" +"13516","13516","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:30:11","FALSE",NA,"852559549475192833",NA,"Twitter for iPhone","MateenAap","19","TRUE","FALSE" +"13517","13517","When you went to withdraw cash from your bank and they actually let you do that during demonetization. https://t.co/uU2BkOtRAK","FALSE","0",NA,"2017-04-13 16:29:26","FALSE",NA,"852559362002481152",NA,"Twitter for Android","Beedibaaz","0","FALSE","FALSE" +"13518","13518","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 16:24:01","FALSE",NA,"852558000887922688",NA,"Twitter for Android","nk_satyam6","102","TRUE","FALSE" +"13519","13519","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:23:02","FALSE",NA,"852557751221989376",NA,"Twitter for Android","rishika_jha","10","TRUE","FALSE" +"13520","13520","RT @NimmaYash: Yash speaks his mind out on the issue of #demonetization during a discussion in @Pradesh18Kan - Team https://t.co/8YWRpJDQwj","FALSE","0",NA,"2017-04-13 16:22:46","FALSE",NA,"852557685631270912",NA,"Twitter for Android","Deekshi14793991","78","TRUE","FALSE" +"13521","13521","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:22:02","FALSE",NA,"852557500779864064",NA,"Twitter Web Client","gsailaja5","10","TRUE","FALSE" +"13522","13522","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 16:19:18","FALSE",NA,"852556812721061889",NA,"Twitter for Android","asswesee","171","TRUE","FALSE" +"13523","13523","By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath was right choice.","FALSE","10",NA,"2017-04-13 16:18:44","FALSE",NA,"852556668269416449",NA,"Twitter for Android","KJaysuri","0","FALSE","FALSE" +"13524","13524","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:18:08","FALSE",NA,"852556520168587264",NA,"Twitter for iPhone","LangdaTyagi9","10","TRUE","FALSE" +"13525","13525","Demonetization & the Fight Against Black Money! Will it work? https://t.co/lFE6HSrzZ9","FALSE","0",NA,"2017-04-13 16:17:48","FALSE",NA,"852556435560869888",NA,"Twitter for Android","RandomwalksIn","0","FALSE","FALSE" +"13526","13526","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:17:19","FALSE",NA,"852556312311341056",NA,"Twitter for Android","mgmnair","19","TRUE","FALSE" +"13527","13527","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:15:09","FALSE",NA,"852555767186153472",NA,"Twitter for iPad","Time_beingtaken","10","TRUE","FALSE" +"13528","13528","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 16:13:47","FALSE",NA,"852555423156711424",NA,"Twitter for Android","deshvenkatesh","22","TRUE","FALSE" +"13529","13529","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 16:12:23","FALSE",NA,"852555073129299968",NA,"Twitter for Android","rvasisht","14","TRUE","FALSE" +"13530","13530","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 16:07:55","FALSE",NA,"852553946862374912",NA,"Twitter for Android","SupremeHarish","171","TRUE","FALSE" +"13531","13531","It has gone down bef demonetization also. Inflation marginal.. just wondering whether your brain also undergone dem� https://t.co/7DyNaUt7yu","FALSE","0",NA,"2017-04-13 16:06:02","TRUE",NA,"852553475787550726",NA,"Twitter for Android","maneesh_pandey","0","FALSE","FALSE" +"13532","13532","#SBI denies black money channelisation at Bareilly branch https://t.co/QabmOR1p71 The Indian #jugaad at work again https://t.co/f78SHCyF4W","FALSE","0",NA,"2017-04-13 16:05:20","FALSE",NA,"852553299077210116",NA,"Twitter for Android","RandomwalksIn","0","FALSE","FALSE" +"13533","13533","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:03:21","FALSE",NA,"852552797916737536",NA,"Twitter for Android","Lt_Anaya","10","TRUE","FALSE" +"13534","13534","RT @CiscoBlogs: What are our Partners doing in India? Demonetization and Digital Vision https://t.co/NnUaLwJlTB #Partner #CuePartner","FALSE","0",NA,"2017-04-13 16:01:34","FALSE",NA,"852552348085788672",NA,"Twitter for Android","LariaLGenViller","1","TRUE","FALSE" +"13535","13535","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 16:00:45","FALSE",NA,"852552144292950016",NA,"Twitter for Android","Aldk86","22","TRUE","FALSE" +"13536","13536","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 16:00:41","FALSE",NA,"852552127511535616",NA,"Twitter for Android","lailafiaz","19","TRUE","FALSE" +"13537","13537","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 16:00:31","FALSE",NA,"852552086441119745",NA,"Twitter for Android","suniljha899","10","TRUE","FALSE" +"13538","13538","RT @Realitybytes51: What media has failed to highlight is that apart from UP Shamshan victory. Demonetization hurt BJP in Goa and Punjab ht�","FALSE","0",NA,"2017-04-13 16:00:26","FALSE",NA,"852552063678644225",NA,"Twitter for iPhone","SamKhan999","1","TRUE","FALSE" +"13539","13539","Demonetization put pressure on cash flow. #Cisco partner @Softcell_Tech helped legal orgs manage increased business� https://t.co/MCBcUTyysv","FALSE","1",NA,"2017-04-13 16:00:06","TRUE",NA,"852551980778225668",NA,"Sprinklr","CiscoPartners","0","FALSE","FALSE" +"13540","13540","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 16:00:04","FALSE",NA,"852551972964192262",NA,"Twitter Web Client","RichardRossow","22","TRUE","FALSE" +"13541","13541","Jaipur literature festival 2017_ brexit, demonetization and rajinikanth ruled day 3 - news18 - https://t.co/7jGsHfwZjC","FALSE","0",NA,"2017-04-13 16:00:04","FALSE",NA,"852551971160641537",NA,"mega_petyushin","mega_petyushin","0","FALSE","FALSE" +"13542","13542","@abby__sams Hi Abby, you can appeal your demonetization by following the steps listed here: https://t.co/rMTcZYRP2h. Hope this helps.","FALSE","0","abby__sams","2017-04-13 16:00:03","FALSE","852013507629391873","852551966395949058","1187603414","Conversocial","TeamYouTube","0","FALSE","FALSE" +"13543","13543","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:56:16","FALSE",NA,"852551016201437185",NA,"Twitter for Android","Rkbahadur1","19","TRUE","FALSE" +"13544","13544","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 15:55:33","FALSE",NA,"852550836437831684",NA,"Twitter for Android","Kataaksh74847","10","TRUE","FALSE" +"13545","13545","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:52:36","FALSE",NA,"852550094356217856",NA,"Twitter for Android","BharatParivrtan","19","TRUE","FALSE" +"13546","13546","I liked a @YouTube video https://t.co/hWKbb2H7DI AKOU future - YouTube Demonetization...","FALSE","0",NA,"2017-04-13 15:52:16","FALSE",NA,"852550010554040320",NA,"Google","RKHarm24","0","FALSE","FALSE" +"13547","13547","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:51:25","FALSE",NA,"852549796137140224",NA,"Twitter for Android","Georgekurian4K","19","TRUE","FALSE" +"13548","13548","RT @JPAL_Global: Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https�","FALSE","0",NA,"2017-04-13 15:50:35","FALSE",NA,"852549585226670081",NA,"Twitter Web Client","KeeslerWelch","5","TRUE","FALSE" +"13549","13549","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:50:03","FALSE",NA,"852549451277148161",NA,"Twitter for Android","matram_vande","19","TRUE","FALSE" +"13550","13550","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/NnUaLwJlTB #Partner #CuePartner","FALSE","0",NA,"2017-04-13 15:48:27","FALSE",NA,"852549049454444544",NA,"dlvr.it","CiscoBlogs","1","FALSE","FALSE" +"13551","13551","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:46:49","FALSE",NA,"852548637284610048",NA,"Twitter for Android","rajkovvali","19","TRUE","FALSE" +"13552","13552","RT @AAPNewsAlert: #DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https:�","FALSE","0",NA,"2017-04-13 15:45:54","FALSE",NA,"852548407826821120",NA,"Twitter Web Client","JBlovesindia","19","TRUE","FALSE" +"13553","13553","@YouTube i gave you a break with the RT. but i am back. LET'S FIX THIS PLEASE?!?! #unnecessary #unfair� https://t.co/kSzrx36cWR","FALSE","0","YouTube","2017-04-13 15:45:50","TRUE",NA,"852548390319792128","10228272","Twitter Web Client","_DailyCrazy","0","FALSE","FALSE" +"13554","13554","#DEMONETIZATION effect: Banking sources said this weekend RBI is supplying only 25% of the cash required for ATMs + https://t.co/g8vIF3B1RF","FALSE","7",NA,"2017-04-13 15:45:24","FALSE",NA,"852548280621965312",NA,"Twitter for Android","AAPNewsAlert","19","FALSE","FALSE" +"13555","13555","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 15:43:11","FALSE",NA,"852547724939599873",NA,"Twitter for iPhone","JimHabit44","38","TRUE","FALSE" +"13556","13556","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 15:42:43","FALSE",NA,"852547604021997568",NA,"Twitter for iPhone","Mungerilallan","10","TRUE","FALSE" +"13557","13557","What are our Partners doing in India? Demonetization and Digital Vision - https://t.co/yc6MqvOVxS https://t.co/TmbbTLTKQi","FALSE","0",NA,"2017-04-13 15:39:34","FALSE",NA,"852546813991288833",NA,"CitadelNY_TwitBot","CitadelNY","0","FALSE","FALSE" +"13558","13558","RT @gsailaja5: that's why #Demonetization +#_","FALSE","0",NA,"2017-04-13 15:38:27","FALSE",NA,"852546532809347073",NA,"Twitter for iPhone","Tiwari_jii","10","TRUE","FALSE" +"13559","13559","Demonetization effect! My owner who insisted rent 2 b given in cash for last 4 years, now wants to declare as income tax Kudos @narendramodi","FALSE","1",NA,"2017-04-13 15:36:39","FALSE",NA,"852546080377942016",NA,"Twitter for iPhone","cheekala","0","FALSE","FALSE" +"13560","13560","that's why #Demonetization +#_","FALSE","4","gsailaja5","2017-04-13 15:36:35","FALSE","852545625937780736","852546060559962112","4184277135","Twitter Web Client","gsailaja5","10","FALSE","FALSE" +"13561","13561","RT @nixxin: Unedited (I haven't checked it) slide from our soon to be released update on the digital payments report... Impact of demonetiz�","FALSE","0",NA,"2017-04-13 15:36:10","FALSE",NA,"852545957321486336",NA,"Twitter for Android","sha","3","TRUE","FALSE" +"13562","13562","After the demonetization of 85 percent of the circulating currency in India in November 2016, ASSOCHAM organized... https://t.co/BtCsUVL1WC","FALSE","0",NA,"2017-04-13 15:33:41","FALSE",NA,"852545333859057668",NA,"Facebook","itshappydays","0","FALSE","FALSE" +"13563","13563","What media has failed to highlight is that apart from UP Shamshan victory. Demonetization hurt BJP in Goa and Punjab https://t.co/xgiVoxhFzn","FALSE","1",NA,"2017-04-13 15:32:10","FALSE",NA,"852544952794058753",NA,"Twitter Lite","Realitybytes51","1","FALSE","FALSE" +"13564","13564","#India #National CBI files case against managers of Bank of Maharashtra, UCO bank over demonetization https://t.co/8AZBompau9","FALSE","0",NA,"2017-04-13 15:26:30","FALSE",NA,"852543526143479808",NA,"IFTTT","IndiaIndiaNews","0","FALSE","FALSE" +"13565","13565","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 15:25:09","FALSE",NA,"852543185892950016",NA,"Twitter for Android","hiyaok","171","TRUE","FALSE" +"13566","13566","RT @MilanV: JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","0",NA,"2017-04-13 15:23:00","FALSE",NA,"852542643120820224",NA,"Twitter Web Client","EvanFeigenbaum","22","TRUE","FALSE" +"13567","13567","@NationalistAge @sandeepgandotra @ArvindKejriwal GST is another blunder by BJP after demonetization","FALSE","0","NationalistAge","2017-04-13 15:20:36","FALSE","852541733741133824","852542038130044928","806550602477993985","Twitter for Android","BrijendratomarS","0","FALSE","FALSE" +"13568","13568","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-13 15:16:33","FALSE",NA,"852541018943528960",NA,"SocioAdvocacy","shanmugam_7","10","TRUE","FALSE" +"13569","13569","JP Morgan notes that economic data has begun to revert to mean, post-demonetization https://t.co/rLr6wGdeaa","FALSE","18",NA,"2017-04-13 15:14:37","FALSE",NA,"852540532538712065",NA,"TweetDeck","MilanV","22","FALSE","FALSE" +"13570","13570","@drrbpatil @narendramodi PM only had said in his speech after demonetization that banks will charge 100 rental not more #Bhakts","FALSE","0","drrbpatil","2017-04-13 15:13:48","FALSE","852510597862141953","852540328250712065","149493109","Twitter Web Client","allaboutbelgaum","0","FALSE","FALSE" +"13571","13571","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/otTG92mjjl https://t.co/PY3AygMEva","FALSE","0",NA,"2017-04-13 15:12:09","FALSE",NA,"852539915262763014",NA,"dlvr.it","AndyatCorus","0","FALSE","FALSE" +"13572","13572","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/C8v4w4K6YW","FALSE","0",NA,"2017-04-13 15:12:09","FALSE",NA,"852539914843443200",NA,"dlvr.it","networkreading","0","FALSE","FALSE" +"13573","13573","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 15:11:47","FALSE",NA,"852539820329107456",NA,"Twitter Web Client","MeJeremy99","171","TRUE","FALSE" +"13574","13574","@ShefVaidya Wasn't your guy supposed to come in front of the public to accept slaps after the historical failure of Demonetization?!!","FALSE","0","ShefVaidya","2017-04-13 15:11:18","FALSE","852514922772787201","852539701605126144","1934388686","Twitter for iPhone","kottayimavoor","0","FALSE","FALSE" +"13575","13575","@indian_stockss Sold 10000 Everest kanto 36 which I bought in 31 during demonetization","FALSE","1","indian_stockss","2017-04-13 15:10:00","FALSE","852478888701603840","852539371563753472","2570204940","Twitter for Android","dinesrajukhiani","0","FALSE","FALSE" +"13576","13576","@narendramodi Sir ji respected Dr Ambedkar also have the same thought regarding to demonetization jai Bheem","FALSE","0","narendramodi","2017-04-13 15:09:18","FALSE","852462212048236544","852539194547351552","18839785","Twitter for Android","Shivapp58216648","0","FALSE","FALSE" +"13577","13577","Cisco : What are our Partners doing in India? Demonetization and Digital Vision https://t.co/JjX09nMEpp","FALSE","0",NA,"2017-04-13 15:08:19","FALSE",NA,"852538949373497344",NA,"Zonebourse Communaut�","ForTraders","0","FALSE","FALSE" +"13578","13578","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/XtKtlGLyWV https://t.co/qregxU8nHc","FALSE","0",NA,"2017-04-13 15:07:45","FALSE",NA,"852538805567447040",NA,"dlvr.it","Takeda_Shingen1","0","FALSE","FALSE" +"13579","13579","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/tyVmpGP6Tt https://t.co/X1GfvPLUzP","FALSE","0",NA,"2017-04-13 15:07:45","FALSE",NA,"852538805290586112",NA,"dlvr.it","David_S_Ying","0","FALSE","FALSE" +"13580","13580","Unedited (I haven't checked it) slide from our soon to be released update on the digital payments report... Impact� https://t.co/ln7R9D0rp8","FALSE","9",NA,"2017-04-13 15:07:31","TRUE",NA,"852538745664532480",NA,"Twitter for Android","nixxin","3","FALSE","FALSE" +"13581","13581","RT @JPAL_Global: Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https�","FALSE","0",NA,"2017-04-13 15:05:51","FALSE",NA,"852538327488135168",NA,"Twitter for iPhone","vinnyarmentano","5","TRUE","FALSE" +"13582","13582","What are our Partners doing in India? Demonetization and Digital Vision https://t.co/d5qTfGzN7W https://t.co/7t39Ap4VHk","FALSE","0",NA,"2017-04-13 15:02:01","FALSE",NA,"852537361955037188",NA,"dlvr.it","realucstweet","0","FALSE","FALSE" +"13583","13583","RT @JPAL_Global: Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https�","FALSE","0",NA,"2017-04-13 15:01:25","FALSE",NA,"852537213984284672",NA,"Twitter for Android","dinapomeranz","5","TRUE","FALSE" +"13584","13584","Today: J-PAL co-founder Abhijit Banerjee speaks at 4pm ET on #India's #demonetization. Watch online or attend @ MIT: https://t.co/I7xo34ntsK","FALSE","3",NA,"2017-04-13 15:01:09","FALSE",NA,"852537145139097606",NA,"TweetDeck","JPAL_Global","5","FALSE","FALSE" +"13585","13585","What are our Partners doing in India? Demonetization and Digital Vision: https://t.co/cMPuuRkvcr","FALSE","0",NA,"2017-04-13 14:57:12","FALSE",NA,"852536150740828161",NA,"IFTTT","deadmilkman","0","FALSE","FALSE" +"13586","13586","What happens when demonetization or an equivalent of that happens in North Korea? + +This article was fascinating... https://t.co/aydd5rUfHi","FALSE","0",NA,"2017-04-13 14:54:25","FALSE",NA,"852535451575476224",NA,"Facebook","turvytopsy","0","FALSE","FALSE" +"13587","13587","CBI files case against managers of Bank of Maharashtra, UCO bank over demonetization https://t.co/qGAwLyNjtu https://t.co/HQJogjhU5v","FALSE","0",NA,"2017-04-13 14:53:08","FALSE",NA,"852535127317987330",NA,"dlvr.it","TimesGoogle","0","FALSE","FALSE" +"13588","13588","CBI files case against managers of Bank of Maharashtra, UCO bank over demonetization https://t.co/YyIcFreHks https://t.co/Y9OgZREmnN","FALSE","0",NA,"2017-04-13 14:52:12","FALSE",NA,"852534892915179520",NA,"dlvr.it","hulkDcult","0","FALSE","FALSE" +"13589","13589","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 14:50:55","FALSE",NA,"852534569882529796",NA,"Twitter for Android","bleedsaffron_","171","TRUE","FALSE" +"13590","13590","AKOU future - YouTube Demonetization... https://t.co/fUgcAYbQt7","FALSE","0",NA,"2017-04-13 14:50:23","FALSE",NA,"852534433903067136",NA,"Twitter for iPhone","TGExUSA","0","FALSE","FALSE" +"13591","13591","@WhoDaMerch demonetization. you make plans bc things seem better. but then everything goes south. ","FALSE","0","WhoDaMerch","2017-04-13 14:49:42","FALSE","852495480177250305","852534262708539392","32990052","Twitter for iPhone","asifhassanm","0","FALSE","FALSE" +"13592","13592","AKOU future � YouTube Demonetization� https://t.co/m5Bu5g46zO","FALSE","0",NA,"2017-04-13 14:43:04","FALSE",NA,"852532594889474048",NA,"dlvr.it","TheGunPage","0","FALSE","FALSE" +"13593","13593","@_icze4r A lot of channels are being hit with the demonetization thing lol. Even if the videos aren't technically unmonetized.","FALSE","1","_icze4r","2017-04-13 14:43:02","FALSE","852531958139768832","852532584823353344","83339474","Twitter Web Client","DavidGX","0","FALSE","FALSE" +"13594","13594","I liked a @YouTube video https://t.co/CuImJNlgG7 AKOU future - YouTube Demonetization...","FALSE","0",NA,"2017-04-13 14:43:00","FALSE",NA,"852532577629945856",NA,"Google","BDPresto1982","0","FALSE","FALSE" +"13595","13595","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 14:42:55","FALSE",NA,"852532555094138886",NA,"Twitter for Android","Prakash83092105","12","TRUE","FALSE" +"13596","13596","Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing very well.","FALSE","0",NA,"2017-04-13 14:39:31","FALSE",NA,"852531699678195714",NA,"Twitter for Android","hcburnwal","0","FALSE","FALSE" +"13597","13597","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the Global #WarOnCash: Target #India @Devinder_�","FALSE","0",NA,"2017-04-13 14:37:09","FALSE",NA,"852531103910973441",NA,"Twitter Lite","MaximusDecimas","3","TRUE","FALSE" +"13598","13598","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-13 14:37:04","FALSE",NA,"852531084579323904",NA,"Twitter Lite","MaximusDecimas","6","TRUE","FALSE" +"13599","13599","AKOU future - YouTube Demonetization... https://t.co/THU1OP6tTY","FALSE","2",NA,"2017-04-13 14:31:00","FALSE",NA,"852529557328379906",NA,"Google","AKOUL4774","2","FALSE","FALSE" +"13600","13600","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:29:47","FALSE",NA,"852529253086371842",NA,"Twitter for iPhone","upratap09","14","TRUE","FALSE" +"13601","13601","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-13 14:23:16","FALSE",NA,"852527609867010048",NA,"Twitter Web Client","BroadcastAxiom","49","TRUE","FALSE" +"13602","13602","@narendramodi +Dear PM, +I am thankful to all Indians who supported Rs.500 & Rs.1000 demonetization, +Also thanks to you for Cashless India.","FALSE","0","narendramodi","2017-04-13 14:21:28","FALSE",NA,"852527158828441601","18839785","Twitter Web Client","dvinods","0","FALSE","FALSE" +"13603","13603","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:21:12","FALSE",NA,"852527090138320897",NA,"Twitter for iPhone","catchmejit","14","TRUE","FALSE" +"13604","13604","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:19:06","FALSE",NA,"852526565208449024",NA,"Twitter for iPhone","akv1179","14","TRUE","FALSE" +"13605","13605","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:18:51","FALSE",NA,"852526499672412160",NA,"Twitter for iPhone","bhuwanchand","14","TRUE","FALSE" +"13606","13606","@KyleKnedy True, but with all the ad sponsorship pulls and demonetization of videos, isn't it better to possibly mi� https://t.co/dK8vPNJqG7","FALSE","0",NA,"2017-04-13 14:15:50","TRUE",NA,"852525740100915200",NA,"Twitter for iPhone","DINKL3B3RGG","0","FALSE","FALSE" +"13607","13607","RT @gershwin93: A non-partisan approach to combating black money is the need of the hour. Demonetization was a unilateral and miscalculate�","FALSE","0",NA,"2017-04-13 14:15:37","FALSE",NA,"852525686480814081",NA,"Twitter for Android","datta_sukanya","1","TRUE","FALSE" +"13608","13608","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:15:36","FALSE",NA,"852525681401630720",NA,"Twitter for Android","rajeshdipti","14","TRUE","FALSE" +"13609","13609","RT @gershwin93: Courts have summarily dismissed pleas against demonetization claiming it is beyond its jurisdiction to interfere with publi�","FALSE","0",NA,"2017-04-13 14:15:24","FALSE",NA,"852525632135102465",NA,"Twitter for Android","datta_sukanya","4","TRUE","FALSE" +"13610","13610","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:15:03","FALSE",NA,"852525542851084288",NA,"Twitter Web Client","Compassion111","14","TRUE","FALSE" +"13611","13611","RT @gershwin93: Courts have summarily dismissed pleas against demonetization claiming it is beyond its jurisdiction to interfere with publi�","FALSE","0",NA,"2017-04-13 14:15:00","FALSE",NA,"852525533413769216",NA,"Twitter Web Client","OrientBlackSwan","4","TRUE","FALSE" +"13612","13612","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-13 14:14:12","FALSE",NA,"852525330489364481",NA,"Twitter for iPad","brucefenton","49","TRUE","FALSE" +"13613","13613","I think pm should take action against pakistan ur nxt move after demonetization #KulbhushanJadhav","FALSE","1",NA,"2017-04-13 14:13:50","FALSE",NA,"852525239053320192",NA,"Twitter for iPhone","apurva0303","0","FALSE","FALSE" +"13614","13614","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:12:16","FALSE",NA,"852524845300465664",NA,"Twitter for Android","aditya5bahl","14","TRUE","FALSE" +"13615","13615","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:09:22","FALSE",NA,"852524114338304000",NA,"Twitter for Android","AkhaiP","14","TRUE","FALSE" +"13616","13616","RT @amishra77: Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing v�","FALSE","0",NA,"2017-04-13 14:08:40","FALSE",NA,"852523937476952064",NA,"Twitter for Android","missartola","14","TRUE","FALSE" +"13617","13617","Only few in Lutyen zone understand d ground level politics, while many called demonetization a disaster, @mihirssharma said Modi going ahead","FALSE","0",NA,"2017-04-13 14:07:42","FALSE",NA,"852523695964860416",NA,"Twitter for Android","TwittySant","0","FALSE","FALSE" +"13618","13618","A non-partisan approach to combating black money is the need of the hour. Demonetization was a unilateral and miscalculated move.#ACJLive","FALSE","1",NA,"2017-04-13 14:04:58","FALSE",NA,"852523008354787329",NA,"Twitter for Android","gershwin93","1","FALSE","FALSE" +"13619","13619","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 14:02:46","FALSE",NA,"852522451296702465",NA,"Twitter for iPhone","BespeerBrian","38","TRUE","FALSE" +"13620","13620","Contrary to doomsday predictions after demonetization, the Indian Economy is doing very well. For example exports is doing very well. 1/3","FALSE","20",NA,"2017-04-13 14:02:18","FALSE",NA,"852522333612920832",NA,"Twitter Web Client","amishra77","14","FALSE","FALSE" +"13621","13621","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-13 13:59:22","FALSE",NA,"852521595591565312",NA,"Twitter Web Client","mosquitomani","337","TRUE","FALSE" +"13622","13622","I liked a @YouTube video https://t.co/PIiE2beaas AIB : The Demonetization Circus","FALSE","0",NA,"2017-04-13 13:58:25","FALSE",NA,"852521359565504513",NA,"Google","gauravv_","0","FALSE","FALSE" +"13623","13623","Google, YouTube waging �demonetization� WAR on alt media to bankrupt indy journalism � https://t.co/JYAyKRMrhw Com https://t.co/OxTbL0Xcvw","FALSE","0",NA,"2017-04-13 13:54:45","FALSE",NA,"852520437217193984",NA,"Twitter Web Client","1foolon1hill","0","FALSE","FALSE" +"13624","13624","RT @thunderf00t: holy crap! just found out 'bout the 'skeptical youtubers' response to YT demonetization was -a hastag campaign. #kekistan�","FALSE","0",NA,"2017-04-13 13:52:26","FALSE",NA,"852519852124364800",NA,"Twitter for Android","iceyurifo1iv3","4","TRUE","FALSE" +"13625","13625","RT @meghna_meghna: No evidence that #demonetization was the disaster that all of us predicted, says @srinivasanravi #ACJLive","FALSE","0",NA,"2017-04-13 13:47:51","FALSE",NA,"852518697218342912",NA,"Twitter for Android","keerthana1110","4","TRUE","FALSE" +"13626","13626","RT @Pastor_Dowell: YouTube Demonetization and Patreon https://t.co/RKcMBTTgZF","FALSE","0",NA,"2017-04-13 13:46:18","FALSE",NA,"852518308373024769",NA,"Twitter for Android","Awake2Righteous","3","TRUE","FALSE" +"13627","13627","The success of demonetization can be judged only if more individuals and Cos turn tax compliant next year. #ACJLive","FALSE","0",NA,"2017-04-13 13:46:17","FALSE",NA,"852518306686697472",NA,"Twitter for Android","gershwin93","0","FALSE","FALSE" +"13628","13628","RT @meghna_meghna: No evidence that #demonetization was the disaster that all of us predicted, says @srinivasanravi #ACJLive","FALSE","0",NA,"2017-04-13 13:44:46","FALSE",NA,"852517921419010049",NA,"Twitter for Android","sesh_1221","4","TRUE","FALSE" +"13629","13629","RT @gershwin93: The public discussion on 'Demonetization and Black Money' is underway at Kasturi Srinivasan Hall, Chennai. #ACJlive https:/�","FALSE","0",NA,"2017-04-13 13:43:01","FALSE",NA,"852517483500187648",NA,"Twitter for iPhone","srishsinha","3","TRUE","FALSE" +"13630","13630","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 13:40:51","FALSE",NA,"852516937300979714",NA,"Twitter for Android","VcKamlesh","171","TRUE","FALSE" +"13631","13631","RT @meghna_meghna: No evidence that #demonetization was the disaster that all of us predicted, says @srinivasanravi #ACJLive","FALSE","0",NA,"2017-04-13 13:39:37","FALSE",NA,"852516628965273604",NA,"Twitter for Android","suparna_r","4","TRUE","FALSE" +"13632","13632","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-13 13:39:31","FALSE",NA,"852516600154435584",NA,"SocioAdvocacy","chetanpthakar","10","TRUE","FALSE" +"13633","13633","RT @meghna_meghna: No evidence that #demonetization was the disaster that all of us predicted, says @srinivasanravi #ACJLive","FALSE","0",NA,"2017-04-13 13:39:08","FALSE",NA,"852516504541122560",NA,"Twitter for Android","datta_sukanya","4","TRUE","FALSE" +"13634","13634","No evidence that #demonetization was the disaster that all of us predicted, says @srinivasanravi #ACJLive","FALSE","0",NA,"2017-04-13 13:37:41","FALSE",NA,"852516141331226624",NA,"Twitter for Android","meghna_meghna","4","FALSE","FALSE" +"13635","13635","RT @koham17: #Debate on #Demonetization: Was it the right way to make India go cashless? @rajeshdhuddu @MandarKagade at @BMLUniv +https://t.�","FALSE","0",NA,"2017-04-13 13:32:58","FALSE",NA,"852514955236589568",NA,"Twitter for Android","IndiaNotSecular","3","TRUE","FALSE" +"13636","13636","RT @koham17: #Debate on #Demonetization: Was it the right way to make India go cashless? @rajeshdhuddu @MandarKagade at @BMLUniv +https://t.�","FALSE","0",NA,"2017-04-13 13:32:23","FALSE",NA,"852514807160987648",NA,"Twitter Web Client","shreyasbdwaj","3","TRUE","FALSE" +"13637","13637","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 13:31:07","FALSE",NA,"852514486103801856",NA,"Twitter for Android","iceyurifo1iv3","38","TRUE","FALSE" +"13638","13638","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the Global #WarOnCash: Target #India @Devinder_�","FALSE","0",NA,"2017-04-13 13:26:04","FALSE",NA,"852513218538774528",NA,"RoundTeam","satoshiPL","3","TRUE","FALSE" +"13639","13639","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 13:25:53","FALSE",NA,"852513170761682945",NA,"Twitter for iPhone","DrD_473","38","TRUE","FALSE" +"13640","13640",".@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the Global #WarOnCash: Target #India� https://t.co/ZXIUSza2s7","FALSE","2","GreatGameIndia","2017-04-13 13:23:43","TRUE","852135573204742145","852512624034148352","2423370157","Twitter Web Client","GreatGameIndia","3","FALSE","FALSE" +"13641","13641","Demonetization made little impact,with money being flung around for votes in the recently concluded Assembly polls.� https://t.co/HwdE2CE3WN","FALSE","0",NA,"2017-04-13 13:21:50","TRUE",NA,"852512149788180480",NA,"Twitter for Android","gershwin93","1","FALSE","FALSE" +"13642","13642","RT @Enterthe5t4rz: I liked a @YouTube video https://t.co/F9zNVYOjSU Let's talk about Syria and Youtube Demonetization","FALSE","0",NA,"2017-04-13 13:17:15","FALSE",NA,"852510999160786945",NA,"Twitter for Android","SavingHumanity7","2","TRUE","FALSE" +"13643","13643","RT @ms_rana: @JantaKaReporter But Modi govt told us that Demonetization has finished corruption in India?! Weird ... another round of demon�","FALSE","0",NA,"2017-04-13 13:10:59","FALSE",NA,"852509421221560320",NA,"Twitter Lite","gohanvsrohan","1","TRUE","FALSE" +"13644","13644","""It is interesting that there were no public protests or political rallies during demonetisation"" #demonetization #thehinducentre","FALSE","1",NA,"2017-04-13 13:07:28","FALSE",NA,"852508537947279361",NA,"Twitter for iPhone","yogitadoshi","0","FALSE","FALSE" +"13645","13645","@narendramodi built street cred as a fighter of black money with #demonetization, there were no protests: Raghavan Srinivasan #ACJLive","FALSE","0","narendramodi","2017-04-13 13:07:16","FALSE",NA,"852508486722138116","18839785","Twitter for Android","meghna_meghna","0","FALSE","FALSE" +"13646","13646","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 13:06:45","FALSE",NA,"852508356325650433",NA,"Twitter for iPhone","VonWolf27","38","TRUE","FALSE" +"13647","13647","RT @gershwin93: The public discussion on 'Demonetization and Black Money' is underway at Kasturi Srinivasan Hall, Chennai. #ACJlive https:/�","FALSE","0",NA,"2017-04-13 13:06:43","FALSE",NA,"852508346716311552",NA,"Twitter for Android","debanu_93","3","TRUE","FALSE" +"13648","13648","@cmtripathi @Arsegun This right? +Funny how during demonetization the rules for declaration of donation was differen� https://t.co/oskdVvWhOb","FALSE","0","cmtripathi","2017-04-13 13:05:14","TRUE","852455943094902784","852507975214170114","15305495","Twitter for iPhone","SniperND","0","FALSE","FALSE" +"13649","13649","@JantaKaReporter But Modi govt told us that Demonetization has finished corruption in India?! Weird ... another rou� https://t.co/v630lOU0Fc","FALSE","1","JantaKaReporter","2017-04-13 13:04:42","TRUE","852501648224202752","852507840807698432","3006989562","Twitter Web Client","ms_rana","1","FALSE","FALSE" +"13650","13650","Demonetization has created immense anger among the masses against the evil Modi https://t.co/p4JuaJpCj5","FALSE","0",NA,"2017-04-13 13:04:36","FALSE",NA,"852507816669704192",NA,"Twitter for iPhone","Arthshastri","0","FALSE","FALSE" +"13651","13651","YouTube Demonetization and Patreon https://t.co/RKcMBTTgZF","FALSE","1",NA,"2017-04-13 13:00:09","FALSE",NA,"852506695335108608",NA,"Charles Dowell Jr","Pastor_Dowell","3","FALSE","FALSE" +"13652","13652","@TimesNow @AamAadmiParty @ArvindKejriwal + +He told popular PM a Psychopath & Coward. +He doubts Army, ECI & EVM +& +Demonetization. +Shame AK.","FALSE","0","TimesNow","2017-04-13 12:59:05","FALSE","852501799198175235","852506427239403520","240649814","Twitter for Android","dryogeshgpatel","0","FALSE","FALSE" +"13653","13653","RT @databaazi: 5. 17nov16 Mint (@GopiGopa) reports 15m Rs 500 notes printed to date. https://t.co/rcpYBYFVz5","FALSE","0",NA,"2017-04-13 12:56:25","FALSE",NA,"852505754661781504",NA,"Twitter Lite","bugs_punny","1","TRUE","FALSE" +"13654","13654","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 12:55:08","FALSE",NA,"852505431909867520",NA,"Twitter for iPhone","amrishguru","171","TRUE","FALSE" +"13655","13655","RT @udaygour: @FinMinIndia @arjunrammeghwal +Demonetization will certainly bear fruits, ppl shd not rush in for instant benefits. It's not�","FALSE","0",NA,"2017-04-13 12:53:53","FALSE",NA,"852505119371526145",NA,"Twitter Web Client","ellinasm8","2","TRUE","FALSE" +"13656","13656","RT @gershwin93: The public discussion on 'Demonetization and Black Money' is underway at Kasturi Srinivasan Hall, Chennai. #ACJlive https:/�","FALSE","0",NA,"2017-04-13 12:51:06","FALSE",NA,"852504418905927680",NA,"Twitter for Android","suparna_r","3","TRUE","FALSE" +"13657","13657","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 12:51:01","FALSE",NA,"852504397955440640",NA,"Twitter for iPhone","cheffy88","38","TRUE","FALSE" +"13658","13658","RT @parthavs: Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t�","FALSE","0",NA,"2017-04-13 12:49:37","FALSE",NA,"852504045772095488",NA,"Twitter for iPhone","casinghvaibhav","10","TRUE","FALSE" +"13659","13659","Cash no more King-Electronic& #Digital is!!Cash In Use26%Less Than November8 Levels @CFO_India #Demonetization @RBI +https://t.co/fP7jMmKYjy","FALSE","14",NA,"2017-04-13 12:49:06","FALSE",NA,"852503915664818176",NA,"Twitter Web Client","parthavs","10","FALSE","FALSE" +"13660","13660","@jamewils @kskiyer You will tweet far more slyly & with more hatred if demonetization not done....","FALSE","1","jamewils","2017-04-13 12:48:47","FALSE","852502561747681281","852503836271009793","67612556","Twitter Web Client","ragub6","0","FALSE","FALSE" +"13661","13661","Was the primary motive behind #demonetization actually to flush funds into public banks beleaguered by bad loans? #ACJLive","FALSE","0",NA,"2017-04-13 12:48:44","FALSE",NA,"852503822400237568",NA,"Twitter for Android","gershwin93","0","FALSE","FALSE" +"13662","13662","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 12:48:34","FALSE",NA,"852503778683228160",NA,"Twitter for iPhone","capt_naik","171","TRUE","FALSE" +"13663","13663","RT @Stupidosaur: @manishonline @UIDAI So just like demonetization (but worse) you will be locked out of everything in life. You die. No Tyt�","FALSE","0",NA,"2017-04-13 12:47:56","FALSE",NA,"852503621832851456",NA,"Twitter for Android","varung123","2","TRUE","FALSE" +"13664","13664","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 12:45:37","FALSE",NA,"852503035523813377",NA,"Twitter for Android","k_suresh1967","171","TRUE","FALSE" +"13665","13665","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-13 12:44:16","FALSE",NA,"852502697055969280",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"13666","13666","RT @SikhaSunam: Mr. Demonetization, Please hover your eyes on train pantries collecting in cash contributing to a major cash GDP. +#DeMoneti�","FALSE","0",NA,"2017-04-13 12:41:51","FALSE",NA,"852502088680693761",NA,"Twitter Web Client","noyabrinaknyaz2","1","TRUE","FALSE" +"13667","13667","Demonetization has been dressed in many garbs by a defiant administration, unwilling to stand trial for an economic miscalculation. #ACJLive","FALSE","0",NA,"2017-04-13 12:41:20","FALSE",NA,"852501957323276288",NA,"Twitter for Android","gershwin93","0","FALSE","FALSE" +"13668","13668","RT @Stupidosaur: @manishonline @UIDAI So just like demonetization (but worse) you will be locked out of everything in life. You die. No Tyt�","FALSE","0",NA,"2017-04-13 12:40:53","FALSE",NA,"852501844647530497",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"13669","13669","@manishonline @UIDAI So just like demonetization (but worse) you will be locked out of everything in life. You die.� https://t.co/Z7lyQSS3UG","FALSE","1","Stupidosaur","2017-04-13 12:40:48","TRUE","852501580481871872","852501825810964483","307807275","Twitter Web Client","Stupidosaur","2","FALSE","FALSE" +"13670","13670","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 12:39:16","FALSE",NA,"852501438479519745",NA,"Twitter for iPhone","sensexat100K","171","TRUE","FALSE" +"13671","13671","The public discussion on 'Demonetization and Black Money' is underway at Kasturi Srinivasan Hall, Chennai. #ACJlive https://t.co/ql2poTeD1w","FALSE","2",NA,"2017-04-13 12:36:30","FALSE",NA,"852500743281967104",NA,"Twitter for Android","gershwin93","3","FALSE","FALSE" +"13672","13672","@dhawalbarot 2017, because of demonetization and to encourage cashless transactions. However, effecting from 1-Apr-17, 4.6% Service (2/3)","FALSE","0","dhawalbarot","2017-04-13 12:32:38","FALSE","852493769886769152","852499768374898688","148453388","Simplify360","ola_supports","0","FALSE","FALSE" +"13673","13673","The Union budget does not reflect the success of the intended aim of demonetization. The underground economy is still thriving. #ACJLive","FALSE","2",NA,"2017-04-13 12:32:36","FALSE",NA,"852499760309084160",NA,"Twitter for Android","gershwin93","0","FALSE","FALSE" +"13674","13674","#CBI REGISTERS TWO SEPARATE CASES RELATING TO #DEMONETIZATION AND CONDUCTS SEARCHES AT Bank of Maharashtra EMPLOYEE https://t.co/D50z9OyEfJ","FALSE","0",NA,"2017-04-13 12:32:22","FALSE",NA,"852499701509349376",NA,"Twitter for Android","TejashModiLive","0","FALSE","FALSE" +"13675","13675","@manishonline Destruction already began very officially with demonetization.","FALSE","0","Stupidosaur","2017-04-13 12:23:39","FALSE","852497389730512896","852497508521594880","307807275","Twitter Web Client","Stupidosaur","0","FALSE","FALSE" +"13676","13676","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 12:22:37","FALSE",NA,"852497249292517376",NA,"Twitter for Android","gaganbrar5","171","TRUE","FALSE" +"13677","13677","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 12:07:43","FALSE",NA,"852493500952260608",NA,"Twitter for Android","DrunkenFancy","38","TRUE","FALSE" +"13678","13678","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 12:06:17","FALSE",NA,"852493138232885248",NA,"Twitter for Android","docstl","7","TRUE","FALSE" +"13679","13679","RT @UrjitPatelRBI: What do think of the #demonetisation of notes? #demonetization poll #RBI #Modi","FALSE","0",NA,"2017-04-13 12:05:25","FALSE",NA,"852492920741560323",NA,"Twitter for Android","guptavishal777","551","TRUE","FALSE" +"13680","13680","@ANI_news @PMOIndia @arunjaitley +Kudos for keeping up your commitment. +Ppl supported #Demonetization whole heated� https://t.co/BtLbcVVpQT","FALSE","0","ANI_news","2017-04-13 12:05:19","TRUE","852490540331536384","852492893730336768","355989081","Twitter for Android","giriraj76","0","FALSE","FALSE" +"13681","13681","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 11:59:53","FALSE",NA,"852491529327443970",NA,"Twitter for iPhone","GottaLoveTheHD","38","TRUE","FALSE" +"13682","13682","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 11:54:53","FALSE",NA,"852490268355973120",NA,"Twitter for Android","ashutri74","102","TRUE","FALSE" +"13683","13683","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-13 11:49:31","FALSE",NA,"852488920562622466",NA,"Twitter for Android","ShaidkKhan","415","TRUE","FALSE" +"13684","13684","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 11:48:46","FALSE",NA,"852488731646803968",NA,"Twitter for Android","Sanbayern6","171","TRUE","FALSE" +"13685","13685","@ndtv Wrong strategy of dadari jnu demonetization and now EVM will bring them on road surely","FALSE","0","ndtv","2017-04-13 11:48:24","FALSE","852486454458462208","852488637648449536","37034483","Twitter for Android","varmabm","0","FALSE","FALSE" +"13686","13686","@b50 Crazy stock sirjee. Found it to be cheap during the demonetization week and bought. 58% up. only wished I bought even more lol","FALSE","0","b50","2017-04-13 11:47:47","FALSE","852403160345829376","852488484526866432","11686132","Twitter for Android","tonytongbram","0","FALSE","FALSE" +"13687","13687","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 11:46:32","FALSE",NA,"852488166552383488",NA,"Twitter for Android","CuriousKudi","171","TRUE","FALSE" +"13688","13688","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 11:40:26","FALSE",NA,"852486634314575872",NA,"Twitter for Android","inderjeet12377","171","TRUE","FALSE" +"13689","13689","Biggest move since Demonetization, if it is true !! https://t.co/cj5RULwqJX","FALSE","0",NA,"2017-04-13 11:34:44","FALSE",NA,"852485198767718401",NA,"Facebook","UnofficialArnab","0","FALSE","FALSE" +"13690","13690","@harishravuri7 @thotas9999 @Mohith9999 RBI Demonetization chesthe BJP credit ichukunnattu.","FALSE","0","SSKsays","2017-04-13 11:31:45","FALSE","852484251261992960","852484449447137280","185163738","Twitter Web Client","SSKsays","0","FALSE","FALSE" +"13691","13691","@SunnyLeone Demonetization suck my job sorry m unable to purchase","FALSE","0","SunnyLeone","2017-04-13 11:29:27","FALSE","852481992654336001","852483868762308608","21931363","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"13692","13692","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-13 11:27:05","FALSE",NA,"852483272751763456",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"13693","13693","Gr8 article on India Mo Money journey (aka 'Demonetization') incl QR Code, SMS, USSD and smartphone payments https://t.co/S6oTwCyvYC","FALSE","2",NA,"2017-04-13 11:21:44","FALSE",NA,"852481928443908096",NA,"Twitter Web Client","tomiahonen","0","FALSE","FALSE" +"13694","13694","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 11:09:23","FALSE",NA,"852478820967993345",NA,"Twitter for Android","44ashish33","12","TRUE","FALSE" +"13695","13695","RT @Lukewearechange: my news team and I lost the majority of our income through youtube demonetization recently, if you could help plz do +h�","FALSE","0",NA,"2017-04-13 11:08:22","FALSE",NA,"852478564758941697",NA,"Twitter for Android","Anon_Emy","58","TRUE","FALSE" +"13696","13696","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 11:03:46","FALSE",NA,"852477405252001794",NA,"Twitter for iPhone","SundeepKPal","171","TRUE","FALSE" +"13697","13697","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 11:02:22","FALSE",NA,"852477052615880705",NA,"Twitter for iPhone","fromkodur","7","TRUE","FALSE" +"13698","13698","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 10:56:53","FALSE",NA,"852475673902030848",NA,"Twitter for Android","BoscoUnchained","7","TRUE","FALSE" +"13699","13699","RT @SheenuDr: @puram_politics @sanjayuvacha Rahul Gandhi infact even predicted & cautioned against policy fiasco like demonetization in his�","FALSE","0",NA,"2017-04-13 10:54:58","FALSE",NA,"852475190571188224",NA,"Twitter for Android","aquasanjay","4","TRUE","FALSE" +"13700","13700","@ndtv Even after demonetization, he had so much cash Jai ho","FALSE","0","ndtv","2017-04-13 10:51:35","FALSE","852468764855742464","852474339337400320","37034483","Twitter Web Client","ManeeshMAgarwal","0","FALSE","FALSE" +"13701","13701","Softbank�s storm is a bigger threat than even demonetization. #KissOfDeath","FALSE","0",NA,"2017-04-13 10:51:18","FALSE",NA,"852474266675060736",NA,"TweetDeck","jackroposo","0","FALSE","FALSE" +"13702","13702","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:49:39","FALSE",NA,"852473853603438592",NA,"Twitter for Android","PanickerUma","171","TRUE","FALSE" +"13703","13703","# arun jaitley# demonetization# Kerala MPs# note scarcity# sbt +https://t.co/8VDnHFq5MM +#ArunJaitley #Demonetization #KeralaMPs #NoteScarcity","FALSE","1",NA,"2017-04-13 10:49:29","FALSE",NA,"852473811739881472",NA,"Twitter Web Client","Azhimukham","0","FALSE","FALSE" +"13704","13704","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 10:47:55","FALSE",NA,"852473417324531712",NA,"Twitter for Android","Bhavessshh","7","TRUE","FALSE" +"13705","13705","RT @Stupidosaur: If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day befor�","FALSE","0",NA,"2017-04-13 10:47:37","FALSE",NA,"852473340468109312",NA,"Twitter for Windows","myselfpradeep_","7","TRUE","FALSE" +"13706","13706","A Well-Kept Open Secret: Washington Is Behind India�s Brutal Demonetization Project https://t.co/K1ZNUch48I via @grtvnews","FALSE","0",NA,"2017-04-13 10:47:02","FALSE",NA,"852473193512267777",NA,"Twitter Web Client","PeasantParty","0","FALSE","FALSE" +"13707","13707","If you feel all is well, Aadhaar is fine, destruction of democracy by EVMs is fine, recollect if you felt same 1 day before demonetization.","FALSE","5",NA,"2017-04-13 10:46:57","FALSE",NA,"852473174419623936",NA,"Twitter Web Client","Stupidosaur","7","FALSE","FALSE" +"13708","13708","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:46:38","FALSE",NA,"852473093872373760",NA,"Twitter for iPhone","AdityaShankar4","171","TRUE","FALSE" +"13709","13709","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:42:50","FALSE",NA,"852472136639840257",NA,"Twitter for Android","dryashveer","171","TRUE","FALSE" +"13710","13710","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:33:42","FALSE",NA,"852469839163731968",NA,"Twitter for Android","MrAnilKumarSing","171","TRUE","FALSE" +"13711","13711","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:27:44","FALSE",NA,"852468336986382336",NA,"Twitter for Android","Andec_Tanker","171","TRUE","FALSE" +"13712","13712","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 10:27:38","FALSE",NA,"852468312277745664",NA,"Twitter for Android","DanielxXxGarcia","38","TRUE","FALSE" +"13713","13713","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:24:35","FALSE",NA,"852467545525305344",NA,"Twitter for iPhone","ashujoshi27","171","TRUE","FALSE" +"13714","13714","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:23:22","FALSE",NA,"852467239500472320",NA,"Twitter for Android","rohitagarwal86","171","TRUE","FALSE" +"13715","13715","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:15:10","FALSE",NA,"852465176003608576",NA,"Twitter for Android","TheChanakyan","171","TRUE","FALSE" +"13716","13716","@kapsology Aap lost Due 2EVM,HONESTY,Corrupt voter,LG FALSE SURGICAL STRIKE SWEING MACHINE2RAPIST DEMONETIZATION No DEY LOST BECOZ OF Kejru","FALSE","0","kapsology","2017-04-13 10:12:43","FALSE",NA,"852464558941900800","95871559","Twitter for Android","pikudollie","0","FALSE","FALSE" +"13717","13717","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:11:22","FALSE",NA,"852464220042133504",NA,"Twitter for iPhone","Jiggyborse","171","TRUE","FALSE" +"13718","13718","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:11:06","FALSE",NA,"852464150194278400",NA,"Twitter for iPad","scnm14","171","TRUE","FALSE" +"13719","13719","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:10:42","FALSE",NA,"852464050848112640",NA,"Twitter for Android","cramas_ramasamy","171","TRUE","FALSE" +"13720","13720","RT @RNTata2000: Some further thoughts on implementation of demonetization program. https://t.co/RZdicKvFS7","FALSE","0",NA,"2017-04-13 10:09:52","FALSE",NA,"852463840960827392",NA,"Twitter for Android","Krishna20977027","2507","TRUE","FALSE" +"13721","13721","RT @RNTata2000: The government�s bold implementation of the demonetization programme needs the nation�s support. https://t.co/tx1ZILSor8","FALSE","0",NA,"2017-04-13 10:09:48","FALSE",NA,"852463826532421632",NA,"Twitter for Android","Krishna20977027","5170","TRUE","FALSE" +"13722","13722","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:08:42","FALSE",NA,"852463547959267329",NA,"Twitter for Android","DrMumMumSingh","171","TRUE","FALSE" +"13723","13723","@davidfrawleyved Since demonetization it has been clearly noticed that a section of the Media has ganged up with m� https://t.co/5aAqzVHGi5","FALSE","0","davidfrawleyved","2017-04-13 10:07:59","TRUE","850880390008983552","852463367377657856","2924521080","Twitter Web Client","p_n123","0","FALSE","FALSE" +"13724","13724","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:06:30","FALSE",NA,"852462993166049280",NA,"Twitter for Android","Sanjit1206","171","TRUE","FALSE" +"13725","13725","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:06:24","FALSE",NA,"852462968390471680",NA,"Twitter for Android","rahul1521993","171","TRUE","FALSE" +"13726","13726","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:05:46","FALSE",NA,"852462809086541824",NA,"Twitter for Android","shona150ngp","171","TRUE","FALSE" +"13727","13727","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:05:27","FALSE",NA,"852462730489364480",NA,"Twitter for Android","Muchonwalihansa","171","TRUE","FALSE" +"13728","13728","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:02:31","FALSE",NA,"852461990115135488",NA,"Twitter for Windows Phone","rajivazad","171","TRUE","FALSE" +"13729","13729","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:00:42","FALSE",NA,"852461534999584768",NA,"Twitter for Android","iManishJ","171","TRUE","FALSE" +"13730","13730","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 10:00:31","FALSE",NA,"852461486547099648",NA,"Twitter for Android","hitesh093","171","TRUE","FALSE" +"13731","13731","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:58:05","FALSE",NA,"852460878175666177",NA,"Twitter Web Client","iamcoolindian","171","TRUE","FALSE" +"13732","13732","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 09:56:22","FALSE",NA,"852460442727444480",NA,"Twitter for Android","Omnipangolin","38","TRUE","FALSE" +"13733","13733","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:55:07","FALSE",NA,"852460130901794816",NA,"Twitter for Android","mumukshu87","171","TRUE","FALSE" +"13734","13734","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:55:04","FALSE",NA,"852460115546574848",NA,"Twitter for Android","Rahul_Opinion","171","TRUE","FALSE" +"13735","13735","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:53:04","FALSE",NA,"852459613953773569",NA,"Twitter for Android","_LetKarmaDoIt4U","171","TRUE","FALSE" +"13736","13736","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:50:34","FALSE",NA,"852458984904720384",NA,"Twitter for Android","ManshiSwiftie","171","TRUE","FALSE" +"13737","13737","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:50:19","FALSE",NA,"852458921403043841",NA,"Twitter Lite","maheshjaiswal36","171","TRUE","FALSE" +"13738","13738","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:49:34","FALSE",NA,"852458734244835328",NA,"Mobile Web (M2)","TheBadBong","171","TRUE","FALSE" +"13739","13739","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:49:26","FALSE",NA,"852458698152792064",NA,"Twitter for Android","KaushikRakeshCM","171","TRUE","FALSE" +"13740","13740","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:49:09","FALSE",NA,"852458627088633856",NA,"Twitter for Windows","anshumapandit90","171","TRUE","FALSE" +"13741","13741","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-13 09:48:51","FALSE",NA,"852458551721308161",NA,"Twitter Web Client","DevilBleedsRed","35","TRUE","FALSE" +"13742","13742","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:47:28","FALSE",NA,"852458205988831232",NA,"Twitter for Android","dkkothari","171","TRUE","FALSE" +"13743","13743","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:47:17","FALSE",NA,"852458158232526848",NA,"Twitter Web Client","Satyarthhi","171","TRUE","FALSE" +"13744","13744","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:46:44","FALSE",NA,"852458021250846721",NA,"Twitter Web Client","rajeshrnair","171","TRUE","FALSE" +"13745","13745","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:46:27","FALSE",NA,"852457950551711744",NA,"Twitter for iPhone","ShefVaidya","171","TRUE","FALSE" +"13746","13746","@DasBolshevik Exactly..been saying this since long, demonetization or no jobs or fuckd up economy, Sanghis will vot� https://t.co/OvR988qETv","FALSE","1","DasBolshevik","2017-04-13 09:42:31","TRUE","852453165815349248","852456958531706880","1871304199","Twitter for iPhone","EhmadSajed","0","FALSE","FALSE" +"13747","13747","@Arsegun The problem is Indian general public loves schadenfreude and the biggest reason why shitfest like demoneti� https://t.co/qXR75giXiA","FALSE","0","cmtripathi","2017-04-13 09:42:02","TRUE","852455943094902784","852456835495862272","15305495","Twitter Web Client","cmtripathi","0","FALSE","FALSE" +"13748","13748","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 09:37:54","FALSE",NA,"852455798991015936",NA,"Twitter for Android","imNithin1718","12","TRUE","FALSE" +"13749","13749","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 09:34:36","FALSE",NA,"852454967390740480",NA,"Twitter for Android","jessemeixsell","38","TRUE","FALSE" +"13750","13750","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 09:26:14","FALSE",NA,"852452861539741697",NA,"Twitter Web Client","PappuYadav007","171","TRUE","FALSE" +"13751","13751","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 09:24:43","FALSE",NA,"852452480629825536",NA,"Twitter for Android","amjad20082002","12","TRUE","FALSE" +"13752","13752","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 09:19:14","FALSE",NA,"852451098124328961",NA,"Twitter for Android","Anubisthelink","38","TRUE","FALSE" +"13753","13753","@narendramodi demonetization has proved to be a success�@adhia03 @DasShaktikanta�critics must apologize� +https://t.co/PrV8prtlA2","FALSE","0","narendramodi","2017-04-13 09:19:05","FALSE",NA,"852451060400705538","18839785","Mobile Web (M2)","ANKUSH_A2","0","FALSE","FALSE" +"13754","13754","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 09:09:34","FALSE",NA,"852448666753302528",NA,"Twitter for Android","ViswaJayesh","12","TRUE","FALSE" +"13755","13755","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/M2G6g7baXZ #mobilepayments","FALSE","0",NA,"2017-04-13 09:09:04","FALSE",NA,"852448541574258688",NA,"dlvr.it","KudoPay","0","FALSE","FALSE" +"13756","13756","How Modi�s Party Avoided the Fallout from Demonetization - Knowledge@Wharton https://t.co/syENX9qMBU https://t.co/n72iWJOCVl","FALSE","0",NA,"2017-04-13 09:07:09","FALSE",NA,"852448058948366336",NA,"Crowdfire - Go Big","carin_jungmann","0","FALSE","FALSE" +"13757","13757","And for India to apologize to the 150 who died in queues after demonetization: https://t.co/h95z2vymOA","FALSE","6",NA,"2017-04-13 09:06:23","FALSE",NA,"852447867201396736",NA,"Twitter Web Client","rosammat","2","FALSE","FALSE" +"13758","13758","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:55:48","FALSE",NA,"852445200429592576",NA,"Twitter for Android","bennetmech","12","TRUE","FALSE" +"13759","13759","@amitp9201 @BJP4India @PrakashJavdekar BJP is not looting ? #making all indians fool in name of #demonetization +fa� https://t.co/lo1mXTidx2","FALSE","0","amitp9201","2017-04-13 08:53:57","TRUE","852444113765007360","852444738124787712","1533953198","Twitter Web Client","vinoth__vinu","0","FALSE","FALSE" +"13760","13760","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:53:57","FALSE",NA,"852444738003152896",NA,"Twitter for Android","bijith_","12","TRUE","FALSE" +"13761","13761","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:50:52","FALSE",NA,"852443960811282432",NA,"Twitter for Android","Ayyappakumar10","12","TRUE","FALSE" +"13762","13762","@SushmaSwaraj @PMOIndia @SushmaSwaraj @PMOIndia Can I have an update on this please? #demonetization #RBI #NRI","FALSE","0","surihere","2017-04-13 08:49:45","FALSE","852091536988884992","852443678375387136","139346687","Twitter for iPhone","surihere","0","FALSE","FALSE" +"13763","13763","RT @Stupidosaur: @jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different party th�","FALSE","0",NA,"2017-04-13 08:48:00","FALSE",NA,"852443238501941248",NA,"Twitter for Android","Georgekurian4K","6","TRUE","FALSE" +"13764","13764","@surjitbhalla those express negativity over GST n Demonetization r tax evader @narendramodi @arunjaitley� https://t.co/IKeYPR7eEJ","FALSE","0","surjitbhalla","2017-04-13 08:47:48","TRUE",NA,"852443188908486656","1111282716","Twitter for iPhone","vstitchman","0","FALSE","FALSE" +"13765","13765","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 08:44:08","FALSE",NA,"852442264555204609",NA,"Twitter for iPhone","rahulnischal","9","TRUE","FALSE" +"13766","13766","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 08:43:24","FALSE",NA,"852442079695441921",NA,"Twitter for Android","ashishK73762819","171","TRUE","FALSE" +"13767","13767","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:42:03","FALSE",NA,"852441740556382208",NA,"Twitter for iPhone","sidarth157549","12","TRUE","FALSE" +"13768","13768","He Questioned Surgical Strikes, +. +He Questioned Demonetization, +. +He Questioned CBI, +. +He Questioned Election... https://t.co/nueD7us0NM","FALSE","0",NA,"2017-04-13 08:33:53","FALSE",NA,"852439685410562048",NA,"Facebook","BJP4TS","0","FALSE","FALSE" +"13769","13769","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:29:18","FALSE",NA,"852438531104325632",NA,"Twitter for Android","JAISURYAN","12","TRUE","FALSE" +"13770","13770","RT @sri50: #PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd ha�","FALSE","0",NA,"2017-04-13 08:28:46","FALSE",NA,"852438399864721408",NA,"TweetDeck","VeriyanCinema","12","TRUE","FALSE" +"13771","13771","#PuthanPanam 2.5/5.Ranjith's earlier IR was solid but PP set against backdrop of demonetization has a half backed script. 2nd half stretches","FALSE","121",NA,"2017-04-13 08:28:28","FALSE",NA,"852438325311008768",NA,"Twitter Web Client","sri50","12","FALSE","FALSE" +"13772","13772","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-13 08:27:02","FALSE",NA,"852437964240166912",NA,"Twitter Web Client","allenscottoshi","49","TRUE","FALSE" +"13773","13773","RT @AIMIM_faraaz: When @asadowaisi speak up on shortage of cash in Hyderabad, they told communal spin, After 5 months of demonetization 65�","FALSE","0",NA,"2017-04-13 08:26:26","FALSE",NA,"852437812548960256",NA,"Twitter for Android","ZakiKhanAimimi","179","TRUE","FALSE" +"13774","13774","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 08:23:20","FALSE",NA,"852437033075310592",NA,"Twitter for Android","ashish_dagwar","102","TRUE","FALSE" +"13775","13775","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 08:20:49","FALSE",NA,"852436398321926144",NA,"Twitter for Android","SingarLavkush","171","TRUE","FALSE" +"13776","13776","Cong spokie PC Chako says we spent minimum money in Delhi by election campaign. Demonetization trouble?? All cash gone up in smoke?","FALSE","0",NA,"2017-04-13 08:17:07","FALSE",NA,"852435466150322176",NA,"Twitter for Android","anantha4500","0","FALSE","FALSE" +"13777","13777","@NITIAayog @VasundharaBJP @amitabhk87 @narendramodi @bibekdebroy @PMOIndia @APanagariya Demonetization effect","FALSE","0","NITIAayog","2017-04-13 08:13:48","FALSE","852419238904057856","852434634533220352","1244137812","Twitter for Android","gotukabra","0","FALSE","FALSE" +"13778","13778","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-13 08:13:37","FALSE",NA,"852434586529353729",NA,"Twitter for iPhone","MateenAap","17","TRUE","FALSE" +"13779","13779","I liked a @YouTube video https://t.co/NYRc20VI8U A Week's Recap - Jontron and Yooka Laylee, #HangAyazNizami, YouTube demonetization","FALSE","0",NA,"2017-04-13 08:12:12","FALSE",NA,"852434228885114881",NA,"Google","RaymondLewis8","0","FALSE","FALSE" +"13780","13780","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 08:08:32","FALSE",NA,"852433306121621504",NA,"Twitter Web Client","iAjKP","171","TRUE","FALSE" +"13781","13781","@bipinchauhan @RashtrapatiBhvn https://t.co/TgvAmTsyyF @SrBachchan wife on act #Dual she also come to oppose� https://t.co/cHeKBnJosU","FALSE","1","bipinchauhan","2017-04-13 08:07:55","TRUE","852315958207275012","852433152417181696","104431676","Twitter Web Client","rk33257","0","FALSE","FALSE" +"13782","13782","RT @RTIndia_ngo: DEMONITIZATION AND INCOME TAX PENALTIES LAPD SESSION There was a Diwali Gift which was given by our Honorable... https://t�","FALSE","0",NA,"2017-04-13 08:07:40","FALSE",NA,"852433087388667905",NA,"Twitter for Android","mmrt95","1","TRUE","FALSE" +"13783","13783","@PGWodeMouse Exactly. A day before the #demonetization announcement, I had withdrawn 8 Rs.500 notes. :( #dejavu","FALSE","0","PGWodeMouse","2017-04-13 08:06:42","FALSE","852175315476426752","852432847239471104","84823184","Twitter Web Client","inertiaofrest","0","FALSE","FALSE" +"13784","13784","RT @Stupidosaur: @jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different party th�","FALSE","0",NA,"2017-04-13 08:00:48","FALSE",NA,"852431360396587010",NA,"Twitter Lite","Scimitar_SS","6","TRUE","FALSE" +"13785","13785","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 07:54:51","FALSE",NA,"852429863029841923",NA,"Twitter for iPhone","gasrockr1","20","TRUE","FALSE" +"13786","13786","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 07:52:57","FALSE",NA,"852429386196295680",NA,"Twitter for iPhone","tosompatel","102","TRUE","FALSE" +"13787","13787","@arunjaitley @narendramodi still no 500 notes in a mumbai bank .. is this what u promised after 50 days of demonetization. Ache din huh !!!!","FALSE","0","boneygupta","2017-04-13 07:50:22","FALSE","850603150566404096","852428735802462208","95791759","Twitter for Android","boneygupta","0","FALSE","FALSE" +"13788","13788","RT @laveenavgupta: @nalinakshya Esp when the bill passing got delayed because of Demonetization +#MaternityAct2017 #maternitybill","FALSE","0",NA,"2017-04-13 07:40:16","FALSE",NA,"852426192409853953",NA,"Twitter for Android","KRUPASP","8","TRUE","FALSE" +"13789","13789","RT @Stupidosaur: @jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different party th�","FALSE","0",NA,"2017-04-13 07:39:18","FALSE",NA,"852425951795232771",NA,"Twitter for iPhone","vikrammann","6","TRUE","FALSE" +"13790","13790","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 07:38:07","FALSE",NA,"852425652846432256",NA,"Twitter for iPhone","BoredBohemian","38","TRUE","FALSE" +"13791","13791","@IndiaToday Thanks to the BJP Govt for the demonetization,the parallel economy of black money consuming the nation'� https://t.co/t8Pw43fCwJ","FALSE","0","IndiaToday","2017-04-13 07:35:25","TRUE","852419491711655936","852424972114903040","19897138","Twitter for Android","Shantanu_Kasta","0","FALSE","FALSE" +"13792","13792","RT @Stupidosaur: @jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different party th�","FALSE","0",NA,"2017-04-13 07:33:33","FALSE",NA,"852424505272283136",NA,"Twitter for iPhone","angryyoungman11","6","TRUE","FALSE" +"13793","13793","RT @Stupidosaur: @jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different party th�","FALSE","0",NA,"2017-04-13 07:32:15","FALSE",NA,"852424176463822848",NA,"Twitter Web Client","Stupidosaur","6","TRUE","FALSE" +"13794","13794","@jamewils Indian VVPAT is like demonetization.Voter is completely helpless if it is being printed for a different p� https://t.co/DaFF5TfkYN","FALSE","5","jamewils","2017-04-13 07:32:02","TRUE","852422019824201728","852424123502305280","67612556","Twitter Web Client","Stupidosaur","6","FALSE","FALSE" +"13795","13795","RT @NKAYMe: #IBelieveInAAP B'coz of AAP, Union Govt. got into pressure to finally promote NPCI's UPI platform during demonetization days. #�","FALSE","0",NA,"2017-04-13 07:28:00","FALSE",NA,"852423108166168576",NA,"Twitter for Android","chanderst1","1","TRUE","FALSE" +"13796","13796","#IBelieveInAAP B'coz of AAP, Union Govt. got into pressure to finally promote NPCI's UPI platform during demonetization days. #MeeraSanyal","FALSE","0",NA,"2017-04-13 07:26:51","FALSE",NA,"852422815252979714",NA,"Twitter for Android","NKAYMe","1","FALSE","FALSE" +"13797","13797","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 07:24:03","FALSE",NA,"852422112782409728",NA,"Twitter for Android","ghosh121","171","TRUE","FALSE" +"13798","13798","@NewIndianXpress Demonetization finished Indian free spending.People find more careful about cash.It is problem 4 p� https://t.co/zAmd07vaRm","FALSE","0","NewIndianXpress","2017-04-13 07:18:51","TRUE","852419838106624000","852420805719986176","94761188","Twitter Web Client","kchari2","0","FALSE","FALSE" +"13799","13799","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 07:18:47","FALSE",NA,"852420786774306816",NA,"Twitter for iPhone","SJ_Shubhamjoshi","171","TRUE","FALSE" +"13800","13800","@aartic02 denial-acceptance +demonetization +EVM issue +ur own mistakes but still blame others for punjab failuirs +GOA - not a single seat","FALSE","0","aartic02","2017-04-13 07:18:31","FALSE","852414236181446656","852420718780440576","1016786527","Twitter Web Client","shailendraWAR","0","FALSE","FALSE" +"13801","13801","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 07:11:58","FALSE",NA,"852419070125260800",NA,"Twitter for Android","atlantesindia","102","TRUE","FALSE" +"13802","13802","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 07:10:58","FALSE",NA,"852418818081271808",NA,"Twitter Web Client","lintoji","9","TRUE","FALSE" +"13803","13803","During the peak of demonetization had met with a man who had spent most of his career working with the financially excluded.","FALSE","0",NA,"2017-04-13 07:05:27","FALSE",NA,"852417430458642435",NA,"Twitter for Android","visshy_it","0","FALSE","FALSE" +"13804","13804","Shree Modi is very successful in Demonetization and it was the toughest in the world. Nothing succeeds like success� https://t.co/BGYQbCNP8i","FALSE","0",NA,"2017-04-13 07:01:01","TRUE",NA,"852416314736078848",NA,"Twitter Web Client","CSSundaresha","0","FALSE","FALSE" +"13805","13805","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 06:59:49","FALSE",NA,"852416013027201024",NA,"Twitter for Android","secularwaste","38","TRUE","FALSE" +"13806","13806","Factory output shrinks and high inflation reflect impact of demonetization https://t.co/3U5aOIA4Ff","FALSE","1",NA,"2017-04-13 06:59:39","FALSE",NA,"852415973353291777",NA,"Twitter for iPhone","kailashkgadhvi","0","FALSE","FALSE" +"13807","13807","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:55:40","FALSE",NA,"852414970247618560",NA,"Twitter for Android","arpitsizzle","171","TRUE","FALSE" +"13808","13808","RT @mypoolin: What is the #easiest way to get #payment from anyone? https://t.co/YaLCKjyg14 @paypal_in @yesbank #Demonetization #UPI @prod�","FALSE","0",NA,"2017-04-13 06:54:28","FALSE",NA,"852414668421378049",NA,"Twitter for iPhone","sunnyboyrohit","1","TRUE","FALSE" +"13809","13809","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 06:53:35","FALSE",NA,"852414444160385024",NA,"Twitter for Android","animeknight99","38","TRUE","FALSE" +"13810","13810","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:51:50","FALSE",NA,"852414005746352128",NA,"Twitter Web Client","Anarchified","9","TRUE","FALSE" +"13811","13811","demonetization like someone who owns a debit card","FALSE","0",NA,"2017-04-13 06:51:40","FALSE",NA,"852413964340256768",NA,"Twitter Web Client","natashasamani","0","FALSE","FALSE" +"13812","13812","demonetization like someone who own a debit card","FALSE","0",NA,"2017-04-13 06:51:19","FALSE",NA,"852413875739742208",NA,"Twitter Web Client","natashasamani","0","FALSE","FALSE" +"13813","13813","Do you think The #demonetisation shock has now died down? https://t.co/eoCdNZCpN8 .@RokaHub https://t.co/UWzNFFA9Dg","FALSE","0",NA,"2017-04-13 06:49:00","FALSE",NA,"852413292907601920",NA,"TweetDeck","ListlyIndia","0","FALSE","FALSE" +"13814","13814","RT @MagChennai: @Bala217 @KarikadaiBoy post demonetization he has gone to diff zone.. :)","FALSE","0",NA,"2017-04-13 06:47:10","FALSE",NA,"852412832402423808",NA,"Twitter Web Client","Bala217","1","TRUE","FALSE" +"13815","13815","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:46:56","FALSE",NA,"852412771576709120",NA,"Twitter for iPhone","e_salam","9","TRUE","FALSE" +"13816","13816","@Bala217 @KarikadaiBoy post demonetization he has gone to diff zone.. :)","FALSE","1","Bala217","2017-04-13 06:45:35","FALSE","852412028572409856","852412431087292417","313395392","TweetDeck","MagChennai","1","FALSE","FALSE" +"13817","13817","No Modi wave, demonetization also not helping BJP to win by polls. https://t.co/ry7y4DZpOS","FALSE","0",NA,"2017-04-13 06:44:37","FALSE",NA,"852412188287311873",NA,"Twitter for Android","Pputhige","0","FALSE","FALSE" +"13818","13818","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:40:06","FALSE",NA,"852411053145153536",NA,"Twitter for Android","guru9899","9","TRUE","FALSE" +"13819","13819","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:35:46","FALSE",NA,"852409961799966720",NA,"Twitter for Android","Omnoetics","9","TRUE","FALSE" +"13820","13820","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:35:35","FALSE",NA,"852409915188457472",NA,"Twitter for iPhone","omaar_sir","9","TRUE","FALSE" +"13821","13821","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:34:29","FALSE",NA,"852409636909187072",NA,"Twitter for Android","Vamshinimmakur1","171","TRUE","FALSE" +"13822","13822","RT @jamewils: Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","0",NA,"2017-04-13 06:34:01","FALSE",NA,"852409520437571586",NA,"TweetCaster for Android","KatyushaBlaze","9","TRUE","FALSE" +"13823","13823","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:33:55","FALSE",NA,"852409493958807552",NA,"Twitter for Android","Ashok_Magadh","171","TRUE","FALSE" +"13824","13824","Amit Annai don't give you crores? Blame it on demonetization https://t.co/Bffif3fbpm","FALSE","13",NA,"2017-04-13 06:32:23","FALSE",NA,"852409110708531200",NA,"Twitter for Android","jamewils","9","FALSE","FALSE" +"13825","13825","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:31:00","FALSE",NA,"852408764015796224",NA,"Twitter for Android","UttarPradeshi","171","TRUE","FALSE" +"13826","13826","Demonetization indicates a favourable change for the real estate sector https://t.co/5iqClfEeBF","FALSE","4",NA,"2017-04-13 06:30:01","FALSE",NA,"852408515167633409",NA,"TweetDeck","SLHiranandani","1","FALSE","FALSE" +"13827","13827","RT @Inshal07: .@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://�","FALSE","0",NA,"2017-04-13 06:28:08","FALSE",NA,"852408039139409920",NA,"Twitter for Android","lalla_sharma","5","TRUE","FALSE" +"13828","13828","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:27:31","FALSE",NA,"852407886579978241",NA,"Twitter for Android","NishitSP","171","TRUE","FALSE" +"13829","13829","Demonetization Not to End Black Money But Impede Economy https://t.co/oOFbFaym4q","FALSE","0",NA,"2017-04-13 06:27:04","FALSE",NA,"852407771769094144",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"13830","13830","#demonetization has killed many opposition parties, era of swatch politics....to a great extent.","FALSE","0",NA,"2017-04-13 06:25:02","FALSE",NA,"852407258419929088",NA,"Twitter Web Client","AmiteshK01","0","FALSE","FALSE" +"13831","13831","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 06:22:37","FALSE",NA,"852406652569403392",NA,"Twitter for Android","Reynolds975","38","TRUE","FALSE" +"13832","13832","@NoyaxRise lmfao i forgot ur a youtube cahnnel when replying to this. did they rape u with demonetization?","FALSE","0","NoyaxRise","2017-04-13 06:22:06","FALSE","847655777238003716","852406523909201920","2867161297","Twitter Web Client","VanPalmerlin","0","FALSE","FALSE" +"13833","13833","#Demonetization matter: SC adjourns the matter for two weeks","FALSE","1",NA,"2017-04-13 06:21:30","FALSE",NA,"852406370666242048",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13834","13834","@IndianExpress Karnataka is dead against for Demonetization problems,Banks successfully worked against Modi.Cong &J� https://t.co/aecybD9UD2","FALSE","0","IndianExpress","2017-04-13 06:21:21","TRUE","852391848853123073","852406334196678656","38647512","Twitter Web Client","kchari2","0","FALSE","FALSE" +"13835","13835","#Demonetization matter: Counsel seeks time to file more documents to the satisfaction of the court","FALSE","0",NA,"2017-04-13 06:20:57","FALSE",NA,"852406230962327552",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13836","13836","#Demonetization matter: The petitioner had alleged that she had found demonetized currencies in her locker","FALSE","0",NA,"2017-04-13 06:20:30","FALSE",NA,"852406118521479168",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13837","13837","#Demonetization matter: #SupremeCourt expresses dissatisfaction with the source of the cash.","FALSE","0",NA,"2017-04-13 06:18:18","FALSE",NA,"852405566307790848",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13838","13838","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-13 06:16:21","FALSE",NA,"852405074311524352",NA,"Twitter for Android","HemantRitu7","72","TRUE","FALSE" +"13839","13839","The latest The Demonetization Daily! https://t.co/grYM1MCBFw Thanks to @JPAL_LAC #aliens","FALSE","2",NA,"2017-04-13 06:14:27","FALSE",NA,"852404597683609600",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"13840","13840","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-13 06:14:02","FALSE",NA,"852404492175904768",NA,"Twitter for iPhone","desiEngnr","106","TRUE","FALSE" +"13841","13841","I liked a @YouTube video https://t.co/9OQavmsBbg YouTube demonetization & Patreon VLOG Update 1","FALSE","0",NA,"2017-04-13 06:12:36","FALSE",NA,"852404130383450112",NA,"Google","TheKnightNick","0","FALSE","FALSE" +"13842","13842","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-13 06:11:31","FALSE",NA,"852403858991173633",NA,"Twitter for Android","ZoherMalkapurw2","72","TRUE","FALSE" +"13843","13843","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:07:43","FALSE",NA,"852402903968915456",NA,"Twitter for Android","arallan78","171","TRUE","FALSE" +"13844","13844","#Demonetization matter + +Counsel - i am ready to give 50 % tax. + +SC- We find no merits in petition","FALSE","0",NA,"2017-04-13 06:06:15","FALSE",NA,"852402532727083008",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13845","13845","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 06:05:02","FALSE",NA,"852402227184619524",NA,"Twitter for Android","vinayakjeergal","171","TRUE","FALSE" +"13846","13846","#Demonetization matter + +SC- Yu have demonstrated that u have gone to the bank. You are talking about 31 lacs of rupees.Were u not serious","FALSE","0",NA,"2017-04-13 06:03:50","FALSE",NA,"852401926033559552",NA,"Twitter Web Client","indialegalmedia","0","FALSE","FALSE" +"13847","13847","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-13 06:01:49","FALSE",NA,"852401416425488384",NA,"Twitter for Android","aawara_aatma","72","TRUE","FALSE" +"13848","13848","Demonetization Has Shaken Up the 20 Trillion Human Trafficking Industry. https://t.co/tIY5sjYDSE via @humanitarianthe","FALSE","0",NA,"2017-04-13 05:59:23","FALSE",NA,"852400807240650752",NA,"Twitter for Android","SuryaRawlani","0","FALSE","FALSE" +"13849","13849","If congress wins they will say karnataka EVMs are fine, mandate against demonetization & if they lose then EVMs are� https://t.co/ZCIbCld9Up","FALSE","0",NA,"2017-04-13 05:59:06","TRUE",NA,"852400733836124160",NA,"Twitter for iPhone","anweshbose","0","FALSE","FALSE" +"13850","13850","@menakadoshi @sumant_sinha Ppl ready to do big business in losses, as its a good place to park black money, mkt. ra� https://t.co/WeY0tkqjRQ","FALSE","0","menakadoshi","2017-04-13 05:58:12","TRUE","852399671406407680","852400507658403841","111416258","Twitter Web Client","rka027","0","FALSE","FALSE" +"13851","13851","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 05:54:38","FALSE",NA,"852399608907141120",NA,"Twitter for iPhone","guitarplayer232","38","TRUE","FALSE" +"13852","13852","@TandonRaveena @narendramodi @SushmaSwaraj @rajnathsingh Mr. MODI will be as efficient as his demonetization...","FALSE","0","TandonRaveena","2017-04-13 05:52:41","FALSE","852367474498699264","852399121285742592","291557277","Twitter Web Client","aries134","0","FALSE","FALSE" +"13853","13853","Lot of new adopters of digital payments have returned to cash | https://t.co/BZpxsY9nDG. | As expected by me: https://t.co/vVxGpcM8wc","FALSE","0",NA,"2017-04-13 05:52:25","FALSE",NA,"852399051274428416",NA,"Hootsuite","techynotions","0","FALSE","FALSE" +"13854","13854","@narendramodi Sir You are going well and i think after demonetization no one will dare to do some thing which is wr� https://t.co/IeYmACmhou","FALSE","0","narendramodi","2017-04-13 05:51:47","TRUE","482132959512637440","852398893937459201","18839785","Twitter Web Client","ptravishankar","0","FALSE","FALSE" +"13855","13855","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:47:38","FALSE",NA,"852397846334767109",NA,"Twitter for Android","amarnshah","171","TRUE","FALSE" +"13856","13856","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:46:54","FALSE",NA,"852397664129785857",NA,"Twitter for Android","VTinDelhi","171","TRUE","FALSE" +"13857","13857","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:44:19","FALSE",NA,"852397012473577473",NA,"Twitter for iPhone","itsmeAdii1221","171","TRUE","FALSE" +"13858","13858","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 05:43:47","FALSE",NA,"852396878817878016",NA,"Twitter for Android","Amit_Talwar2","6","TRUE","FALSE" +"13859","13859","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:43:11","FALSE",NA,"852396730330906624",NA,"Twitter for iPhone","s_shaanu","171","TRUE","FALSE" +"13860","13860","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:39:01","FALSE",NA,"852395681897689088",NA,"Twitter Web Client","nimeshddesai","171","TRUE","FALSE" +"13861","13861","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:37:15","FALSE",NA,"852395235392970753",NA,"Twitter for Android","sujitchandran","171","TRUE","FALSE" +"13862","13862","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:33:48","FALSE",NA,"852394367264342017",NA,"Twitter for Windows","Vishwal2801","171","TRUE","FALSE" +"13863","13863","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:33:42","FALSE",NA,"852394343675478016",NA,"Twitter for Android","vinbhak","171","TRUE","FALSE" +"13864","13864","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:33:21","FALSE",NA,"852394251992301568",NA,"Twitter Lite","SSSharma11111","171","TRUE","FALSE" +"13865","13865","It is a statement as were given for demonetization without RBI and it was altered for so many times. https://t.co/snQVVDmleq","FALSE","0",NA,"2017-04-13 05:32:17","FALSE",NA,"852393985645531137",NA,"Twitter Web Client","mukeshgarg2009","0","FALSE","FALSE" +"13866","13866","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:20:27","FALSE",NA,"852391007417024512",NA,"Twitter for Android","sumitnda","171","TRUE","FALSE" +"13867","13867","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:18:34","FALSE",NA,"852390534756704260",NA,"Twitter for Android","luckyfresh","171","TRUE","FALSE" +"13868","13868","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:18:18","FALSE",NA,"852390465731051520",NA,"Twitter for iPad","swaroopkaimal","171","TRUE","FALSE" +"13869","13869","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 05:17:53","FALSE",NA,"852390363289468928",NA,"Twitter for Android","TheRealUnPop","38","TRUE","FALSE" +"13870","13870","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:17:21","FALSE",NA,"852390228627030017",NA,"Twitter Web Client","AmolTikam","171","TRUE","FALSE" +"13871","13871","RT @dna: #Demonetization lingers as IIP contracts in February https://t.co/3GQD8JKlJ6","FALSE","0",NA,"2017-04-13 05:16:58","FALSE",NA,"852390129201053696",NA,"Twitter for iPad","PirateSingh","2","TRUE","FALSE" +"13872","13872","@LongViewer Demonetization's bad, eh? Read this story in WSJ, which appeared before India's demonetization. India's� https://t.co/zCcieoi8k1","FALSE","0","LongViewer","2017-04-13 05:16:26","TRUE","852247146652868608","852389997617467392","756536758150504448","Twitter Web Client","BQInvstTraining","0","FALSE","FALSE" +"13873","13873","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:12:36","FALSE",NA,"852389030700474368",NA,"Twitter for Android","rahulsharma3972","171","TRUE","FALSE" +"13874","13874","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:12:09","FALSE",NA,"852388919815663616",NA,"Twitter for Android","KetPan","171","TRUE","FALSE" +"13875","13875","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:10:38","FALSE",NA,"852388537534078977",NA,"Twitter for Android","abhijeetkum","171","TRUE","FALSE" +"13876","13876","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:10:00","FALSE",NA,"852388377315987456",NA,"Twitter for Android","balda_sanjeev","171","TRUE","FALSE" +"13877","13877","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:07:47","FALSE",NA,"852387818852671488",NA,"Twitter Web Client","amrud_aadmi","171","TRUE","FALSE" +"13878","13878","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:05:05","FALSE",NA,"852387138482163712",NA,"Twitter for Android","Drsarikamohta","171","TRUE","FALSE" +"13879","13879","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:03:17","FALSE",NA,"852386686483005440",NA,"Twitter for Android","YatikY","171","TRUE","FALSE" +"13880","13880","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 05:02:34","FALSE",NA,"852386505330794496",NA,"Twitter for iPhone","soul_n_u_","171","TRUE","FALSE" +"13881","13881","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:59:33","FALSE",NA,"852385749446131712",NA,"Twitter Web Client","Niru280475","171","TRUE","FALSE" +"13882","13882","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:58:08","FALSE",NA,"852385391109910529",NA,"Twitter for iPhone","anirudhbengeri","20","TRUE","FALSE" +"13883","13883","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:55:50","FALSE",NA,"852384811993968641",NA,"Twitter for iPhone","anirudhbengeri","171","TRUE","FALSE" +"13884","13884","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:55:02","FALSE",NA,"852384613204885505",NA,"Twitter for Android","4BHI9","171","TRUE","FALSE" +"13885","13885","RT @dna: #Demonetization lingers as IIP contracts in February https://t.co/3GQD8JKlJ6","FALSE","0",NA,"2017-04-13 04:52:38","FALSE",NA,"852384005399863296",NA,"Twitter Web Client","srini0851","2","TRUE","FALSE" +"13886","13886","#Demonetization lingers as IIP contracts in February https://t.co/3GQD8JKlJ6","FALSE","5",NA,"2017-04-13 04:48:44","FALSE",NA,"852383025518260225",NA,"TweetDeck","dna","2","FALSE","FALSE" +"13887","13887","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:48:02","FALSE",NA,"852382849621569540",NA,"Twitter for Android","tapanpokar","171","TRUE","FALSE" +"13888","13888","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:47:57","FALSE",NA,"852382827161235456",NA,"Twitter for Android","vinodshadija","171","TRUE","FALSE" +"13889","13889","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:47:33","FALSE",NA,"852382726355398657",NA,"Twitter for Android","TweetendraWagh","171","TRUE","FALSE" +"13890","13890","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:46:05","FALSE",NA,"852382356979765248",NA,"Twitter for Android","ignite_minds","20","TRUE","FALSE" +"13891","13891","RT @srirambjp: Greece Clarifies, Statements of DyFM reg Demonetization Oversimplified& Doesnt reflect Indian Context. Hindu prints in inner�","FALSE","0",NA,"2017-04-13 04:45:50","FALSE",NA,"852382296950816768",NA,"Twitter for Android","neelu020793","530","TRUE","FALSE" +"13892","13892","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:43:49","FALSE",NA,"852381787061964800",NA,"Twitter for Android","sparsh9999","171","TRUE","FALSE" +"13893","13893","@AMISHDEVGAN #mamta has gone crazy after demonetization","FALSE","0","AMISHDEVGAN","2017-04-13 04:43:31","FALSE","851743919809245184","852381711010758656","163817624","Twitter for Android","SJ_Priyanka","0","FALSE","FALSE" +"13894","13894","RT @pinclickhomes: Discussion with Ms Sharon on impact of demonetization, how RERA will bring transparency & a lot more @FortiusInfra - htt�","FALSE","0",NA,"2017-04-13 04:43:18","FALSE",NA,"852381658724675584",NA,"Hootsuite","FortiusInfra","1","TRUE","FALSE" +"13895","13895","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:43:10","FALSE",NA,"852381626457837568",NA,"Twitter for Android","cpraghav","171","TRUE","FALSE" +"13896","13896","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:42:42","FALSE",NA,"852381505875828736",NA,"Twitter for Android","ignite_minds","171","TRUE","FALSE" +"13897","13897","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:42:06","FALSE",NA,"852381358035001344",NA,"Twitter for Android","Yourface5555","38","TRUE","FALSE" +"13898","13898","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:40:48","FALSE",NA,"852381031063838725",NA,"Twitter for iPhone","chintztoo","171","TRUE","FALSE" +"13899","13899","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:39:37","FALSE",NA,"852380731493851136",NA,"Twitter for Android","priyansh2106","171","TRUE","FALSE" +"13900","13900","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:33:01","FALSE",NA,"852379071266799616",NA,"Twitter for iPhone","trueindian1978","171","TRUE","FALSE" +"13901","13901","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:32:23","FALSE",NA,"852378909324726272",NA,"Twitter Web Client","bcaton2","38","TRUE","FALSE" +"13902","13902","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:27:33","FALSE",NA,"852377693161172994",NA,"Twitter for Android","Nava_Hindutva","171","TRUE","FALSE" +"13903","13903","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:25:50","FALSE",NA,"852377262133354496",NA,"Twitter for iPhone","twitatulya","171","TRUE","FALSE" +"13904","13904","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:24:43","FALSE",NA,"852376983627456513",NA,"Twitter for Android","colkt","171","TRUE","FALSE" +"13905","13905","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:24:34","FALSE",NA,"852376944528171008",NA,"Twitter for Android","colkt","20","TRUE","FALSE" +"13906","13906","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-13 04:22:08","FALSE",NA,"852376331375529985",NA,"Twitter for Android","JDhankikar","54","TRUE","FALSE" +"13907","13907","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:21:45","FALSE",NA,"852376234738810881",NA,"Twitter for Android","farzibanda","20","TRUE","FALSE" +"13908","13908","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 04:21:08","FALSE",NA,"852376080975626240",NA,"Twitter for Android","CMPFOIndia","102","TRUE","FALSE" +"13909","13909","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:21:05","FALSE",NA,"852376068380016641",NA,"Twitter Web Client","rsenthilkumar","171","TRUE","FALSE" +"13910","13910","The only serious news ever delivered at 8 PM was by our beloved PM regarding demonetization everything else is thea� https://t.co/mpECYi02vZ","FALSE","2",NA,"2017-04-13 04:18:48","TRUE",NA,"852375492757823488",NA,"Twitter for Android","JainSruthi","0","FALSE","FALSE" +"13911","13911","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:18:20","FALSE",NA,"852375375019683840",NA,"Twitter for Android","pandeyshirish","171","TRUE","FALSE" +"13912","13912","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:16:22","FALSE",NA,"852374881266270208",NA,"Twitter for Android","etheranmagellan","38","TRUE","FALSE" +"13913","13913","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 04:16:06","FALSE",NA,"852374811519090691",NA,"Twitter Web Client","SjvnLimited","102","TRUE","FALSE" +"13914","13914","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:14:43","FALSE",NA,"852374466067914752",NA,"Twitter Web Client","giri1990vikas","171","TRUE","FALSE" +"13915","13915","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:14:02","FALSE",NA,"852374293371650048",NA,"Twitter for iPhone","BurnieJarvis","38","TRUE","FALSE" +"13916","13916","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:13:28","FALSE",NA,"852374151469912066",NA,"Twitter for Android","Malana_stuff","171","TRUE","FALSE" +"13917","13917","RT @pGurus1: 30-min talk, crisp & informative on how Demonetization has taken the cash component out of Real Estate transactions https://t.�","FALSE","0",NA,"2017-04-13 04:12:44","FALSE",NA,"852373965532258305",NA,"Twitter Web Client","muraliks_11","34","TRUE","FALSE" +"13918","13918","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:11:19","FALSE",NA,"852373608584183808",NA,"Twitter for Android","iDarshanAmin","171","TRUE","FALSE" +"13919","13919","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:08:53","FALSE",NA,"852372995230314497",NA,"Twitter for Android","kumarbambam","171","TRUE","FALSE" +"13920","13920","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:04:47","FALSE",NA,"852371967122518017",NA,"Twitter Web Client","VRevolticon","38","TRUE","FALSE" +"13921","13921","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:04:31","FALSE",NA,"852371898549796864",NA,"Twitter for iPhone","iityogendra","171","TRUE","FALSE" +"13922","13922","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:04:24","FALSE",NA,"852371866945601536",NA,"Twitter for Android","vaibhavg10","20","TRUE","FALSE" +"13923","13923","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:04:11","FALSE",NA,"852371814361812992",NA,"Twitter Web Client","AzurusDracon","38","TRUE","FALSE" +"13924","13924","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:04:05","FALSE",NA,"852371788189380610",NA,"Twitter for Android","Rohitash19","171","TRUE","FALSE" +"13925","13925","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:03:09","FALSE",NA,"852371555946463232",NA,"Twitter for iPhone","dushyantgelot","20","TRUE","FALSE" +"13926","13926","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:02:42","FALSE",NA,"852371442930900992",NA,"Twitter for Android","vaibhavg10","171","TRUE","FALSE" +"13927","13927","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:02:10","FALSE",NA,"852371305034690561",NA,"Twitter for Android","vikrant_chauhan","20","TRUE","FALSE" +"13928","13928","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 04:01:25","FALSE",NA,"852371116584783873",NA,"Twitter for Android","sueAHside","38","TRUE","FALSE" +"13929","13929","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:00:44","FALSE",NA,"852370945230594048",NA,"Twitter for Android","vikrant_chauhan","171","TRUE","FALSE" +"13930","13930","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 04:00:16","FALSE",NA,"852370829417611264",NA,"Twitter for Android","LOLiyapa","171","TRUE","FALSE" +"13931","13931","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 04:00:04","FALSE",NA,"852370777890406400",NA,"Twitter for Android","Notacrickethack","20","TRUE","FALSE" +"13932","13932","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:59:40","FALSE",NA,"852370677025824768",NA,"Twitter for Android","manishnandal786","171","TRUE","FALSE" +"13933","13933","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:59:10","FALSE",NA,"852370549837791232",NA,"Twitter for Android","MumbaiAmchi","171","TRUE","FALSE" +"13934","13934","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 03:58:50","FALSE",NA,"852370469105926144",NA,"Twitter Web Client","W1Kilo","38","TRUE","FALSE" +"13935","13935","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:58:37","FALSE",NA,"852370412566700032",NA,"Twitter for iPhone","nisargdev","171","TRUE","FALSE" +"13936","13936","RT @amazingatheist: It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","0",NA,"2017-04-13 03:58:20","FALSE",NA,"852370342920286210",NA,"Twitter for iPhone","demonseye22","38","TRUE","FALSE" +"13937","13937","It's looking like this demonetization crisis might be coming to an end. *fingers crossed*","FALSE","436",NA,"2017-04-13 03:57:50","FALSE",NA,"852370217845964804",NA,"Twitter Web Client","amazingatheist","38","FALSE","FALSE" +"13938","13938","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:57:32","FALSE",NA,"852370139777552384",NA,"Twitter for Android","retweetkrengeab","20","TRUE","FALSE" +"13939","13939","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:56:59","FALSE",NA,"852370002472730624",NA,"Twitter for Android","rahultiwari9883","171","TRUE","FALSE" +"13940","13940","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:55:46","FALSE",NA,"852369698138312704",NA,"Twitter for iPhone","RaghuAiyar","20","TRUE","FALSE" +"13941","13941","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:55:24","FALSE",NA,"852369602373836800",NA,"Twitter for Android","RohitR_1994","20","TRUE","FALSE" +"13942","13942","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:55:19","FALSE",NA,"852369584736923649",NA,"Twitter Web Client","praashantkul","171","TRUE","FALSE" +"13943","13943","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:54:45","FALSE",NA,"852369440792604672",NA,"Twitter for iPhone","RetardedHurt","171","TRUE","FALSE" +"13944","13944","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:54:44","FALSE",NA,"852369434912096260",NA,"Twitter for Android","champ7490","171","TRUE","FALSE" +"13945","13945","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:54:31","FALSE",NA,"852369382852493312",NA,"Twitter for Android","retweetkrengeab","171","TRUE","FALSE" +"13946","13946","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:54:18","FALSE",NA,"852369325444915201",NA,"Twitter for Android","RohitR_1994","171","TRUE","FALSE" +"13947","13947","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:52:19","FALSE",NA,"852368826712719360",NA,"Twitter for Android","RishabhVedant","171","TRUE","FALSE" +"13948","13948","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:52:01","FALSE",NA,"852368753211867136",NA,"Twitter Lite","HarsimratTweets","171","TRUE","FALSE" +"13949","13949","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:51:58","FALSE",NA,"852368740825956352",NA,"Twitter for Android","RishabhVedant","20","TRUE","FALSE" +"13950","13950","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:51:23","FALSE",NA,"852368593824219137",NA,"Twitter for Android","AtulMohan2","171","TRUE","FALSE" +"13951","13951","RT @_YogendraYadav: Good news: Mr RBI Gov can speak! +Did anyone hear him speak on loan waiver for corporates? +Or on demonetization? +https:�","FALSE","0",NA,"2017-04-13 03:51:20","FALSE",NA,"852368581769609217",NA,"Twitter for iPhone","jadav_m","166","TRUE","FALSE" +"13952","13952","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:51:17","FALSE",NA,"852368568792600579",NA,"Twitter for Android","PurnenduSingh33","171","TRUE","FALSE" +"13953","13953","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:51:01","FALSE",NA,"852368502816223232",NA,"Twitter for Android","KilamRahul","171","TRUE","FALSE" +"13954","13954","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:50:59","FALSE",NA,"852368494221959168",NA,"Twitter for Android","kl1208sharma","171","TRUE","FALSE" +"13955","13955","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:50:31","FALSE",NA,"852368374642376704",NA,"Twitter for Android","apthamitra","171","TRUE","FALSE" +"13956","13956","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:49:42","FALSE",NA,"852368170773917697",NA,"Twitter for iPhone","Sachislife","171","TRUE","FALSE" +"13957","13957","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:49:10","FALSE",NA,"852368034719301632",NA,"Twitter for iPhone","RaghuAiyar","171","TRUE","FALSE" +"13958","13958","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:49:08","FALSE",NA,"852368027999928320",NA,"Twitter for Android","Setul","171","TRUE","FALSE" +"13959","13959","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:48:09","FALSE",NA,"852367780234088449",NA,"Twitter for Android","hitlerbai","20","TRUE","FALSE" +"13960","13960","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:47:36","FALSE",NA,"852367640303591425",NA,"Twitter for Windows Phone","250praveen","20","TRUE","FALSE" +"13961","13961","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:47:27","FALSE",NA,"852367602513039360",NA,"Twitter for Android","AjEeTj_20","171","TRUE","FALSE" +"13962","13962","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:46:29","FALSE",NA,"852367358236663808",NA,"Twitter for Android","amz360","171","TRUE","FALSE" +"13963","13963","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:44:41","FALSE",NA,"852366907986653184",NA,"Twitter for Android","hannulamani","171","TRUE","FALSE" +"13964","13964","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:44:22","FALSE",NA,"852366829246832640",NA,"Twitter for Android","abhility","20","TRUE","FALSE" +"13965","13965","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:44:12","FALSE",NA,"852366786351702016",NA,"Twitter for Android","BaBaKiGuFaa","171","TRUE","FALSE" +"13966","13966","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:44:05","FALSE",NA,"852366754839797760",NA,"Twitter for Android","monty_chadha","171","TRUE","FALSE" +"13967","13967","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:43:51","FALSE",NA,"852366695725502464",NA,"TwitPane Android","abhishekshaww","171","TRUE","FALSE" +"13968","13968","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:43:40","FALSE",NA,"852366649672040448",NA,"Twitter Lite","RahulModi_","171","TRUE","FALSE" +"13969","13969","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-13 03:43:12","FALSE",NA,"852366533842132992",NA,"Twitter for Android","SanjayS62023183","54","TRUE","FALSE" +"13970","13970","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:42:21","FALSE",NA,"852366318674169856",NA,"Twitter for Android","Raka_Noodle","171","TRUE","FALSE" +"13971","13971","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:41:39","FALSE",NA,"852366144627511296",NA,"Twitter for Android","Shail3d","171","TRUE","FALSE" +"13972","13972","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:41:04","FALSE",NA,"852365997604347906",NA,"Twitter for iPhone","Sunil_Kashmir","20","TRUE","FALSE" +"13973","13973","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:40:52","FALSE",NA,"852365946702356480",NA,"Twitter for iPhone","celestemay17","20","TRUE","FALSE" +"13974","13974","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:40:41","FALSE",NA,"852365900770664448",NA,"Twitter for Android","Aditya27k","171","TRUE","FALSE" +"13975","13975","RT @rahulroushan: Demonetization was failure https://t.co/TAEYsN4yBF","FALSE","0",NA,"2017-04-13 03:40:26","FALSE",NA,"852365839542222848",NA,"Twitter for Android","AjEeTj_20","20","TRUE","FALSE" +"13976","13976","@joshenoy Finance Minister doesn't give a damn to these plights. Be it demonetization's implementation failure, or� https://t.co/ixM8oEG44h","FALSE","0","joshenoy","2017-04-13 03:40:10","TRUE","851789713283461124","852365769656500225","59074971","Twitter Web Client","RiteshSerene","0","FALSE","FALSE" +"13977","13977","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:40:00","FALSE",NA,"852365728518766592",NA,"Mobile Web (M2)","outofdaworld","171","TRUE","FALSE" +"13978","13978","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:39:52","FALSE",NA,"852365696952672256",NA,"Twitter for Android","Stilllearning82","171","TRUE","FALSE" +"13979","13979","@narendramodi Take a test of temporary full demonetization in #J&K. For three months ban physical currency in Jammu and Kashmir. (1/2)","FALSE","0","narendramodi","2017-04-13 03:39:51","FALSE",NA,"852365688689893377","18839785","Twitter for Android","ashutoshjha7771","0","FALSE","FALSE" +"13980","13980","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:39:45","FALSE",NA,"852365666283900928",NA,"Donald pussy grabber trump","narendramodirss","171","TRUE","FALSE" +"13981","13981","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:38:57","FALSE",NA,"852365465850712064",NA,"Twitter for Android","BUnlimted","171","TRUE","FALSE" +"13982","13982","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:38:56","FALSE",NA,"852365459533856768",NA,"Twitter for iPhone","hardik_pola","171","TRUE","FALSE" +"13983","13983","Take a test of temporary full demonetization in #J&K. For three months ban physical currency in Jammu and Kashmir.","FALSE","0",NA,"2017-04-13 03:38:49","FALSE",NA,"852365432019464192",NA,"Twitter for Android","ashutoshjha7771","0","FALSE","FALSE" +"13984","13984","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:38:47","FALSE",NA,"852365420699033600",NA,"Twitter for Android","VickyDoshi3","171","TRUE","FALSE" +"13985","13985","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:38:14","FALSE",NA,"852365285508038656",NA,"Twitter for Windows Phone","dharmsinha","171","TRUE","FALSE" +"13986","13986","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:37:45","FALSE",NA,"852365163344912384",NA,"Twitter Web Client","myloud_speaker","171","TRUE","FALSE" +"13987","13987","RT @rahulroushan: By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath�","FALSE","0",NA,"2017-04-13 03:37:30","FALSE",NA,"852365099121598464",NA,"Twitter for iPhone","sunilvish12","171","TRUE","FALSE" +"13988","13988","By-polls result today will prove if there's any Modi wave, whether demonetization was successful, whether Yogi Adityanath was right choice.","FALSE","445",NA,"2017-04-13 03:36:31","FALSE",NA,"852364851506810880",NA,"Twitter for Android","rahulroushan","171","FALSE","FALSE" +"13989","13989","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 03:34:38","FALSE",NA,"852364376791056384",NA,"Twitter Web Client","dhruvbhim","102","TRUE","FALSE" +"13990","13990","@IncRahamathulla @ShashiTharoor @Inshal07 Gain from demonetization 5400 crore, facial expression of @arunjaitley pr� https://t.co/WPETfEAshA","FALSE","0","IncRahamathulla","2017-04-13 03:30:44","TRUE","852215157505708032","852363397215600640","3273273025","Twitter Web Client","abandopa","0","FALSE","FALSE" +"13991","13991","Indian #Silver Imports Fail To Improve Post Demonetization https://t.co/ZlWSy8faXg #podcasts","FALSE","1",NA,"2017-04-13 03:30:40","FALSE",NA,"852363381180833793",NA,"Tweet Old Post","Smaulgld","0","FALSE","FALSE" +"13992","13992","#Demonetization lingers as #IIP contracts in February https://t.co/3GQD8JKlJ6","FALSE","3",NA,"2017-04-13 03:30:08","FALSE",NA,"852363244299849728",NA,"Twitter Web Client","dna","1","FALSE","FALSE" +"13993","13993","#DEMONETIZATION EFFECT ON #REALESTED +https://t.co/FU4g5RNwAm https://t.co/J0QDgAABMU","FALSE","0",NA,"2017-04-13 03:22:24","FALSE",NA,"852361298306256896",NA,"Twitter Web Client","DeepG_WCIS","0","FALSE","FALSE" +"13994","13994","InRangeTV - YouTube demonetization & Patreon - VLOG - Update 1 https://t.co/Cew2obBhX2","FALSE","0",NA,"2017-04-13 03:17:10","FALSE",NA,"852359984205545472",NA,"Google","txfellowship","0","FALSE","FALSE" +"13995","13995","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 03:16:22","FALSE",NA,"852359782161932288",NA,"Twitter for iPhone","Pikki74","6","TRUE","FALSE" +"13996","13996","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 03:13:48","FALSE",NA,"852359135081488384",NA,"Twitter for Android","Tolerant_Tilak","102","TRUE","FALSE" +"13997","13997","HOW DEMONETIZATION IS A BONANZA FOR INDIAN STARTUP ECOSYSTEM https://t.co/mYQaY75Uwe #StartUp","FALSE","1",NA,"2017-04-13 03:13:37","FALSE",NA,"852359087903784960",NA,"Tweet Old Post","indistart","0","FALSE","FALSE" +"13998","13998","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 03:13:30","FALSE",NA,"852359057717551105",NA,"Twitter for Android","meena7099","102","TRUE","FALSE" +"13999","13999","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 03:12:19","FALSE",NA,"852358763080241152",NA,"Twitter for Android","AshishSinghAME","102","TRUE","FALSE" +"14000","14000","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 03:09:40","FALSE",NA,"852358093329399808",NA,"Twitter for Android","JTIn71","6","TRUE","FALSE" +"14001","14001","@puram_politics @sanjayuvacha Rahul Gandhi infact even predicted & cautioned against policy fiasco like demonetizat� https://t.co/jPVXmgolyl","FALSE","2",NA,"2017-04-13 03:09:05","TRUE",NA,"852357949192196099",NA,"Twitter Web Client","SheenuDr","4","FALSE","FALSE" +"14002","14002","RT @analyseasia: Hear @navkendar_IDC describe the rationale why the #India government has decided to proceed with #demonetization https://t�","FALSE","0",NA,"2017-04-13 03:05:24","FALSE",NA,"852357022058074113",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"14003","14003","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 03:01:11","FALSE",NA,"852355960651694080",NA,"Twitter for Android","VPra52","6","TRUE","FALSE" +"14004","14004","Hear @navkendar_IDC describe the rationale why the #India government has decided to proceed with #demonetization https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-13 03:00:25","FALSE",NA,"852355767067963392",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"14005","14005","Demonetization lingers as IIP contracts in February.. https://t.co/vOBpVO4dGO","FALSE","0",NA,"2017-04-13 02:54:06","FALSE",NA,"852354178940719104",NA,"NewsBoss.in","NewsBossIndia","0","FALSE","FALSE" +"14006","14006","World Bank CEO �PM Modi�s demonetization to stamp out corruption will have positive impact on India�s economy,� https://t.co/mYKxukuR8j","FALSE","0",NA,"2017-04-13 02:52:33","FALSE",NA,"852353788505710593",NA,"Twitter for Android","goggabachchan","0","FALSE","FALSE" +"14007","14007","Gun channels report YouTube has reduced their ability to run ads. Your USLS channel should be safe, but still... https://t.co/X0m8m3MnuL","FALSE","1",NA,"2017-04-13 02:50:03","FALSE",NA,"852353157627817985",NA,"Hootsuite","USLawShield","0","FALSE","FALSE" +"14008","14008","@ArvindKejriwal The top 4 teams in the current IPL are from those places that have non-NDA gvrnmts.This is a verdic� https://t.co/crQpxaEAjV","FALSE","0","ArvindKejriwal","2017-04-13 02:46:42","TRUE",NA,"852352314958651397","405427035","Twitter for iPhone","Sarvesh251","0","FALSE","FALSE" +"14009","14009","RT @utimutualfund: R. Raja, Head of Products, UTI MF talks about the market post demonetization. Read the excerpts from the Q&A session htt�","FALSE","0",NA,"2017-04-13 02:43:48","FALSE",NA,"852351583564083200",NA,"SocioAdvocacy","TarifAmeen","7","TRUE","FALSE" +"14010","14010","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 02:32:47","FALSE",NA,"852348813981343745",NA,"Twitter for iPhone","UJ1701","6","TRUE","FALSE" +"14011","14011","RT @dewindia11: @VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman @khanfah�","FALSE","0",NA,"2017-04-13 02:28:30","FALSE",NA,"852347735747571712",NA,"Twitter for iPhone","RaajnathSing","6","TRUE","FALSE" +"14012","14012","@VPra52 @RaajnathSing @hsr315 @UJ1701 @AAPlogical @JTIn71 @Arv_Ga @Amit_Talwar2 @goeloverseas @rks17353 @1975Raman� https://t.co/3xxF5s786n","FALSE","6","VPra52","2017-04-13 02:27:18","TRUE","852333363197165568","852347430813052928","2315332692","Twitter for iPhone","dewindia11","6","FALSE","FALSE" +"14013","14013","demonetization had adversely affected rural economy. Healthcare expenditure degrown in rural markets cum Dec https://t.co/MhlF5pisWu","FALSE","1",NA,"2017-04-13 02:25:08","FALSE",NA,"852346886925242368",NA,"Twitter for iPad","Pankaj17299614","0","FALSE","FALSE" +"14014","14014","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 02:21:03","FALSE",NA,"852345859484270592",NA,"Twitter for Android","ramankk92","102","TRUE","FALSE" +"14015","14015","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 02:17:56","FALSE",NA,"852345074268680192",NA,"Twitter for Android","ARDMEHRA1966","102","TRUE","FALSE" +"14016","14016","RT @GoldTrendsNet: The Fed can do what it wants when it wants +during WWII Hawaiian banknotes were printed +if Japan invaded a demonetization�","FALSE","0",NA,"2017-04-13 02:16:03","FALSE",NA,"852344603202043904",NA,"Twitter Web Client","TheArmenianDad","2","TRUE","FALSE" +"14017","14017","The latest The Demonetization Daily! https://t.co/grYM1MCBFw Thanks to @jorvieri @michaelsbrooks @Cerebrawl80 #india #aliens","FALSE","0",NA,"2017-04-13 02:13:50","FALSE",NA,"852344045850460161",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"14018","14018","@MotilalOswalLtd Need to b futuristic in this time of demonetization & crisis,so will use my bonus money to invest� https://t.co/9P8XYbjUhL","FALSE","0","MotilalOswalLtd","2017-04-13 02:06:11","TRUE","852114156765548544","852342118177624065","102285890","Twitter for iPhone","ladyluck_16","0","FALSE","FALSE" +"14019","14019","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-13 02:02:39","FALSE",NA,"852341228607868930",NA,"Twitter for Android","pulkit_agarwal","27","TRUE","FALSE" +"14020","14020","@timesofindia Let's prez show them mirror of crocodile tears by all these stooges on DeMonetization! Indians now: ""� https://t.co/FybLxMaHd2","FALSE","1","timesofindia","2017-04-13 01:42:05","TRUE","852318310939205633","852336055458070529","134758540","Twitter for iPhone","SWADESHRMOHANTY","0","FALSE","FALSE" +"14021","14021","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-13 01:41:21","FALSE",NA,"852335870153818113",NA,"Twitter for Android","AtulMohan2","106","TRUE","FALSE" +"14022","14022","THEFIRSTTRILLIONAIRE The Demonetization Effect on India https://t.co/25LLIbmMuk via #sapnajha https://t.co/PHBnxnJXiQ","FALSE","0",NA,"2017-04-13 01:40:09","FALSE",NA,"852335565642973184",NA,"dlvr.it","yalbon781","0","FALSE","FALSE" +"14023","14023","RT @bitcoinagile: Demonetization Is Catalyzing Digital Payments Growth in India #fintech #payments #mobile https://t.co/MoL0oCLwb2 https://�","FALSE","0",NA,"2017-04-13 01:33:43","FALSE",NA,"852333947551793153",NA,"Twitter for iPhone","etching_it","3","TRUE","FALSE" +"14024","14024","https://t.co/jAHMTL7yQl Communications Decency Act under the 1st Amend. �Section 230 gives immunity from lawsuits 2 Facebook-Twitter-YouTube","FALSE","0",NA,"2017-04-13 01:32:33","FALSE",NA,"852333653292183552",NA,"Twitter for Android","ecastro977","0","FALSE","FALSE" +"14025","14025","The Demonetization Effect on India https://t.co/vBS7X6eUQf #fashion","FALSE","0",NA,"2017-04-13 01:27:53","FALSE",NA,"852332481210572801",NA,"Google","gknmission","0","FALSE","FALSE" +"14026","14026","@rahulkanwal I hope it is not like the Demonetization deaths reported by the media without Doctors certificate or t� https://t.co/wov5TIDVpg","FALSE","0","rahulkanwal","2017-04-13 01:11:53","TRUE","852193226249445377","852328452296290304","75509967","Twitter for Android","SunilkumarRatn6","0","FALSE","FALSE" +"14027","14027","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-13 01:02:24","FALSE",NA,"852326067000004608",NA,"Twitter for Android","tomvadakkanAICC","64","TRUE","FALSE" +"14028","14028","Demonetization Is Catalyzing Digital Payments Growth in India #fintech #payments #mobile https://t.co/8Cs6BJQCTr https://t.co/2H0Bh8Gtc9","FALSE","0",NA,"2017-04-13 00:57:28","FALSE",NA,"852324826282852352",NA,"IFTTT","alt_bit_coins","0","FALSE","FALSE" +"14029","14029","RT @bijonmehta: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/QNQA1pXE2B #fintech #payments #mobile #digital #�","FALSE","0",NA,"2017-04-13 00:55:17","FALSE",NA,"852324274119602176",NA,"Telco ","OttLegalRebels","2","TRUE","FALSE" +"14030","14030","RT @bitcoinagile: Demonetization Is Catalyzing Digital Payments Growth in India #fintech #payments #mobile https://t.co/MoL0oCLwb2 https://�","FALSE","0",NA,"2017-04-13 00:55:06","FALSE",NA,"852324230612045824",NA,"Telco ","OttLegalRebels","3","TRUE","FALSE" +"14031","14031","Gun channels report YouTube has reduced their ability to run ads. Your TXLS channel should be safe, but still... https://t.co/qbtbTYbHGY","FALSE","1",NA,"2017-04-13 00:55:02","FALSE",NA,"852324214929584128",NA,"Hootsuite","TexasLawShield","0","FALSE","FALSE" +"14032","14032","RT @bijonmehta: Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/QNQA1pXE2B #fintech #payments #mobile #digital #�","FALSE","0",NA,"2017-04-13 00:53:56","FALSE",NA,"852323937165901824",NA,"AutoPost Viper IT","TechNowOrNever","2","TRUE","FALSE" +"14033","14033","RT @bitcoinagile: Demonetization Is Catalyzing Digital Payments Growth in India #fintech #payments #mobile https://t.co/MoL0oCLwb2 https://�","FALSE","0",NA,"2017-04-13 00:53:51","FALSE",NA,"852323914109902849",NA,"AutoPost Viper IT","TechNowOrNever","3","TRUE","FALSE" +"14034","14034","Demonetization Is Catalyzing Digital Payments Growth in India #fintech #payments #mobile https://t.co/MoL0oCLwb2 https://t.co/9VG9jyhSxU","FALSE","2",NA,"2017-04-13 00:52:59","FALSE",NA,"852323698438754307",NA,"bitcoinagile","bitcoinagile","3","FALSE","FALSE" +"14035","14035","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/QNQA1pXE2B #fintech #payments #mobile #digital #india","FALSE","0",NA,"2017-04-13 00:52:57","FALSE",NA,"852323689731428357",NA,"Twitter Web Client","bijonmehta","2","FALSE","FALSE" +"14036","14036","So youtube decided to say Not eligible for demonetization to all of my videos Didn't make money off my videos but i� https://t.co/eNeYVEgRtm","FALSE","1",NA,"2017-04-13 00:50:33","TRUE",NA,"852323086120742914",NA,"Twitter Web Client","_TROYGRIMES","0","FALSE","FALSE" +"14037","14037","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-13 00:41:44","FALSE",NA,"852320864162820097",NA,"Twitter for iPhone","vhampiholi21","106","TRUE","FALSE" +"14038","14038","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-13 00:29:53","FALSE",NA,"852317885221322752",NA,"Twitter for Android","VgDaula","102","TRUE","FALSE" +"14039","14039","@Nutnfancy will you address what's going on w/ the demonetization of youtube videos? I know it affects you and many channels. Long live TNP","FALSE","0","Nutnfancy","2017-04-13 00:22:06","FALSE",NA,"852315925067907072","18686970","Twitter Web Client","UndrcovrC","0","FALSE","FALSE" +"14040","14040","@d_seaman They are funneling ad revenue back to MSM corporations, it seems fairly obvious, demonetization of small� https://t.co/lVMdJXphLl","FALSE","1","d_seaman","2017-04-13 00:14:50","TRUE","852305117105668097","852314096376594432","438829074","Twitter Web Client","TraderJoeBlow","0","FALSE","FALSE" +"14041","14041","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 23:51:09","FALSE",NA,"852308134550884352",NA,"Twitter Web Client","Garrychakde","17","TRUE","FALSE" +"14042","14042","RT @getongab: The Demonetization of YouTube is Fast Underway; Dissidents Will Be Silenced | Zero Hedge https://t.co/46R1O1q0CM","FALSE","0",NA,"2017-04-12 23:33:44","FALSE",NA,"852303754455953409",NA,"Twitter Web Client","Diamondtile2","21","TRUE","FALSE" +"14043","14043","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/T6XjjAHJNe","FALSE","0",NA,"2017-04-12 23:32:08","FALSE",NA,"852303349802086400",NA,"dlvr.it","nfcbanking","0","FALSE","FALSE" +"14044","14044","Demonetization Is Catalyzing Digital Payments Growth in India https://t.co/wVBWZsHJnu #PopulationControl","FALSE","0",NA,"2017-04-12 23:25:29","FALSE",NA,"852301677889810432",NA,"IFTTT","pupulationblast","0","FALSE","FALSE" +"14045","14045","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 23:21:53","FALSE",NA,"852300772884840448",NA,"Twitter for iPhone","muntaziraapka","17","TRUE","FALSE" +"14046","14046","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 23:21:10","FALSE",NA,"852300592567394304",NA,"Twitter for Android","guru9899","17","TRUE","FALSE" +"14047","14047","Google News - Mobile Payments: ""Demonetization Is Catalyzing Digital Payments Growth in India"" https://t.co/K6Cd4ORUJD","FALSE","0",NA,"2017-04-12 23:11:25","FALSE",NA,"852298135573606400",NA,"IFTTT","cardlessnews","0","FALSE","FALSE" +"14048","14048","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-12 22:46:18","FALSE",NA,"852291817718648832",NA,"Twitter Lite","Beautyon_","49","TRUE","FALSE" +"14049","14049","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 22:45:54","FALSE",NA,"852291717646524416",NA,"Twitter for Android","TheAmolPatil","106","TRUE","FALSE" +"14050","14050","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 22:34:35","FALSE",NA,"852288869332537344",NA,"Twitter Web Client","SridharKKannam","106","TRUE","FALSE" +"14051","14051","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-12 22:24:23","FALSE",NA,"852286302351446016",NA,"Twitter Web Client","Aravind8","6","TRUE","FALSE" +"14052","14052","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 22:22:08","FALSE",NA,"852285734681796612",NA,"Twitter for Android","anordinryindian","64","TRUE","FALSE" +"14053","14053","RT @whartonknows: How demonetization �could change the face of the Indian economy."" https://t.co/TTPmNjeae4","FALSE","0",NA,"2017-04-12 22:20:11","FALSE",NA,"852285243604307968",NA,"Hootsuite","ZAIN_RAJ","0","FALSE","FALSE" +"14054","14054","India Oil Demand Shrinks for Third Month Amid Demonetization Drag","FALSE","0",NA,"2017-04-12 22:00:54","FALSE",NA,"852280390731616257",NA,"Hootsuite","OilAndGasPeople","0","FALSE","FALSE" +"14055","14055","India Oil Demand Shrinks for Third Month Amid Demonetization Drag","FALSE","0",NA,"2017-04-12 22:00:54","FALSE",NA,"852280390429679624",NA,"Hootsuite","TomWatts21","0","FALSE","FALSE" +"14056","14056","India Oil Demand Shrinks for Third Month Amid Demonetization Drag - Oil Industry News - Oil and Gas News https://t.co/jU96LV3UOP","FALSE","0",NA,"2017-04-12 22:00:07","FALSE",NA,"852280193104441344",NA,"Facebook","OilAndGasPeople","0","FALSE","FALSE" +"14057","14057","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 21:43:55","FALSE",NA,"852276118883270658",NA,"Twitter for Android","shrinivasa","102","TRUE","FALSE" +"14058","14058","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-12 21:39:54","FALSE",NA,"852275107640647680",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"14059","14059","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 21:16:54","FALSE",NA,"852269320130441218",NA,"Twitter Lite","PrernaSharma_","337","TRUE","FALSE" +"14060","14060","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-12 21:13:47","FALSE",NA,"852268532335124480",NA,"Twitter Web Client","ronit9q","6","TRUE","FALSE" +"14061","14061","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 21:04:49","FALSE",NA,"852266276424753152",NA,"Twitter for iPhone","shahsamkit99","102","TRUE","FALSE" +"14062","14062","This youtube demonetization is sad, only the people lose. YouTube was a great exchange of ideas.","FALSE","0",NA,"2017-04-12 21:00:19","FALSE",NA,"852265143786516480",NA,"Twitter Web Client","JaredTNies","0","FALSE","FALSE" +"14063","14063","I liked a @YouTube video https://t.co/1KAJc06TPn Quiting Youtube FIASCO & DEMONETIZATION Ad Boycott EXPLAINED","FALSE","0",NA,"2017-04-12 20:45:26","FALSE",NA,"852261399690493952",NA,"Google","Nitro12346","0","FALSE","FALSE" +"14064","14064","@ModiLeDubega the size of the economy has been decreased by the value of all unrecovered currency under the event of demonetization scam??","FALSE","0","ModiLeDubega","2017-04-12 20:45:09","FALSE","852166194148671488","852261327024275457","3068190504","Twitter Lite","LALITMailme","0","FALSE","FALSE" +"14065","14065","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-12 20:26:54","FALSE",NA,"852256735741886465",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"14066","14066","@amazingatheist @YouTube Is the demonetization getting close enough for you to just bail on YouTube completely? Or� https://t.co/B6YYP9jqVz","FALSE","0","amazingatheist","2017-04-12 20:22:02","TRUE","852242427783954432","852255511370240000","18744815","Twitter for Android","Judo_Brad","0","FALSE","FALSE" +"14067","14067","The great YouTube demonetization issue seems to be much less YouTube itself's fault, and much more adverts leaving.","FALSE","0",NA,"2017-04-12 20:11:48","FALSE",NA,"852252934360494080",NA,"Twitter Web Client","BenjaminChemist","0","FALSE","FALSE" +"14068","14068","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 20:00:47","FALSE",NA,"852250163078774784",NA,"Twitter for Android","krishanadvani","54","TRUE","FALSE" +"14069","14069","Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index) rises to 3.81%","FALSE","2",NA,"2017-04-12 19:59:07","FALSE",NA,"852249743820443648",NA,"Twitter for Android","soumodiptoroyy","0","FALSE","FALSE" +"14070","14070","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:57:41","FALSE",NA,"852249383529730048",NA,"Twitter for Android","reenaa2017","54","TRUE","FALSE" +"14071","14071","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 19:53:26","FALSE",NA,"852248313659179008",NA,"Twitter Web Client","PIYUSH4BJP","106","TRUE","FALSE" +"14072","14072","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 19:48:47","FALSE",NA,"852247143121387520",NA,"Twitter for Android","sonikasdutta","102","TRUE","FALSE" +"14073","14073","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:46:31","FALSE",NA,"852246573811675138",NA,"Twitter for Android","Braveindianmax","54","TRUE","FALSE" +"14074","14074","Sonu Nigam reaction on demonetization: https://t.co/d1PNax1PWm via @YouTube","FALSE","0",NA,"2017-04-12 19:35:35","FALSE",NA,"852243820427137026",NA,"Google","Aditi26tomar","0","FALSE","FALSE" +"14075","14075","RT @GreatGameIndia: .@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash from an Indian perspectiv�","FALSE","0",NA,"2017-04-12 19:17:15","FALSE",NA,"852239208349663233",NA,"RoundTeam","satoshiPL","3","TRUE","FALSE" +"14076","14076","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:14:43","FALSE",NA,"852238567875125248",NA,"Twitter for Android","Sakshii82","54","TRUE","FALSE" +"14077","14077",".@ashwani_mahajan @s_navroop @WG_Burton @AnkitLal Exclusive research on the global #WarOnCash from an Indian perspe� https://t.co/43FUL9VYp2","FALSE","2","GreatGameIndia","2017-04-12 19:13:45","TRUE","852135573204742145","852238328195948544","2423370157","Twitter Web Client","GreatGameIndia","3","FALSE","FALSE" +"14078","14078","Yes no reason for BJP to win UP after Demonetization disaster,UP rigging to save Modi,Punjab rigging to protect sta� https://t.co/vu76UNzWXu","FALSE","1",NA,"2017-04-12 19:13:40","TRUE",NA,"852238306410729473",NA,"Twitter Web Client","whiterose02_wr","0","FALSE","FALSE" +"14079","14079","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:08:22","FALSE",NA,"852236972768636928",NA,"Twitter for Android","Raashibg","54","TRUE","FALSE" +"14080","14080","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:05:39","FALSE",NA,"852236288371507201",NA,"Twitter for Android","Madhukar2117","54","TRUE","FALSE" +"14081","14081","@sardesairajdeep Modi has genuine fans who see his good work, LPG, electrification, demonetization, yemen rescue, toilets, hackathon etc","FALSE","1","sardesairajdeep","2017-04-12 19:02:58","FALSE","852174559721603074","852235612488847360","56304605","Twitter for Android","hpsneh","0","FALSE","FALSE" +"14082","14082","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 19:02:46","FALSE",NA,"852235561368559616",NA,"Twitter for Android","BabanGaikwad12","54","TRUE","FALSE" +"14083","14083","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 19:02:24","FALSE",NA,"852235471946043392",NA,"Twitter for Android","IRaajeshSharma","102","TRUE","FALSE" +"14084","14084","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 18:59:55","FALSE",NA,"852234843161325568",NA,"Twitter for Android","BaBaKiGuFaa","106","TRUE","FALSE" +"14085","14085","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:59:11","FALSE",NA,"852234662176899072",NA,"Twitter for Android","126Sudhir","54","TRUE","FALSE" +"14086","14086","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:59:11","FALSE",NA,"852234659618533378",NA,"Twitter for Android","akraman65942826","54","TRUE","FALSE" +"14087","14087","YouTube demonetization & Patreon VLOG Update 1 https://t.co/7klzmfVrL6 via @YouTube","FALSE","0",NA,"2017-04-12 18:55:03","FALSE",NA,"852233620509130752",NA,"Twitter Web Client","JBlackjackP","0","FALSE","FALSE" +"14088","14088","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:54:58","FALSE",NA,"852233600145661952",NA,"Twitter for Android","Marvin1270","54","TRUE","FALSE" +"14089","14089","@khushiS23111861 @BlueToothBites firse try karo, type ""child trafficking demonetization"" as search query....","FALSE","0","imdpem","2017-04-12 18:54:05","FALSE","852233014658691072","852233375440089088","2845275663","Twitter for Android","imdpem","0","FALSE","FALSE" +"14090","14090","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 18:52:52","FALSE",NA,"852233069918552065",NA,"Twitter for Android","ca_sanjeevgodha","102","TRUE","FALSE" +"14091","14091","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:51:53","FALSE",NA,"852232824773947392",NA,"Twitter for Android","bccmalkapur1","54","TRUE","FALSE" +"14092","14092","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:51:01","FALSE",NA,"852232603855802368",NA,"Twitter for Android","naiktulshiram","54","TRUE","FALSE" +"14093","14093","@dhume Sir have you done any analysis/judging/debate on Demonetization post UP Elections as you promised on NDTV? +Please share. Thank You.","FALSE","0","dhume","2017-04-12 18:48:53","FALSE","852161648815214594","852232069275144192","47685065","Twitter Web Client","_Rathod","0","FALSE","FALSE" +"14094","14094","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 18:42:25","FALSE",NA,"852230442602422272",NA,"Twitter for Android","meghwanshi_p","102","TRUE","FALSE" +"14095","14095","@since1989_11_1 @timesofindia @MVenkaiahNaidu Sorry bro, but how, even i serve a job in a company but demonetizatio� https://t.co/xgUc7w9QlY","FALSE","1","since1989_11_1","2017-04-12 18:42:20","TRUE","852227969061965824","852230418938114048","1225752996","Twitter for Android","Shantanu_Kasta","0","FALSE","FALSE" +"14096","14096","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 18:39:47","FALSE",NA,"852229776664403974",NA,"Twitter Web Client","naishadhvyas","64","TRUE","FALSE" +"14097","14097","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 18:39:13","FALSE",NA,"852229634544381952",NA,"Twitter for Android","geetv79","64","TRUE","FALSE" +"14098","14098","@khushiS23111861 @BlueToothBites government has a very successful initiative for this,child trafficking biz broken post demonetization..","FALSE","0","khushiS23111861","2017-04-12 18:37:38","FALSE","852228694450085892","852229236408688642","813275024211574784","Twitter for Android","imdpem","0","FALSE","FALSE" +"14099","14099","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 18:31:44","FALSE",NA,"852227751847354368",NA,"Twitter for Android","Abby54469868","35","TRUE","FALSE" +"14100","14100","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 18:30:29","FALSE",NA,"852227437681180672",NA,"Twitter for Android","bnmallick","35","TRUE","FALSE" +"14101","14101","RT @tutor2uGeoff: Tonight's free webinar (7pm) is on the Indian economy and will focus on supply-side reforms including demonetization http�","FALSE","0",NA,"2017-04-12 18:26:17","FALSE",NA,"852226383141064704",NA,"Twitter for Android","LyonetteHelen","4","TRUE","FALSE" +"14102","14102","RT @DeFotis: Investor Jim Rogers Says Avoid #India, Buy #Russia https://t.co/DsiATXBoIz #EmergingMarket $RSX #currency #demonetization @bar�","FALSE","0",NA,"2017-04-12 18:25:11","FALSE",NA,"852226102928003072",NA,"Twitter for Android","PRISisPR","1","TRUE","FALSE" +"14103","14103","@RealAlexJones @MarkDice @PrisonPlanet @Lukewearechange @Lauren_Southern @Cernovich When does @YouTube demonetization class-action begin?","FALSE","0","RealAlexJones","2017-04-12 18:24:46","FALSE",NA,"852226000880640003","109065990","Twitter Web Client","JIBCAMERA","0","FALSE","FALSE" +"14104","14104","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:23:42","FALSE",NA,"852225729114685441",NA,"Twitter for Android","sunnyps11","54","TRUE","FALSE" +"14105","14105","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 18:22:26","FALSE",NA,"852225413086679040",NA,"Twitter for Android","jaiprakashshah2","102","TRUE","FALSE" +"14106","14106","Investor Jim Rogers Says Avoid #India, Buy #Russia https://t.co/DsiATXBoIz #EmergingMarket $RSX #currency #demonetization @barronsonline","FALSE","2",NA,"2017-04-12 18:22:10","FALSE",NA,"852225345315057665",NA,"Twitter Web Client","DeFotis","1","FALSE","FALSE" +"14107","14107","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 18:19:53","FALSE",NA,"852224770800144384",NA,"Twitter for Android","126_sonu","54","TRUE","FALSE" +"14108","14108","RT @SpencerKarter: #YouTube #Commentary: If #YouTubers Had A #Union https://t.co/3KKYif8aBv via @YouTube #Demonetized #Demonetization #YouT�","FALSE","0",NA,"2017-04-12 18:17:41","FALSE",NA,"852224215386398721",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"14109","14109","@Shantanu_Kasta @timesofindia @MVenkaiahNaidu Jewellery sector became super rich on demonetization in jst 2 hr by a� https://t.co/z6wY5IG9P6","FALSE","0","Shantanu_Kasta","2017-04-12 18:14:25","TRUE","852221887769976833","852223395613876226","774163291367022592","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"14110","14110","Youtube TV + Demonetization of Truth https://t.co/jAkEVbNRsl via @YouTube","FALSE","0",NA,"2017-04-12 18:13:37","FALSE",NA,"852223192714412032",NA,"Twitter Web Client","jodeluna","0","FALSE","FALSE" +"14111","14111","@JTMachinima WHAAAT?? That's messed up @YouTube - don't go after musicians with that demonetization crap ","FALSE","2","JTMachinima","2017-04-12 18:08:26","FALSE","852217074248241152","852221887891611653","35846622","Twitter for iPhone","ChaoticK9","0","FALSE","FALSE" +"14112","14112","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 18:04:28","FALSE",NA,"852220888971923456",NA,"Twitter for Android","subodhsastri","102","TRUE","FALSE" +"14113","14113","@timesofindia +Today Oil prices got ""Demonetization"" effect: Prices changes Everyday just like rules kept changing in that era + +@roshankar","FALSE","0","timesofindia","2017-04-12 18:01:15","FALSE","852215915651506176","852220082671558671","134758540","Twitter for iPhone","AgricosRahul","0","FALSE","FALSE" +"14114","14114","@SriniSivabalan gold - u cant blame people converting cash to gold if u do surprise demonetization actions. india is a cash economy.","FALSE","1","SriniSivabalan","2017-04-12 17:51:24","FALSE","852211680050393088","852217601551998984","2212306122","Twitter for Android","manavsaraf","0","FALSE","FALSE" +"14115","14115","MegaUpload 2 Bitcache Kim Dotcom goes after YT https://t.co/8KQ2mv47ps - @Youtube demonetization just in time - PERFECT STORM #btc #eth","FALSE","1",NA,"2017-04-12 17:50:27","FALSE",NA,"852217361994326020",NA,"Twitter Web Client","BitcoinTeo","0","FALSE","FALSE" +"14116","14116","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 17:46:27","FALSE",NA,"852216357282361345",NA,"Twitter for Android","shubhamamdhare","72","TRUE","FALSE" +"14117","14117","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:45:12","FALSE",NA,"852216042055245832",NA,"Twitter for Android","RajkumaarPandey","102","TRUE","FALSE" +"14118","14118","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:40:55","FALSE",NA,"852214962311372804",NA,"Twitter for Android","Rashtravadi1","102","TRUE","FALSE" +"14119","14119","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 17:35:12","FALSE",NA,"852213523597770753",NA,"Twitter for Android","srividya23","106","TRUE","FALSE" +"14120","14120","@timesofindia @MVenkaiahNaidu BJP did Demonetization scam feeded Rich jewellery brands by making fool to public proof if m wrong..","FALSE","2","timesofindia","2017-04-12 17:33:59","FALSE","852211369957105674","852213217401221120","134758540","Mobile Web (M2)","since1989_11_1","0","FALSE","FALSE" +"14121","14121","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:29:07","FALSE",NA,"852211996527341569",NA,"Twitter for Windows Phone","CpdhonPrasad68","102","TRUE","FALSE" +"14122","14122","RT @chakshi_j7: @narendramodi @PMOIndia if demonetization can happen why not stop #PrivateSchoolFeeHikeAtrocity ...u r d hope @bjparvind","FALSE","0",NA,"2017-04-12 17:28:14","FALSE",NA,"852211772140531712",NA,"Twitter for iPhone","Mukunda1973","14","TRUE","FALSE" +"14123","14123","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:27:11","FALSE",NA,"852211509769846784",NA,"Twitter for Android","dineshsahay","102","TRUE","FALSE" +"14124","14124","@RaashidRaja @MayankTiwari011 @Sanjay_Dixit So that, they could avoid any chance of demand for demonetization by people of Pakistan.","FALSE","0","RaashidRaja","2017-04-12 17:23:50","FALSE","852123975262097411","852210666274529285","791222676","Twitter for Android","vishaldwivedi69","0","FALSE","FALSE" +"14125","14125","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:21:09","FALSE",NA,"852209989322235904",NA,"Twitter for Android","TropicalTanner","102","TRUE","FALSE" +"14126","14126","@vivekbadkur3 I would still say GoI should sanction the 3850 crore for VVPAT without any delay. A whole lot more wa� https://t.co/vatF7v4fW5","FALSE","2","vivekbadkur3","2017-04-12 17:20:22","TRUE","852200133651570689","852209792173174784","1492541713","Twitter Web Client","abandopa","0","FALSE","FALSE" +"14127","14127","YouTube's 'Advertiser-Friendly' Demonetization Scheme Will Ruin the Site https://t.co/AiAbXiA6ZD","FALSE","0",NA,"2017-04-12 17:17:20","FALSE",NA,"852209030915399684",NA,"Twitter for Android","TheYagathologis","0","FALSE","FALSE" +"14128","14128","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 17:17:05","FALSE",NA,"852208965387726848",NA,"Twitter for Android","aniljharbade2","102","TRUE","FALSE" +"14129","14129","Google, YouTube waging ""demonetization"" WAR on alternative media to bankrupt independent journalism� https://t.co/6LuohqhlCL","FALSE","0",NA,"2017-04-12 17:12:04","TRUE",NA,"852207703216795652",NA,"Twitter Web Client","bacnetreatments","0","FALSE","FALSE" +"14130","14130","I liked a @YouTube video https://t.co/bRCsZL03M3 YouTube demonetization & Patreon VLOG Update 1","FALSE","0",NA,"2017-04-12 17:03:47","FALSE",NA,"852205618005856256",NA,"Google","GirlsLikeGuns2","0","FALSE","FALSE" +"14131","14131","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 17:00:55","FALSE",NA,"852204898154414080",NA,"Twitter for Android","TheSaneMind","106","TRUE","FALSE" +"14132","14132","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 16:57:50","FALSE",NA,"852204120178085890",NA,"Twitter for Android","tammiejwilliams","92","TRUE","FALSE" +"14133","14133","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:57:38","FALSE",NA,"852204071385575425",NA,"Twitter for Android","manishupreti9","102","TRUE","FALSE" +"14134","14134","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 16:55:46","FALSE",NA,"852203603116802049",NA,"Twitter for Android","mumukshu87","106","TRUE","FALSE" +"14135","14135","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:55:36","FALSE",NA,"852203558476931072",NA,"Twitter for Android","2181Viral","102","TRUE","FALSE" +"14136","14136","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:55:27","FALSE",NA,"852203523102179328",NA,"Twitter for Android","harshsharma29","102","TRUE","FALSE" +"14137","14137","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 16:54:46","FALSE",NA,"852203351735488513",NA,"Twitter for Android","AAPKeGopalRai","106","TRUE","FALSE" +"14138","14138","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:53:57","FALSE",NA,"852203146298314752",NA,"Twitter for Android","RaiSahab20","102","TRUE","FALSE" +"14139","14139","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:53:13","FALSE",NA,"852202961359052801",NA,"Twitter for Android","dwimidhaM","102","TRUE","FALSE" +"14140","14140","RT @Enterthe5t4rz: I liked a @YouTube video https://t.co/F9zNVYOjSU Let's talk about Syria and Youtube Demonetization","FALSE","0",NA,"2017-04-12 16:52:15","FALSE",NA,"852202715275042817",NA,"TweetDeck","Reptoid_Hunter","2","TRUE","FALSE" +"14141","14141","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 16:52:11","FALSE",NA,"852202697977507841",NA,"Twitter for Android","amit3948","106","TRUE","FALSE" +"14142","14142","I liked a @YouTube video https://t.co/F9zNVYOjSU Let's talk about Syria and Youtube Demonetization","FALSE","1",NA,"2017-04-12 16:51:44","FALSE",NA,"852202587730231296",NA,"Google","Enterthe5t4rz","2","FALSE","FALSE" +"14143","14143","RT @BeaLeydier: Interesting event for the cutting edge @guindiaink team @thatSSR https://t.co/zYITjkBklc � via @cgdev","FALSE","0",NA,"2017-04-12 16:51:25","FALSE",NA,"852202507334029312",NA,"Twitter for Android","guindiaink","2","TRUE","FALSE" +"14144","14144","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:51:14","FALSE",NA,"852202459502186496",NA,"Twitter for Android","ArjunShukla_","102","TRUE","FALSE" +"14145","14145","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 16:49:40","FALSE",NA,"852202067993264128",NA,"Twitter for Android","MeWithRG","72","TRUE","FALSE" +"14146","14146","@radhesen @HDFCBank_Cares No @radhesen , @HDFCBank_Cares has mastered the cause under the demonetization guise, the� https://t.co/k7jJ3hDsV6","FALSE","0","radhesen","2017-04-12 16:49:30","TRUE","852106808101666816","852202025760677888","15953666","Twitter for Android","ankurrathi","0","FALSE","FALSE" +"14147","14147","@RifatJawaid @JantaKaReporter +nothing has changed much. Link of my column depicting state of affairs in J&K +https://t.co/7D0ls8mFGz","FALSE","0","RifatJawaid","2017-04-12 16:49:23","FALSE","852060379626844160","852201994118979586","315421768","Twitter for Android","ssrissam84","0","FALSE","FALSE" +"14148","14148","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:40:04","FALSE",NA,"852199648827723777",NA,"Twitter for iPhone","AnuSharmaUdh","102","TRUE","FALSE" +"14149","14149","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:39:47","FALSE",NA,"852199581014274048",NA,"Mobile Web (M2)","vivek2aim","337","TRUE","FALSE" +"14150","14150","I liked a @YouTube video https://t.co/FxByLaLku8 ""Charche - Cha or Che?"" | Kannada short movie with subtitles | Demonetization","FALSE","0",NA,"2017-04-12 16:39:43","FALSE",NA,"852199562210979840",NA,"Google","Nikhil_UTD","0","FALSE","FALSE" +"14151","14151","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:39:31","FALSE",NA,"852199510948302848",NA,"Twitter for Android","PandeyRajrsh","102","TRUE","FALSE" +"14152","14152","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:38:38","FALSE",NA,"852199290529304579",NA,"Twitter for Android","jaidevadidev","102","TRUE","FALSE" +"14153","14153","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:36:15","FALSE",NA,"852198689779187714",NA,"Twitter Web Client","punjabimodern1","102","TRUE","FALSE" +"14154","14154","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:34:02","FALSE",NA,"852198134407024640",NA,"Twitter for Android","MODIfiedbhaarat","102","TRUE","FALSE" +"14155","14155","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:33:42","FALSE",NA,"852198046452645889",NA,"Twitter for Android","akshaypatel10","102","TRUE","FALSE" +"14156","14156","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 16:33:07","FALSE",NA,"852197899756871681",NA,"Twitter for Android","motherlandhome","92","TRUE","FALSE" +"14157","14157","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:31:18","FALSE",NA,"852197443680731136",NA,"Twitter for Android","sgdas2004","102","TRUE","FALSE" +"14158","14158","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:31:13","FALSE",NA,"852197425586548737",NA,"Twitter for Android","joshi_mukund136","102","TRUE","FALSE" +"14159","14159","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:29:52","FALSE",NA,"852197084153257984",NA,"Twitter for Android","Ashutoshk55","102","TRUE","FALSE" +"14160","14160","Why have Kejriwal and Mamata failed to draw public mood against demonetization?","FALSE","0",NA,"2017-04-12 16:29:17","FALSE",NA,"852196937378004992",NA,"Twitter Web Client","neer_droplets","0","FALSE","FALSE" +"14161","14161","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:28:02","FALSE",NA,"852196624491302912",NA,"Twitter for Android","cool_nikkki","102","TRUE","FALSE" +"14162","14162","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:27:35","FALSE",NA,"852196508854362114",NA,"Twitter for Android","Tejash__P","337","TRUE","FALSE" +"14163","14163","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:27:25","FALSE",NA,"852196466110189568",NA,"Twitter for Android","bhawana_pal","102","TRUE","FALSE" +"14164","14164","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 16:26:49","FALSE",NA,"852196317661192193",NA,"Twitter for Android","Shivam_INC","72","TRUE","FALSE" +"14165","14165","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:26:44","FALSE",NA,"852196295364169728",NA,"Twitter for Android","aryaalok","337","TRUE","FALSE" +"14166","14166","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:25:49","FALSE",NA,"852196065101189120",NA,"Twitter for Android","TusharT2701","102","TRUE","FALSE" +"14167","14167","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:24:50","FALSE",NA,"852195816735428609",NA,"Twitter for Android","Geminiseventh","337","TRUE","FALSE" +"14168","14168","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:23:04","FALSE",NA,"852195370557779969",NA,"Twitter for Android","Dalip1736","102","TRUE","FALSE" +"14169","14169","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:22:44","FALSE",NA,"852195289557594112",NA,"Twitter for Android","shiv982","102","TRUE","FALSE" +"14170","14170","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:22:21","FALSE",NA,"852195192954208257",NA,"Twitter for Android","arvind_joshi","102","TRUE","FALSE" +"14171","14171","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:20:39","FALSE",NA,"852194762597818370",NA,"Twitter for Android","MAYANKAGARWALB","102","TRUE","FALSE" +"14172","14172","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:20:16","FALSE",NA,"852194669433942016",NA,"Twitter for Android","jyotsnadevi33","102","TRUE","FALSE" +"14173","14173","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:19:49","FALSE",NA,"852194555650646016",NA,"Twitter for Android","WeDeeptiSumit","102","TRUE","FALSE" +"14174","14174","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:18:17","FALSE",NA,"852194167937748992",NA,"Twitter for Android","Ajay_Omkara","102","TRUE","FALSE" +"14175","14175","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:17:54","FALSE",NA,"852194071741292545",NA,"Twitter for Android","Srianuragh","102","TRUE","FALSE" +"14176","14176","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:17:46","FALSE",NA,"852194038132477953",NA,"Twitter for Android","Reetesh777","102","TRUE","FALSE" +"14177","14177","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:17:41","FALSE",NA,"852194016116355072",NA,"Twitter for Android","Prabhakar2July","102","TRUE","FALSE" +"14178","14178","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:17:40","FALSE",NA,"852194014589853697",NA,"Twitter for Android","rgsehgal","102","TRUE","FALSE" +"14179","14179","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 16:17:34","FALSE",NA,"852193988148772864",NA,"Twitter for Android","SUBIN27989","72","TRUE","FALSE" +"14180","14180","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:17:25","FALSE",NA,"852193951025160192",NA,"Twitter for Windows Phone","Baniya_1","337","TRUE","FALSE" +"14181","14181","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 16:16:50","FALSE",NA,"852193804258078721",NA,"Twitter for Android","c9feb8aefbaa42a","72","TRUE","FALSE" +"14182","14182","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:16:34","FALSE",NA,"852193736411029504",NA,"Twitter for Android","MukeshSingh___","102","TRUE","FALSE" +"14183","14183","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:16:29","FALSE",NA,"852193713925365761",NA,"Twitter for Android","RAJIV1959","102","TRUE","FALSE" +"14184","14184","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535436611584",NA,"TweetDeck","UTCHelp","102","TRUE","FALSE" +"14185","14185","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535423950848",NA,"TweetDeck","ThatAkshay","102","TRUE","FALSE" +"14186","14186","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535294033921",NA,"TweetDeck","ticktalksg","102","TRUE","FALSE" +"14187","14187","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535239479296",NA,"TweetDeck","UTC_Pune","102","TRUE","FALSE" +"14188","14188","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535239405569",NA,"TweetDeck","UTC_Kolkata","102","TRUE","FALSE" +"14189","14189","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535080095744",NA,"TweetDeck","SushmaKetkar","102","TRUE","FALSE" +"14190","14190","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535075860482",NA,"TweetDeck","sharedestinatio","102","TRUE","FALSE" +"14191","14191","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193535046565888",NA,"TweetDeck","SGRisingPuneFC","102","TRUE","FALSE" +"14192","14192","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534941642752",NA,"TweetDeck","MyIndianGov","102","TRUE","FALSE" +"14193","14193","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534941605888",NA,"TweetDeck","ScoutAPP2","102","TRUE","FALSE" +"14194","14194","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534908153856",NA,"TweetDeck","SardanaUrmila","102","TRUE","FALSE" +"14195","14195","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534731997184",NA,"TweetDeck","Pune_SmartCity","102","TRUE","FALSE" +"14196","14196","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534727790592",NA,"TweetDeck","NoMoreAttitude","102","TRUE","FALSE" +"14197","14197","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534698430464",NA,"TweetDeck","NewsBJP","102","TRUE","FALSE" +"14198","14198","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534677405698",NA,"TweetDeck","MODIfiedBihar","102","TRUE","FALSE" +"14199","14199","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534643806208",NA,"TweetDeck","Join_UTC","102","TRUE","FALSE" +"14200","14200","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534580891653",NA,"TweetDeck","Fetch_APP","102","TRUE","FALSE" +"14201","14201","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534417424384",NA,"TweetDeck","Maratha19Feb","102","TRUE","FALSE" +"14202","14202","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534404829188",NA,"TweetDeck","MahaGovernment","102","TRUE","FALSE" +"14203","14203","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534404771841",NA,"TweetDeck","maihindustani99","102","TRUE","FALSE" +"14204","14204","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534400540672",NA,"TweetDeck","FIVision2020","102","TRUE","FALSE" +"14205","14205","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534295687168",NA,"TweetDeck","IamRahulKarke","102","TRUE","FALSE" +"14206","14206","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534262132736",NA,"TweetDeck","IndianAbhishek_","102","TRUE","FALSE" +"14207","14207","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534224482304",NA,"TweetDeck","GayatriSays","102","TRUE","FALSE" +"14208","14208","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534077620224",NA,"TweetDeck","BJPUPFC","102","TRUE","FALSE" +"14209","14209","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534056685568",NA,"TweetDeck","BJPTamilNaduFC","102","TRUE","FALSE" +"14210","14210","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193534002188288",NA,"TweetDeck","BJPMPFC","102","TRUE","FALSE" +"14211","14211","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193533981204481",NA,"TweetDeck","BJPMahFC","102","TRUE","FALSE" +"14212","14212","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193533867851776",NA,"TweetDeck","BJPKothrud","102","TRUE","FALSE" +"14213","14213","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193533859475459",NA,"TweetDeck","BJP_2019","102","TRUE","FALSE" +"14214","14214","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193533838508032",NA,"TweetDeck","Abhi_MSD","102","TRUE","FALSE" +"14215","14215","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:46","FALSE",NA,"852193533754712065",NA,"TweetDeck","Khandelw13Sagar","102","TRUE","FALSE" +"14216","14216","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:43","FALSE",NA,"852193521683410944",NA,"Twitter for Android","JasBJP","102","TRUE","FALSE" +"14217","14217","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:34","FALSE",NA,"852193484710699008",NA,"Twitter for Android","GThakore","102","TRUE","FALSE" +"14218","14218","PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-auct�","FALSE","0",NA,"2017-04-12 16:15:29","FALSE",NA,"852193463810617344",NA,"IFTTT","ArjunVyasTweets","0","FALSE","FALSE" +"14219","14219","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:06","FALSE",NA,"852193368931258368",NA,"Twitter for Android","VikashK08037554","102","TRUE","FALSE" +"14220","14220","RT @PiyushGoyalOffc: We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-�","FALSE","0",NA,"2017-04-12 16:15:05","FALSE",NA,"852193365361905665",NA,"Twitter for iPad","BRIGBIN","102","TRUE","FALSE" +"14221","14221","We believe good economics makes good politics.It's reflected in all our actions, from demonetization to transparent e-auctions: @PiyushGoyal","FALSE","74",NA,"2017-04-12 16:14:48","FALSE",NA,"852193291311493121",NA,"Twitter Web Client","PiyushGoyalOffc","102","FALSE","FALSE" +"14222","14222","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 16:12:38","FALSE",NA,"852192747721195525",NA,"Twitter for Android","TheArvindDhar","337","TRUE","FALSE" +"14223","14223","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 16:05:52","FALSE",NA,"852191044414431232",NA,"Twitter for iPhone","vinay_khamkar","54","TRUE","FALSE" +"14224","14224","@IndiaToday @DrKumarVishwas Has he not been affected by demonetization ?","FALSE","0","IndiaToday","2017-04-12 16:05:33","FALSE","852037783476551680","852190963900366850","19897138","Twitter for Android","MOKARRAMKHAN","0","FALSE","FALSE" +"14225","14225","There is heavy cash crunch @ ATMs in HYDERABAD. Its worst than demonetization phase..","FALSE","0",NA,"2017-04-12 16:05:26","FALSE",NA,"852190936234852352",NA,"Twitter for Windows Phone","Amazing_Insane","0","FALSE","FALSE" +"14226","14226","@narendramodi +Sir +If 89 crores was spent in RK nagar constituency in a illegal manner , then demonetization is failure or success? ..","FALSE","0","narendramodi","2017-04-12 16:03:01","FALSE",NA,"852190328148840448","18839785","Twitter for Android","thennu2000","0","FALSE","FALSE" +"14227","14227","RT @rBasicIncome: On #BasicIncome: Demonetization, Digital Identity and Universal Basic Income � How Big Ideas Are Changing India... https:�","FALSE","0",NA,"2017-04-12 16:02:56","FALSE",NA,"852190304883134465",NA,"RoundTeam","basicincome","2","TRUE","FALSE" +"14228","14228","@vishal98865 @mukeshrai881 May b u don't want to see, how black money has been converted to white.125 people died c� https://t.co/3fo6aKjwr2","FALSE","1","vishal98865","2017-04-12 16:02:37","TRUE","852185265707810816","852190224675426306","543204781","Twitter Web Client","immune_soul","0","FALSE","FALSE" +"14229","14229","On #BasicIncome: Demonetization, Digital Identity and Universal Basic Income � How Big Ideas Are Changing India... https://t.co/gaIEgtlN2L","FALSE","2",NA,"2017-04-12 16:02:26","FALSE",NA,"852190181759348737",NA,"Hootsuite","rBasicIncome","2","FALSE","FALSE" +"14230","14230","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 16:02:18","FALSE",NA,"852190148263636993",NA,"Twitter for Android","sid19952208","72","TRUE","FALSE" +"14231","14231","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 16:01:25","FALSE",NA,"852189922731606016",NA,"Twitter for Android","kamata209","92","TRUE","FALSE" +"14232","14232","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 16:00:05","FALSE",NA,"852189590429483008",NA,"Twitter for iPhone","ViewsSpade","106","TRUE","FALSE" +"14233","14233","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 15:59:57","FALSE",NA,"852189555264557060",NA,"Twitter for Android","project_india77","337","TRUE","FALSE" +"14234","14234","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 15:56:14","FALSE",NA,"852188621671157760",NA,"Twitter Web Client","ashavinayaraj","64","TRUE","FALSE" +"14235","14235","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 15:45:52","FALSE",NA,"852186012147007488",NA,"Twitter for iPhone","prashantjha05","35","TRUE","FALSE" +"14236","14236","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 15:45:42","FALSE",NA,"852185969977643008",NA,"TweetCaster for Android","Kramu56","106","TRUE","FALSE" +"14237","14237","@abpnewstv Surely the liquidity crunch during demonetization is catching up...","FALSE","0","abpnewstv","2017-04-12 15:43:15","FALSE","852137575049379840","852185351951200257","39240673","Twitter for Android","statprashant","0","FALSE","FALSE" +"14238","14238","@PamelaGeller She should spread the payment around to alternative media given youtube's censoring and demonetization.","FALSE","0","PamelaGeller","2017-04-12 15:42:58","FALSE","852159929188179972","852185282749313024","15669672","Twitter Web Client","eseison","0","FALSE","FALSE" +"14239","14239","@vishal98865 @mukeshrai881 After demonetization ,to save their Image, they have started EVM tempering at large scal� https://t.co/lRGl2eSnxk","FALSE","1","vishal98865","2017-04-12 15:41:01","TRUE","852182654812389376","852184789398454273","543204781","Twitter Web Client","immune_soul","0","FALSE","FALSE" +"14240","14240","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 15:34:12","FALSE",NA,"852183075236786176",NA,"Twitter for Android","sush029","54","TRUE","FALSE" +"14241","14241","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 15:31:01","FALSE",NA,"852182271859630081",NA,"Twitter for iPhone","BerryMiraculous","106","TRUE","FALSE" +"14242","14242","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 15:28:54","FALSE",NA,"852181740009381890",NA,"Twitter Web Client","SharikINC","72","TRUE","FALSE" +"14243","14243","Demonetization Not to End Black Money But Impede Economy https://t.co/oOFbFaym4q","FALSE","0",NA,"2017-04-12 15:26:54","FALSE",NA,"852181237791825921",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"14244","14244","#YouTube #Commentary: If #YouTubers Had A #Union https://t.co/3KKYif8aBv via @YouTube #Demonetized #Demonetization #YouTubeCreators","FALSE","0",NA,"2017-04-12 15:25:00","FALSE",NA,"852180760555651073",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"14245","14245","RT @payments_source: India's experiencing a mobile POS boom following its dramatic cash swapout. https://t.co/kk8IFPYhuh","FALSE","0",NA,"2017-04-12 15:24:36","FALSE",NA,"852180660739559424",NA,"Twitter for Android","NarcoTole","2","TRUE","FALSE" +"14246","14246","Interesting event for the cutting edge @guindiaink team @thatSSR https://t.co/zYITjkBklc � via @cgdev","FALSE","2",NA,"2017-04-12 15:24:01","FALSE",NA,"852180512550551557",NA,"Twitter Web Client","BeaLeydier","2","FALSE","FALSE" +"14247","14247","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 15:21:48","FALSE",NA,"852179952820682752",NA,"Twitter for Android","dipa2017","54","TRUE","FALSE" +"14248","14248","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 15:20:44","FALSE",NA,"852179687099031552",NA,"Twitter for Android","sweety20161","54","TRUE","FALSE" +"14249","14249","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 15:18:53","FALSE",NA,"852179222076542976",NA,"Twitter for Android","Gaanga2016","54","TRUE","FALSE" +"14250","14250","@fkhanshaikh @ashoswai Let us not forget millions of jobs lost in informal sector after Demonetization and crackdown on meat industry.","FALSE","0","fkhanshaikh","2017-04-12 15:17:54","FALSE","852174839469273089","852178971475156993","49264202","Twitter Lite","TameemSaied","0","FALSE","FALSE" +"14251","14251","RT @payments_source: India's experiencing a mobile POS boom following its dramatic cash swapout. https://t.co/kk8IFPYhuh","FALSE","0",NA,"2017-04-12 15:16:37","FALSE",NA,"852178649260462081",NA,"Twitter for iPhone","The_Digital_COO","2","TRUE","FALSE" +"14252","14252","RT @Rahultheroxtar: I had unfollowed him few months back when he went with his all guns blazing against demonetization period. He's a troj�","FALSE","0",NA,"2017-04-12 15:16:05","FALSE",NA,"852178515877388293",NA,"Twitter for Android","veena2611","1","TRUE","FALSE" +"14253","14253","RT @headstartdelhi: #SSDel Demonetization gave @MobiKwik an opportunity to launch multi Indic-lingual wallet: @BipinSingh #SS100 #startup","FALSE","0",NA,"2017-04-12 15:14:44","FALSE",NA,"852178176406978561",NA,"Twitter for Android","technogit","4","TRUE","FALSE" +"14254","14254","#news #summary: india�s demonetization is driving a mobile point of sale boom https://t.co/e7BrjC9W5y","FALSE","0",NA,"2017-04-12 15:14:10","FALSE",NA,"852178033100419073",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"14255","14255","#news #summary: #india #oil #demand shrinks 3rd #month amid #demonetization drag https://t.co/LUU32L8oMm","FALSE","0",NA,"2017-04-12 15:13:45","FALSE",NA,"852177928381222914",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"14256","14256","India's experiencing a mobile POS boom following its dramatic cash swapout. https://t.co/kk8IFPYhuh","FALSE","1",NA,"2017-04-12 15:12:33","FALSE",NA,"852177627540574211",NA,"SocialFlow","payments_source","2","FALSE","FALSE" +"14257","14257","#news #summary: #india #oil #demand shrinks 3rd #month amid #demonetization drag https://t.co/5VKLmxsVvv","FALSE","0",NA,"2017-04-12 15:11:34","FALSE",NA,"852177379124498433",NA,"NetCatNews","NetCatNews","0","FALSE","FALSE" +"14258","14258","RT @GoldTrendsNet: The Fed can do what it wants when it wants +during WWII Hawaiian banknotes were printed +if Japan invaded a demonetization�","FALSE","0",NA,"2017-04-12 15:11:26","FALSE",NA,"852177345091952640",NA,"Twitter Web Client","GoldNow","2","TRUE","FALSE" +"14259","14259","@shutupkristen on the weird things happening on youtube with demonetization and ads and controversies, defintely a very weird time","FALSE","0","shutupkristen","2017-04-12 15:10:03","FALSE","852171135701716994","852176998231310340","35974282","Twitter Web Client","torisaurusrex","0","FALSE","FALSE" +"14260","14260","India�s demonetization is driving a mobile point of sale boom https://t.co/TFfzZeuuF4 #cards #payments https://t.co/YDz84lD3O1","FALSE","0",NA,"2017-04-12 15:09:51","FALSE",NA,"852176947123814401",NA,"dlvr.it","JBarnhartICMA","0","FALSE","FALSE" +"14261","14261","@cenkuygurI love TYT but your silence on YouTube demonetization of news makes me worry TYT now part of the approved establishment??","FALSE","0",NA,"2017-04-12 15:09:37","FALSE",NA,"852176887958974467",NA,"Twitter for iPhone","adrianmesko","0","FALSE","FALSE" +"14262","14262","@narendramodi I am a banker in UCO bank.sir we worked very hard in demonetization.so will hope the wage revision will be good for us.","FALSE","0","narendramodi","2017-04-12 15:08:27","FALSE",NA,"852176592998682626","18839785","Twitter for Android","savvyrulzz","0","FALSE","FALSE" +"14263","14263","The Fed can do what it wants when it wants +during WWII Hawaiian banknotes were printed +if Japan invaded a demonetiz� https://t.co/J2QcZ5awAV","FALSE","1",NA,"2017-04-12 15:04:28","TRUE",NA,"852175593479299072",NA,"Twitter Web Client","GoldTrendsNet","2","FALSE","FALSE" +"14264","14264","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 15:03:31","FALSE",NA,"852175354605297665",NA,"Twitter Web Client","WeirdChronicler","92","TRUE","FALSE" +"14265","14265","@AMISHDEVGAN +U hv right to expose d fake gurus who abuse live ,in last debate also abuses maulana ansar raza during demonetization debate","FALSE","0","AMISHDEVGAN","2017-04-12 15:01:51","FALSE",NA,"852174934055026688","163817624","Twitter for Android","Neelesh971780","0","FALSE","FALSE" +"14266","14266","@mrharshal123 I still don't get Arvind Kejriwal sir opposition to demonetization.","FALSE","0","Abhishek3592","2017-04-12 14:59:16","FALSE","852174138185703424","852174281718980608","1633137356","Twitter for Android","Abhishek3592","0","FALSE","FALSE" +"14267","14267","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 14:56:29","FALSE",NA,"852173582075658240",NA,"Mobile Web (M2)","BihariBhaiyaa","337","TRUE","FALSE" +"14268","14268","YT demonetization burst hammers home that the user really is the product, and that product can be EOL'ed at a whim - like so many before it.","FALSE","0",NA,"2017-04-12 14:48:32","FALSE",NA,"852171581296177152",NA,"TweetDeck","mrsean2k","0","FALSE","FALSE" +"14269","14269","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 14:47:33","FALSE",NA,"852171335233089536",NA,"Twitter for Android","AutisticAries","106","TRUE","FALSE" +"14270","14270","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 14:45:47","FALSE",NA,"852170888573108224",NA,"Twitter for iPad","Pankaj_Congress","54","TRUE","FALSE" +"14271","14271","Forget #Demonetization but Don't Forget #PPO Points in your account! #unboxPPO https://t.co/mQJ9O6gLWa https://t.co/PU8UhNvXQT","FALSE","0",NA,"2017-04-12 14:45:19","FALSE",NA,"852170773976543232",NA,"Twitter Web Client","PPOBOX","0","FALSE","FALSE" +"14272","14272","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 14:45:16","FALSE",NA,"852170760936402944",NA,"Twitter Web Client","actionScript3","92","TRUE","FALSE" +"14273","14273","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 14:45:12","FALSE",NA,"852170742254972930",NA,"Twitter for Android","lalla_sharma","64","TRUE","FALSE" +"14274","14274","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 14:43:13","FALSE",NA,"852170246194552836",NA,"Twitter for iPhone","digantaapcc","54","TRUE","FALSE" +"14275","14275","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:38:57","FALSE",NA,"852169172087787520",NA,"Twitter for Android","meprvn","17","TRUE","FALSE" +"14276","14276","The only death +due to demonetization +is + that of Arvind Kejriwals +political career...!!!","FALSE","0",NA,"2017-04-12 14:33:08","FALSE",NA,"852167706140753920",NA,"Twitter for Android","mwakhale","0","FALSE","FALSE" +"14277","14277","Compulsory #Cash deposit details during #Demonetization period in #ITR . #Income #Tax #Alritz #Consultancy https://t.co/GWJogcXpUw","FALSE","0",NA,"2017-04-12 14:27:40","FALSE",NA,"852166331717664768",NA,"Facebook","AlritzConsultan","0","FALSE","FALSE" +"14278","14278","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 14:27:35","FALSE",NA,"852166308368191488",NA,"Twitter for iPad","Shuddhadesi","106","TRUE","FALSE" +"14279","14279","I liked a @YouTube video https://t.co/3ELwE9w2E0 Demonetization - Stand Up Comedy by Amit Tandon","FALSE","1",NA,"2017-04-12 14:25:20","FALSE",NA,"852165745077366784",NA,"Google","Vikneshwars","0","FALSE","FALSE" +"14280","14280","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:25:13","FALSE",NA,"852165713456316416",NA,"Twitter for Android","sharadp15","17","TRUE","FALSE" +"14281","14281","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:25:03","FALSE",NA,"852165671240822784",NA,"Twitter for Android","goodlord12","17","TRUE","FALSE" +"14282","14282","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 14:23:52","FALSE",NA,"852165376913833984",NA,"Twitter for Android","vierendra","54","TRUE","FALSE" +"14283","14283","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:22:10","FALSE",NA,"852164945588432896",NA,"Twitter for Android","pankaj_03","17","TRUE","FALSE" +"14284","14284","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:19:07","FALSE",NA,"852164181113667584",NA,"Twitter for Android","Aam_Nationalist","17","TRUE","FALSE" +"14285","14285","I got some demonetization emails but we never made the videos for $$ so in all honesty I haven't really checked to� https://t.co/y5eEgkrv3r","FALSE","1",NA,"2017-04-12 14:17:29","TRUE",NA,"852163767764963328",NA,"Twitter Web Client","TheFoxHimself","0","FALSE","FALSE" +"14286","14286","I liked a @YouTube video https://t.co/H3gJziwR63 WOW! The Youtube Demonetization Fallout is Ridiculous, Biased, And Lazy","FALSE","0",NA,"2017-04-12 14:13:10","FALSE",NA,"852162681326972928",NA,"Google","J_voluntary_M","0","FALSE","FALSE" +"14287","14287","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 14:11:40","FALSE",NA,"852162303646736384",NA,"Twitter for iPhone","Virdisharma","17","TRUE","FALSE" +"14288","14288","RT @tutor2uGeoff: Tonight's free webinar (7pm) is on the Indian economy and will focus on supply-side reforms including demonetization http�","FALSE","0",NA,"2017-04-12 14:06:10","FALSE",NA,"852160921736761345",NA,"Twitter for iPad","wan_econ","4","TRUE","FALSE" +"14289","14289","#YouTube attack on #IndependentMedia by #Demonetization of videos?! #BadChoice Followers will simply DONATE DIRECTLY & YOUTUBE won't profit!","FALSE","0",NA,"2017-04-12 14:04:36","FALSE",NA,"852160524427067394",NA,"Mobile Web (M2)","DittosBlog","0","FALSE","FALSE" +"14290","14290","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 14:01:56","FALSE",NA,"852159855603220480",NA,"Twitter Web Client","IsotopeC14","27","TRUE","FALSE" +"14291","14291","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 14:01:27","FALSE",NA,"852159734098653185",NA,"Twitter for Android","bpramodg3","54","TRUE","FALSE" +"14292","14292","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:54:00","FALSE",NA,"852157857709543426",NA,"Twitter for Android","bhupender1956","54","TRUE","FALSE" +"14293","14293","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:53:15","FALSE",NA,"852157671985758209",NA,"Twitter for Android","sonianair9","54","TRUE","FALSE" +"14294","14294","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:53:05","FALSE",NA,"852157627152961536",NA,"Twitter Web Client","MRO_Products","54","TRUE","FALSE" +"14295","14295","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:52:02","FALSE",NA,"852157364346118144",NA,"Twitter for Android","knima766","54","TRUE","FALSE" +"14296","14296","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 13:51:20","FALSE",NA,"852157187681992704",NA,"Twitter for Android","bkrathee","17","TRUE","FALSE" +"14297","14297","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:50:41","FALSE",NA,"852157022191603714",NA,"Twitter for Android","sheetaldesai4","54","TRUE","FALSE" +"14298","14298","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:49:55","FALSE",NA,"852156832160202752",NA,"Twitter for Android","rahul_126","54","TRUE","FALSE" +"14299","14299","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 13:48:54","FALSE",NA,"852156573975818240",NA,"Twitter for iPad","KateAndersonUSA","92","TRUE","FALSE" +"14300","14300","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:48:09","FALSE",NA,"852156387656294400",NA,"Twitter for Android","devesh_nikale","54","TRUE","FALSE" +"14301","14301","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:47:32","FALSE",NA,"852156230281773056",NA,"Twitter for Android","ramesh_khilwani","54","TRUE","FALSE" +"14302","14302","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:47:00","FALSE",NA,"852156097586618369",NA,"Twitter for Android","raojyoti789","54","TRUE","FALSE" +"14303","14303","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:45:59","FALSE",NA,"852155841876643846",NA,"Twitter for Android","anandrai280","54","TRUE","FALSE" +"14304","14304","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 13:45:54","FALSE",NA,"852155822012481536",NA,"Twitter for Android","sanjai2july","17","TRUE","FALSE" +"14305","14305","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:45:31","FALSE",NA,"852155723014328320",NA,"Twitter for Android","sunilsakpal6","54","TRUE","FALSE" +"14306","14306","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:44:41","FALSE",NA,"852155512187637760",NA,"Twitter for Android","komalshaha45","54","TRUE","FALSE" +"14307","14307","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:44:10","FALSE",NA,"852155384567521281",NA,"Twitter for Android","poojashale","54","TRUE","FALSE" +"14308","14308","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:43:25","FALSE",NA,"852155196050296832",NA,"Twitter for Android","varmaankit752","54","TRUE","FALSE" +"14309","14309","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:42:53","FALSE",NA,"852155061639696384",NA,"Twitter for Android","MayuriMPCCSM","54","TRUE","FALSE" +"14310","14310","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:42:13","FALSE",NA,"852154894404300800",NA,"Twitter for Android","truthspeaks99","54","TRUE","FALSE" +"14311","14311","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 13:41:39","FALSE",NA,"852154751110311936",NA,"Twitter Web Client","harshmaghade","17","TRUE","FALSE" +"14312","14312","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 13:39:55","FALSE",NA,"852154314172882947",NA,"Twitter for Android","naveenbebra","17","TRUE","FALSE" +"14313","14313","RT @sumitkashyapjha: Anyway @ShivAroor , post demonetization terrorism is finished, anti nationals hv no money. Thr have no strength to int�","FALSE","0",NA,"2017-04-12 13:39:54","FALSE",NA,"852154310561484800",NA,"Twitter for Android","goeltm_tg","2","TRUE","FALSE" +"14314","14314","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:38:53","FALSE",NA,"852154052934639617",NA,"Twitter for Android","BhupenderGupta7","54","TRUE","FALSE" +"14315","14315","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:38:44","FALSE",NA,"852154015907446784",NA,"Twitter for Android","AsutoshAp","54","TRUE","FALSE" +"14316","14316","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:37:27","FALSE",NA,"852153694338535424",NA,"Twitter for Android","goeltm_tg","54","TRUE","FALSE" +"14317","14317","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 13:37:02","FALSE",NA,"852153587530682369",NA,"Twitter for Android","irshuZ","64","TRUE","FALSE" +"14318","14318","Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Pri� https://t.co/YDSIuDFPtr","FALSE","0",NA,"2017-04-12 13:34:29","FALSE",NA,"852152948163579904",NA,"IFTTT","Priyanka_NSUI","0","FALSE","FALSE" +"14319","14319","RT @mahcongress: Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Price Index�","FALSE","0",NA,"2017-04-12 13:32:21","FALSE",NA,"852152409916887040",NA,"Twitter for Android","kjramkunwar","54","TRUE","FALSE" +"14320","14320","Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Pri� https://t.co/Q5NRuqWXnT","FALSE","1",NA,"2017-04-12 13:31:26","FALSE",NA,"852152178290642949",NA,"IFTTT","AbdulKadirNSUI","1","FALSE","FALSE" +"14321","14321","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 13:29:27","FALSE",NA,"852151679147442176",NA,"Twitter for Android","amit30980","72","TRUE","FALSE" +"14322","14322","Demonetization Effect : Double Whammy : IIP (Index of Industrial Production) contracts by 1.2% & CPI (Consumer Pric� https://t.co/Bf8DfMcI6b","FALSE","62",NA,"2017-04-12 13:29:19","TRUE",NA,"852151646616379395",NA,"Twitter for Android","mahcongress","54","FALSE","FALSE" +"14323","14323","Or Like of Banking officials who were praised by some quarters for their honesty during demonetization https://t.co/u1VV4fEPCD","FALSE","0",NA,"2017-04-12 13:29:09","FALSE",NA,"852151604388274177",NA,"Twitter Web Client","SELVA_BALAJI191","0","FALSE","FALSE" +"14324","14324","Sri Gurumurthy speech on Demonetization on March 31 at Chennai https://t.co/dzSASluZWL via @YouTube","FALSE","1",NA,"2017-04-12 13:27:14","FALSE",NA,"852151121401589761",NA,"Twitter Web Client","veerupopuri","0","FALSE","FALSE" +"14325","14325","RT @ms_rana: As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t�","FALSE","0",NA,"2017-04-12 13:27:00","FALSE",NA,"852151065957019649",NA,"Twitter Web Client","taxbricks","17","TRUE","FALSE" +"14326","14326","As per sanghis demonetization was a grand success. So can't be responsible. Must be Modi's pathetic governance then! https://t.co/C1yRIi3Xco","FALSE","4",NA,"2017-04-12 13:26:04","FALSE",NA,"852150830514012161",NA,"Twitter Web Client","ms_rana","17","FALSE","FALSE" +"14327","14327","RT @iamyudhvir: More I know about Demonetization Scheme, more I hate it. #___","FALSE","0",NA,"2017-04-12 13:25:02","FALSE",NA,"852150567719841793",NA,"Twitter for iPhone","Drcharansingh2","106","TRUE","FALSE" +"14328","14328","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 13:24:04","FALSE",NA,"852150325683290113",NA,"Twitter for Android","NagarjunaMCA","106","TRUE","FALSE" +"14329","14329","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 13:23:59","FALSE",NA,"852150305399721985",NA,"Twitter for Android","NaveenKumarKN13","72","TRUE","FALSE" +"14330","14330","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 13:23:08","FALSE",NA,"852150088822513665",NA,"Twitter for iPhone","Sauce_ki_botal","337","TRUE","FALSE" +"14331","14331","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 13:22:56","FALSE",NA,"852150040583966721",NA,"Twitter for Android","rameshbhagat99","64","TRUE","FALSE" +"14332","14332","Who will benefit the most from demonetization and cashless economy","FALSE","0",NA,"2017-04-12 13:20:45","FALSE",NA,"852149490152812544",NA,"Twitter Web Client","SM_RETIRERICH","0","FALSE","FALSE" +"14333","14333","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 13:20:33","FALSE",NA,"852149441654120450",NA,"Twitter for iPhone","SashiSimhan","64","TRUE","FALSE" +"14334","14334","RT @sumitkashyapjha: Anyway @ShivAroor , post demonetization terrorism is finished, anti nationals hv no money. Thr have no strength to int�","FALSE","0",NA,"2017-04-12 13:19:13","FALSE",NA,"852149104633315328",NA,"Twitter Web Client","rahil_shan","2","TRUE","FALSE" +"14335","14335","Anyway @ShivAroor , post demonetization terrorism is finished, anti nationals hv no money. Thr have no strength to intimidate people.","FALSE","1","sumitkashyapjha","2017-04-12 13:18:03","FALSE","852148551782027265","852148809618538497","43407467","Twitter for Android","sumitkashyapjha","2","FALSE","FALSE" +"14336","14336","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 13:17:31","FALSE",NA,"852148678529765378",NA,"Twitter for Android","husnaziauddin","72","TRUE","FALSE" +"14337","14337","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 13:14:30","FALSE",NA,"852147918702354432",NA,"Twitter for Android","kurup62","64","TRUE","FALSE" +"14338","14338","#OffendEveryoneIn4Words Youtube demonetization was necessary","FALSE","0",NA,"2017-04-12 13:14:29","FALSE",NA,"852147912939319297",NA,"Twitter Web Client","UnmodernedMan","0","FALSE","FALSE" +"14339","14339","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 13:08:26","FALSE",NA,"852146390213906433",NA,"Twitter for iPad","hastings450f4","92","TRUE","FALSE" +"14340","14340","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 13:07:09","FALSE",NA,"852146070146744322",NA,"Twitter Web Client","tanuaditya","106","TRUE","FALSE" +"14341","14341","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 13:06:32","FALSE",NA,"852145913908740097",NA,"Twitter for Android","SinghiycKundan","72","TRUE","FALSE" +"14342","14342","RT @JavierBlas2: The biggest engine of global #oil demand growth in 2016 (India) is slowing down in 2017 https://t.co/87RPYQjKku #OOTT #OPE�","FALSE","0",NA,"2017-04-12 13:06:11","FALSE",NA,"852145826843504640",NA,"Twitter Web Client","KennethFalke","64","TRUE","FALSE" +"14343","14343","RT @AksharPathak: Me, today: ""Demonetization will impact our economic growth and bring down inflation"" + +Me, last week: ""18+6? phone pe calc�","FALSE","0",NA,"2017-04-12 13:02:05","FALSE",NA,"852144791525638144",NA,"Twitter for iPhone","arvakagzionly","306","TRUE","FALSE" +"14344","14344","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 13:01:22","FALSE",NA,"852144612948844544",NA,"Twitter for Android","mesarveshmaurya","106","TRUE","FALSE" +"14345","14345","@CNBC_Awaaz @alok_awaaz @samarbhandral @anilsinghviCNBC @pandyapradeep @AshVerma111 @hemant_ghai @priyankasambhav� https://t.co/kvI0shBoyy","FALSE","0","CNBC_Awaaz","2017-04-12 12:58:58","TRUE","852143558287138816","852144009925492737","116112129","Twitter Web Client","sunilsharma_knp","0","FALSE","FALSE" +"14346","14346","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:54:36","FALSE",NA,"852142909071794176",NA,"Twitter for iPhone","mitravarun2","337","TRUE","FALSE" +"14347","14347","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-12 12:50:37","FALSE",NA,"852141907492823040",NA,"Twitter Web Client","bohoraa","49","TRUE","FALSE" +"14348","14348","The demonetization: Conflict between ideas vs. ideologies https://t.co/b1PJRoGKMr via @das_yadav","FALSE","1",NA,"2017-04-12 12:48:38","FALSE",NA,"852141408093908992",NA,"Twitter Web Client","das_yadav","0","FALSE","FALSE" +"14349","14349","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:42:19","FALSE",NA,"852139821011259392",NA,"Twitter for Android","lals131999","337","TRUE","FALSE" +"14350","14350","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:38:48","FALSE",NA,"852138934163222528",NA,"Twitter for iPhone","harsh8848","337","TRUE","FALSE" +"14351","14351","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 12:38:02","FALSE",NA,"852138742492024833",NA,"Twitter for Android","Manjeet296","106","TRUE","FALSE" +"14352","14352","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 12:37:39","FALSE",NA,"852138643112198144",NA,"Twitter for Android","ashwinguru","106","TRUE","FALSE" +"14353","14353","#Demonetization has made home buying more affordable and accessible for a common man. Read to know more:� https://t.co/rC2szOJsIi","FALSE","0",NA,"2017-04-12 12:36:02","TRUE",NA,"852138236256428032",NA,"Buffer","urbantreehomes","0","FALSE","FALSE" +"14354","14354","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 12:34:41","FALSE",NA,"852137898426200066",NA,"Twitter for Android","amiteshdubey","72","TRUE","FALSE" +"14355","14355","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:32:49","FALSE",NA,"852137426323730436",NA,"Twitter for Android","HemaaKumari","337","TRUE","FALSE" +"14356","14356","@FinMinIndia Sir why all ATMs are Dry no cash at all ?? What happened? Most of ATms are dry..Is it again sign of demonetization","FALSE","0","FinMinIndia","2017-04-12 12:30:39","FALSE",NA,"852136881999536128","2613904818","Twitter for Android","chetan123456","0","FALSE","FALSE" +"14357","14357","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-12 12:30:17","FALSE",NA,"852136792576884736",NA,"Twitter for Android","LenteCurrite","6","TRUE","FALSE" +"14358","14358","RT @GreatGameIndia: Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective https�","FALSE","0",NA,"2017-04-12 12:27:50","FALSE",NA,"852136175993331712",NA,"RoundTeam","satoshiPL","6","TRUE","FALSE" +"14359","14359","Special issue on #DeMonetisation featuring our exclusive research on global #WarOnCash from an Indian perspective� https://t.co/ThOSESP6qi","FALSE","6",NA,"2017-04-12 12:25:27","TRUE",NA,"852135573204742145",NA,"Twitter Web Client","GreatGameIndia","6","FALSE","FALSE" +"14360","14360","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 12:25:15","FALSE",NA,"852135523002929152",NA,"Twitter for Android","amitkumar13557","30","TRUE","FALSE" +"14361","14361","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 12:25:02","FALSE",NA,"852135468929961985",NA,"Twitter Lite","AnilAAP","30","TRUE","FALSE" +"14362","14362","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 12:22:33","FALSE",NA,"852134842791862272",NA,"Twitter for Android","AAPlogical","30","TRUE","FALSE" +"14363","14363","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 12:18:55","FALSE",NA,"852133928295174144",NA,"Twitter for iPhone","SonicDeanBoom","92","TRUE","FALSE" +"14364","14364","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 12:17:37","FALSE",NA,"852133601231511553",NA,"Twitter for iPhone","HRDuva","106","TRUE","FALSE" +"14365","14365","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 12:16:14","FALSE",NA,"852133253305782273",NA,"Twitter for Android","pappu_pedia","106","TRUE","FALSE" +"14366","14366","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 12:14:09","FALSE",NA,"852132731165310976",NA,"Twitter Web Client","RpG_89","106","TRUE","FALSE" +"14367","14367","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 12:12:43","FALSE",NA,"852132371038183424",NA,"Twitter for Android","rajendra006","72","TRUE","FALSE" +"14368","14368","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:11:51","FALSE",NA,"852132152644861952",NA,"Twitter for Android","Prajapati878","337","TRUE","FALSE" +"14369","14369","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 12:08:41","FALSE",NA,"852131355290763268",NA,"Twitter for Android","pp_purohit","337","TRUE","FALSE" +"14370","14370","Five months after demonetization and still no money in the ATMs. #IncredibleIndia","FALSE","0",NA,"2017-04-12 12:01:59","FALSE",NA,"852129668920750080",NA,"Twitter for iPhone","jinadeb","0","FALSE","FALSE" +"14371","14371","@tavleen_singh For example, I asked your view in demonetization as things stand today.I am not sure of its effectiv� https://t.co/gDryOdRb5U","FALSE","0","tavleen_singh","2017-04-12 12:01:59","TRUE","852089733022969856","852129666814967808","118757160","Twitter for Android","rsundaresan1956","0","FALSE","FALSE" +"14372","14372","@gnanodayam N the rules for withdrawal/deposit and charges for transactions all coz of that utter failure of Demonetization @bommu_lr","FALSE","0","gnanodayam","2017-04-12 11:58:15","FALSE","852115193559756801","852128727639011328","389980511","Twitter for iPhone","The_Juvenile","0","FALSE","FALSE" +"14373","14373","@gnanodayam Demonetization neither black money or corruption..Had MMS done it , ppl would have ripped him apart but since it's @bommu_lr","FALSE","0","gnanodayam","2017-04-12 11:55:35","FALSE","852115193559756801","852128058383323136","389980511","Twitter for iPhone","The_Juvenile","0","FALSE","FALSE" +"14374","14374","GreatGameIndia Magazine Apr-Jun 2017 Demonetization Issue - GreatGameIndia https://t.co/RKkIA0uMuF","FALSE","0",NA,"2017-04-12 11:55:24","FALSE",NA,"852128010081677312",NA,"Facebook","shankarredd","0","FALSE","FALSE" +"14375","14375","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 11:54:10","FALSE",NA,"852127701196472320",NA,"Twitter for Android","Smartminions","106","TRUE","FALSE" +"14376","14376","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 11:47:56","FALSE",NA,"852126131377524736",NA,"Twitter for Android","VIMALTV1987","72","TRUE","FALSE" +"14377","14377","RT @tutor2uGeoff: Tonight's free webinar (7pm) is on the Indian economy and will focus on supply-side reforms including demonetization http�","FALSE","0",NA,"2017-04-12 11:45:27","FALSE",NA,"852125506896048128",NA,"Twitter for iPhone","JColledgeWGSB","4","TRUE","FALSE" +"14378","14378","RT @tutor2uGeoff: Tonight's free webinar (7pm) is on the Indian economy and will focus on supply-side reforms including demonetization http�","FALSE","0",NA,"2017-04-12 11:40:41","FALSE",NA,"852124310391095296",NA,"Twitter for Mac","dnjbehan","4","TRUE","FALSE" +"14379","14379","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 11:39:58","FALSE",NA,"852124126747742208",NA,"Twitter Web Client","vasuki_bhujang","106","TRUE","FALSE" +"14380","14380","RT @kkpandey: @sandeepfromvns @CMOfficeUP @myogiadityanath @HRDMinistry @PMOIndia @DrGPradhan @abpnewshindi @ZeeNews @smritiirani @BJP4Indi�","FALSE","0",NA,"2017-04-12 11:38:34","FALSE",NA,"852123774061166592",NA,"Twitter for Android","ShikhaSingh2017","16","TRUE","FALSE" +"14381","14381","RT @AsiaSociety: Arundhati Bhattacharya discusses India's economic direction in 2017 and the implications of demonetization. https://t.co/j�","FALSE","0",NA,"2017-04-12 11:38:12","FALSE",NA,"852123682591920129",NA,"Twitter Web Client","yeonancyb","1","TRUE","FALSE" +"14382","14382","How Demonetization Affected Travelers From Around The World https://t.co/dbuSSSYluO #lifehacks","FALSE","0",NA,"2017-04-12 11:28:48","FALSE",NA,"852121319663517696",NA,"Tweet Old Post","gauravcam","0","FALSE","FALSE" +"14383","14383","Arundhati Bhattacharya discusses India's economic direction in 2017 and the implications of demonetization. https://t.co/jYnQJfvFfg","FALSE","2",NA,"2017-04-12 11:28:06","FALSE",NA,"852121143595159552",NA,"SocialFlow","AsiaSociety","1","FALSE","FALSE" +"14384","14384","8 economics; demonetization, cryptocurrency,�bitcoin https://t.co/Uy7zDCfPQs","FALSE","0",NA,"2017-04-12 11:27:06","FALSE",NA,"852120891257434112",NA,"WordPress.com","fantotic","0","FALSE","FALSE" +"14385","14385","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 11:25:10","FALSE",NA,"852120402520399872",NA,"Twitter for iPhone","vijramachandran","27","TRUE","FALSE" +"14386","14386","First Sheela Dikshit and then kejriwal looted Delhi. Congress and AAP opposed Surgical Strike, demonetization #___","FALSE","1",NA,"2017-04-12 11:23:17","FALSE",NA,"852119929809719298",NA,"Twitter Web Client","DKSHARMA358","0","FALSE","FALSE" +"14387","14387","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 11:23:07","FALSE",NA,"852119886574657536",NA,"Twitter for Android","chakmakmeaag","106","TRUE","FALSE" +"14388","14388","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 11:23:06","FALSE",NA,"852119883181633538",NA,"Twitter Web Client","pjustinantony","72","TRUE","FALSE" +"14389","14389","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 11:23:03","FALSE",NA,"852119872230367232",NA,"Twitter for iPhone","glassmanamanda","27","TRUE","FALSE" +"14390","14390","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 11:21:09","FALSE",NA,"852119393513472000",NA,"Twitter for Android","jaipurcongress","72","TRUE","FALSE" +"14391","14391","Tonight's free webinar (7pm) is on the Indian economy and will focus on supply-side reforms including demonetizatio� https://t.co/Kg1Lad81sa","FALSE","1",NA,"2017-04-12 11:20:16","TRUE",NA,"852119169973747712",NA,"Twitter Web Client","tutor2uGeoff","4","FALSE","FALSE" +"14392","14392","RT @Abhishek3592: #___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again�","FALSE","0",NA,"2017-04-12 11:20:10","FALSE",NA,"852119146615586820",NA,"Twitter for Android","m_desikan","6","TRUE","FALSE" +"14393","14393","@nrkgalt The #Demonetization in India was purely about taxation & revenue, NOT about targeting criminals","FALSE","0","nrkgalt","2017-04-12 11:19:22","FALSE","852102501088333824","852118945414959104","58949094","Twitter for iPhone","M0L0NL4BE","0","FALSE","FALSE" +"14394","14394","RT @saur008: MUST READ! What Has Demonetization Done to 20 Trillion Human Trafficking Industry?? https://t.co/E0oHp69haR via @postcard_news","FALSE","0",NA,"2017-04-12 11:17:43","FALSE",NA,"852118530204020736",NA,"Twitter for iPhone","indinewz","1","TRUE","FALSE" +"14395","14395","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 11:03:29","FALSE",NA,"852114946615902209",NA,"Twitter for Android","Rameshs37405714","72","TRUE","FALSE" +"14396","14396","RT @amit20_20: @Ritz7576 wat u say on Demonetization?","FALSE","0",NA,"2017-04-12 11:01:42","FALSE",NA,"852114499062681600",NA,"Twitter Web Client","prosorymla1988","2","TRUE","FALSE" +"14397","14397","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 11:00:23","FALSE",NA,"852114168232726528",NA,"Twitter for Android","sarikathapa24","72","TRUE","FALSE" +"14398","14398","RT @Abhishek3592: #___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again�","FALSE","0",NA,"2017-04-12 11:00:16","FALSE",NA,"852114138855690240",NA,"Twitter for Android","pnpv2","6","TRUE","FALSE" +"14399","14399","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 10:55:51","FALSE",NA,"852113025767137280",NA,"Twitter for Android","DharmikShah10","106","TRUE","FALSE" +"14400","14400","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 10:54:07","FALSE",NA,"852112590704709632",NA,"Twitter for Android","SamDarkInvader","106","TRUE","FALSE" +"14401","14401","Demonetization: Another chance for deposit of scrapped notes possible +https://t.co/aFrk6tvMNh","FALSE","1",NA,"2017-04-12 10:51:34","FALSE",NA,"852111947948576770",NA,"Twitter Web Client","NewsBytesApp","0","FALSE","FALSE" +"14402","14402","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 10:48:34","FALSE",NA,"852111190897696768",NA,"Twitter for Windows","milindshah2006","72","TRUE","FALSE" +"14403","14403","RT @jp_koning: During WWII Hawaiian banknotes were printed. If Japan invaded Hawaii, a quick demonetization would render them unusable by o�","FALSE","0",NA,"2017-04-12 10:48:10","FALSE",NA,"852111092172115968",NA,"Tweetbot for iS","brndnpink","49","TRUE","FALSE" +"14404","14404","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 10:45:25","FALSE",NA,"852110401697325056",NA,"Twitter for iPhone","anuraggarg11","72","TRUE","FALSE" +"14405","14405","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 10:45:17","FALSE",NA,"852110367429804032",NA,"Twitter for Android","ibrahim_khan_ik","64","TRUE","FALSE" +"14406","14406","RT @Abhishek3592: #___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again�","FALSE","0",NA,"2017-04-12 10:42:01","FALSE",NA,"852109543970439168",NA,"Twitter for Android","avinash_mailme","6","TRUE","FALSE" +"14407","14407","@ExSecular @ndtv during demonetization @Bdutt wrote in WP dat PM is taking India back to 70s & now where @INCIndia&crew taking India 2?","FALSE","0","ExSecular","2017-04-12 10:41:49","FALSE","851926550358278145","852109495081680896","51310666","Twitter for Android","RamsamVenkat","0","FALSE","FALSE" +"14408","14408","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 10:38:24","FALSE",NA,"852108632749748226",NA,"Twitter for Android","iamsmithaa","72","TRUE","FALSE" +"14409","14409","RT @RTforINC: Face of DEMONETIZATION, Director and Producer Shansha Modi. https://t.co/3JqBAHtUyQ","FALSE","0",NA,"2017-04-12 10:36:27","FALSE",NA,"852108141781274629",NA,"Twitter for Android","kisanpal1213","23","TRUE","FALSE" +"14410","14410","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 10:35:33","FALSE",NA,"852107918904315905",NA,"Twitter for Android","RakeshS54327963","64","TRUE","FALSE" +"14411","14411","The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 10:35:00","FALSE",NA,"852107778218971136",NA,"TweetDeck","Priyarathod2468","0","FALSE","FALSE" +"14412","14412","RT @Abhishek3592: #___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again�","FALSE","0",NA,"2017-04-12 10:33:40","FALSE",NA,"852107443081498624",NA,"Twitter for Android","Khush_Ameta","6","TRUE","FALSE" +"14413","14413","RT @Abhishek3592: #___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again�","FALSE","0",NA,"2017-04-12 10:30:22","FALSE",NA,"852106614173835271",NA,"Twitter for Android","samar97189157","6","TRUE","FALSE" +"14414","14414","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 10:24:29","FALSE",NA,"852105130665168896",NA,"Twitter for Android","rahulhpyc","72","TRUE","FALSE" +"14415","14415","@ajjuns @KushTrance ffs didn�t read the demonetization article I used to link :(","FALSE","0","ajjuns","2017-04-12 10:20:29","FALSE","852103841101250561","852104126074953728","93535322","Tweetbot for iS","Kahaanify","0","FALSE","FALSE" +"14416","14416","@PrisonPlanet Also, I would not doubt that the video that caused the demonetization, was and is a false flag to pro� https://t.co/BaMQZO9B7R","FALSE","0","PrisonPlanet","2017-04-12 10:16:13","TRUE","852098925142134784","852103050755964929","18643437","Twitter Web Client","Mighty_Shnikins","0","FALSE","FALSE" +"14417","14417","#___ +they are together on Vemula,JNU, Dadri,demonetization,SurgicalStrike,fak Intolerance +Now again for dirty politics","FALSE","3",NA,"2017-04-12 10:15:14","FALSE",NA,"852102804860567553",NA,"Twitter for Android","Abhishek3592","6","FALSE","FALSE" +"14418","14418","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 10:10:35","FALSE",NA,"852101632682754048",NA,"Twitter for Android","parasyadav18","64","TRUE","FALSE" +"14419","14419","RT @kkpandey: @sandeepfromvns @CMOfficeUP @myogiadityanath @HRDMinistry @PMOIndia @DrGPradhan @abpnewshindi @ZeeNews @smritiirani @BJP4Indi�","FALSE","0",NA,"2017-04-12 10:09:06","FALSE",NA,"852101260031479809",NA,"Twitter for Android","PoojaSi56802769","16","TRUE","FALSE" +"14420","14420","Vivaan Shah: Laali Ki Shaadi Mein Laaddoo Deewana Release Was Postponed Due To Demonetization https://t.co/RDG2pptjTF","FALSE","0",NA,"2017-04-12 10:07:54","FALSE",NA,"852100960457433093",NA,"Tweet Old Post","hollybollybuzz","0","FALSE","FALSE" +"14421","14421","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 10:06:37","FALSE",NA,"852100637051543553",NA,"Twitter Lite","ParthPa07241800","106","TRUE","FALSE" +"14422","14422","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 10:05:31","FALSE",NA,"852100357723258880",NA,"Twitter for Android","nehaapriyaa","106","TRUE","FALSE" +"14423","14423","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 10:01:57","FALSE",NA,"852099462298308608",NA,"Twitter for Android","omprakash1704","72","TRUE","FALSE" +"14424","14424","This seller is out of his mind #crazy #ebay #demonetization #india #money https://t.co/V5O3FX2Vmq","FALSE","0",NA,"2017-04-12 09:57:46","FALSE",NA,"852098410387722241",NA,"Instagram","AzanulIslam","0","FALSE","FALSE" +"14425","14425","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-12 09:51:49","FALSE",NA,"852096910911352833",NA,"Twitter for Android","KedarnathP","6","TRUE","FALSE" +"14426","14426","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 09:50:09","FALSE",NA,"852096493787860992",NA,"Twitter for iPhone","MartiKhabre","13","TRUE","FALSE" +"14427","14427","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 09:49:32","FALSE",NA,"852096336837173248",NA,"Twitter for iPhone","therudrapanditt","337","TRUE","FALSE" +"14428","14428","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:48:41","FALSE",NA,"852096123280003072",NA,"Twitter for Android","rzk_ali","72","TRUE","FALSE" +"14429","14429","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 09:43:21","FALSE",NA,"852094782390378496",NA,"Twitter for Android","SamarjeetMitra","106","TRUE","FALSE" +"14430","14430","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:42:50","FALSE",NA,"852094650877956096",NA,"Twitter for Android","yeldhow","72","TRUE","FALSE" +"14431","14431","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 09:41:43","FALSE",NA,"852094371159830528",NA,"Twitter for Android","iTousifKhan","64","TRUE","FALSE" +"14432","14432","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 09:37:49","FALSE",NA,"852093386123116544",NA,"Twitter for iPhone","Rajivmehra27","64","TRUE","FALSE" +"14433","14433","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-12 09:36:39","FALSE",NA,"852093096334512128",NA,"Twitter Web Client","hrIsletInfotech","6","TRUE","FALSE" +"14434","14434","RT @mostlyeconomics: Did India get the idea for its recent demonetization by watching old episodes of�M*A*S*H? https://t.co/hlbME0xyDR","FALSE","0",NA,"2017-04-12 09:35:57","FALSE",NA,"852092919834066944",NA,"Twitter Web Client","jayeshb","1","TRUE","FALSE" +"14435","14435","@arvindgunasekar @dhanyarajendran @sumanthraman @vijaita @Iamtssudhir @vasudha_ET @nistula @AdityaRajKaul� https://t.co/JCrTRkDIyp","FALSE","0","arvindgunasekar","2017-04-12 09:31:46","TRUE","851160234747932674","852091864341651457","112709207","Twitter for Android","SomyahGupta","0","FALSE","FALSE" +"14436","14436","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 09:31:24","FALSE",NA,"852091773795151872",NA,"Twitter for Android","Gowtyydepp","337","TRUE","FALSE" +"14437","14437","Economist S Gurumurthy on how Demonetization has impacted Real Estate, Jobs https://t.co/yx96mI3WMW via @SatyaVijayi @reliancegroup @ndtv","FALSE","0",NA,"2017-04-12 09:29:20","FALSE",NA,"852091252703100928",NA,"Linkis: turn sharing into growth","satsangi","0","FALSE","FALSE" +"14438","14438","Sri Gurumurthy speech on Demonetization on March 31 at Chennai https://t.co/W3EsZJTWHX via @YouTube Enlighten @INCIndia @PChidambaram_IN","FALSE","0",NA,"2017-04-12 09:28:09","FALSE",NA,"852090953640837120",NA,"Linkis: turn sharing into growth","satsangi","0","FALSE","FALSE" +"14439","14439","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:27:46","FALSE",NA,"852090857431986176",NA,"Twitter for Android","mishraambrish06","72","TRUE","FALSE" +"14440","14440","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:26:55","FALSE",NA,"852090643673341952",NA,"Twitter for Android","JayasreeVijayan","72","TRUE","FALSE" +"14441","14441","@John_Miller_GLR I think this is because of Demonetization #IncrementPremierLeague","FALSE","0","John_Miller_GLR","2017-04-12 09:26:53","FALSE",NA,"852090637650456577","2285014032","Twitter Web Client","ItsSumitG","0","FALSE","FALSE" +"14442","14442","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 09:24:58","FALSE",NA,"852090153065742336",NA,"Twitter for iPhone","indomitablesoul","106","TRUE","FALSE" +"14443","14443","@John_Miller_GLR I think this is because of Demonetization #IncrementPremierLeague","FALSE","0","John_Miller_GLR","2017-04-12 09:24:15","FALSE",NA,"852089972068720640","2285014032","Twitter for Android","zoomharish","0","FALSE","FALSE" +"14444","14444","What proof do we need to confirm #demonetization has not worked, other than these #ITRaids ?how did they get so much money,that too in cash?","FALSE","0",NA,"2017-04-12 09:23:23","FALSE",NA,"852089756230053888",NA,"Twitter Web Client","mindfooly","0","FALSE","FALSE" +"14445","14445","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:22:41","FALSE",NA,"852089581218529281",NA,"Twitter for Android","27a41de2a89b454","72","TRUE","FALSE" +"14446","14446","RT @imSatnam_: @dominos_india A10. Because this is what brings happiness on our faces after Demonetization. #DominosEverydayValue","FALSE","0",NA,"2017-04-12 09:18:13","FALSE",NA,"852088454049656832",NA,"Twitter for Android","So87005","4","TRUE","FALSE" +"14447","14447","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 09:17:46","FALSE",NA,"852088340287340544",NA,"Twitter Lite","chkoushik2","106","TRUE","FALSE" +"14448","14448","Did Indian PM Modi get the idea for the recently-executed demonetization by watching old episodes of M*A*S*H https://t.co/KIm6CYqLwp","FALSE","3",NA,"2017-04-12 09:17:23","FALSE",NA,"852088243906641921",NA,"TweetDeck","DavidKeo","0","FALSE","FALSE" +"14449","14449","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:16:24","FALSE",NA,"852088000016138240",NA,"Twitter for Android","SimmiAhuja_","72","TRUE","FALSE" +"14450","14450","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:15:29","FALSE",NA,"852087768259932161",NA,"Twitter for Android","ErKuju","72","TRUE","FALSE" +"14451","14451","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 09:15:07","FALSE",NA,"852087673825009664",NA,"Twitter for Android","satyaverma_knit","35","TRUE","FALSE" +"14452","14452","RT @Inshal07: .@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://�","FALSE","0",NA,"2017-04-12 09:11:21","FALSE",NA,"852086729364262912",NA,"Twitter for Android","amit30980","5","TRUE","FALSE" +"14453","14453","Quick easy solution to all #mobile,prepaid data card & DTH #recharges lies at Our B2B & B2C #online #portal.https://t.co/rHuyTeqw9G","FALSE","0",NA,"2017-04-12 09:10:25","FALSE",NA,"852086491488690176",NA,"Hootsuite","RechargeMitra","0","FALSE","FALSE" +"14454","14454","@John_Miller_GLR I think this is because of Demonetization #IncrementPremierLeague","FALSE","0","John_Miller_GLR","2017-04-12 09:10:09","FALSE",NA,"852086425516376065","2285014032","Mobile Web (M2)","mymamasboy93","1","FALSE","FALSE" +"14455","14455","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 09:07:22","FALSE",NA,"852085726271467520",NA,"Twitter for Android","shrivastavasak5","337","TRUE","FALSE" +"14456","14456","@IYC When you do half hearted attempt, Results will not come as in the case of Demonetization. Modi expected someth� https://t.co/2rfvHWoGvy","FALSE","0","IYC","2017-04-12 09:05:42","TRUE","852084618782101505","852085306652282880","16293020","Twitter Web Client","whyel08","0","FALSE","FALSE" +"14457","14457","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:04:04","FALSE",NA,"852084894540996609",NA,"Twitter for Android","12anjusri","72","TRUE","FALSE" +"14458","14458","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 09:03:25","FALSE",NA,"852084729499222016",NA,"Twitter for iPhone","jameelsjam","72","TRUE","FALSE" +"14459","14459","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 08:59:52","FALSE",NA,"852083838972944384",NA,"Twitter for Android","yogeshtiwari","337","TRUE","FALSE" +"14460","14460","RT @Brewkenstein: Word on the street (in the banks) is that the 2000 note will not be printed anymore. Not demonetization per se.","FALSE","0",NA,"2017-04-12 08:56:12","FALSE",NA,"852082912946262016",NA,"Twitter for iPhone","rakeshupadhyay1","1","TRUE","FALSE" +"14461","14461","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 08:55:58","FALSE",NA,"852082857304440833",NA,"Twitter for Android","ashokomdubey","64","TRUE","FALSE" +"14462","14462","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:54:14","FALSE",NA,"852082420195115008",NA,"Twitter for Android","kaprathu","72","TRUE","FALSE" +"14463","14463","RT @jabing28: @ShashiTharoor Sir respect u for highltng an imp issue faced by #weakersections, impact on thm due to demonetization https://�","FALSE","0",NA,"2017-04-12 08:53:06","FALSE",NA,"852082135661989888",NA,"Twitter for Android","VikasJaitwar","3","TRUE","FALSE" +"14464","14464","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:52:20","FALSE",NA,"852081939825569795",NA,"Twitter Web Client","TharoorINCian","72","TRUE","FALSE" +"14465","14465","Word on the street (in the banks) is that the 2000 note will not be printed anymore. Not demonetization per se.","FALSE","2",NA,"2017-04-12 08:51:05","FALSE",NA,"852081629065564160",NA,"Twitter for Android","Brewkenstein","1","FALSE","FALSE" +"14466","14466","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 08:49:52","FALSE",NA,"852081321044131840",NA,"Twitter for Android","ChiragMShah1","337","TRUE","FALSE" +"14467","14467","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 08:46:36","FALSE",NA,"852080497505128448",NA,"Twitter for Android","hlanthorn","27","TRUE","FALSE" +"14468","14468","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:43:33","FALSE",NA,"852079732741083136",NA,"Twitter for Android","navaltiger","106","TRUE","FALSE" +"14469","14469","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:42:39","FALSE",NA,"852079503270486018",NA,"Twitter for iPad","MonicaDubey","72","TRUE","FALSE" +"14470","14470","#IncrementPremierLeague +The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 08:42:09","FALSE",NA,"852079377559015424",NA,"Twitter for Android","SutariaDipen","0","FALSE","FALSE" +"14471","14471","RT @rishabhkulkul: @aappoojapandey @ArvindKejriwal this is what happens after demonetization , new ways to make the lost money ehh","FALSE","0",NA,"2017-04-12 08:39:56","FALSE",NA,"852078821360717824",NA,"Twitter Web Client","maksimnikr4vy","2","TRUE","FALSE" +"14472","14472","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:38:16","FALSE",NA,"852078402307796992",NA,"Twitter for Android","sarangpitale","106","TRUE","FALSE" +"14473","14473","RT @mumbai_pyc: The lines are Back in ATMs. Most of them running Dry. Media houses hav shut tere mouth.Y arnt they taking abt it? #ATMsDRY�","FALSE","0",NA,"2017-04-12 08:37:31","FALSE",NA,"852078212435787776",NA,"Twitter for Windows Phone","PravinSeta","15","TRUE","FALSE" +"14474","14474","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:36:37","FALSE",NA,"852077985079468032",NA,"Twitter for iPhone","pragz_GameFreak","106","TRUE","FALSE" +"14475","14475","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:36:31","FALSE",NA,"852077961830424578",NA,"Twitter for Android","SaveetaSawant","72","TRUE","FALSE" +"14476","14476","RT @Inshal07: .@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://�","FALSE","0",NA,"2017-04-12 08:36:11","FALSE",NA,"852077877097005056",NA,"Twitter for iPhone","jameelsjam","5","TRUE","FALSE" +"14477","14477","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:34:38","FALSE",NA,"852077487131676672",NA,"Twitter for Android","himanshu3193","72","TRUE","FALSE" +"14478","14478","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:32:40","FALSE",NA,"852076990689685504",NA,"Twitter for Android","pratiksav","106","TRUE","FALSE" +"14479","14479","RT @jabing28: @ShashiTharoor Sir respect u for highltng an imp issue faced by #weakersections, impact on thm due to demonetization https://�","FALSE","0",NA,"2017-04-12 08:32:28","FALSE",NA,"852076942811684864",NA,"Twitter for iPhone","Nitinji38","3","TRUE","FALSE" +"14480","14480","RT @jabing28: @ShashiTharoor Sir respect u for highltng an imp issue faced by #weakersections, impact on thm due to demonetization https://�","FALSE","0",NA,"2017-04-12 08:32:17","FALSE",NA,"852076897383174144",NA,"Twitter for iPhone","jameelsjam","3","TRUE","FALSE" +"14481","14481","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 08:31:45","FALSE",NA,"852076761227644928",NA,"Twitter for Android","samir_patil","337","TRUE","FALSE" +"14482","14482","@EconomicTimes @arunjaitley @arunjaitley jI people are eagerly waiting to receive the benefits of demonetization. H� https://t.co/Dh4GwpbPTr","FALSE","0","EconomicTimes","2017-04-12 08:30:37","TRUE","852048603208134656","852076476123971584","39743812","Twitter Web Client","DiptangshuSarka","0","FALSE","FALSE" +"14483","14483","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 08:30:30","FALSE",NA,"852076446252097536",NA,"Twitter for iPhone","navinkarthik","337","TRUE","FALSE" +"14484","14484","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:29:57","FALSE",NA,"852076307257073665",NA,"Twitter for iPhone","Munish19692003","106","TRUE","FALSE" +"14485","14485","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:29:03","FALSE",NA,"852076080865398784",NA,"Twitter for Android","VivekTivari","72","TRUE","FALSE" +"14486","14486","RT @Lovely_Sathish: #IncrementPremierLeague +The effects of demonetization is still reverberating in the market #IncrementPremierLeague @Joh�","FALSE","0",NA,"2017-04-12 08:28:08","FALSE",NA,"852075851466379264",NA,"Twitter for Android","chyprashant","2","TRUE","FALSE" +"14487","14487","#IncrementPremierLeague +The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 08:27:14","FALSE",NA,"852075625401667584",NA,"Twitter for Android","Lovely_Sathish","2","FALSE","FALSE" +"14488","14488","As The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 08:25:22","FALSE",NA,"852075155836858368",NA,"Twitter for Android","real_piyush","0","FALSE","FALSE" +"14489","14489","The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 08:24:48","FALSE",NA,"852075011905134592",NA,"Gravity Forever!","GujaratiDhokla","0","FALSE","FALSE" +"14490","14490","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 08:22:57","FALSE",NA,"852074546983317504",NA,"Talon (Plus)","krishp","35","TRUE","FALSE" +"14491","14491","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:22:13","FALSE",NA,"852074362052247552",NA,"Twitter Lite","maverikbrowbeat","106","TRUE","FALSE" +"14492","14492","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 08:21:38","FALSE",NA,"852074216669278208",NA,"Twitter for Android","raulral1987","35","TRUE","FALSE" +"14493","14493","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:19:11","FALSE",NA,"852073599972253696",NA,"Twitter Web Client","Stilllearning82","106","TRUE","FALSE" +"14494","14494","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 08:18:55","FALSE",NA,"852073532456652800",NA,"Twitter for iPad","GarvSeSecular","35","TRUE","FALSE" +"14495","14495","The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0",NA,"2017-04-12 08:13:44","FALSE",NA,"852072228237697024",NA,"Twitter for Android","zoomharish","0","FALSE","FALSE" +"14496","14496","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:12:21","FALSE",NA,"852071881096036352",NA,"Twitter for Android","firozborbhuyan","72","TRUE","FALSE" +"14497","14497","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 08:11:44","FALSE",NA,"852071725374328832",NA,"Twitter for iPhone","itsmeAdii1221","337","TRUE","FALSE" +"14498","14498","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 08:09:31","FALSE",NA,"852071168395722752",NA,"Mobile Web (M2)","rambabumetta2","72","TRUE","FALSE" +"14499","14499","RT @rvasisht: People standing in Q for getting banned BSIII vehicles at 42�C & none dies & when some stood at 24�C in Nov-Dec for demonetiz�","FALSE","0",NA,"2017-04-12 08:09:10","FALSE",NA,"852071079338266624",NA,"Mobile Web (M2)","JAYANTH40830762","1","TRUE","FALSE" +"14500","14500","I had unfollowed him few months back when he went with his all guns blazing against demonetization period. He's a� https://t.co/7w2dlSxU8G","FALSE","0",NA,"2017-04-12 08:09:10","TRUE",NA,"852071079174705152",NA,"Twitter for Android","Rahultheroxtar","1","FALSE","FALSE" +"14501","14501","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:08:13","FALSE",NA,"852070841177255936",NA,"Twitter for Android","SpChethansp","106","TRUE","FALSE" +"14502","14502","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 08:07:29","FALSE",NA,"852070652987179008",NA,"Twitter for Android","namo007royal","106","TRUE","FALSE" +"14503","14503","India's proposal to give every citizen a cash transfer using the digital platform Aadhar could reduce absolute... https://t.co/iEf8GvbD1P","FALSE","0",NA,"2017-04-12 08:00:56","FALSE",NA,"852069006261538817",NA,"Facebook","InnoartTech","0","FALSE","FALSE" +"14504","14504","People standing in Q for getting banned BSIII vehicles at 42�C & none dies & when some stood at 24�C in Nov-Dec for demonetization, 103 died","FALSE","1",NA,"2017-04-12 07:59:11","FALSE",NA,"852068567180865537",NA,"Twitter Web Client","rvasisht","1","FALSE","FALSE" +"14505","14505","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:54:17","FALSE",NA,"852067333547974656",NA,"Twitter Lite","vj_devil007","72","TRUE","FALSE" +"14506","14506","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:54:10","FALSE",NA,"852067302598160384",NA,"Twitter for Android","RufiNighat","72","TRUE","FALSE" +"14507","14507","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:51:37","FALSE",NA,"852066664019525632",NA,"Twitter for Android","KarmveerNSUI","72","TRUE","FALSE" +"14508","14508","@ShashiTharoor Sir respect u for highltng an imp issue faced by #weakersections, impact on thm due to demonetization https://t.co/6YpPuxCXyC","FALSE","3","ShashiTharoor","2017-04-12 07:49:16","FALSE",NA,"852066069879631872","24705126","Twitter for Android","jabing28","3","FALSE","FALSE" +"14509","14509","@salonishuklaET +What will have been gained from [demonetization], and at what cost, and mostly borne by whom?�","FALSE","0","salonishuklaET","2017-04-12 07:48:02","FALSE",NA,"852065761241821184","140776334","Twitter Web Client","preethi50632948","0","FALSE","FALSE" +"14510","14510","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:46:31","FALSE",NA,"852065379262377984",NA,"Twitter for Android","Talk2Vin0d","106","TRUE","FALSE" +"14511","14511","RT @rsprasad: Digital Payments initiative after demonetization, designed to reduce usage of cash and strengthen the footprint of Digital Ec�","FALSE","0",NA,"2017-04-12 07:44:37","FALSE",NA,"852064898271948800",NA,"Twitter for Android","leeee1511","133","TRUE","FALSE" +"14512","14512","Q: What is demonetization? +A : Demonetization is the act of stripping a currency unit of its status as legal... https://t.co/M07lFKsdYc","FALSE","0",NA,"2017-04-12 07:43:48","FALSE",NA,"852064693115994113",NA,"Facebook","expertanil","0","FALSE","FALSE" +"14513","14513","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:42:26","FALSE",NA,"852064350072451072",NA,"Twitter for Android","shaswatcool","72","TRUE","FALSE" +"14514","14514","RT @4mlvodka: 2010 +2014 +(Demonetization) +2017 https://t.co/7JqHZonS0T","FALSE","0",NA,"2017-04-12 07:42:13","FALSE",NA,"852064296171257856",NA,"Twitter for Android","N1rajKumar","1","TRUE","FALSE" +"14515","14515","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:40:41","FALSE",NA,"852063909515333632",NA,"Twitter for Android","DhawalPatel5","106","TRUE","FALSE" +"14516","14516","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:36:46","FALSE",NA,"852062925334466560",NA,"Twitter for Android","REVIMSHAN","72","TRUE","FALSE" +"14517","14517","If the common people could see the truth of demonetization :( https://t.co/6EOPi998lI","FALSE","0",NA,"2017-04-12 07:36:18","FALSE",NA,"852062806862123009",NA,"Twitter for Android","donna_rk9801","0","FALSE","FALSE" +"14518","14518","@sureshpprabhu Respected Sir,This Ticket Is Booked At The Time Of Demonetization.I TDR This On 05/01/2017.But Till,� https://t.co/6T0QBGHVil","FALSE","0","sureshpprabhu","2017-04-12 07:34:13","TRUE",NA,"852062284310556676","141208596","Twitter for Android","anshuk711","0","FALSE","FALSE" +"14519","14519","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:34:01","FALSE",NA,"852062231026049024",NA,"Twitter for iPhone","TheDrunknight","106","TRUE","FALSE" +"14520","14520","@narendramodi +Don't know demonetization benefits, being NRI feel looted, lived in US 1 year, upon return RBI deny exchange notes. Help..","FALSE","0","narendramodi","2017-04-12 07:33:39","FALSE",NA,"852062142324932608","18839785","Twitter Web Client","Devaguptapu","0","FALSE","FALSE" +"14521","14521","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:32:36","FALSE",NA,"852061877819408384",NA,"Twitter for Android","arkayvi","106","TRUE","FALSE" +"14522","14522","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:31:32","FALSE",NA,"852061608310452224",NA,"Twitter Web Client","princyhere","72","TRUE","FALSE" +"14523","14523","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:31:30","FALSE",NA,"852061599053602816",NA,"Twitter for Android","ImKBayar","106","TRUE","FALSE" +"14524","14524","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:31:28","FALSE",NA,"852061589251293185",NA,"Twitter for Android","itsbeingmad","72","TRUE","FALSE" +"14525","14525","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:31:24","FALSE",NA,"852061575611469824",NA,"Twitter for Android","sanjida_iqbal","72","TRUE","FALSE" +"14526","14526","RT @Inshal07: .@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://�","FALSE","0",NA,"2017-04-12 07:29:59","FALSE",NA,"852061215694237696",NA,"Twitter for Android","shashank_rekala","5","TRUE","FALSE" +"14527","14527","RT @Stupidosaur: @BruvPeace Closer at home, demonetization was just a glimps of helplessness and death USA thugs have planned after destroy�","FALSE","0",NA,"2017-04-12 07:28:04","FALSE",NA,"852060736113315840",NA,"Twitter Lite","arpitasingh901","2","TRUE","FALSE" +"14528","14528","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:27:52","FALSE",NA,"852060686788308992",NA,"Twitter for Android","Infinite_echoes","106","TRUE","FALSE" +"14529","14529","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:27:49","FALSE",NA,"852060671655149568",NA,"Twitter for iPhone","vipul09","106","TRUE","FALSE" +"14530","14530","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:26:53","FALSE",NA,"852060437533401088",NA,"Twitter for Android","aryaalok","106","TRUE","FALSE" +"14531","14531","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:25:57","FALSE",NA,"852060201276649473",NA,"Twitter for Android","DrSanjeevRajp4","72","TRUE","FALSE" +"14532","14532","@John_Miller_GLR The effects of demonetization is still reverberating in the market #IncrementPremierLeague @John_Miller_GLR","FALSE","0","John_Miller_GLR","2017-04-12 07:25:57","FALSE","852031430460817408","852060201012183040","2285014032","TweetDeck","DrMing918","0","FALSE","FALSE" +"14533","14533","2010 +2014 +(Demonetization) +2017 https://t.co/7JqHZonS0T","FALSE","0",NA,"2017-04-12 07:25:39","FALSE",NA,"852060129071579137",NA,"Twitter for Android","4mlvodka","1","FALSE","FALSE" +"14534","14534","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:24:53","FALSE",NA,"852059934044729344",NA,"Twitter for Android","arpitsizzle","106","TRUE","FALSE" +"14535","14535","Monthly cash withdrawals are nearing pre-demonetization levels as use of digital payments decline https://t.co/QM3aVJcLdo","FALSE","0",NA,"2017-04-12 07:24:14","FALSE",NA,"852059770710142976",NA,"Facebook","younews_in","0","FALSE","FALSE" +"14536","14536","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:23:26","FALSE",NA,"852059570541297664",NA,"Twitter for Android","SHEKHRBHANKROTA","72","TRUE","FALSE" +"14537","14537","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:23:16","FALSE",NA,"852059528115912704",NA,"Twitter for Android","RahulKajal3","72","TRUE","FALSE" +"14538","14538","@salonishuklaET + India set for slowest growth period as demonetization dents economy","FALSE","0","salonishuklaET","2017-04-12 07:21:58","FALSE",NA,"852059198506635264","140776334","Twitter Web Client","preethi50632948","0","FALSE","FALSE" +"14539","14539","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:21:25","FALSE",NA,"852059061625409536",NA,"Twitter for Android","mohapatrasachi1","106","TRUE","FALSE" +"14540","14540","Retweeted Shashi Tharoor (@ShashiTharoor): + +My question in parliament on the impact of #demonetization on... https://t.co/1NTRuYo4HW","FALSE","0",NA,"2017-04-12 07:20:57","FALSE",NA,"852058945162227714",NA,"Facebook","saharzaman","0","FALSE","FALSE" +"14541","14541","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:20:55","FALSE",NA,"852058935557214209",NA,"Twitter Web Client","saharzaman","72","TRUE","FALSE" +"14542","14542","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:20:54","FALSE",NA,"852058930566115328",NA,"Twitter for Android","samchristyv","72","TRUE","FALSE" +"14543","14543","@salonishuklaET + +India set for slowest growth period as demonetization dents economy https://t.co/O9HOaa65RR","FALSE","0","salonishuklaET","2017-04-12 07:20:52","FALSE",NA,"852058922701774848","140776334","Linkis: turn sharing into growth","preethi50632948","0","FALSE","FALSE" +"14544","14544","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:20:18","FALSE",NA,"852058782574292992",NA,"Twitter for Android","darshan_rs","106","TRUE","FALSE" +"14545","14545","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:19:22","FALSE",NA,"852058545088585729",NA,"Twitter for iPhone","SrikarKoushik","106","TRUE","FALSE" +"14546","14546","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:19:01","FALSE",NA,"852058459478433792",NA,"Twitter for Android","thecontrarian01","72","TRUE","FALSE" +"14547","14547","@attomeybharti @coolfunnytshirt @firstpost You guys are still at demonetization? @IndiaToday has even declared Sh� https://t.co/4mmFKAZ78p","FALSE","0","attomeybharti","2017-04-12 07:18:42","TRUE","852041827305701378","852058379816009729","2333630101","Twitter for iPhone","AnxJain","0","FALSE","FALSE" +"14548","14548","@salonishuklaET +Demonetization and its impact on Indian Economy https://t.co/BcxX1TRNa7","FALSE","0","salonishuklaET","2017-04-12 07:18:28","FALSE",NA,"852058317836963840","140776334","Linkis: turn sharing into growth","preethi50632948","0","FALSE","FALSE" +"14549","14549","RT @Inshal07: .@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://�","FALSE","0",NA,"2017-04-12 07:18:26","FALSE",NA,"852058311625244672",NA,"Twitter for Android","risknsui93","5","TRUE","FALSE" +"14550","14550",".@ShashiTharoor's question in parliament on the impact of #demonetization on fishermen in Kerala&along India's coast https://t.co/angvad8WZu","FALSE","4",NA,"2017-04-12 07:18:14","FALSE",NA,"852058259179667456",NA,"Twitter for Android","Inshal07","5","FALSE","FALSE" +"14551","14551","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:17:30","FALSE",NA,"852058076152815616",NA,"Twitter for Android","skshubhang","106","TRUE","FALSE" +"14552","14552","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:17:10","FALSE",NA,"852057992379891717",NA,"Twitter for Android","Inshal07","72","TRUE","FALSE" +"14553","14553","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:17:09","FALSE",NA,"852057987892097024",NA,"Twitter for iPhone","Dheeraj8128","72","TRUE","FALSE" +"14554","14554","RT @Stupidosaur: @BruvPeace Closer at home, demonetization was just a glimps of helplessness and death USA thugs have planned after destroy�","FALSE","0",NA,"2017-04-12 07:17:03","FALSE",NA,"852057964064022528",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"14555","14555","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:16:50","FALSE",NA,"852057908581994496",NA,"Twitter for Android","azhar2ajju","72","TRUE","FALSE" +"14556","14556","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 07:16:39","FALSE",NA,"852057861500805120",NA,"Twitter Web Client","AIndia247","337","TRUE","FALSE" +"14557","14557","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:16:36","FALSE",NA,"852057850553782272",NA,"Twitter for Windows Phone","TharoorBhakt","72","TRUE","FALSE" +"14558","14558","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:16:31","FALSE",NA,"852057829754019840",NA,"Twitter for Android","WittyParag","106","TRUE","FALSE" +"14559","14559","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:16:26","FALSE",NA,"852057807444729856",NA,"Twitter Web Client","sisir_pradhan","72","TRUE","FALSE" +"14560","14560","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:16:20","FALSE",NA,"852057784090800128",NA,"Twitter for Android","kurup62","72","TRUE","FALSE" +"14561","14561","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:15:56","FALSE",NA,"852057681678315520",NA,"Twitter for iPhone","AnxJain","106","TRUE","FALSE" +"14562","14562","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:15:35","FALSE",NA,"852057594223087616",NA,"Twitter for iPhone","T_Buffff","72","TRUE","FALSE" +"14563","14563","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:15:05","FALSE",NA,"852057469031460864",NA,"Twitter for Android","rahul_birohar","72","TRUE","FALSE" +"14564","14564","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:14:25","FALSE",NA,"852057301884305408",NA,"Twitter for Android","KamalaSethy","72","TRUE","FALSE" +"14565","14565","RT @ShashiTharoor: My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/E�","FALSE","0",NA,"2017-04-12 07:13:54","FALSE",NA,"852057170694873088",NA,"Twitter for Android","risknsui93","72","TRUE","FALSE" +"14566","14566","My question in parliament on the impact of #demonetization on fishermen in Kerala and along India's coast https://t.co/EA1EaikCbs","FALSE","166",NA,"2017-04-12 07:13:45","FALSE",NA,"852057131184476160",NA,"Twitter Web Client","ShashiTharoor","72","FALSE","FALSE" +"14567","14567","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:07:46","FALSE",NA,"852055627757223936",NA,"Twitter for Android","Olestoepoke","106","TRUE","FALSE" +"14568","14568","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:06:56","FALSE",NA,"852055415793831937",NA,"Twitter for Android","Anilmolkere19k","106","TRUE","FALSE" +"14569","14569","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:04:59","FALSE",NA,"852054925219553280",NA,"Twitter for Android","golgappewala","106","TRUE","FALSE" +"14570","14570","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:03:17","FALSE",NA,"852054496507121664",NA,"Twitter for iPhone","ShivaniBabu","106","TRUE","FALSE" +"14571","14571","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:00:06","FALSE",NA,"852053696758390784",NA,"Twitter for Android","iRonakGupta","106","TRUE","FALSE" +"14572","14572","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 07:00:04","FALSE",NA,"852053688495382529",NA,"Twitter Web Client","vinayak1002a","106","TRUE","FALSE" +"14573","14573","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:59:40","FALSE",NA,"852053588226527232",NA,"Twitter Lite","HulkingMS","106","TRUE","FALSE" +"14574","14574","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:59:10","FALSE",NA,"852053462418419712",NA,"Twitter Lite","c_venkat","106","TRUE","FALSE" +"14575","14575","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:59:00","FALSE",NA,"852053420638916608",NA,"Twitter for Android","GujjuBlackadder","106","TRUE","FALSE" +"14576","14576","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 06:58:36","FALSE",NA,"852053318138421248",NA,"Twitter Web Client","aashupi","13","TRUE","FALSE" +"14577","14577","Demonetization was a disaster but BJP is a master in labeling their failures as achievements. @pankhuripathak +https://t.co/gTAfrbSok7","FALSE","0",NA,"2017-04-12 06:58:35","FALSE",NA,"852053314334334976",NA,"Twitter for Android","WriterUtkarsh_","0","FALSE","FALSE" +"14578","14578","Will #demonetisation adversely impact GDP growth? + https://t.co/eoCdNZkOVA .@arvindgunasekar https://t.co/yTkZq5GEPm","FALSE","0",NA,"2017-04-12 06:58:00","FALSE",NA,"852053170863919105",NA,"TweetDeck","ListlyIndia","0","FALSE","FALSE" +"14579","14579","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 06:57:42","FALSE",NA,"852053092027834368",NA,"Twitter for iPhone","ipx25","13","TRUE","FALSE" +"14580","14580","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 06:57:32","FALSE",NA,"852053052307550208",NA,"Twitter for iPhone","agggrrrhhhh","337","TRUE","FALSE" +"14581","14581","@coffeewithkiran Demonetization","FALSE","0","coffeewithkiran","2017-04-12 06:54:32","FALSE","852051532677734400","852052296540327937","42018982","Twitter Web Client","MysticHeart25","0","FALSE","FALSE" +"14582","14582","@TheIshaAmbani Jio Daily tariff scheme changes are more complex than the post demonetization rule book.","FALSE","0","TheIshaAmbani","2017-04-12 06:54:20","FALSE","852049129186504704","852052245042655232","2787182163","Twitter for Android","RightWingDoctor","0","FALSE","FALSE" +"14583","14583","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:51:06","FALSE",NA,"852051430991167488",NA,"Twitter for Android","TimelessSteel","106","TRUE","FALSE" +"14584","14584","@VedantIndia @RazdanNidhi After Demonetization, there are No stone pelters.","FALSE","0","VedantIndia","2017-04-12 06:49:56","FALSE","852038973631246337","852051139335933953","2449115963","Twitter Lite","parastandon","0","FALSE","FALSE" +"14585","14585","Went yesterday to 5 atms of different banks and no money. But according to our dear PM and FM, there is no cash crunch. #demonetization","FALSE","0",NA,"2017-04-12 06:47:17","FALSE",NA,"852050473150500864",NA,"Twitter Web Client","Moonis_Ahmed","0","FALSE","FALSE" +"14586","14586","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 06:45:51","FALSE",NA,"852050112243052544",NA,"Twitter for Android","MUWAHID400005","64","TRUE","FALSE" +"14587","14587","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:43:30","FALSE",NA,"852049518082129920",NA,"Twitter Web Client","ultapultanikhil","106","TRUE","FALSE" +"14588","14588","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:43:06","FALSE",NA,"852049419524374528",NA,"Twitter Web Client","AIOISOIA","106","TRUE","FALSE" +"14589","14589","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 06:42:07","FALSE",NA,"852049171653808128",NA,"Twitter Web Client","Monali_G","337","TRUE","FALSE" +"14590","14590","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:40:52","FALSE",NA,"852048855403122693",NA,"Twitter for iPhone","rkgeemail","106","TRUE","FALSE" +"14591","14591","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:39:58","FALSE",NA,"852048631276371968",NA,"Twitter for Android","bvijayrao","106","TRUE","FALSE" +"14592","14592","@porinju @entrepreneur987 +Investor get hyped on brexit ,surgical strike.... Demonetization .. +N then what happened we all know +#bullish ","FALSE","2","porinju","2017-04-12 06:36:21","FALSE",NA,"852047718616891392","83297832","Twitter for Android","rajshah199710","0","FALSE","FALSE" +"14593","14593","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 06:36:12","FALSE",NA,"852047682684178434",NA,"Twitter Web Client","i_ak37","337","TRUE","FALSE" +"14594","14594","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 06:36:10","FALSE",NA,"852047672978665472",NA,"Twitter for Android","suvodipd","337","TRUE","FALSE" +"14595","14595","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:35:21","FALSE",NA,"852047466950045696",NA,"Twitter Web Client","RTsWala","106","TRUE","FALSE" +"14596","14596","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 06:35:19","FALSE",NA,"852047460042121216",NA,"Twitter Web Client","TerryGSurvival","92","TRUE","FALSE" +"14597","14597","RT @marghospitality: Very less impact of demonetization on the travel plans as 90% are planning a summer vacation as opposed to 86% in 2016�","FALSE","0",NA,"2017-04-12 06:33:09","FALSE",NA,"852046914946125825",NA,"Twitter for iPhone","arjunknair","1","TRUE","FALSE" +"14598","14598","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:31:47","FALSE",NA,"852046572263153665",NA,"Twitter for iPhone","Nishith1608","106","TRUE","FALSE" +"14599","14599","@pradip1951 @aartic02 No corruption charges really ? waht about Sahara Birla Diary ? FEMA/FERA violation? Demonetiz� https://t.co/v4X0e87J8p","FALSE","0","pradip1951","2017-04-12 06:30:24","TRUE","852014013542088704","852046224257564672","66702522","Twitter Web Client","pandey_priyanka","0","FALSE","FALSE" +"14600","14600","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:30:00","FALSE",NA,"852046124164698114",NA,"Twitter for iPhone","ModiNaama","106","TRUE","FALSE" +"14601","14601","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:28:11","FALSE",NA,"852045663760039938",NA,"Twitter for iPhone","pankajsharma153","106","TRUE","FALSE" +"14602","14602","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:25:23","FALSE",NA,"852044960761225217",NA,"Twitter Web Client","medhparth","106","TRUE","FALSE" +"14603","14603","RT @amms28: Use of black money converted before demonetization.(2017) https://t.co/WLZ4PD7vyh","FALSE","0",NA,"2017-04-12 06:25:09","FALSE",NA,"852044902200254465",NA,"Twitter Web Client","SRIPATI4U","2","TRUE","FALSE" +"14604","14604","Demonetization? Keep Calm and Carry On! The internet is a free place now. What if it wasn't? https://t.co/eGGwAAIV0K","FALSE","1",NA,"2017-04-12 06:24:10","FALSE",NA,"852044652651749377",NA,"Twitter for iPhone","prescurt19","0","FALSE","FALSE" +"14605","14605","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:23:06","FALSE",NA,"852044384488931329",NA,"Twitter for Android","kapilsadhale","106","TRUE","FALSE" +"14606","14606","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:22:44","FALSE",NA,"852044292151427072",NA,"Twitter for Android","Vighrane01","106","TRUE","FALSE" +"14607","14607","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:22:35","FALSE",NA,"852044254700462080",NA,"Twitter Web Client","muraliks_11","106","TRUE","FALSE" +"14608","14608","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:22:32","FALSE",NA,"852044243489050624",NA,"Twitter for Android","Fuckerox","106","TRUE","FALSE" +"14609","14609","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:21:15","FALSE",NA,"852043919856500737",NA,"Twitter for Android","rahul1521993","106","TRUE","FALSE" +"14610","14610","RT @SpencerKarter: To End #AdSenseGate #PRnightmare at #YouTube. +1.)Fire Susan Wojcicki +2.)Eliminate Advertiser Friendly +3.)End Demonetizat�","FALSE","0",NA,"2017-04-12 06:20:36","FALSE",NA,"852043756563906561",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"14611","14611","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:20:34","FALSE",NA,"852043746585616384",NA,"Twitter for Android","Krrisshna","106","TRUE","FALSE" +"14612","14612","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:20:26","FALSE",NA,"852043715996663808",NA,"Twitter for Android","arunmcops","106","TRUE","FALSE" +"14613","14613","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:20:07","FALSE",NA,"852043636711628800",NA,"Twitter for Android","fireboltt","106","TRUE","FALSE" +"14614","14614","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:19:43","FALSE",NA,"852043533590478848",NA,"Twitter for Android","Jha_Vishal1988","106","TRUE","FALSE" +"14615","14615","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:18:40","FALSE",NA,"852043269559078913",NA,"Twitter for iPhone","jihadilove","106","TRUE","FALSE" +"14616","14616","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:17:38","FALSE",NA,"852043009617125376",NA,"Twitter Web Client","EnggJourno","106","TRUE","FALSE" +"14617","14617","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:17:25","FALSE",NA,"852042954428395521",NA,"Twitter for Android","vidyutdr","106","TRUE","FALSE" +"14618","14618","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 06:16:57","FALSE",NA,"852042838892191744",NA,"Twitter Lite","IamSeerious","92","TRUE","FALSE" +"14619","14619","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:16:55","FALSE",NA,"852042830792892416",NA,"Twitter for Android","AjEeTj_20","106","TRUE","FALSE" +"14620","14620","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:16:46","FALSE",NA,"852042791504891905",NA,"Twitter for Android","Ithrahim","106","TRUE","FALSE" +"14621","14621","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:16:29","FALSE",NA,"852042721376088066",NA,"Twitter for iPhone","KavitaNF","106","TRUE","FALSE" +"14622","14622","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 06:16:25","FALSE",NA,"852042704934457344",NA,"Twitter Lite","DrNihden","13","TRUE","FALSE" +"14623","14623","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 06:16:20","FALSE",NA,"852042683677687810",NA,"Twitter Web Client","nidhidan","337","TRUE","FALSE" +"14624","14624","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:16:16","FALSE",NA,"852042666351120384",NA,"Twitter for Android","futbolgowtham","106","TRUE","FALSE" +"14625","14625","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:15:42","FALSE",NA,"852042524239708160",NA,"Twitter for Android","purushottam_kr","106","TRUE","FALSE" +"14626","14626","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:15:34","FALSE",NA,"852042488223211523",NA,"Twitter for Android","DhirajRathod03","106","TRUE","FALSE" +"14627","14627","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:14:32","FALSE",NA,"852042231313702914",NA,"Twitter Web Client","supreeth28","106","TRUE","FALSE" +"14628","14628","The latest The Demonetization Daily! https://t.co/A8MpGe4698 Thanks to @Amor_y_Rabia #news","FALSE","0",NA,"2017-04-12 06:14:27","FALSE",NA,"852042207263469569",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"14629","14629","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:13:47","FALSE",NA,"852042043161427968",NA,"TweetDeck","coolfunnytshirt","106","TRUE","FALSE" +"14630","14630","RT @attomeybharti: Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.c�","FALSE","0",NA,"2017-04-12 06:13:39","FALSE",NA,"852042007790759936",NA,"Twitter for iPhone","vivekgangishett","106","TRUE","FALSE" +"14631","14631","Headline blames demonetization, report says lack of supply due to staff shortage and year-end closing. https://t.co/0jOTXeMFXa","FALSE","73",NA,"2017-04-12 06:12:56","FALSE",NA,"852041827305701378",NA,"Twitter for iPhone","attomeybharti","106","FALSE","FALSE" +"14632","14632","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 06:10:26","FALSE",NA,"852041200076955648",NA,"Twitter Lite","gohanvsrohan","13","TRUE","FALSE" +"14633","14633","@digvijaya_28 @inshorts I strongly hope that you fight the next general election too on the premise of failed demonetization exercise.","FALSE","0","digvijaya_28","2017-04-12 06:06:59","FALSE","852039519326969856","852040331616899072","371730289","Twitter Web Client","PainChant4U","0","FALSE","FALSE" +"14634","14634","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 06:04:56","FALSE",NA,"852039815369334784",NA,"Twitter for Android","g_101010","13","TRUE","FALSE" +"14635","14635","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 06:04:41","FALSE",NA,"852039753314615296",NA,"Twitter for Android","g_101010","35","TRUE","FALSE" +"14636","14636","Saving his life as important as you let them 150+ die in demonetization scheme. Difference is only, this will give� https://t.co/HXFIT5zPH0","FALSE","0",NA,"2017-04-12 05:59:41","TRUE",NA,"852038491156262912",NA,"Twitter Web Client","AapkaSumo","0","FALSE","FALSE" +"14637","14637","RT @pGurus1: 30-min talk, crisp & informative on how Demonetization has taken the cash component out of Real Estate transactions https://t.�","FALSE","0",NA,"2017-04-12 05:58:13","FALSE",NA,"852038124477730816",NA,"Twitter Web Client","AarVee18","34","TRUE","FALSE" +"14638","14638","@John_Miller_GLR I think this is because of Demonetization #IncrementPremierLeague","FALSE","0","John_Miller_GLR","2017-04-12 05:57:54","FALSE","852031430460817408","852038045515735040","2285014032","Twitter for Android","abhikarmakar_i","0","FALSE","FALSE" +"14639","14639","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 05:57:25","FALSE",NA,"852037921490182145",NA,"Twitter for iPhone","lalitkashyap9","64","TRUE","FALSE" +"14640","14640","These ppl had no idea about demonetization & its effects. All their suggestions are useless, as they know nothing a� https://t.co/RKX04aS8Fc","FALSE","0",NA,"2017-04-12 05:57:23","TRUE",NA,"852037915773239296",NA,"Twitter Web Client","Unified_Human","0","FALSE","FALSE" +"14641","14641","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 05:57:23","FALSE",NA,"852037913953017856",NA,"Twitter for Android","sshail5455","13","TRUE","FALSE" +"14642","14642","To End #AdSenseGate #PRnightmare at #YouTube. +1.)Fire Susan Wojcicki +2.)Eliminate Advertiser Friendly +3.)End Demonetization #SaveYouTube","FALSE","0",NA,"2017-04-12 05:54:13","FALSE",NA,"852037118427774977",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"14643","14643","RT @Sweetseii: @John_Miller_GLR This is coz of Demonetization #IncrementPremierLeague","FALSE","0",NA,"2017-04-12 05:51:58","FALSE",NA,"852036552427356161",NA,"Twitter for Android","sm_influencer","1","TRUE","FALSE" +"14644","14644","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 05:51:00","FALSE",NA,"852036306079105028",NA,"Twitter Lite","mangal_charan","35","TRUE","FALSE" +"14645","14645","@John_Miller_GLR This is coz of Demonetization #IncrementPremierLeague","FALSE","0","John_Miller_GLR","2017-04-12 05:50:22","FALSE","852031430460817408","852036147689668609","2285014032","Twitter Web Client","Sweetseii","1","FALSE","FALSE" +"14646","14646","RT @SpencerKarter: I hope #KarmaBites @SusanWojcicki because of #YouTube's #AdsenseGate aka #Demonetization #PRnightmare. #FireSusanWojcick�","FALSE","0",NA,"2017-04-12 05:49:43","FALSE",NA,"852035984002662400",NA,"Twitter Web Client","jamesjimcie","1","TRUE","FALSE" +"14647","14647","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:49:24","FALSE",NA,"852035906542292993",NA,"Twitter for Android","snjy_rajguru","337","TRUE","FALSE" +"14648","14648","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 05:44:15","FALSE",NA,"852034610036826112",NA,"Twitter for Android","dramoly","30","TRUE","FALSE" +"14649","14649","RT @dimaagkoshot: Rules more complicated than demonetization https://t.co/01ZwCMFzCa","FALSE","0",NA,"2017-04-12 05:41:48","FALSE",NA,"852033991628673029",NA,"Twitter for Android","iH4RD1K","1","TRUE","FALSE" +"14650","14650","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:39:24","FALSE",NA,"852033389225885696",NA,"Twitter for Android","IMPrasannaK","337","TRUE","FALSE" +"14651","14651","Rules more complicated than demonetization https://t.co/01ZwCMFzCa","FALSE","4",NA,"2017-04-12 05:36:59","FALSE",NA,"852032779441233920",NA,"Twitter for Android","dimaagkoshot","1","FALSE","FALSE" +"14652","14652","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 05:36:35","FALSE",NA,"852032681646870530",NA,"Twitter for iPhone","SwamiVipin","13","TRUE","FALSE" +"14653","14653","@achilles_sri @NSDLeGovernance Most pathetic service. CC executives said that delay is cos of demonetization and FY� https://t.co/5fG1AbLq6T","FALSE","0","achilles_sri","2017-04-12 05:36:35","TRUE","848878112179867649","852032681147678721","304288943","Twitter for Android","SaffronGopa","0","FALSE","FALSE" +"14654","14654","Very less impact of demonetization on the travel plans as 90% are planning a summer vacation as opposed to 86% in 2� https://t.co/B6ZKmbzMfP","FALSE","1",NA,"2017-04-12 05:35:04","TRUE",NA,"852032297473777668",NA,"Hootsuite","marghospitality","1","FALSE","FALSE" +"14655","14655","Please give a chance that persons who supported demonetization. +I am sure you take a quick action on that issue. +@narendramodi +@pmoindia","FALSE","0",NA,"2017-04-12 05:34:56","FALSE",NA,"852032264800051204",NA,"Mobile Web (M2)","DeepakMPrajapti","0","FALSE","FALSE" +"14656","14656","Only fools who believe in Demonetization !","FALSE","0",NA,"2017-04-12 05:34:25","FALSE",NA,"852032132872458241",NA,"Twitter Web Client","saisarath999","0","FALSE","FALSE" +"14657","14657","Dear sir +I am found 17000 rs in 500 and 1000 currency by mistake +We not deposit any amount in 500 or 1000 in Demonetization +@narendramodi","FALSE","0",NA,"2017-04-12 05:30:12","FALSE",NA,"852031073307328512",NA,"Mobile Web (M2)","DeepakMPrajapti","0","FALSE","FALSE" +"14658","14658","Macro effects of #demonetization increasingly visible now, though decline slowing every month, still need to be war� https://t.co/TWvnpJuAyP","FALSE","0",NA,"2017-04-12 05:28:42","TRUE",NA,"852030693894901760",NA,"Twitter for iPhone","khanraza","0","FALSE","FALSE" +"14659","14659","@kamaalrkhan Yes people like u should be banned like the demonetization u r face is like an ugly pig","FALSE","1","kamaalrkhan","2017-04-12 05:26:14","FALSE","852029390766587904","852030076082200576","115622213","Twitter for Android","anshul_barahate","0","FALSE","FALSE" +"14660","14660","Demonetization Impact was Short-lived: Tata Sponge MD https://t.co/yuVtv2Pwj8","FALSE","0",NA,"2017-04-12 05:26:02","FALSE",NA,"852030026480369664",NA,"Win the Customer","360Steel","0","FALSE","FALSE" +"14661","14661","@truth_prevails3 And @narendramodi by surprise steps like demonetization and raids on shell comp tried to break int� https://t.co/6Uj20Fwz28","FALSE","0","truth_prevails3","2017-04-12 05:24:44","TRUE","852029227498995712","852029696720097281","2539525823","Twitter for iPhone","visnit25","0","FALSE","FALSE" +"14662","14662","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:24:25","FALSE",NA,"852029617862881281",NA,"Twitter for Android","DeepeshLakhera","337","TRUE","FALSE" +"14663","14663","RT @SreeIyer1: 30-min talk, crisp & informative on how Demonetization has taken the cash component out of Real Estate transactions https://�","FALSE","0",NA,"2017-04-12 05:23:28","FALSE",NA,"852029380142309378",NA,"Twitter for Android","AshutoshMakup","49","TRUE","FALSE" +"14664","14664","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:20:07","FALSE",NA,"852028535682224128",NA,"Twitter for Android","dharmiccitizen","337","TRUE","FALSE" +"14665","14665","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:20:03","FALSE",NA,"852028518858858499",NA,"Twitter for Android","mraja99","337","TRUE","FALSE" +"14666","14666","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:19:19","FALSE",NA,"852028334229684225",NA,"Twitter for Android","NavneetKamalia","337","TRUE","FALSE" +"14667","14667","RT @raghuramrajang: Can cash -- or the end of cash -- end poverty in India? +https://t.co/fh5jfmuIZx","FALSE","0",NA,"2017-04-12 05:16:45","FALSE",NA,"852027690097844224",NA,"Twitter for Android","barethia","1","TRUE","FALSE" +"14668","14668","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 05:16:20","FALSE",NA,"852027583147393024",NA,"Twitter for Android","neena_zeba","64","TRUE","FALSE" +"14669","14669","When you know you're with the YouTube demonetization god! And the LZs https://t.co/2Ocf5SLewQ","FALSE","19",NA,"2017-04-12 05:14:45","FALSE",NA,"852027184537419778",NA,"Facebook","AlfredoMancuso","1","FALSE","FALSE" +"14670","14670","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:13:39","FALSE",NA,"852026909542055936",NA,"Twitter for Android","TPrasad_7","337","TRUE","FALSE" +"14671","14671","Demonetization critics at work again. https://t.co/yNWUfK6Gvp","FALSE","0",NA,"2017-04-12 05:09:13","FALSE",NA,"852025794452873217",NA,"Twitter Web Client","Unified_Human","0","FALSE","FALSE" +"14672","14672","The small fry in the RSS must be hopping mad Modi warned only Ambani .Adani & top BJP ppl about #demonetization +https://t.co/uMnIjYifGD","FALSE","0",NA,"2017-04-12 05:08:35","FALSE",NA,"852025633425154054",NA,"Twitter Web Client","The_Indian_Goy","0","FALSE","FALSE" +"14673","14673","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 05:06:11","FALSE",NA,"852025030607110145",NA,"Twitter for iPhone","chargerse1974","92","TRUE","FALSE" +"14674","14674","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 05:04:51","FALSE",NA,"852024693468966912",NA,"Twitter Web Client","adiscover","337","TRUE","FALSE" +"14675","14675","#OffendEveryoneIn4Words the #demonetization was useless.","FALSE","0",NA,"2017-04-12 05:03:29","FALSE",NA,"852024350479835137",NA,"Twitter Web Client","KhotChaitanya","0","FALSE","FALSE" +"14676","14676","BJP MLA Bhawani Singh Rajawat Criticised Demonetization Move https://t.co/Usk2Fenucf https://t.co/ORygYI1034","FALSE","0",NA,"2017-04-12 05:02:59","FALSE",NA,"852024225070161921",NA,"National Herald News","NHTweeting","0","FALSE","FALSE" +"14677","14677","RT @saritray2001: Easy solution? Call it anti-national to do cash transactions #demonetization https://t.co/vtVrOazhib","FALSE","0",NA,"2017-04-12 05:01:30","FALSE",NA,"852023852372705284",NA,"Twitter for Android","sharroness","1","TRUE","FALSE" +"14678","14678","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 05:01:12","FALSE",NA,"852023775230963712",NA,"Twitter for iPhone","Triquetra331","92","TRUE","FALSE" +"14679","14679","Give your business what it needs after demonetization. Boost your sales with a fully integrated payment solution #AtomPower","FALSE","0",NA,"2017-04-12 05:00:05","FALSE",NA,"852023493780578310",NA,"Twitter Web Client","AtomTech_India","0","FALSE","FALSE" +"14680","14680","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 04:54:37","FALSE",NA,"852022119617581056",NA,"Twitter for Android","SonuSinghai","337","TRUE","FALSE" +"14681","14681","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 04:53:51","FALSE",NA,"852021927140929540",NA,"Twitter for Android","Salah4u","35","TRUE","FALSE" +"14682","14682","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 04:53:14","FALSE",NA,"852021769032445955",NA,"Twitter for iPhone","rahulgrover88","337","TRUE","FALSE" +"14683","14683","Demonetization of Rs. 500 and Rs. 1000 currency notes https://t.co/H18bRZnDFu","FALSE","0",NA,"2017-04-12 04:51:39","FALSE",NA,"852021370099703809",NA,"dlvr.it","broadbandforum","0","FALSE","FALSE" +"14684","14684","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 04:51:11","FALSE",NA,"852021255335141377",NA,"Twitter for Android","RealMohsin25","35","TRUE","FALSE" +"14685","14685","@ndtv Mamata you earned this, you are going to pay for the Democide you committed post demonetization. NDTV pls di� https://t.co/hact8BbB8O","FALSE","0","ndtv","2017-04-12 04:51:05","TRUE","852014697717022721","852021227313020929","37034483","Twitter Web Client","Shantanu_Kasta","0","FALSE","FALSE" +"14686","14686","@dna She earned this with her post demonetization crimes.Not astonished to hear this news,it was known this thing i� https://t.co/HN1MVq6XXp","FALSE","0","dna","2017-04-12 04:47:37","TRUE","852008530924118019","852020354809610240","17710740","Twitter Web Client","Shantanu_Kasta","0","FALSE","FALSE" +"14687","14687","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 04:46:32","FALSE",NA,"852020085476556801",NA,"Twitter Web Client","AarVee18","337","TRUE","FALSE" +"14688","14688","@ndtv It seems no-one here knows of her Democidal crimes she committed in WB since demonetization because none of t� https://t.co/8M5c1mJgPi","FALSE","1","ndtv","2017-04-12 04:40:42","TRUE","852008611207200768","852018615574339584","37034483","Twitter Web Client","Shantanu_Kasta","0","FALSE","FALSE" +"14689","14689","RT @ANTHONYBLOGAN: The thing about is I can review the demonetization, but it might take 24 hours. By the time they reinstate it, peak vie�","FALSE","0",NA,"2017-04-12 04:39:28","FALSE",NA,"852018305158103043",NA,"Twitter for Android","rickyyo2010","2","TRUE","FALSE" +"14690","14690","#India #oil demand shrinks for third month amid demonetization drag. Read more: https://t.co/tGZOknduSE +@vidyarthee","FALSE","0",NA,"2017-04-12 04:34:02","FALSE",NA,"852016938171551748",NA,"Twitter for Android","rishibhimtal","0","FALSE","FALSE" +"14691","14691","Funny how �demonetize� includes the word �demonize�. +��� +https://t.co/oTurfHuvfu +���","FALSE","0",NA,"2017-04-12 04:32:09","FALSE",NA,"852016464978509824",NA,"Twitter for Mac","RaptorRAF","0","FALSE","FALSE" +"14692","14692","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-12 04:30:30","FALSE",NA,"852016048492601345",NA,"Twitter for Android","VadiaShradha","6","TRUE","FALSE" +"14693","14693","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 04:23:03","FALSE",NA,"852014176163700737",NA,"Twitter for Android","Bhavesh99T","64","TRUE","FALSE" +"14694","14694","@arunjaitley @FinMinIndia @PMOIndia No machine working in @TheOfficialSBI Wale estate thane branch no withdrawal. Demonetization failed.","FALSE","0","arunjaitley","2017-04-12 04:17:41","FALSE",NA,"852012825006415874","2183816041","Twitter for Android","ahshukla","0","FALSE","FALSE" +"14695","14695","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 04:16:49","FALSE",NA,"852012603702259717",NA,"Twitter Web Client","SupremeHarish","337","TRUE","FALSE" +"14696","14696","@arunjaitley @FinMinIndia @PMOIndia No money in @CorpBanking ATm in thane and Bhiwandi. Demonetization failed","FALSE","0","arunjaitley","2017-04-12 04:16:41","FALSE",NA,"852012574031855616","2183816041","Twitter for Android","ahshukla","0","FALSE","FALSE" +"14697","14697","#SupremeCourt ruling on #note exchange window in July + +https://t.co/ZVup54iAh5 +#demonetization #RBI","FALSE","0",NA,"2017-04-12 04:16:22","FALSE",NA,"852012491139825664",NA,"Twitter Web Client","Lexmeridian","1","FALSE","FALSE" +"14698","14698","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 04:12:37","FALSE",NA,"852011547224297472",NA,"Twitter for Android","amitdeshwal77","13","TRUE","FALSE" +"14699","14699","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 04:12:08","FALSE",NA,"852011429016121348",NA,"Twitter for Android","Anarchified","35","TRUE","FALSE" +"14700","14700","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 04:10:51","FALSE",NA,"852011105098412038",NA,"Twitter for Android","mrigank3561","337","TRUE","FALSE" +"14701","14701","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 04:10:38","FALSE",NA,"852011048047595521",NA,"Twitter for Android","imabhaygupta","13","TRUE","FALSE" +"14702","14702","RT @brumbyOz: How else do you think he comes up with such brilliant ideas like demonetization petrol pump holiday etc etc https://t.co/xrc�","FALSE","0",NA,"2017-04-12 04:10:27","FALSE",NA,"852011001729794053",NA,"Twitter for Android","imabhaygupta","1","TRUE","FALSE" +"14703","14703","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 04:10:02","FALSE",NA,"852010897962786817",NA,"Twitter for Android","PinakinMehta1","64","TRUE","FALSE" +"14704","14704","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 04:09:27","FALSE",NA,"852010753078960131",NA,"Twitter for iPhone","indigokores","13","TRUE","FALSE" +"14705","14705","RT @ashu3page: As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made ava�","FALSE","0",NA,"2017-04-12 04:09:11","FALSE",NA,"852010686582358016",NA,"Twitter for Android","santhosh7681","13","TRUE","FALSE" +"14706","14706","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 04:07:57","FALSE",NA,"852010375985872896",NA,"Twitter for iPhone","Honesty_Radical","92","TRUE","FALSE" +"14707","14707","Look at the timelines and numbers to see the impact of demonetization. https://t.co/bpd6YzPOCP","FALSE","0",NA,"2017-04-12 04:07:33","FALSE",NA,"852010275213418497",NA,"Twitter for iPhone","KanchenjungaEve","0","FALSE","FALSE" +"14708","14708","How else do you think he comes up with such brilliant ideas like demonetization petrol pump holiday etc etc https://t.co/xrcX045AOo","FALSE","3",NA,"2017-04-12 04:05:33","FALSE",NA,"852009770798030851",NA,"Twitter for Android","brumbyOz","1","FALSE","FALSE" +"14709","14709","As ATMs dry up despite 5 months post Demonetization, bankers hopefully the normalcy will return�soon & cash will be made available in ATMs.","FALSE","19",NA,"2017-04-12 04:05:24","FALSE",NA,"852009733540134912",NA,"Twitter for Android","ashu3page","13","FALSE","FALSE" +"14710","14710","15 Impacts of Demonetization on Economy, Investment https://t.co/2KD2xFkPoA #mutualfund #SIP #investment #wealth https://t.co/XUk3C0ap5b","FALSE","0",NA,"2017-04-12 04:03:22","FALSE",NA,"852009222627655680",NA,"Tweet Old Post","RoboAdviso","0","FALSE","FALSE" +"14711","14711","Wonder if Govt received more money than #RBI issued. SC non-committal on exchange of old notes https://t.co/bAGg3VxVb8 #Demonetization","FALSE","0",NA,"2017-04-12 04:02:44","FALSE",NA,"852009061285371904",NA,"LinkedIn","krdpravin","0","FALSE","FALSE" +"14712","14712","@jayeshb did you join bzfd after demonetization and real estate crash? https://t.co/J8iOEgbfe6","FALSE","1","jayeshb","2017-04-12 04:02:14","FALSE",NA,"852008934206447617","11399702","Twitter for Android","prdyt","0","FALSE","FALSE" +"14713","14713","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:58:05","FALSE",NA,"852007891330416641",NA,"Twitter for Android","abhithewinner","337","TRUE","FALSE" +"14714","14714","@dna Biased govt.We were forced to celebrate Christmas2016 festival during the difficult time of demonetization.Not� https://t.co/jFV5X7E6ft","FALSE","0","dna","2017-04-12 03:55:41","TRUE","852004749239095296","852007286792835072","17710740","Twitter for Android","martinv17","0","FALSE","FALSE" +"14715","14715","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:54:31","FALSE",NA,"852006991803428864",NA,"Twitter for Android","HeckWeAre","337","TRUE","FALSE" +"14716","14716","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:54:24","FALSE",NA,"852006965769191424",NA,"Twitter for iPhone","ShambhuNathan","337","TRUE","FALSE" +"14717","14717","I liked a @YouTube video https://t.co/51Dc2mrjhR Sonu Nigam reveals how demonetization affected singers | #RSMMA","FALSE","0",NA,"2017-04-12 03:52:51","FALSE",NA,"852006572616110080",NA,"Google","mayur_sutone","0","FALSE","FALSE" +"14718","14718","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:49:45","FALSE",NA,"852005794996510721",NA,"Twitter for Android","akshaychandorka","337","TRUE","FALSE" +"14719","14719","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-12 03:48:32","FALSE",NA,"852005486719373312",NA,"Twitter for Android","AngryBoyfriend8","415","TRUE","FALSE" +"14720","14720","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 03:48:23","FALSE",NA,"852005450916782085",NA,"Twitter for Android","TritonePandinus","27","TRUE","FALSE" +"14721","14721","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 03:47:33","FALSE",NA,"852005240866041856",NA,"Twitter for Android","john_zealand","92","TRUE","FALSE" +"14722","14722","Demonetization? Keep Calm and Carry On! https://t.co/8kI5GC5uue via @YouTube","FALSE","0",NA,"2017-04-12 03:46:11","FALSE",NA,"852004895494373376",NA,"Twitter Web Client","PeterPeterson95","0","FALSE","FALSE" +"14723","14723","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:42:31","FALSE",NA,"852003972894392320",NA,"Twitter for Android","vikasg02","337","TRUE","FALSE" +"14724","14724","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:41:31","FALSE",NA,"852003722364321794",NA,"Twitter for Android","VocabSahab","337","TRUE","FALSE" +"14725","14725","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:40:53","FALSE",NA,"852003561701376001",NA,"Twitter for Android","ndpsr","35","TRUE","FALSE" +"14726","14726","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:39:52","FALSE",NA,"852003304951341056",NA,"Twitter for Android","ootbdevk","337","TRUE","FALSE" +"14727","14727","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:39:19","FALSE",NA,"852003169269932033",NA,"Twitter for Android","vinayakjeergal","337","TRUE","FALSE" +"14728","14728","Can cash -- or the end of cash -- end poverty in India? +https://t.co/fh5jfmuIZx","FALSE","5",NA,"2017-04-12 03:38:08","FALSE",NA,"852002869469470720",NA,"Twitter for Android","raghuramrajang","1","FALSE","FALSE" +"14729","14729","@RBI @arunjaitley sir, are you going to release old notes data as it is almost 3 mnths post demonetization.Is reconciliation still nt over?","FALSE","0","RBI","2017-04-12 03:35:22","FALSE",NA,"852002172816568320","478432912","Twitter for iPhone","shamil_shah","0","FALSE","FALSE" +"14730","14730","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-12 03:35:14","FALSE",NA,"852002141338193921",NA,"Twitter for Android","dimwittedjoker","415","TRUE","FALSE" +"14731","14731","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-12 03:34:38","FALSE",NA,"852001989953302529",NA,"Twitter for Android","Faisalsaye","415","TRUE","FALSE" +"14732","14732","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 03:34:34","FALSE",NA,"852001971842072578",NA,"Twitter Web Client","EggRetweet","92","TRUE","FALSE" +"14733","14733","RT @analyseasia: Hear @navkendar_IDC describe how the mobile wallets grabbed significant traction after #demonetization in #India https://�","FALSE","0",NA,"2017-04-12 03:33:08","FALSE",NA,"852001611790471169",NA,"Twitter for Android","navkendar_IDC","1","TRUE","FALSE" +"14734","14734","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-12 03:32:48","FALSE",NA,"852001528546250752",NA,"Twitter for iPhone","Helpdes99146637","415","TRUE","FALSE" +"14735","14735","RT @RealHistoryPic: Enough of Demonetization, Now it's time for DeSecularisation. (2017) https://t.co/4NtiL4fstd","FALSE","0",NA,"2017-04-12 03:32:18","FALSE",NA,"852001403639930880",NA,"Twitter for iPhone","nasrulhoda73","415","TRUE","FALSE" +"14736","14736","@RenukaJain6 @arjunrammeghwal Hypothetical, if Demonetization adjust it will too adjust for good. Goons and others� https://t.co/Dq5JQh8B5d","FALSE","0","RenukaJain6","2017-04-12 03:32:06","TRUE","851996495104548864","852001352045568000","3314383418","Twitter for Android","InderjeetKhann5","0","FALSE","FALSE" +"14737","14737","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:30:00","FALSE",NA,"852000822229467136",NA,"Twitter for Android","AmberRishi","35","TRUE","FALSE" +"14738","14738","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 03:28:55","FALSE",NA,"852000551466221568",NA,"Twitter for Windows Phone","pree2","27","TRUE","FALSE" +"14739","14739","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:27:04","FALSE",NA,"852000087710486528",NA,"Twitter for Android","abhijeetkum","337","TRUE","FALSE" +"14740","14740","@LongViewer $TSLA? You're kidding right? What next, you'll go to Mars and settle there? You have zero understanding� https://t.co/he6hPRFtUt","FALSE","0","LongViewer","2017-04-12 03:26:49","TRUE","851488827667390464","852000023474601986","756536758150504448","Twitter Web Client","BQInvstTraining","0","FALSE","FALSE" +"14741","14741","@moneycontrolcom @arunjaitley So d lower rate would hit the income of poor & enhance the profit of riche,richer&d r� https://t.co/EQqDGtoMSU","FALSE","0","moneycontrolcom","2017-04-12 03:20:26","TRUE","851996416499224577","851998416141828097","68927629","Twitter for Android","iamsrivas7","0","FALSE","FALSE" +"14742","14742","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:19:50","FALSE",NA,"851998265889275906",NA,"Twitter Web Client","ganakar","337","TRUE","FALSE" +"14743","14743","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 03:19:33","FALSE",NA,"851998193936203776",NA,"Twitter for iPhone","Dheeraj8128","27","TRUE","FALSE" +"14744","14744","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:19:25","FALSE",NA,"851998159647776768",NA,"Twitter Lite","someRohit","35","TRUE","FALSE" +"14745","14745","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 03:19:21","FALSE",NA,"851998143378071553",NA,"Hootsuite","basicincome","27","TRUE","FALSE" +"14746","14746","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 03:19:17","FALSE",NA,"851998125124399104",NA,"Hootsuite","scottsantens","27","TRUE","FALSE" +"14747","14747","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:13:15","FALSE",NA,"851996608531005441",NA,"Twitter for Android","Vishwal2801","337","TRUE","FALSE" +"14748","14748","@_N33R4J_ @RazdanNidhi Tweeted in a way as if buying so many flats is a crime. And how the hell #demonetization came into picture?","FALSE","0","_N33R4J_","2017-04-12 03:12:23","FALSE","851989127088267264","851996389366038528","56157980","Twitter for iPhone","fightfear2bfree","0","FALSE","FALSE" +"14749","14749","@tracybeanz @jimmysllama Twitter needs next to the - This demonetization is ridiculous.","FALSE","2","tracybeanz","2017-04-12 03:11:27","FALSE","851944499056193536","851996154086789120","24822993","Twitter for iPhone","FireDancer7997","0","FALSE","FALSE" +"14750","14750","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:10:12","FALSE",NA,"851995841808216064",NA,"Twitter Web Client","shefazzle","35","TRUE","FALSE" +"14751","14751","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:08:36","FALSE",NA,"851995440442744832",NA,"Twitter for iPhone","RetardedHurt","337","TRUE","FALSE" +"14752","14752","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 03:07:24","FALSE",NA,"851995136896540672",NA,"Twitter for Android","gops333","64","TRUE","FALSE" +"14753","14753","@htTweets @MahuaVenkatesh #demonetization BIGrevolutions leave Aftereffects frSm timeMust weNot bear n adjust Ukno� https://t.co/kfIoOzwugk","FALSE","2","htTweets","2017-04-12 03:06:52","TRUE","851990758479413248","851995000724271105","36327407","Twitter for Android","dr_nigam","0","FALSE","FALSE" +"14754","14754","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 03:05:33","FALSE",NA,"851994672121618432",NA,"Twitter for Android","MayankBhambhu","337","TRUE","FALSE" +"14755","14755","RT @ScrewedbyState: Pants on fire +#demonetization #Aadhaar https://t.co/kDav7Ef6Qr","FALSE","0",NA,"2017-04-12 03:05:22","FALSE",NA,"851994624780587008",NA,"Twitter Web Client","WhosGoneGalt","3","TRUE","FALSE" +"14756","14756","YouTube demonetization & censorship is increasing. Follow me on Vidme! + +https://t.co/ZYuaKJDi4h","FALSE","1",NA,"2017-04-12 03:04:25","FALSE",NA,"851994384866451456",NA,"TweetDeck","FoxeoGames","0","FALSE","FALSE" +"14757","14757","Easy solution? Call it anti-national to do cash transactions #demonetization https://t.co/vtVrOazhib","FALSE","0",NA,"2017-04-12 03:02:52","FALSE",NA,"851993995848949761",NA,"Twitter for iPhone","saritray2001","1","FALSE","FALSE" +"14758","14758","RT @ScrewedbyState: Pants on fire +#demonetization #Aadhaar https://t.co/kDav7Ef6Qr","FALSE","0",NA,"2017-04-12 03:02:38","FALSE",NA,"851993936042373121",NA,"Twitter for iPhone","venki001","3","TRUE","FALSE" +"14759","14759","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:02:35","FALSE",NA,"851993924671479809",NA,"Twitter for iPhone","Naamhaibulla","35","TRUE","FALSE" +"14760","14760","RT @ScrewedbyState: Pants on fire +#demonetization #Aadhaar https://t.co/kDav7Ef6Qr","FALSE","0",NA,"2017-04-12 03:02:28","FALSE",NA,"851993896120979456",NA,"Twitter for Android","queerindia","3","TRUE","FALSE" +"14761","14761","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 03:01:41","FALSE",NA,"851993696325300224",NA,"Twitter for iPhone","KamathVasudeva","35","TRUE","FALSE" +"14762","14762","Hear @navkendar_IDC describe how the mobile wallets grabbed significant traction after #demonetization in #India https://t.co/nk92SWh6Ao","FALSE","0",NA,"2017-04-12 03:00:22","FALSE",NA,"851993364824248320",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"14763","14763","Pants on fire +#demonetization #Aadhaar https://t.co/kDav7Ef6Qr","FALSE","0",NA,"2017-04-12 02:58:21","FALSE",NA,"851992858848395264",NA,"TweetDeck","ScrewedbyState","3","FALSE","FALSE" +"14764","14764","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:56:48","FALSE",NA,"851992470707515393",NA,"Twitter for Android","VTinDelhi","337","TRUE","FALSE" +"14765","14765","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 02:55:26","FALSE",NA,"851992126133022721",NA,"Twitter for Android","dhruvbhim","27","TRUE","FALSE" +"14766","14766","MUST READ! What Has Demonetization Done to 20 Trillion Human Trafficking Industry?? https://t.co/E0oHp69haR via @postcard_news","FALSE","1",NA,"2017-04-12 02:52:17","FALSE",NA,"851991333174640641",NA,"Linkis: turn sharing into growth","saur008","1","FALSE","FALSE" +"14767","14767","RT @ilusions4: YouTube hit pieces, demonetization, ads being pulled +Pepsi, Syria, United, Dina Ali +These last few weeks have been a fucking�","FALSE","0",NA,"2017-04-12 02:52:08","FALSE",NA,"851991294998192129",NA,"Twitter Web Client","SolemnisIsMemes","1","TRUE","FALSE" +"14768","14768","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:48:37","FALSE",NA,"851990410838761473",NA,"Twitter for Android","idhairya","337","TRUE","FALSE" +"14769","14769","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/phQUjsVIzq #orlando","FALSE","0",NA,"2017-04-12 02:48:24","FALSE",NA,"851990353217499136",NA,"IFTTT","OrlandoMediaSoc","0","FALSE","FALSE" +"14770","14770","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:44:38","FALSE",NA,"851989406336434181",NA,"Twitter for Android","ChiragAdvani","337","TRUE","FALSE" +"14771","14771","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:44:31","FALSE",NA,"851989377895075840",NA,"Twitter Web Client","SridharPaladugu","337","TRUE","FALSE" +"14772","14772","Another neo-nationalist chaddhi gang bhakt being investigated for anti-national activities #demonetization fallout� https://t.co/YgE83jS7y2","FALSE","0",NA,"2017-04-12 02:43:50","TRUE",NA,"851989207077842944",NA,"Twitter Web Client","dramalover4er","0","FALSE","FALSE" +"14773","14773","Wow....! Those protesting demonetization were black money holder, those worried about citizen rights are anti-natio� https://t.co/BMVhfWGPPM","FALSE","0",NA,"2017-04-12 02:41:50","TRUE",NA,"851988703249547264",NA,"Twitter for Android","manishkbaid","0","FALSE","FALSE" +"14774","14774","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:34:14","FALSE",NA,"851986790365790208",NA,"Twitter for iPhone","cookiieesxoxo","337","TRUE","FALSE" +"14775","14775","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 02:33:49","FALSE",NA,"851986685437112320",NA,"Twitter for iPhone","IvonneIvonnee69","92","TRUE","FALSE" +"14776","14776","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 02:31:15","FALSE",NA,"851986040827113472",NA,"Twitter for iPhone","pallavijha","35","TRUE","FALSE" +"14777","14777","Hear @navkendar_IDC discuss how the Indian citizens leverage on technology to overcome the #demonetization in #India https://t.co/nk92SWh6Ao","FALSE","1",NA,"2017-04-12 02:30:07","FALSE",NA,"851985752405757952",NA,"Buffer","analyseasia","1","FALSE","FALSE" +"14778","14778","RT @vbeachcomber: @ArvindKejriwal Another farcical allegations. No1 bought ur demonetization crap & no1 will buy EVM. Cry a river for all w�","FALSE","0",NA,"2017-04-12 02:27:40","FALSE",NA,"851985136371458048",NA,"Twitter for Android","a_miglani","1","TRUE","FALSE" +"14779","14779","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 02:27:12","FALSE",NA,"851985019752992768",NA,"Twitter for iPhone","budmandavid","92","TRUE","FALSE" +"14780","14780","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:21:21","FALSE",NA,"851983548668149760",NA,"Twitter for Android","Shreyas_Shetty","337","TRUE","FALSE" +"14781","14781","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-12 02:19:48","FALSE",NA,"851983156861222913",NA,"Twitter for Android","ramanswall","64","TRUE","FALSE" +"14782","14782","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 02:17:50","FALSE",NA,"851982662990532608",NA,"Twitter for Android","_SrinivasAndra","27","TRUE","FALSE" +"14783","14783","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:14:41","FALSE",NA,"851981869948088320",NA,"Twitter for iPhone","amitdat36426455","6","TRUE","FALSE" +"14784","14784","The latest The Demonetization Daily! https://t.co/A8MpGdMvhA Thanks to @VallumConnect @CoastOilSpill @ItsOnlyRawman #india #news","FALSE","0",NA,"2017-04-12 02:13:44","FALSE",NA,"851981632739344384",NA,"Paper.li","mituamin","0","FALSE","FALSE" +"14785","14785","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 02:13:41","FALSE",NA,"851981616180326400",NA,"Twitter for Android","dasbk82","35","TRUE","FALSE" +"14786","14786","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:12:43","FALSE",NA,"851981373669752834",NA,"Twitter for iPhone","sswamiramdev","6","TRUE","FALSE" +"14787","14787","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 02:11:20","FALSE",NA,"851981027509583872",NA,"Twitter for iPad","t_d_h_nair","35","TRUE","FALSE" +"14788","14788","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:10:44","FALSE",NA,"851980877370335232",NA,"Twitter for iPhone","dattamit1977","6","TRUE","FALSE" +"14789","14789","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 02:09:55","FALSE",NA,"851980671899906048",NA,"Twitter for Android","KVN_athreya","337","TRUE","FALSE" +"14790","14790","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:08:22","FALSE",NA,"851980280923537408",NA,"Twitter for iPhone","dattaamit1977","6","TRUE","FALSE" +"14791","14791","Currency operater s are still active.#demonetization. +@adhia03 @PMOIndia https://t.co/IGSYV5a31P","FALSE","0",NA,"2017-04-12 02:06:49","FALSE",NA,"851979889708236800",NA,"Twitter for Android","maana2006","0","FALSE","FALSE" +"14792","14792","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:05:42","FALSE",NA,"851979607368646657",NA,"Twitter for iPhone","dattaamit11","6","TRUE","FALSE" +"14793","14793","RT @Dattaamit11Amit: Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old notes�","FALSE","0",NA,"2017-04-12 02:03:20","FALSE",NA,"851979015346765829",NA,"Twitter for iPhone","mrozdYToanqAqd4","6","TRUE","FALSE" +"14794","14794","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 02:02:54","FALSE",NA,"851978905435111424",NA,"Twitter Web Client","rverm88","35","TRUE","FALSE" +"14795","14795","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:59:59","FALSE",NA,"851978172413480960",NA,"Twitter for Android","ravikudupa","337","TRUE","FALSE" +"14796","14796","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:57:30","FALSE",NA,"851977543766953985",NA,"Twitter for Android","jamewils","35","TRUE","FALSE" +"14797","14797","3.5*/5 #PuthanPanam Excellent #PuthanPanamReview demonetization plot, kasaragode accent, different getup � https://t.co/V9d35drjiS","FALSE","0",NA,"2017-04-12 01:56:17","TRUE",NA,"851977240246198273",NA,"Twitter Web Client","_Review_Rating","0","FALSE","FALSE" +"14798","14798","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:55:09","FALSE",NA,"851976955456913408",NA,"Twitter for Android","TheNewDawnforAA","35","TRUE","FALSE" +"14799","14799","Savita Gupta mam our #Soldiers are fighting day n night for our safety n u r only concerned about exchanging old no� https://t.co/aC0n1puybj","FALSE","8",NA,"2017-04-12 01:54:52","TRUE",NA,"851976884816674816",NA,"Twitter Web Client","Dattaamit11Amit","6","FALSE","FALSE" +"14800","14800","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:54:45","FALSE",NA,"851976855355703296",NA,"Twitter for Android","boredkangaroo","337","TRUE","FALSE" +"14801","14801","I did a #stream with @Tonkasaw discussing some possible solutions to the demonetization happening on #youtube https://t.co/n78Axsomcd","FALSE","1",NA,"2017-04-12 01:52:23","FALSE",NA,"851976257835327489",NA,"Twitter for iPhone","ArthuRhetorical","0","FALSE","FALSE" +"14802","14802","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:52:20","FALSE",NA,"851976245340364801",NA,"Twitter for Android","autumnshade","35","TRUE","FALSE" +"14803","14803","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:51:52","FALSE",NA,"851976128101203968",NA,"Twitter for Android","1businessrule","35","TRUE","FALSE" +"14804","14804","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:49:21","FALSE",NA,"851975494971015168",NA,"Twitter for Android","snjykhtr","35","TRUE","FALSE" +"14805","14805","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:48:23","FALSE",NA,"851975250971701248",NA,"Twitter for Android","inderjeet12377","337","TRUE","FALSE" +"14806","14806","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:47:53","FALSE",NA,"851975124399960064",NA,"Twitter for Android","natashasamani","35","TRUE","FALSE" +"14807","14807","RT @hi_paresh: Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained @sanjayuv�","FALSE","0",NA,"2017-04-12 01:47:15","FALSE",NA,"851974965742141440",NA,"Twitter for Android","sanjayuvacha","35","TRUE","FALSE" +"14808","14808","RT @TCS: In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders. https://t.co/�","FALSE","0",NA,"2017-04-12 01:44:13","FALSE",NA,"851974201280012288",NA,"Twitter for Android","palumbo_lucio","6","TRUE","FALSE" +"14809","14809","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 01:42:56","FALSE",NA,"851973878435819520",NA,"Twitter for iPhone","Arun2981","30","TRUE","FALSE" +"14810","14810","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:41:54","FALSE",NA,"851973618003320835",NA,"Twitter for Android","SanjayKrJha8","337","TRUE","FALSE" +"14811","14811","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:41:14","FALSE",NA,"851973452298715136",NA,"Twitter for Android","ecoright","337","TRUE","FALSE" +"14812","14812","In the wake of #demonetization in India, here's how NBFCs are filling the void left behind by the informal #lenders� https://t.co/VBOr1dxowe","FALSE","14",NA,"2017-04-12 01:41:01","TRUE",NA,"851973396372094976",NA,"Buffer","TCS","6","FALSE","FALSE" +"14813","14813","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/KV2yuQXCx6 #Chicago","FALSE","0",NA,"2017-04-12 01:40:31","FALSE",NA,"851973271708983296",NA,"IFTTT","ChicagoSocialMe","0","FALSE","FALSE" +"14814","14814","Last goalpost of demonetization was ""less cash economy"". Going for a royal toss. CAG should audit. +@IndiaExplained� https://t.co/21sGKiieaD","FALSE","24",NA,"2017-04-12 01:40:01","TRUE",NA,"851973146932633600",NA,"Twitter for Android","hi_paresh","35","FALSE","FALSE" +"14815","14815","@ArvindKejriwal Another farcical allegations. No1 bought ur demonetization crap & no1 will buy EVM. Cry a river for� https://t.co/MfgPLFWiuY","FALSE","1","ArvindKejriwal","2017-04-12 01:39:07","TRUE","851963861213356032","851972919815262209","405427035","Twitter for iPhone","vbeachcomber","1","FALSE","FALSE" +"14816","14816","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 01:31:12","FALSE",NA,"851970927449583616",NA,"Twitter for Android","virgokaran","27","TRUE","FALSE" +"14817","14817","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 01:30:25","FALSE",NA,"851970731407572997",NA,"Twitter for Android","palu3124v","27","TRUE","FALSE" +"14818","14818","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 01:28:51","FALSE",NA,"851970334651670528",NA,"Twitter for iPhone","RosemarySherbo1","92","TRUE","FALSE" +"14819","14819","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:27:19","FALSE",NA,"851969949748912128",NA,"Twitter for iPhone","saishailendra","337","TRUE","FALSE" +"14820","14820","@raj11117 @logical2indian @rkbaylan @sharadsharma1 6) nw since that idea failed bcoz of demonetization, booth capturing is d nw idea","FALSE","0","dsuditya","2017-04-12 01:24:04","FALSE","851968951835688962","851969131494612992","2991076082","Twitter for Android","dsuditya","0","FALSE","FALSE" +"14821","14821","@raj11117 @logical2indian @rkbaylan @sharadsharma1 4) demonetization b4 Punjab election n asking 4 a roll back.","FALSE","0","dsuditya","2017-04-12 01:21:27","FALSE","851968163558244352","851968474456899585","2991076082","Twitter for Android","dsuditya","0","FALSE","FALSE" +"14822","14822","@TOIIndiaNews This is what called development.Neither demonetization nor digitalization bring anything better than� https://t.co/mBtHqklB5c","FALSE","0","TOIIndiaNews","2017-04-12 01:20:47","TRUE","851967240656240640","851968303627206656","29958928","Twitter for iPhone","Rajindia1977","0","FALSE","FALSE" +"14823","14823","A number which as you are not Kohli's scores but the Demonetization tableau.","FALSE","0",NA,"2017-04-12 01:19:40","FALSE",NA,"851968025930674177",NA,"scifi_ebooks","ghost_writerwa","0","FALSE","FALSE" +"14824","14824","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 01:15:01","FALSE",NA,"851966853450792960",NA,"Twitter for iPhone","kiranravikumar","337","TRUE","FALSE" +"14825","14825","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 01:14:05","FALSE",NA,"851966621107322880",NA,"Twitter for iPhone","jessels46","92","TRUE","FALSE" +"14826","14826","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-12 01:11:36","FALSE",NA,"851965994549555201",NA,"Twitter for Android","Georgekurian4K","30","TRUE","FALSE" +"14827","14827","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 01:11:31","FALSE",NA,"851965973636763648",NA,"Twitter for Android","EasyPNetwork","92","TRUE","FALSE" +"14828","14828","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 01:07:49","FALSE",NA,"851965040341073920",NA,"Twitter for Android","reidsmith43","92","TRUE","FALSE" +"14829","14829","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 01:07:32","FALSE",NA,"851964972838072321",NA,"Twitter Web Client","BenNatureAddict","124","TRUE","FALSE" +"14830","14830","U r right. people find ways out and govt loses revenue. demonetization, prohibition,GST implementation are speed br� https://t.co/LLwy3POJkc","FALSE","1",NA,"2017-04-12 00:57:48","TRUE",NA,"851962521049325569",NA,"Twitter for iPad","Pankaj17299614","0","FALSE","FALSE" +"14831","14831","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 00:50:44","FALSE",NA,"851960742442041344",NA,"Twitter for Android","4MyPeers","27","TRUE","FALSE" +"14832","14832","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/zOejmyC4Ce","FALSE","0",NA,"2017-04-12 00:45:39","FALSE",NA,"851959465247113216",NA,"IFTTT","OaklandMedia2","0","FALSE","FALSE" +"14833","14833","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/UYQq1icmaA https://t.co/7mNEG0bnDr #SF","FALSE","0",NA,"2017-04-12 00:45:27","FALSE",NA,"851959414995255296",NA,"IFTTT","SanFranSocialMe","0","FALSE","FALSE" +"14834","14834","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:36:37","FALSE",NA,"851957190932013056",NA,"Twitter Web Client","DorothyPCarter","124","TRUE","FALSE" +"14835","14835","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-12 00:35:59","FALSE",NA,"851957032282411008",NA,"Twitter Web Client","hamel1776","92","TRUE","FALSE" +"14836","14836","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-12 00:33:13","FALSE",NA,"851956334048051200",NA,"Twitter for iPhone","ramanandnand1","337","TRUE","FALSE" +"14837","14837","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:30:16","FALSE",NA,"851955593489338368",NA,"Twitter Web Client","ManjuGautam1962","124","TRUE","FALSE" +"14838","14838","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:28:18","FALSE",NA,"851955095738757120",NA,"Twitter Web Client","EdwardMartain","124","TRUE","FALSE" +"14839","14839","as OCI with foreign passports should we not be or contribute to the India economy. We should also be allowed the demonetization benefits","FALSE","0",NA,"2017-04-12 00:27:39","FALSE",NA,"851954933486297088",NA,"Twitter Web Client","razznyc","0","FALSE","FALSE" +"14840","14840","RT @zennie62: YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/xZBxo6yuD2","FALSE","0",NA,"2017-04-12 00:26:28","FALSE",NA,"851954637662027776",NA,"Twitter for Android","Tr8Lechescake13","1","TRUE","FALSE" +"14841","14841","YouTube Demonetization Baseless As Young Turks Get Off Scot Free � https://t.co/faZgfDBexf","FALSE","0",NA,"2017-04-12 00:23:21","FALSE",NA,"851953853662625792",NA,"IFTTT","zennie62","0","FALSE","FALSE" +"14842","14842","RT @zennie62: YouTube Demonetization Baseless As Young Turks Get Off Scot Free � Vlog https://t.co/PnGmN7bWVE","FALSE","0",NA,"2017-04-12 00:19:35","FALSE",NA,"851952904999231488",NA,"Twitter for Android","CodeOfQulnduct","1","TRUE","FALSE" +"14843","14843","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:19:30","FALSE",NA,"851952884791095296",NA,"Twitter Web Client","Kerry_Gorgone","124","TRUE","FALSE" +"14844","14844","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:19:21","FALSE",NA,"851952843657555969",NA,"Twitter Web Client","SylviaJanotta","124","TRUE","FALSE" +"14845","14845","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:19:00","FALSE",NA,"851952758152466433",NA,"Twitter Web Client","WebMavenFred","126","TRUE","FALSE" +"14846","14846","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:17:06","FALSE",NA,"851952279506866177",NA,"Twitter Web Client","SofiaMiller0","124","TRUE","FALSE" +"14847","14847","RT YarmolukDan: Riffin' on demonetization https://t.co/VOaiCvXFeH","FALSE","0",NA,"2017-04-12 00:16:12","FALSE",NA,"851952053979107330",NA,"IFTTT","KarthiSRV","0","FALSE","FALSE" +"14848","14848","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:16:09","FALSE",NA,"851952040750329856",NA,"Twitter Web Client","DorothyPCarter","126","TRUE","FALSE" +"14849","14849","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:14:19","FALSE",NA,"851951578407997440",NA,"Twitter Web Client","Alice44567","126","TRUE","FALSE" +"14850","14850","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:12:43","FALSE",NA,"851951177495392256",NA,"Twitter Web Client","galdinus_gomes","124","TRUE","FALSE" +"14851","14851","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:12:22","FALSE",NA,"851951088278413315",NA,"Twitter Web Client","Noemie__Taylor","124","TRUE","FALSE" +"14852","14852","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:11:48","FALSE",NA,"851950943805599746",NA,"Twitter Web Client","VivienGertsch","126","TRUE","FALSE" +"14853","14853","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/WidF0QZPms #Oakland","FALSE","0",NA,"2017-04-12 00:11:35","FALSE",NA,"851950890986635264",NA,"IFTTT","OaklandNews2","0","FALSE","FALSE" +"14854","14854","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/TLTlos7Bo8 #Oakland","FALSE","0",NA,"2017-04-12 00:11:34","FALSE",NA,"851950885076905984",NA,"IFTTT","OaklandNews2","0","FALSE","FALSE" +"14855","14855","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/ZAtEFzJNAP","FALSE","0",NA,"2017-04-12 00:11:31","FALSE",NA,"851950871911034880",NA,"IFTTT","MiamiSportsSoci","0","FALSE","FALSE" +"14856","14856","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:11:21","FALSE",NA,"851950830836215808",NA,"Twitter Web Client","Bakerlewis85","124","TRUE","FALSE" +"14857","14857","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:10:44","FALSE",NA,"851950676003500034",NA,"Twitter Web Client","JenkinsShayanna","124","TRUE","FALSE" +"14858","14858","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:10:41","FALSE",NA,"851950666184613888",NA,"Twitter Web Client","SMM_Lisa","126","TRUE","FALSE" +"14859","14859","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:10:30","FALSE",NA,"851950617727827968",NA,"Twitter Web Client","SofiaMiller0","126","TRUE","FALSE" +"14860","14860","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/lwUVdwUvIG","FALSE","0",NA,"2017-04-12 00:09:22","FALSE",NA,"851950331990769664",NA,"IFTTT","CelebBlogNews1","0","FALSE","FALSE" +"14861","14861","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:09:11","FALSE",NA,"851950288424587265",NA,"Twitter Web Client","Kerry_Gorgone","126","TRUE","FALSE" +"14862","14862","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:07:42","FALSE",NA,"851949913369923585",NA,"Twitter Web Client","VivienGertsch","124","TRUE","FALSE" +"14863","14863","RT @JustinSandefur: Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavall�","FALSE","0",NA,"2017-04-12 00:07:36","FALSE",NA,"851949888858243072",NA,"Twitter for Android","sounddappans","27","TRUE","FALSE" +"14864","14864","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:07:32","FALSE",NA,"851949870395142149",NA,"Twitter Web Client","SMM_Lisa","124","TRUE","FALSE" +"14865","14865","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:07:10","FALSE",NA,"851949778971881472",NA,"Twitter Web Client","John_____Brown","126","TRUE","FALSE" +"14866","14866","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:07:08","FALSE",NA,"851949770771976194",NA,"Twitter Web Client","suzieqnelson","124","TRUE","FALSE" +"14867","14867","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:04:11","FALSE",NA,"851949028090802177",NA,"Twitter Web Client","Perezreed5","126","TRUE","FALSE" +"14868","14868","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:03:33","FALSE",NA,"851948869927792640",NA,"Twitter Web Client","Maeva__Davis","124","TRUE","FALSE" +"14869","14869","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:03:12","FALSE",NA,"851948779624386560",NA,"Twitter Web Client","Alexia_Lavoie","126","TRUE","FALSE" +"14870","14870","RT @ATEKAssetScan: Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","0",NA,"2017-04-12 00:01:32","FALSE",NA,"851948360672178176",NA,"Twitter Web Client","DollyRayDigital","124","TRUE","FALSE" +"14871","14871","RT @YarmolukDan: Riffin' on demonetization https://t.co/TyrIIEKZIU","FALSE","0",NA,"2017-04-12 00:01:14","FALSE",NA,"851948285178900481",NA,"Twitter Web Client","DollyRayDigital","126","TRUE","FALSE" +"14872","14872","Riffin' on demonetization https://t.co/rLPk6LPfv3","FALSE","14",NA,"2017-04-12 00:00:32","FALSE",NA,"851948111849291777",NA,"Hootsuite","ATEKAssetScan","124","FALSE","FALSE" +"14873","14873","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/xNzXmbgufp #vlog","FALSE","0",NA,"2017-04-11 23:51:14","FALSE",NA,"851945767472431105",NA,"IFTTT","SocialMediaNY_","0","FALSE","FALSE" +"14874","14874","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/gB6ZjTAgVB","FALSE","1",NA,"2017-04-11 23:50:28","FALSE",NA,"851945578523217921",NA,"IFTTT","OaklandTwitti","0","FALSE","FALSE" +"14875","14875","YouTube Demonetization Baseless As Young Turks Get Off Scot Free https://t.co/YcFMIPG4km #video","FALSE","0",NA,"2017-04-11 23:49:13","FALSE",NA,"851945262604054531",NA,"IFTTT","oaklandtrib","0","FALSE","FALSE" +"14876","14876","RT @Accion: India's #demonetization and digital finance: @QuonaCapital�s @grengaswamy and @DFIdotorg�s Ignacio Mas discuss https://t.co/KqB�","FALSE","0",NA,"2017-04-11 22:32:32","FALSE",NA,"851925963667623936",NA,"Twitter Web Client","yaroslavs5kop","6","TRUE","FALSE" +"14877","14877","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 22:13:56","FALSE",NA,"851921282274865154",NA,"Twitter for Android","Dezerath17","92","TRUE","FALSE" +"14878","14878","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 21:58:21","FALSE",NA,"851917360453660672",NA,"Twitter Lite","RahulModi_","337","TRUE","FALSE" +"14879","14879","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:43:47","FALSE",NA,"851913694963486720",NA,"Twitter for Android","Wheal3y","92","TRUE","FALSE" +"14880","14880","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:35:55","FALSE",NA,"851911717118296064",NA,"Twitter for Android","nexxoexxon","92","TRUE","FALSE" +"14881","14881","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:17:15","FALSE",NA,"851907019124740098",NA,"Twitter for Android","kev79follows","92","TRUE","FALSE" +"14882","14882","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:12:09","FALSE",NA,"851905732920434688",NA,"Twitter for Android","explosive_pengu","92","TRUE","FALSE" +"14883","14883","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:05:37","FALSE",NA,"851904092540686337",NA,"Twitter for Android","PlatoSays","92","TRUE","FALSE" +"14884","14884","RT @MarkDice: The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","0",NA,"2017-04-11 21:04:57","FALSE",NA,"851903922948247552",NA,"Twitter for Android","sicntired1","92","TRUE","FALSE" +"14885","14885","@MarkDice And, to be honest, I couldn't even use the word molestation (talking about Milo) w/o instant demonetization. Yet ""n-word"" slips?","FALSE","0","MarkDice","2017-04-11 21:03:57","FALSE","851902731832901632","851903671449378817","35039490","Echofon","zappa2001","0","FALSE","FALSE" +"14886","14886","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 21:02:53","FALSE",NA,"851903403571658752",NA,"Twitter for Android","nishijsj","337","TRUE","FALSE" +"14887","14887","@MarkDice I can't even talk about a news event without demonetization. I think they figure ""he's a nobody channels so who cares"".","FALSE","2","MarkDice","2017-04-11 21:02:21","FALSE","851902491352473600","851903268401840129","35039490","Echofon","zappa2001","0","FALSE","FALSE" +"14888","14888","The ads appearing on offensive YouTube videos that slip by the demonetization system is 1/1000th of a percent. #YouTubeIsDead","FALSE","397",NA,"2017-04-11 20:59:16","FALSE",NA,"851902491352473600",NA,"Twitter Web Client","MarkDice","92","FALSE","FALSE" +"14889","14889","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 20:23:59","FALSE",NA,"851893615215423489",NA,"Twitter for iPhone","singhash","337","TRUE","FALSE" +"14890","14890","RT @smarket: Do you know what MFs local money did during this 4 months: Pumped in 37000 crores...reason Indian market never tanked despite�","FALSE","0",NA,"2017-04-11 20:02:24","FALSE",NA,"851888181201051648",NA,"Twitter for Android","Corruptionns","11","TRUE","FALSE" +"14891","14891","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-11 20:01:18","FALSE",NA,"851887905475657728",NA,"Twitter for Android","khan96faiz","64","TRUE","FALSE" +"14892","14892","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 19:31:25","FALSE",NA,"851880384182722560",NA,"Twitter for Android","Pushpaarvind","337","TRUE","FALSE" +"14893","14893","RT @Stupidosaur: @localteaparty BTW USA's other EVM rigged thug is doing the same thing in Venezuela. Aadhaar, demonetization, bread & flou�","FALSE","0",NA,"2017-04-11 19:23:50","FALSE",NA,"851878477531725824",NA,"Twitter Lite","Scimitar_SS","2","TRUE","FALSE" +"14894","14894","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 18:58:42","FALSE",NA,"851872149623128064",NA,"Twitter for Android","Nitin1Jain","337","TRUE","FALSE" +"14895","14895","Sri Gurumurthy speech on Demonetization on March 30 at Chennai https://t.co/l1Y3osmdT3","FALSE","0",NA,"2017-04-11 18:46:06","FALSE",NA,"851868979924672512",NA,"Facebook","grameenk","0","FALSE","FALSE" +"14896","14896","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 18:30:52","FALSE",NA,"851865144720273408",NA,"Twitter for Android","tabrezahmad","337","TRUE","FALSE" +"14897","14897","GOI took the historical n suicidal decision - demonetization +But as per me everything has become worsened. + +People buys in cash only","FALSE","0",NA,"2017-04-11 18:29:53","FALSE",NA,"851864901173825540",NA,"Twitter for Android","cumnbuk","0","FALSE","FALSE" +"14898","14898","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-11 18:20:10","FALSE",NA,"851862453214482432",NA,"Twitter for Android","sachin_iilm","64","TRUE","FALSE" +"14899","14899","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 18:19:28","FALSE",NA,"851862277909336065",NA,"Twitter for iPhone","t_anupam","337","TRUE","FALSE" +"14900","14900","RT @geetv79: How Demonetization Helped Govt Formation +The Loot Helped in +MLA Shopping, Subverting Mandates +@KilaFateh @rkhuria @gops333�","FALSE","0",NA,"2017-04-11 18:17:25","FALSE",NA,"851861761045274624",NA,"Twitter for iPhone","rohithshetty","64","TRUE","FALSE" +"14901","14901","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 18:15:24","FALSE",NA,"851861254645760000",NA,"Twitter for Android","ravsd88","337","TRUE","FALSE" +"14902","14902","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 18:13:02","FALSE",NA,"851860658102521858",NA,"Twitter for iPhone","rahulgahlot008","337","TRUE","FALSE" +"14903","14903","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 17:59:44","FALSE",NA,"851857312545468417",NA,"Twitter for Android","yadav660","337","TRUE","FALSE" +"14904","14904","@i_AjayGopi Agricultre means only water?? What is the cost of fertilizer?? Prior and post demonetization?? It has i� https://t.co/aH2DV9AKXB","FALSE","1","i_AjayGopi","2017-04-11 17:39:29","TRUE","851851413726666752","851852214473601024","458134485","Twitter Web Client","pononline","0","FALSE","FALSE" +"14905","14905","RT @JPAL_Global: This Thursday: J-PAL co-founder Abhijit Banerjee talking #demonetization in #India. https://t.co/w9f3AwJVZs https://t.co/q�","FALSE","0",NA,"2017-04-11 17:28:31","FALSE",NA,"851849457268174848",NA,"Twitter for iPhone","ln_anderson","2","TRUE","FALSE" +"14906","14906","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 17:19:00","FALSE",NA,"851847059133136897",NA,"Twitter for Android","iAnshulKunwar","337","TRUE","FALSE" +"14907","14907","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 17:15:50","FALSE",NA,"851846263427485697",NA,"Twitter for Android","askhkb","337","TRUE","FALSE" +"14908","14908","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 17:09:55","FALSE",NA,"851844775795859456",NA,"Twitter for Android","ItsRaichura","337","TRUE","FALSE" +"14909","14909","@HDFCBank_Cares The issue is not shortage but the charge for withdrawal from other ATM. Paid charges during demonet� https://t.co/nqx7LTvdLs","FALSE","0","HDFCBank_Cares","2017-04-11 17:08:30","TRUE","851843645657550848","851844420043288577","145931959","Twitter for Android","ashk418","0","FALSE","FALSE" +"14910","14910","If it wasn't for #YouTuber #PhilipDeFranco, I wouldn't know about #YouTube's #Demonetization #PRnightmare long time ago. #AdsenseGate","FALSE","0",NA,"2017-04-11 17:05:11","FALSE",NA,"851843581883166720",NA,"Twitter Web Client","SpencerKarter","1","FALSE","FALSE" +"14911","14911","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:58:13","FALSE",NA,"851841830366748672",NA,"Twitter for Android","Shakti_Shetty","337","TRUE","FALSE" +"14912","14912","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:54:35","FALSE",NA,"851840916696453120",NA,"Twitter for Android","itss_sengupta","337","TRUE","FALSE" +"14913","14913","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:53:06","FALSE",NA,"851840544116310017",NA,"Twitter for iPhone","iPavanTiwari","337","TRUE","FALSE" +"14914","14914","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:42:56","FALSE",NA,"851837983842062336",NA,"Twitter for Android","ramrenuv","337","TRUE","FALSE" +"14915","14915","RT @hindustanse: #Mind_it.....Arnab Goswami slams Pathological Liar scam king @ArvindKejriwal for opposing #demonetization https://t.c�","FALSE","0",NA,"2017-04-11 16:42:47","FALSE",NA,"851837947288539137",NA,"Twitter Web Client","sandykishan123","71","TRUE","FALSE" +"14916","14916","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:40:38","FALSE",NA,"851837403719389184",NA,"Twitter for iPhone","drnngujarathi","337","TRUE","FALSE" +"14917","14917","As someone who is trying to break into internet media, this whole YouTube demonetization controversy is unsettling.","FALSE","0",NA,"2017-04-11 16:36:54","FALSE",NA,"851836466636390400",NA,"Twitter Web Client","RadioTodd13","0","FALSE","FALSE" +"14918","14918","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-11 16:30:01","FALSE",NA,"851834732199387136",NA,"Twitter for Android","KamalRaju","30","TRUE","FALSE" +"14919","14919","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:24:22","FALSE",NA,"851833312045744128",NA,"Twitter for Android","HariyaneKaChora","337","TRUE","FALSE" +"14920","14920","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:23:37","FALSE",NA,"851833122970906625",NA,"Twitter for Android","guruji_","337","TRUE","FALSE" +"14921","14921","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:19:54","FALSE",NA,"851832188073062401",NA,"Twitter for Android","Rajan_ptt","337","TRUE","FALSE" +"14922","14922","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:19:15","FALSE",NA,"851832025661136896",NA,"Twitter for Android","sujitchandran","337","TRUE","FALSE" +"14923","14923","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:14:49","FALSE",NA,"851830906612572161",NA,"Twitter for Android","achyutha","337","TRUE","FALSE" +"14924","14924","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:11:24","FALSE",NA,"851830048856330240",NA,"Twitter for Android","Nischaytweets","337","TRUE","FALSE" +"14925","14925","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:07:31","FALSE",NA,"851829069855379456",NA,"Twitter for Android","hemant_shiyal","337","TRUE","FALSE" +"14926","14926","@moneycontrolcom Who wrote this article? You get a call from taxmen only when credit card bills of over 2 lakhs wer� https://t.co/RhMYLoWBqX","FALSE","0","moneycontrolcom","2017-04-11 16:05:08","TRUE","851790172848930817","851828470262804482","68927629","Twitter for Android","Mridul_Sharma1","0","FALSE","FALSE" +"14927","14927","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:01:48","FALSE",NA,"851827631054098433",NA,"Twitter for Android","golgappewala","337","TRUE","FALSE" +"14928","14928","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:01:26","FALSE",NA,"851827541870387202",NA,"Twitter for Android","iridemach5","337","TRUE","FALSE" +"14929","14929","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 16:00:29","FALSE",NA,"851827300807176192",NA,"Twitter for Android","1DharMMA","337","TRUE","FALSE" +"14930","14930","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 15:59:04","FALSE",NA,"851826943922237440",NA,"RoundTeam","Hello_Guddi","337","TRUE","FALSE" +"14931","14931","RT @rahulroushan: Prohibition is Demonetization 2.0: You kept quiet when poor men's tobacco-gutkha was banned, now they'll love your Englis�","FALSE","0",NA,"2017-04-11 15:57:36","FALSE",NA,"851826575121272833",NA,"Twitter for Android","AniruddhasT","337","TRUE","FALSE" +"14932","14932","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-11 15:35:12","FALSE",NA,"851820938026819584",NA,"Twitter for Android","Saquibanwargift","30","TRUE","FALSE" +"14933","14933","Can cash -- or the end of cash -- end poverty in India? +https://t.co/LffZzfOKf8 +Feat. @arvindsubraman and @MartinRavallion with @AnnieLowrey","FALSE","36",NA,"2017-04-11 14:52:53","FALSE",NA,"851810289758740480",NA,"TweetDeck","JustinSandefur","27","FALSE","FALSE" +"14934","14934","@thehill To The Hill. Shame on you for your antisemitic demonetization of a good woman. https://t.co/9hSCQwegPv","FALSE","0","thehill","2017-04-11 14:40:57","FALSE","851803310944382981","851807285085130752","1917731","Twitter Web Client","Reaganite8","0","FALSE","FALSE" +"14935","14935","RT @Vidyut: How India became Bill Gates' guinea pig: A conspiracy as recounted by the main actors https://t.co/vsVcgjcmz5 #biometricked","FALSE","0",NA,"2017-04-11 14:36:36","FALSE",NA,"851806192892596224",NA,"Twitter for Android","SukhvinderShahi","12","TRUE","FALSE" +"14936","14936","RT @saxenavishakha: Ghost of demonetization returns with reports of cash crunch across the country https://t.co/kQsBesTIUs","FALSE","0",NA,"2017-04-11 14:26:38","FALSE",NA,"851803683834798081",NA,"Twitter for Android","MuzzammilAap","4","TRUE","FALSE" +"14937","14937","N d modi fans-d true nationalists of the country stil think demonetization ws d bst way 2 curb black mony n fake no� https://t.co/9mgMEFu2sl","FALSE","0",NA,"2017-04-11 14:19:51","TRUE",NA,"851801975033217027",NA,"Twitter for Android","JusteyAlex","0","FALSE","FALSE" +"14938","14938","RT @bharat_builder: Lol. Demonetization has fixed a lot, like stone pelters, corruption, black money, join crunch, global warming, racism,�","FALSE","0",NA,"2017-04-11 14:19:14","FALSE",NA,"851801821236441089",NA,"Twitter for Android","pavan_sethi","30","TRUE","FALSE" +"14939","14939","RT @Stupidosaur: @Vidyut B team of BJP. CIA baby. CCTV, EVM but with VVPAT, support 'surgical strikes', JNU drama, timepass in demonetizati�","FALSE","0",NA,"2017-04-11 14:13:14","FALSE",NA,"851800311689650177",NA,"Twitter Web Client","Stupidosaur","2","TRUE","FALSE" +"14940","14940","@Vidyut B team of BJP. CIA baby. CCTV, EVM but with VVPAT, support 'surgical strikes', JNU drama, timepass in demon� https://t.co/hwgqjbqgvG","FALSE","1","Vidyut","2017-04-11 14:13:06","TRUE","851690930134372352","851800278739304448","15199808","Twitter Web Client","Stupidosaur","2","FALSE","FALSE"