Skip to content
@py-econometrics

py-econometrics

Tools for Applied Econometrics in Python

Hi there 👋

We develop tools for applied (micro-) econometrics in Python.

  • pyfixest implements fast routines for fixed effects regression (OLS, IV, Poisson) and a wide range of inference procedures (iid, HC1-3, CRV1, CRV3, randomization inference, multiple testing corrections via Bonferroni & Romano-Wolf) following the syntax of the formidable fixest R package.

  • duckreg provides a simple interface to run lossless regressions on very large datasets that do not fit in memory by first reducing the data to a set of summary statistics out-of-memory using duckdb and then running weighted least squares with frequency weights.

  • maketables produces publication-ready regression tables for models from pyfixest, statsmodels, and linearmodels in html (via great-tables), Latex and Word.

  • within provides high-performance solvers for projecting out high-dimensional fixed effects from regression problems. It includes a Rust core and Python bindings, and exploits the graph structure of fixed-effects systems.

  • wildboottest implements multiple fast wild cluster bootstrap algorithms as developed in Roodman et al (2019) and MacKinnon, Nielsen & Webb(2022).

  • fastmatch implements fast matching estimators for causal inference that uses faiss for nearest neighbours.

  • gmm helps you minimize generalized methods of moments (GMM) objective functions.

  • jaxonometrics Library with performant implementations of standard econometrics routines in the JAX ecosystem (for econometrics on the GPU).

Popular repositories Loading

  1. pyfixest pyfixest Public

    Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax

    Python 313 83

  2. duckreg duckreg Public

    Every big regression is a small regression with weights.

    Jupyter Notebook 70 8

  3. synthlearners synthlearners Public

    fast synthetic control estimators for panel data problems

    Jupyter Notebook 23 2

  4. maketables maketables Public

    Generate publication-ready tables from econometric models

    Python 21 2

  5. jaxonometrics jaxonometrics Public

    Econometrics on the GPU (and CPU) via JAX

    Python 16

  6. gmm gmm Public

    Generalized Method of Moments estimation

    Jupyter Notebook 14 3

Repositories

Showing 10 of 12 repositories
  • pyfixest Public

    Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax

    py-econometrics/pyfixest’s past year of commit activity
    Python 313 MIT 83 134 (8 issues need help) 23 Updated Apr 10, 2026
  • maketables Public

    Generate publication-ready tables from econometric models

    py-econometrics/maketables’s past year of commit activity
    Python 21 MIT 2 9 7 Updated Apr 1, 2026
  • .github Public
    py-econometrics/.github’s past year of commit activity
    0 0 0 0 Updated Mar 23, 2026
  • within Public
    py-econometrics/within’s past year of commit activity
    Rust 8 MIT 0 2 0 Updated Mar 23, 2026
  • synthlearners Public

    fast synthetic control estimators for panel data problems

    py-econometrics/synthlearners’s past year of commit activity
    Jupyter Notebook 23 2 8 1 Updated Mar 22, 2026
  • duckreg Public

    Every big regression is a small regression with weights.

    py-econometrics/duckreg’s past year of commit activity
    Jupyter Notebook 70 MIT 8 6 3 Updated Nov 25, 2025
  • fastmatch Public

    fast matching estimators for causal inference

    py-econometrics/fastmatch’s past year of commit activity
    Python 8 0 0 0 Updated Nov 7, 2025
  • jaxonometrics Public

    Econometrics on the GPU (and CPU) via JAX

    py-econometrics/jaxonometrics’s past year of commit activity
    Python 16 0 0 0 Updated Jul 12, 2025
  • gmm Public

    Generalized Method of Moments estimation

    py-econometrics/gmm’s past year of commit activity
    Jupyter Notebook 14 3 1 1 Updated Mar 23, 2025
  • wildboottest Public

    python module for wild cluster bootstrapping

    py-econometrics/wildboottest’s past year of commit activity
    Python 12 MIT 0 21 7 Updated Feb 16, 2025

Most used topics

Loading…