Skip to content

hello-data-science/hds-databases

Repository files navigation

Introduction to databases

This repo introduces databases for big data and how to interact with them.

Set up

  • Open this repository in a GitHub Codespace or clone it to your local machine.

  • Install required R packages:

install.packages("renv")
renv::restore()
wget -O nyctaxi.csv "https://data.cityofnewyork.us/api/views/kxp8-n2sj/rows.csv?accessType=DOWNLOAD"

Learning

Run through the quarto notebooks dplyr.qmd and motherduck.qmd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages