<class = 'pandas._libs.tslibs.timestamps.timestamp'>の処理でハマった話。 一部記事だとto_datetime()になってるけど、もう廃止されてるのでto_pydatetime()を使おう。 これでdatetime型に変換されるので、strftime()で必要な形式にフォーマット。 解っちゃえば難しくないんだけど ...
This library provides nanosecond precision timestamps in python. These timestamps are intended primarily for use in representing times in TAI distributed via the PTP protocol (IEEE 1588). A working ...