Created
June 17, 2017 08:51
-
-
Save jerilkuriakose/2837cde36f0b68706d0e921bb9c09d20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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