We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5347a19 commit d907cbbCopy full SHA for d907cbb
code/data_processing/utils.py
@@ -21,7 +21,7 @@ def convert_to_csv(self, txt_dfs):
21
tweets = []
22
23
for line in lines:
24
- print(line)
+ #print(line)
25
if line.strip():
26
try:
27
tweets.append(json.loads(line))
0 commit comments