esantorella
hdfe
Python

No description available.

Last updated Apr 4, 2025
24
Stars
4
Forks
1
Issues
0
Stars/day
Attention Score
9
Language breakdown
No language data available.
Files click to expand
README

This package contains functionality useful for econometric work with panel data. Its name, originally standing for "high-dimensional fixed effects," is now misleading.

Useful features are

  • Groupby: A class allowing for fast operations similar to Pandas groupby-apply and groupby-transform
functionality, but performing significantly faster with user-written functions. See documentation here.
  • findcollinearcols and removecollinearcols: Functions
for dealing with multicollinearity which operate quickly on CSC matrices.
  • make_lags: Makes within-group lags (frequently useful with panel data)
You can install hdfe through pip: "pip install hdfe"

🔗 More in this category

© 2026 GitRepoTrend · esantorella/hdfe · Updated daily from GitHub