add info about which backend is used to docstring

This commit is contained in:
iuvbio 2021-10-04 16:46:48 +02:00
parent c1d003bec4
commit eb461f7332
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ EXT_MAP = {".ods": ods, ".fods": fods}
def read_ods(file_or_path, sheet=1, headers=True, columns=None):
"""
Read in the provided ods file and convert it to `pandas.DataFrame`.
Read in the provided ods or .ods file and convert it to `pandas.DataFrame`.
Will detect the filetype based on the file's extension or fall back to
ods.
Parameters
----------