Allows data access from the book - Handbook of Regression Modeling in People Analytics.
Project description
Overview
Project name: peopleanalytics-python
This package is port of an R package associated with the free online book Handbook of Regression Modeling in People Analytics by Keith McNulty. Some additional information about the inspiration here.
Background
At peopleanalytics-regression-book.org, McNulty makes the data referenced in Handbook of Regression Modeling in People Analytics available via an R package. McNulty explains:
For R and Python users, each of the data sets used in this book can be downloaded individually by following the code in each chapter. Alternatively for R users who intend to work through all of the chapters, all data sets can be loaded into an R session in advance by installing and loading the peopleanalyticsdata R package.
This package brings the functionality of McNulty's R package to Python users. As an initial idea, following a pip install ... will make these data sets accessible for Python users. These data sets can also be used as an alternative to the very common public data sets (iris, wine quality, etc) available on UCI repository to understand the concepts of exploratory data analysis and predictive modeling.
Usage
# import peopleanalyticsdata package
import peopleanalyticsdata as pad
import pandas as pd
# see a list of data sets
pad.list_sets()
# pad.help(managers)
# load data into a dataframe
df = pad.managers()
# find out more about a specific data set ('managers' example)
pad.managers().info()
Data dictionary
The data dictionary pertinent to all the data sets can be found here.
LICENSE
- MIT
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
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 peopleanalyticsdata-0.1.5.tar.gz.
File metadata
- Download URL: peopleanalyticsdata-0.1.5.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cf6b3c62196b3d93639f838ecab44326028af2a36c31014c2ffdaadc4567236
|
|
| MD5 |
349bc64eb766967b66446828a087f44a
|
|
| BLAKE2b-256 |
1cc3af55777930671d571d2f2148a755f8071c32055dd9f16a348e7d1e1d4cc2
|
File details
Details for the file peopleanalyticsdata-0.1.5-py3-none-any.whl.
File metadata
- Download URL: peopleanalyticsdata-0.1.5-py3-none-any.whl
- Upload date:
- Size: 170.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9490dd36cd555af0d8207925f352cc0064699a15e5faf7d570d480bd00a343f
|
|
| MD5 |
c87b931a5464a185cd4cbacc62c68849
|
|
| BLAKE2b-256 |
53d5b8ea8e498d14b172216e0321a00198cdfa2b58dffd44224b0879dfd72b75
|