Removes unused print statement
This commit is contained in:
parent
d38a3002c6
commit
353b9f85cf
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ date_first_tweet = datetime.strptime(tweets_all_combined['created_at'].min(), da
|
||||||
date_last_tweet = datetime.strptime(tweets_all_combined['created_at'].max(), date_format_str)
|
date_last_tweet = datetime.strptime(tweets_all_combined['created_at'].max(), date_format_str)
|
||||||
day_diff = (date_last_tweet - date_first_tweet).days
|
day_diff = (date_last_tweet - date_first_tweet).days
|
||||||
|
|
||||||
print(date_last_tweet)
|
|
||||||
|
|
||||||
|
|
||||||
def hr_func(ts):
|
def hr_func(ts):
|
||||||
return ts.hour
|
return ts.hour
|
||||||
|
|
Loading…
Reference in a new issue