Skip to content

Commit 18426cb

Browse files
committed
Remove use of deprecated pandas option
1 parent d7519f8 commit 18426cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

etc/timing-report.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
import sqlite3
1212
import pandas as pd
1313

14-
try:
15-
pd.set_option("future.no_silent_downcasting", True)
16-
except pd.errors.OptionError:
17-
# ignore if not supported
18-
pass
19-
2014

2115
def read_db(fname):
2216
conn = sqlite3.connect(fname)

0 commit comments

Comments
 (0)