ta.TwitterDB.loadFocusedData¶
-
TwitterDB.loadFocusedData(inc)[source]¶ Method to load focused data into mongoDB based on the configurations set on setFocusedDataConfigs. It creates collection tweetFocusedData
- Parameters
inc – used to determine how many tweets will be processed at a time. A large number may cause out of memory errors, and a low number may take a long time to run, so the decision of what number to use should be made based on the hardware specification. the string to clean
Examples
>>> loadFocusedData(50000)