Question from the Python Machine Learning test

Access the values of the two columns ```Col1``` and ```Col2```

Easy

What does the df[["Col1","Col2"]] instruction do with df a DataFrame type object?

Author: LiucijaStatus: Published(Update)Question passed 205 times
Edit
-1
Community Evaluations
developer avatar
Spelling / formatting error
Karim
03/01/2024
df.[["Col1","Col2"]] there is a dot after df