From 1ea07a200baef66592215207fa1c3f35d15e365a Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sat, 8 Jun 2019 14:56:54 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d8ab733..1591f69 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ to be imported, it seems that `ezodf` imports empty cells as well. Therefore, completely empty rows and columns are dropped from the DataFrame, before it is returned. Only trailing empty rows and columns are dropped. +If the ODS file contains duplicated column names, they will be numbered and the +number is appended to the column name in the resulting DataFrame. + Dependencies ---