Library "dataframe"
Dataframe depends on the following two libraries:
Dataframe is designed for Data2D and Data3D libraries exclusively. It is sort of a mini framework, with easy to manipulate the data for display. Out of the box, it comes with default settings, and have the ability to fully customize almost every detail. To get started, all you need is init() with data, and output the result with dataTable(). Thats all.
Dataframe depends on the following two libraries:
Dataframe is designed for Data2D and Data3D libraries exclusively. It is sort of a mini framework, with easy to manipulate the data for display. Out of the box, it comes with default settings, and have the ability to fully customize almost every detail. To get started, all you need is init() with data, and output the result with dataTable(). Thats all.
Notas de Lançamento:
v2
Bug fix:
Issue: Only integers and float data types are displaying. Strings and booleans values are displaying as "Nan".
Solved: Values of all data types are now displaying properly.
Bug fix:
Issue: Only integers and float data types are displaying. Strings and booleans values are displaying as "Nan".
Solved: Values of all data types are now displaying properly.
Faiyaz Haider