# First let's get a data set
data("adult")
# Now let's check which columns are equals
which_are_in_double(adult)
# It doesn't give any result.
# Let's look of bijections
which_are_bijection(adult)
# Return education_num index because education_num and education which
# contain the same info
Run the code above in your browser using DataLab