update readme

This commit is contained in:
iuvbio 2019-01-31 21:38:22 +01:00
parent 764d353adc
commit 5fcf3089df
1 changed files with 2 additions and 2 deletions

View File

@ -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
---