Package: tidytitanic 0.0.1
tidytitanic: Dataframes Based on Titanic Passengers and Crew
The tidytitanic package provides a version of the Titanic data tailored for people analytics demonstrations and practice. Unlike other packages such as titanic, which reproduce the Kaggle competition files with minimal preprocessing, tidytitanic combines and tidies the train and test datasets into a single unified dataset, `passengers`, facilitating exploration across the full set of individuals. It also extracts meaningful personal identifiers—such as first names, last names, and titles—from the raw Name field, enabling richer demographic analysis and grouping. The `passengers` data does not cover the crew, however. Therefore the package also provides a flat and uncounted version of the `Titanic` dataset which contains crew information for futher practice. This human-centered data package is designed to support exploratory data analysis, feature engineering, and pedagogical use cases.
Authors:
tidytitanic_0.0.1.tar.gz
tidytitanic_0.0.1.zip(r-4.7)tidytitanic_0.0.1.zip(r-4.6)tidytitanic_0.0.1.zip(r-4.5)
tidytitanic_0.0.1.tgz(r-4.6-any)tidytitanic_0.0.1.tgz(r-4.5-any)
tidytitanic_0.0.1.tar.gz(r-4.7-any)tidytitanic_0.0.1.tar.gz(r-4.6-any)
tidytitanic_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
tidytitanic/json (API)
| # Install 'tidytitanic' in R: |
| install.packages('tidytitanic', repos = c('https://evamaerey.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/evamaerey/tidytitanic/issues
- flat_titanic - Tallied characteristics
- passengers - Titanic test data.
- tidy_titanic - A dataset titanic passengers and characteristics based on Titanic data from base R. Includes Crew
Last updated from:6ea49e4e9d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | ||
| source / vignettes | OK | 120 | ||
| linux-release-x86_64 | OK | 95 | ||
| macos-release-arm64 | OK | 186 | ||
| macos-oldrel-arm64 | OK | 131 | ||
| windows-devel | OK | 49 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 88 |
Exports:
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Tallied characteristics | flat_titanic |
| Titanic test data. | passengers |
| A dataset titanic passengers and characteristics based on Titanic data from base R. Includes Crew | tidy_titanic |
