Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #read #xlsb #pandas
ADD COMMENT
Topic
Name
7+2 =