Data Science Nuggets: 1: Creating a data frame from CSV file
In this nugget we are going to cover how to create a data frame from data available in a CSV (Comma separated values) format. We would be using the pandas library in python for achieving that.