Skip to main content

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

To import a <dataset>:

from wooldridge import <dataset>

For example, to load a data set mroz as pandas' DataFrame into df:

from wooldridge import mroz
df = mroz.load()

To show the description (e.g. variable definitions and sources) of a data set loaded, use one of the followings:

help(mroz.load)
?mroz.load
mroz.load?

To show the list of 111 data sets contained in the package when <dataset> is loaded:

<dataset>.wooldridge()

For example,

mroz.wooldridge()

How to Install

pip install wooldridge

or

git clone https://github.com/spring-haru/wooldridge.git
pip install .

Notes on 401k and 401ksubs

Those two data sets are renamed with an underscore as follows:

  • 401k -> _401k
  • 401ksubs -> _401ksubs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wooldridge-0.1.1.tar.gz (48.6 kB view hashes)

Uploaded Source

Built Distribution

wooldridge-0.1.1-py3-none-any.whl (5.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page