From 5fcf3089dfc5cb013c9d0484ce394ec72353f92a Mon Sep 17 00:00:00 2001 From: iuvbio Date: Thu, 31 Jan 2019 21:38:22 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abbc0b2..59ebada 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Provides a function to read in an ODS file and return 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, -all completely empty rows and columns are dropped from the DataFrame, before -it is returned. +completely empty rows and columns are dropped from the DataFrame, before it is +returned. Only trailing empty rows and columns are dropped. Dependencies ---