My-Twitter-World icon indicating copy to clipboard operation
My-Twitter-World copied to clipboard

Code and tools I use to collect and analyse Twitter data

Results 2 My-Twitter-World issues
Sort by recently updated
recently updated
newest added

The flags `--user`, `--ulang` and `--tlang` break the script. **Error:** ``` File "tweets_analysis.py", line 257, in create_hist_account_creations month_year_extended = pd.date_range(datetime(min_year, 1, 1), datetime(max_year, 12, 31), freq='MS') TypeError: integer argument expected,...

bug

`tweets_analysis.py` doesn't work with Pandas >= 1.0. **Error:** ``` File "tweets_analysis.py", line 120, in extract_datetime_feature df['weekday'] = df['tweet_time'].dt.dweekday_name.astype('category') # Extract weekday (i.e. Monday, Friday) AttributeError: 'DatetimeProperties' object has no attribute...

bug