I am maintaining a pandas Dataframe for storing ML features.
It is important to add the semanthic of each column, so a user can understand the meaning of each feature, how it was calculated, what is its source etc.
Needless to say that the DataDrame is produced by some business logic and is evolved over time (new features are being added).
Is there a way to auto-generate (ex: sphinx) documentation for a DataFrame, like there is for functions and classes?