Save multiindex dataframes

Is it possible to log a multiindex pandas dataframe?

In addition, is it possible to save a pandas dataframe with the names of the rows? Even though my dataframe has names in the rows, in the UI I see a linear index.

Hi @george-ai2c,

Unfortuately not at the moment. Tables, as they are implemented right now only support sequential integer indexes.

We have plans to implement more complex indexing in the future, such as objects as indices and multi-indices, but these features are not available right now.

Thanks,
Ramit

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.