Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. calls[['call_date']] = calls[['call_date']].apply(pd.to_datetime, format='%Y-%m-%d %H:%M:%S.%f')
  2. calls['call_date_date'] = calls['call_date'].dt.date
  3. result['call_date'].hist(bins=500)
  4. plt.title('Распределение звонков по дате')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement