❔ About As Trivy is becoming quite popular : // Detect dark theme var iframe = document.getElementById('tweet-1901655379542475129-223'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1901655379542475129&theme=dark" } I decided to give it a first try... and see what could be achieved within a very (very) few lines of code : With datascience Scheduled on Kaggle With existing datasets Deliver nice ready-to-use data as duckdb, parquet and csv ... and last but not least produce some first dataviz and see how it goes: But... enough talk, let's see how it looks like !

Mar 31, 2025 - 22:16
 0

❔ About

As Trivy is becoming quite popular :

// Detect dark theme var iframe = document.getElementById('tweet-1901655379542475129-223'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1901655379542475129&theme=dark" }

I decided to give it a first try... and see what could be achieved within a very (very) few lines of code :

  • With datascience
  • Scheduled on Kaggle
  • With existing datasets
  • Deliver nice ready-to-use data as duckdb, parquet and csv

... and last but not least produce some first dataviz and see how it goes:

Image description

But... enough talk, let's see how it looks like !