python read xlsb pandas

Solutions on MaxInterview for python read xlsb pandas by the best coders in the world

showing results for - "python read xlsb pandas"
Matthew
15 May 2018
1import pandas as pd
2#with pandas version 1.0.0 and later
3df = pd.read_excel('path_to_file.xlsb', engine='pyxlsb')