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

(extremely minimal) Panelview implementation #479

Closed apoorvalal closed 3 weeks ago

apoorvalal commented 3 weeks ago

figured this might be valuable to add given I make these plots all the time

image

extremely minimal; lmk what you think

[context apropos of Pedro's (extremely reasonable) checklist for panel data analysis]

apoorvalal commented 3 weeks ago

argh added unnecessary commits from a previous PR somewhow, sorry. Feel free to copy the code (very short anyway) and reject

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 47 lines in your changes missing coverage. Please review.

Files Coverage Δ
pyfixest/did/viz.py 0.00% <0.00%> (ø)
pyfixest/estimation/decomposition.py 0.00% <0.00%> (ø)

... and 29 files with indirect coverage changes

s3alfisc commented 3 weeks ago

Yep, I like it, will be very useful for the DiD folks =) Will reject and open a new PR!