Skip to content

Commit 19ac5a9

Browse files
committed
setup link
Signed-off-by: Yang Wang <[email protected]>
1 parent fafff0c commit 19ac5a9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.ci/scripts/benchmark_tooling/common.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,3 @@ def read_all_csv_with_metadata(folder_path: str) -> List[Dict[str, Any]]:
3838
results.append({"groupInfo": meta, "df": df, "sheetName": fname})
3939
print(f"successfully fetched {len(results)} sheets from {folder_path}")
4040
return results
41-
42-
43-
import logging
44-
45-
logging.basicConfig(level=logging.INFO)
46-
47-
# For Excel files (assuming the Excel file is in the current directory)
48-
file_path = "./private.xlsx"
49-
res = read_excel_with_json_header(file_path)
50-
logging.info(res)

0 commit comments

Comments
 (0)