Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upENH: MultiIndex.dtypes #37062
ENH: MultiIndex.dtypes #37062
Comments
|
Hi, @jreback I could give a try to implement MultiIndex.dtypes, if that's okay ? |
|
there is already a PR out for this |
|
I filtered the issues with no-assignee and this also came under that tag. I am a newbie here so anyone can guide how I can find the issues that need to be resolved yet. |


create a mi
You can already get .dtypes, but is slightly cumbersome. I would propose adding
Multidex.dtypes(we already have MultiIndex.dtype but its always object). I think this is worth the convenience api.