回答編集履歴
1
マニュアルへのリンク追加
answer
CHANGED
@@ -15,4 +15,8 @@
|
|
15
15
|
0 2016-01-01 00:00:00 2016-01-01 2016 1 1
|
16
16
|
1 2017-02-03 00:00:00 2017-02-03 2017 2 3
|
17
17
|
"""
|
18
|
-
```
|
18
|
+
```
|
19
|
+
|
20
|
+
使用できるプロパティについては
|
21
|
+
[Datetime properties - Series](https://pandas.pydata.org/pandas-docs/stable/reference/series.html#datetime-properties)
|
22
|
+
で確認してください。
|