This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Read Excel file via pandas #97
Unanswered
weizhongzou
asked this question in
Q&A
Replies: 1 comment
-
so far when running the Excel Uploader with the Example CRIPT Excel Template, I have not encountered any significant performance issues. I think your comment makes sense, but so far I've found that reading the Excel file with Pandas has been pretty quick for most cases. If we want to optimize performance, maybe we could convert the Excel file into CSV, and use Pandas read_csv function instead to avoid empty columns. However, for now I have not seen any crazy performance issues, and I think the user would not mind waiting 3 minutes for their data to upload. If it becomes an issue then we can tackle it then and start optimizing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using pandas to read the header @ Line 15, parse.py, would it take a long time given a lot of empties columns in the Excel template?
Beta Was this translation helpful? Give feedback.
All reactions