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> ====