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