dataframe

dataframe

Custom dictionary-like Dataframe class for tabular mathematical data.

This module provides the Dataframe class, which maintains tabular structure where all rows have consistent column count. It’s designed specifically for LaTeX equation rendering where keys represent row labels and values are lists that populate columns across each row.

Classes

Name Description
Dataframe Custom dictionary-like container for tabular equation data.

Functions

Name Description
create_dataframe Create a pre-sized Dataframe with specified shape and initial values.