Function to create tables from common datatypes #1006
-
Is there plans to create functions that automatically creates tables from different datatypes such as pandas.dataframe or directly from files such as .arff or .csv? I recently used rich tables to present data in a dataframe and thought perhaps it could be a built in constructor |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not currently. I wouldn’t want to introduce a dependency that most people wouldn’t need. ideally this could be done in a third party lib, or integrated in to other libraries. Rich provides the tools, but it probably shouldn’t try to presume how people will want to render their data. |
Beta Was this translation helpful? Give feedback.
Not currently. I wouldn’t want to introduce a dependency that most people wouldn’t need.
ideally this could be done in a third party lib, or integrated in to other libraries. Rich provides the tools, but it probably shouldn’t try to presume how people will want to render their data.