Allows data access from the book - Handbook of Graphs and Networks in People Analytics.
Project description
Overview
Project name: onadata-python
This package is port of an R package associated with the free online book Handbook of Graphs and Networks in People Analytics by Keith McNulty.
Background
At ona-book.org, McNulty makes the data referenced in Handbook of Graphs and Networks 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 onadata R package.
This package brings the functionality of McNulty's R package to Python users.
Usage
# import onadata package
import onadata as ona
import pandas as pd
# see a list of data sets
ona.list_sets()
# ona.help(koenigsberg)
# load data into a dataframe
df = ona.koenigsberg()
# find out more about a specific data set ('managers' example)
ona.koenigsberg().info()
Data dictionary
The data dictionary pertinent to all the data sets can be found here.
LICENSE
- MIT
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 onadata-0.1.tar.gz.
File metadata
- Download URL: onadata-0.1.tar.gz
- Upload date:
- Size: 484.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68499b14dde07db98f699f619cd6ad90da4326b5f41bbc57f284dabb0309f063
|
|
| MD5 |
54a7c7b90be108ae85fb83ddca436d38
|
|
| BLAKE2b-256 |
c86ac4553df900cd5ca01c18d70d807be65a205a3d5957797f8638ade057f5e3
|
File details
Details for the file onadata-0.1-py3-none-any.whl.
File metadata
- Download URL: onadata-0.1-py3-none-any.whl
- Upload date:
- Size: 479.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28aa7c2c71fea2c037a6de17c64b20d8b35f6c4ec3bbcc41a0d24664878b8c76
|
|
| MD5 |
2b5a8f359821e87680d8762e9d11b70b
|
|
| BLAKE2b-256 |
aef62bcfbc15aaacd3e43f139ed12197aa94c97f043f1fd8f80a6838eb5504a1
|