You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
luigigubello
changed the title
[tweets-analysis] Script doesn't work with Pandas >= 1.0
[tweets-analysis] [FIX] Script doesn't work with Pandas >= 1.0
Feb 21, 2020
tweets_analysis.py
doesn't work with Pandas >= 1.0.Error:
How to fix:
Going to line 120 and change
weekday_name
intoday_name()
.I hope to fix it soon.
The text was updated successfully, but these errors were encountered: