From 493d041685e6872faacb351eb6463e2d93fa9220 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 19 May 2019 14:41:03 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31de7f4..d8ab733 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ pandas_ods_reader === -Provides a function to read in an ODS file and return a pandas DataFrame. +Provides a function to read in an ODS file and returns a pandas DataFrame. It uses `ezodf` to read in the ods file. If a range is specified in the sheet to be imported, it seems that `ezodf` imports empty cells as well. Therefore,