前提・実現したいこと
datetime.time型をdatetime型に変換したいが、なぜか、できない。。この対処方法をご存じの方、ぜひご教授いただければと思います。
発生している問題・エラーメッセージ
<class 'datetime.time'> is not convertible to datetime
該当のソースコード
python
1df.index = pd.to_datetime(df.index)

回答2件
あなたの回答
tips
プレビュー
投稿2018/09/15 09:15
datetime.time型をdatetime型に変換したいが、なぜか、できない。。この対処方法をご存じの方、ぜひご教授いただければと思います。
<class 'datetime.time'> is not convertible to datetime
python
1df.index = pd.to_datetime(df.index)
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/09/15 09:57