Q:

how to make all strings in my dataframe lowercase

df["first_column"] = df["first_column"].str.lower()
0

New to Communities?

Join the community