I would like to change the boolean values of my "success" column in my "members" dataframe. Specifically, I would like to change the True values to "success" and the False values to "fail". Would you know how to do this?
code :
import pandas as pd
members = pd.read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-09-22/members.csv")