How can i plot artifacts output from metadata?

i have a metada.sqlite file and i would like to plot statistics like this

is this possible?

Hi @robfor,

It is possible to plot the statistics in your metada.sqlite file using Python libraries sqlite3 and pandas. First execute these queries and load the results into a data frame, df. Do necessary preprocessing and plot the graphs using matplotlib or seaborn libraries.

Thank You