misc: fix README
This commit is contained in:
parent
519ebd3067
commit
85ca9558f9
|
|
@ -32,7 +32,7 @@ from pandas_ods_reader import read_ods
|
||||||
path = "path/to/file.ods"
|
path = "path/to/file.ods"
|
||||||
|
|
||||||
# by default the first sheet is imported
|
# 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)
|
# load a sheet based on its index (1 based)
|
||||||
sheet_idx = 1
|
sheet_idx = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue