-
foreclosure_webscraper Public
Webscrapes a the Jefferson County CO foreclosures ASP.NET form using Selenium.
-
This tutorial provides a background on pulling different financial time series using the Quandl and Alpha Vantage API's.
-
This code covers the seasonal ARIMA model, where a SARIMA model is generated, tuned, and forecast using test data.
-
mann_whitney_comparison Public
This code provides an example where two distributions are compared using the Mann-Whitney U Test.
-
-
This script pulls the gasoline price time series (from the EIA), and performs unsupervised time series anomaly detection using a variety of techniques. Techniques include SESD algorithm, One Class …
-
change_point_detection Public
Examples of online and offline changepoint detection using the ruptures and changefinder packages
-
This script uses hourly electricity demand data to build a machine learning model that estimates peak hourly demand on a daily basis.
-
This project pulls electricity price data from the EIA API, and then performs time series analysis on it, including time series decomposition and vector autoregression for forecasting.
-
analyze_fracfocus_data Public
This repo contains Python script that is used to pull and analyze FracFocus data for completions and vendor insights.
-
This script is an example script for pulling data from the EPA's Envirofacts database. In it, data from the greenhouse gas emissions database is pulled via the API and assembled into a master panda…
-
This Python script uses webscraped Bakken data to generate automated exponential and hyperbolic decline curves for production forecasting for individual wells.
-
This script is an example script for pulling data via the EIA API
-
This script automates web scraping the North Dakota Oil & Gas Division website, collecting monthly oil and gas data and pulling into a master dataframe that can be used for data analysis.
-
This script automates pulls from the online FracFocus database into a Python pandas dataframes, and writes to a csv.
-
batch_mode_script_automation Public
This repo shows how to automate both Python and SQL scripts in batch mode