Extract only "ID" field from json file
Opened this issue · 0 comments
0ne-zero commented
Now, the program loads the JSON file (tweets) into memory and then extracts the ID fields. (Memory cost)
It's better to the program loads only the ID field from the file.