Functions Flashcards

1
Q

How to create a directory

A

os.makedirs()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Write pandas dataframe to csv

A

data.to_csv(path=, sep=’;’,encoding=””, index=)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

translate pandas to a list

A

.tolist()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly