Are there any libraries with data tables that allow you to define multiple levels of column names the way you can in pandas with MultiIndex?
It seems like there is no equivalent in R, Julia, dask, polars, etc. Is pandas the only package that does this?
For example this table below has 2 levels of column headers, which doesn't seem possible to directly represent in most other packages and would have to be unstacked.