Published onJanuary 19, 2024Web-scraping to get an edge in the NBA fantasy league draftweb-scrapingnbain-depthRWeb-scraping basketball player stats using rvest to analyse fantasy league performance
Published onJanuary 17, 2024Python Beam and DataFlow to write data to BigQuery with a custom Docker imagedata-engineeringgcpdataflowpythonAn example of an Apache Beam pipeline written in Python that writes data to BigQuery
Published onDecember 3, 2023Authenticating with Google Cloud Platform from Rgoogle-cloud-platformdata-engineeringRUsing `gargle` and Application Default Credentials to authenticate with GCP from R
Published onNovember 1, 2023Creating external tables in Google BigQuery using Retlgoogle-cloud-platformdata-engineeringRHow to use `bigrquery` and `googleCloudStorageR` to create external tables in Google BigQuery
Published onOctober 23, 2023ARIMA Modelling In-depth Dive 1 - Auto-Regressive (AR) and Moving Average (MA)ARIMAlinear-regressionmodellingtime-seriesmathsin-depthBuilding the AR and MA parts of ARIMA model mathematically