datascience

Append Many Years of Data into One with Minimal Typing

Stop typing so much and save your sanity.

Looping Through Columns (Without Looping)

Showcasing the power of `dplyr::across`!

Looping Through Regressions (Without Looping)

With the help of the modelsummary and fixest packages, R has once again shown that it is a fantastic language for practicing econometrics. Consider the following scenario: you need to estimate a model, but you’re interested in how the model changes based on the covariates you add or subtract.

Extracting Data from PDFs into Tibbles

Who needs UpWork when you can do it yourself faster?