Which command you use if you want to split an emailadress and only want the part befor the @
.split(“@”)[0]
Import a datalink into pandas with a delimiter. What is a delimiter goood for?
pd.read_csv(“… . .. . .”, delimiter=”,”)
a delimiter specifies the boundary betwwen two independent data variables