abelsiqueira / perprof-py

A python module for performance profiling (as described by Dolan and Moré) with tikz outputing and matplotlib.
http://abelsiqueira.com/perprof-py/
GNU General Public License v3.0
15 stars 6 forks source link

Consider adding support to Frictionless Data #206

Open rgaiacs opened 2 years ago

rgaiacs commented 2 years ago

Frictionless Data is a shareable format for data. I wrote a guide at https://raniere-phd.gitlab.io/frictionless-data-handbook/.

abelsiqueira commented 2 years ago

From the short video on the website I did not understand how that applies to perprof. Can you elaborate?

rgaiacs commented 2 years ago

It is a JSON format to wrap CSV together. Instead of the user provide the individual CSS, they could provide the JSON wrap.

More details in https://specs.frictionlessdata.io/tabular-data-package/.