Automatic normalisation of a data frame to third normal form, with the intention of easing the process of data cleaning. (Usage to design your actual database for you is not advised.) Originally inspired by the 'AutoNormalize' library for 'Python' by 'Alteryx' (<https://github.com/alteryx/autonormalize>), with various changes and improvements. Automatic discovery of functional or approximate dependencies, normalisation based on those, and plotting of the resulting "database" via 'Graphviz', with options to exclude some attributes at discovery time, or remove discovered dependencies at normalisation time.
Version: | 2.3.1 |
Depends: | R (≥ 4.1.0) |
Imports: | rlang |
Suggests: | spelling, DiagrammeR (≥ 1.0.7), testthat (≥ 3.1.4), R.utils (≥ 2.11.0), hedgehog (≥ 0.1), tibble (≥ 3.2.1), knitr, rmarkdown |
Published: | 2025-03-19 |
Author: | Mark Webster |
Maintainer: | Mark Webster <markwebster204 at yahoo.co.uk> |
BugReports: | https://github.com/CharnelMouse/autodb/issues |
License: | BSD_3_clause + file LICENSE |
URL: | https://charnelmouse.github.io/autodb/, https://github.com/CharnelMouse/autodb |
NeedsCompilation: | no |
Language: | en-GB |
Materials: | README NEWS |
CRAN checks: | autodb results |
Reference manual: | autodb.pdf |
Vignettes: |
Using autodb (source, R code) |
Package source: | autodb_2.3.1.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-devel (arm64): autodb_2.3.1.tgz, r-release (arm64): autodb_2.3.1.tgz, r-oldrel (arm64): autodb_2.3.1.tgz, r-devel (x86_64): autodb_2.3.1.tgz, r-release (x86_64): autodb_2.3.1.tgz, r-oldrel (x86_64): autodb_2.3.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=autodb to link to this page.