Advertisement
elena1234

read xlsb file in Python

Nov 30th, 2022 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | Source Code | 0 0
  1. # specify the sheet name
  2. nsi_df = pd.read_excel(r'C:\Final.xlsb', sheet_name='NSI_12_2020_Final',index_col=None, engine='pyxlsb')
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement