This function reads a CSV file and returns the dataset as a data frame.
read_dataset(dataset_path)
dataset_path
The path to the CSV file.
A data frame representing the dataset.