Skip to content

hejnal/kschool-marketing-digital-geo-bqml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kschool-marketing-digital-geo-bqml

The repository contains artefacts necessary for the module development.

The basic structure is:

  • data (raw data to be ingested to BigQuery)
  • notebooks - detailed instructions for each lab (with solutions)
  • sql - basic repository of the sql queries used during the sessions

hint: replace <project_id> with your own project_id and <dataset_id> with your own dataset_id (no hyphens).

Example:

egrep -rl '<project_id>' ./ | grep -v README.md | xargs -I@ sed -i '' "s/<project_id>/whejna-bqml-sandbox/g" @

egrep -rl '<dataset_id>' ./ | grep -v README.md | xargs -I@ sed -i '' "s/<dataset_id>/raw_data/g" @

egrep -rl '<table_name>' ./ | grep -v README.md | xargs -I@ sed -i '' "s/<table_name>/spotify_dataset/g" @

About

The repository contains artefacts necessary for the module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors