Skip to content

Instantly share code, notes, and snippets.

View rwcitek's full-sized avatar

Robert Citek rwcitek

View GitHub Profile
@rwcitek
rwcitek / arima-exponential.ipynb
Created August 6, 2025 05:00
arima-exponential.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / arima-linear.ipynb
Last active August 6, 2025 05:04
arima-linear.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / tfp-2021-disaggregated-market-basket.ipynb
Created July 28, 2025 18:49
TFP-2021-Disaggregated-Market-Basket.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / fetch.image.yosemite.py
Created July 22, 2025 21:02
cloud function to get Yosemite images
# This was written for Digital Ocean cloud functions
# It fetches the live photo of Half Dome every minute and stores in DO Spaces
import os
from datetime import datetime, timezone
import boto3
import requests
# fetch env settings
WEBCAM_URL = os.environ.get('WEBCAM_URL', 'https://cdn.pixelcaster.com/public.pixelcaster.com/snapshots/yosemite-sentinel/latest.jpg')
@rwcitek
rwcitek / abc-randoconverso-conversions-drills.ipynb
Last active July 7, 2025 16:08
abc-randoconverso-conversions-drills.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / ddds-schedule-pt.ipynb
Last active June 25, 2025 01:36
ddds-schedule-pt.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / ddds-schedule-ft.ipynb
Last active July 8, 2025 12:24
ddds-schedule-FT.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / image-to-text.ipynb
Last active July 2, 2025 15:14
image-to-text.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / many-rows-pt2.ipynb
Last active July 9, 2025 02:36
limits.pandas.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / many-columns.ipynb
Last active June 15, 2025 02:16
many-columns.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.