powered by
A compact (n = 1000) sample of the pre-cleaned Adult dataset for examples and vignettes. All original columns are retained; only rows are subsampled.
adult_ready_small
A data frame with 1000 rows and K columns (same schema as the full dataset).
Created from the full CSV by random sampling with a fixed seed: adult_ready_small <- dplyr::slice_sample(big, n = 1000).
adult_ready_small <- dplyr::slice_sample(big, n = 1000)
data("adult_ready_small", package = "fairGATE") str(adult_ready_small) head(adult_ready_small)
Run the code above in your browser using DataLab