Data sets from Introductory Econometrics: A Modern Approach (6th ed, J.M. Wooldridge)
Project description
Wooldridge Meets Python
Data sets from Introductory Econometrics: A Modern Approach (6th ed, J.M. Wooldridge)
Description
A Python package which contains 111 data sets from one of the most famous econometrics textbooks for undergraduates.
How to Use
First things first.
from wooldridge import *
To load a data set named <dataset>:
dataWoo('<dataset>')
It returns pandas DataFrame. Note that <dataset> is entered in strings. For example, to load a data set mroz into df:
df = dataWoo('mroz')
To show the description (e.g. variable definitions and sources) of a data set:
dataWoo('mroz', description=True)
To show the list of 111 data sets contained in the package
listWoo()
How to Install
pip install wooldridge
or
git clone https://github.com/spring-haru/wooldridge.git
pip install .
Reference
J.M. Wooldridge (2015) Introductory Econometrics: A Modern Approach, Cengage Learning, 6th edition.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wooldridge-0.2.0.tar.gz.
File metadata
- Download URL: wooldridge-0.2.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d6790c8ba3898c688fdc3a66885aceb6d66a27d60f606c7127885ecb9c5d522
|
|
| MD5 |
e19bb88cc750280db1295871ba6c3d4e
|
|
| BLAKE2b-256 |
49d43d0c899e44e1d0769b95cf57716926d11c3d9e4985f91969326cda814876
|
File details
Details for the file wooldridge-0.2.0-py3-none-any.whl.
File metadata
- Download URL: wooldridge-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dae163bc175952527f3a4ec6bc3debbdbcc9a9e4a02fbdef10e1166f5ab35620
|
|
| MD5 |
48afe57570f48be2af6921d6fffa02b4
|
|
| BLAKE2b-256 |
1074117c46c2a434a6bcfaa682388e1b3e221cad0646013b122dd240b24e78e2
|