Changes

Jump to navigation Jump to search
115 bytes added ,  10:17, 26 November 2024
Added link to explanation on using parquet / duckdb
Line 3: Line 3:  
In this cheatsheet, we will learn how to use the Parquet dump using DuckDB to perform data analysis, by solving some of the most common use-cases asked by the community.
 
In this cheatsheet, we will learn how to use the Parquet dump using DuckDB to perform data analysis, by solving some of the most common use-cases asked by the community.
   −
We assume that you've downloaded the <code>food.parquet</code> file locally, and that you've launched Duckdb CLI.
+
We assume that you've downloaded the <code>food.parquet</code> file locally, and that you've launched Duckdb CLI. (see [[Reusing Open Food Facts Data#Parquet file hosted on Hugging Face .28beta.29|Reusing Open Food Facts Data]])
    
==== Display product name (for main language) of all products of with category <code>en:butters</code> ====
 
==== Display product name (for main language) of all products of with category <code>en:butters</code> ====
251

edits

Navigation menu