Skip to content

Instantly share code, notes, and snippets.

@jerilkuriakose
Created June 17, 2017 08:51
Show Gist options
  • Save jerilkuriakose/2837cde36f0b68706d0e921bb9c09d20 to your computer and use it in GitHub Desktop.
Save jerilkuriakose/2837cde36f0b68706d0e921bb9c09d20 to your computer and use it in GitHub Desktop.
# Used to clean and analyse the data-set
import pandas as pd
# To open an excel file
df = pd.ExcelFile('myexcel.xls').parse('Sheet1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment