A Python package for describing statistical models and for building design matrices.
Reason this release was yanked:
This release broke compatibility with pandas 2.1 . Please upgrade to 0.5.6 or later for greater compatibility.
Project description
Patsy
Notice: patsy
is no longer under active development. As of August 2021,
Matthew Wardrop (@matthewwardrop) and Tomás Capretto (@tomicapretto) have taken
on responsibility from Nathaniel Smith (@njsmith) for keeping the lights on, but
no new feature development is planned. The spiritual successor of this project
is Formulaic, and we
recommend that users migrate
when possible. For the time being, until major software packages have successfully
transitioned, we will attempt to keep patsy
working in its current state with
current releases in the Python ecosystem.
Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python.
- Documentation: https://patsy.readthedocs.io/
- Downloads: http://pypi.python.org/pypi/patsy/
- Code and issues: https://github.com/pydata/patsy
- Mailing list: pydata@googlegroups.com (http://groups.google.com/group/pydata)
Dependencies
- Python (2.6, 2.7, or 3.3+)
- six
- numpy
- Optional:
- pytest/pytest-cov: needed to run tests
- scipy: needed for spline-related functions like
bs
Installation
pip install patsy
(or, for traditionalists: python setup.py install
)
License
2-clause BSD, see LICENSE.txt for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for patsy-0.5.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6067516e97c1d5da5d24603853834e3555e943ffb419ea32020f7ba561fa6d0d |
|
MD5 | dc0722c77fd2c4049d39eaa6f27e4adf |
|
BLAKE2b-256 | 320e0039df17094e8d9d26b69bd8e976e179b1f6cc772f9ffb597640d5016772 |