Sergio Sánchez Zavala

Results 3 issues of Sergio Sánchez Zavala

While `pd.apply()` works for small datasets like the example from the docs ```python df['ADJUSTED'] = df.apply(lambda x: cpi.inflate(x.MEDIAN_HOUSEHOLD_INCOME, x.YEAR), axis=1) ``` it quickly falls apart if one tries to _inflate_...

Moving documentation to mkdocs

Most tools are moving towards `pyproject.toml` and in the refactor #326 discussion we noted that `setuptools_scm` deprecated support for `setup.py`. It works for now but we should explore moving back...

enhancement