Takes in Stata commands and outputs their Python equivalent
Project description
Stata2Python
This package takes in Stata commands and outputs their Python equivalents. It currently supports the following commands: -
- ttest (doing a t-test)
- gen (generating new columns)
- describe (describing the data)
- corr (correlation matrix)
- scatter (make a scatter plot)
- hist (make a histogram)
- reg (run a regression)
Example usage via terminal
pip install --upgrade stata2python
python3
>>> from stata2python import stata2python
>>> stata2python("reg wage exp i.female, vce(cluster education)", "la")
The function stata2python
takes in a Stata command as a string, followed by (optionally) the name of a Python DataFrame as a string, and outputs the relevant Python equivalent to the Stata command.
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
stata2python-0.0.15.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for stata2python-0.0.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216f2f4e7ea9634197ce6ce8b64ce50e3b8a67a48f20aef7d1da5ff638b43b89 |
|
MD5 | 6e7275a82748e4c9e90d33d32520df6f |
|
BLAKE2b-256 | 26cd7950587a2df9a6d17c4b6835b0368a51b2852fcd0489e0adb7d88bbd3387 |