Search
 
SCRIPT & CODE EXAMPLE
 

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")
Comment

PREVIOUS NEXT
Code Example
Python :: github black badge 
Python :: Slicing lexicographically pandas 
Python :: the four pillars of Op in Python 
Python :: how to use datetime to tell your age in python 
Python :: matplotlib Savefig cuts off title 
Python :: how to make player quit in python 
Python :: how to save the history of keras model 
Python :: order dataframe by multiple columns python 
Python :: python sort dataframe by one column 
Python :: how to wait in pygame 
Python :: # find the common elements in the list. 
Python :: create list in range 
Python :: Print a nested list line by line 
Python :: python check string float 
Python :: pandas remove rows with null in column 
Python :: requests get cookies from response 
Python :: datetime to int python 
Python :: python launch file 
Python :: pyspark select without column 
Python :: save plot as image python matplotlib 
Python :: switch columns and rows python 
Python :: python yaml parser 
Python :: how to add a number to a variable in django template 
Python :: python pil bytes to image 
Python :: python zip file open as text 
Python :: download youtube audio python 
Python :: arabic in python 
Python :: mongodb check if substring in string 
Python :: prime number program in python print 1 to 100 
Python :: image in tkinter 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =