Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 667 Bytes

DuckDB queries playground

This repo contains a collection of queries that can be run against DuckDB for the beginner tutorial here. Everything is covered by the video tutorial!

Folder structure

duckdb_playground.sql : Playground queries for DuckDB CLI / Extensions
netflix_playground.sql : Analytics on netflix dataset
json_parsing.sql : JSON parsing examples
extensions.sql : Examples of using DuckDB extensions
data/ : contains all the data files to run the queries

About the Netflix dataset

The Netflix dataset is taken from Kaggle here