Skip to content
View malkavian-librarian's full-sized avatar
🧮
🧮
Block or Report

Block or report malkavian-librarian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Generate Date Dimension Table for Bi... Generate Date Dimension Table for BigQuery
    1
    --Generate Date Dimension Table for BigQuery - adjust date range as required
    2
    --this is a modified version of ewhauser/date_dim.sql gist
    3
    SELECT
    4
      d as id,
    5
      FORMAT_DATE('%Y-%m', d) as yearMonth,
  2. freeCodeCampJSCourse freeCodeCampJSCourse Public

    freecodecamp.org/learn/data-visualization/json-apis-and-ajax/

    JavaScript

  3. scrapy-tutorial-starter scrapy-tutorial-starter Public

    Forked from harrywang/scrapy-tutorial-starter

    starter project for my scrapy tutorial

    Python

  4. search-console-bq search-console-bq Public

    Forked from benpowis/search-console-bq

    Python code to grab data from Google Search Console and send it to BigQuery.

    Jupyter Notebook