PythonPandasのColumnをDateTimeに型変換するこのページの見出しPandasのColumnをDateTimeに型変換するto_datetimeを利用する df = df.to_datetime(df['created_at'], format='') strftimeのリファレンスを読みながら調整 http://strftime.org/ https://pandas.pydata.org/pandas-docs/stable/generated/pandas.to_datetime.html Twitterの場合 Sun Mar 25 09:10:42 +0000 2018 %a %b %d %H:%M:%S +0000 %Y Going from twitter date to Python dateTime date - StackOverflow Timezoneの変更 http://pman0214.github.io/blog/pandas-tz-convert.html