misc: fix README

This commit is contained in:
iuvbio 2021-07-01 20:00:35 +03:00
parent 519ebd3067
commit 85ca9558f9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from pandas_ods_reader import read_ods
path = "path/to/file.ods"
# by default the first sheet is imported
df = pd.read_ods(path)
df = read_ods(path)
# load a sheet based on its index (1 based)
sheet_idx = 1