This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Commit 2a1a26e
committed
Comment out arguments supported in Pandas version 0.24.0 or later
Tests in Python 3.4 fail with the following error:
TypeError: to_sql() got an unexpected keyword argument 'method'
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_sql.html1 parent 051f71c commit 2a1a26e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
| 301 | + | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
| |||
0 commit comments