Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas read ods

# credit to the Stack Overflow user in the source link
# odfpy is required (pip / conda install odfpy)
import pandas as pd
pd.read_excel("the_document.ods", engine="odf")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #read #ods
ADD COMMENT
Topic
Name
8+3 =