py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/pyfixest.html
MIT License
117 stars 27 forks source link

Add Panelview Function to `DiD` module #480

Closed s3alfisc closed 3 weeks ago

s3alfisc commented 3 weeks ago

Code by @apoorvalal .

I have slightly renamed function arguments, added docstrings & type hinting, and a very basic API test.