Skip to content

Commit 7c855ad

Browse files
Merge branch 'pandas_fix' into 'master'
Change hide_index() to hide() See merge request qs/oreswig!30
2 parents 0672d4b + 09e1b27 commit 7c855ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics-SWIG/Python/Examples/european-option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
columns=["Method", "Option value", "Error estimate", "Actual error"])
184184

185185
# %%
186-
df.style.hide(axis="index")
186+
df.style.hide()
187187

188188
# %% [markdown]
189189
# The following displays the results when this is run as a Python script (in which case the cell above is not displayed).

0 commit comments

Comments
 (0)