What’s a data frame

ex) market survey

quick, have a look at your dataset

head() : show the first observations of a data frame

tail() : prints out the last observation in your dataset

variable in datase

Have a look at the structure

str()