chore: cleanup unused code in pandas 2.0+ (#26013)

This commit is contained in:
Gnought
2023-11-19 11:17:15 +08:00
committed by GitHub
parent 5942d8bf68
commit 2499a1cf5a
33 changed files with 1 additions and 82 deletions

View File

@@ -165,7 +165,6 @@ def upload_excel(
"sheet_name": "Sheet1",
"if_exists": "fail",
"index_label": "test_label",
"mangle_dupe_cols": False,
}
if schema := utils.get_example_default_schema():
form_data["schema"] = schema