pandas xlsb code example
Example: python read xlsb pandas
import pandas as pd
#with pandas version 1.0.0 and later
df = pd.read_excel('path_to_file.xlsb', engine='pyxlsb')
import pandas as pd
#with pandas version 1.0.0 and later
df = pd.read_excel('path_to_file.xlsb', engine='pyxlsb')