This section provides links to resources that I have found helpful throughout my Ph.D. journey or have made myself. Graduate Students and Research Assistants may find these particularly helpful.
Allows you to leverage your pandas (dask.dataframe) knowledge in big data situations.
A Python package to compress pandas DataFrames akin to Stata's compress command. This function may prove particularly helpful if you are dealing with large datasets.
Sebastian Hohmann's lectures (for economists) on using Python to work with GIS data. An incredible resource that almost single-handedly taught me how to work with spatial data.
Similar to Dask, but for GIS data.
Asjad Naqvi's guide on using Stata to generate maps.
Most QSE models' replication packages are available in MATLAB. This repository contains my attempts at translating these models to Julia, a highly efficient and open-source programming language. The goal is to discuss the steps and decisions made by the authors while replicating their findings. Importantly, I value code readability more than computational efficiency, particularly for didactic purposes. Thus, I will consistently avoid turning the equilibrium equations into matrix multiplications, opting for element-wise multiplications instead. Nevertheless, Julia is very efficient when dealing with such operations, hence the computing times remain quite low.
I worked as the TA for Prof. Fulvio Fontini in his Economics of Electricity class. As requested by him, I made some class notes which may prove helpful to others.