Skip to main content
✏️ Code CompletionAI AI & ML Easy+10 XP

Pandas Read CSV

Complete the data loading function.

✏️ Fill in the blank
df = pd.___("data.csv")

✏️ Type the missing code: