Open
Description
Nested-Pandas is an enhancement to pandas that has some degree of overlap with other APIs (pandas multi-index, ragged arrays). It would be nice to have a section of the docs that explains the motivation behind nested-pandas and the strengths of it compared to the existing offerings for pandas users. Multi-indices is the main one (with our obvious strengths being that we can store an arbitrary number of columns at a given level with no data duplication, whereas multi-indices are limited to just using the index).