Advanced Search
Search Results
5 total results found
Glossary
Glossary of Terms associated with databricks ADLS2 - Azure Data Lake Storage Gen2; hierarchical namespace–enabled blob storage used for analytics.autoloader - Databricks feature that incrementally ingests new files from a cloud storage path.autoscaling - auto...
Bookstack code markdown
Bookstack Markdown Languages These languages are available to use for bookstack code blocks Language Keyword(s) you can use after ``` SQL sql JavaScript javascript, js, node JSON json HTML html Python python, py ...
Baby Names - SSA database
Social Security Administration's baby names database In this cookbook recipe, you will: Download the full babynames_yob data from the Social Security Administration website. ingest all the CSV files at once using DuckDB. Create and populate rank and pop...
How To Install DuckDB
Installing DuckDB is fairly quick and easy since it is a single ~30MB file with no dependencies. Installing the command line in Windows The direct download link for x64 and arm64 is on the duckdb.org website Unzip the duckdb.exe file and put it in C:\DuckDB...
Building SELECT lists with SQL
If you are using SQL for ingestion and you want to rename columns PascalCase to snake_case -- PascalCase to snake_case -- , OtherNFLStats AS other_nfl_stats SELECT CONCAT(', ', column_name, ' AS ', LOWER( REGEXP_REPLACE( REGEXP_REPLA...