How to Use DuckDB for Local Data Analysis
Learn how to use DuckDB for local analysis: open a database, query CSV and Parquet files, inspect relationships, edit data, and create charts.
= 1024) leftSidebarOpen = false; if(window.innerWidth >= 1280) rightSidebarOpen = false" :class="{ 'dark': $store.theme.dark, 'left-sidebar-closed': !leftSidebarDesktop, 'right-sidebar-closed': !rightSidebarDesktop, 'overflow-hidden': leftSidebarOpen || rightSidebarOpen, 'sidebars-closed': !leftSidebarDesktop && !rightSidebarDesktop }">
Explore practical DuckDB tutorials for working with local analytical data. Learn how to create and open .duckdb database files, run SQL, query CSV and Parquet directly, inspect tables and relationships, work with nested data types, and turn query results into charts. These guides focus on workflows that developers, analysts, and data engineers can reproduce with their own data.
Get the latest updates and exclusive insights delivered right to your inbox.