Kevin Sheppard

Results 499 comments of Kevin Sheppard

Wheels for 3.10 and 3.11 are available.

If the purpose is really only for typing, than it seems most natural to have it at either `pd.typing` or `pd.api.typing`. This intended use doesn't really fit the definition of...

They syntax looks good to me. I will definitely switch from my own so-so parser to this.

I hesitate to release as many (most?) of the readers are broken. There isn't much of a community willing to support the individual readers, which need relatively high-frequency fixes. This...

This project needs the community to get behind it and produce patches and updates.

There is a python TBATS/BASTS package available now https://github.com/intive-DataScience/tbats

> Is this a choice made by statsmodels or is it due to limitations of patsy? In [linearmodels](https://github.com/bashtage/linermodels) I use some custom specifications that go beyond Patsy. I manually parse...

statsmodels base structure is too rigid to reliably accommodate data structures that do not resemble a single series.

Both panel and multiple series such as what one uses in a SUR. My other massive pain point is that way statsmodels uses `Wrapper` classes. The GIF below shows many...

It would be easier to add `engine="patsy"` to `from_formula` and then allow "formulaic" as an option.