fe383a312c0b9406b4210030db44bdd687fed3f9
python/pandas/\345\220\204\343\202\253\343\203\251\343\203\240\343\201\256\345\236\213\343\202\222\347\242\272\350\252\215\343\201\231\343\202\213\346\226\271\346\263\225.md
... | ... | @@ -1,10 +1,11 @@ |
1 | -`df.index`の型を確認する |
|
1 | +### `df.index`の型を確認する |
|
2 | +[python - Correct way to check if Pandas DataFrame index is a certain type (DatetimeIndex) - Stack Overflow](https://stackoverflow.com/questions/25043620/correct-way-to-check-if-pandas-dataframe-index-is-a-certain-type-datetimeindex) |
|
2 | 3 | |
3 | 4 | ``` |
4 | 5 | df.index.inferred_type |
5 | 6 | ``` |
6 | 7 | |
7 | -その他のカラムの型を確認する |
|
8 | +### その他のカラムの型を確認する |
|
8 | 9 | |
9 | 10 | ``` |
10 | 11 | df.dtypes |