Package: fastDummies 1.7.6

fastDummies: Fast Creation of Dummy (Binary) Columns and Rows from Categorical Variables

Creates dummy columns from columns that have categorical variables (character or factor types). You can also specify which columns to make dummies out of, or which columns to ignore. Also creates dummy rows from character, factor, and Date columns. This package provides a significant speed increase from creating dummy variables through model.matrix().

Authors:Jacob Kaplan [aut, cre], Benjamin Schlegel [ctb]

fastDummies_1.7.6.tar.gz
fastDummies_1.7.6.zip(r-4.7)fastDummies_1.7.6.zip(r-4.6)fastDummies_1.7.6.zip(r-4.5)
fastDummies_1.7.6.tgz(r-4.6-any)fastDummies_1.7.6.tgz(r-4.5-any)
fastDummies_1.7.6.tar.gz(r-4.7-any)fastDummies_1.7.6.tar.gz(r-4.6-any)
fastDummies_1.7.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
fastDummies/json (API)

# Install 'fastDummies' in R:
install.packages('fastDummies', repos = c('https://jacobkap.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jacobkap/fastdummies/issues

Pkgdown/docs site:https://jacobkap.github.io

On CRAN:

Conda:

binary-datadummy-columnsdummy-datadummy-rowsdummy-variable

13.24 score 42 stars 177 packages 4.5k scripts 58k downloads 1 mentions 3 exports 13 dependencies

Last updated from:c37445de14. Checks:2 NOTE, 7 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE173
source / vignettesOK203
linux-release-x86_64OK133
macos-release-arm64OK123
macos-oldrel-arm64OK121
windows-develNOTE88
windows-releaseOK87
windows-oldrelOK69
wasm-releaseOK108

Exports:dummy_colsdummy_columnsdummy_rows

Dependencies:clidata.tablegluelifecyclemagrittrpillarpkgconfigrlangstringistringrtibbleutf8vctrs

Making dummy rows with dummy_rows()

Last update: 2018-01-05
Started: 2018-01-04

Making dummy variables with dummy_cols()

Last update: 2018-01-05
Started: 2018-01-04