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
Release files for onadata 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| onadata-0.1.tar.gz | 484.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| onadata-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 964.0 kB
Release files / onadata-0.1.tar.gz
| Download URL | onadata-0.1.tar.gz |
|---|---|
| Size | 484.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68499b14dde07db98f699f619cd6ad90da4326b5f41bbc57f284dabb0309f063
|
|
BLAKE2b-256 checksum How to use checksums |
c86ac4553df900cd5ca01c18d70d807be65a205a3d5957797f8638ade057f5e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / onadata-0.1-py3-none-any.whl
| Download URL | onadata-0.1-py3-none-any.whl |
|---|---|
| Size | 479.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
28aa7c2c71fea2c037a6de17c64b20d8b35f6c4ec3bbcc41a0d24664878b8c76
|
|
BLAKE2b-256 checksum How to use checksums |
aef62bcfbc15aaacd3e43f139ed12197aa94c97f043f1fd8f80a6838eb5504a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|