import pandas as pd   
 import numpy as np    
 df = pd.read_excel("C:/Python2/BigData/MergedExcel.xlsx",sheet_name="Sheet1",header=0, skiprows=0)    
 print (df)    
Tuesday, February 27, 2018
Subscribe to:
Post Comments (Atom)
Database, Information Architecture, Data Management, etc. Focus on new technologies and performance tuning
So how to save this df to excel?
ReplyDelete