Skip to content

Commit 53c364a

Browse files
committed
Unpin pandas and upgrade to latest version
Pandas was previously pinned to version < 1.2 due due to the way that it parses large integer values from Excel. Those values are transformed incorrectly by openpyxl into a floating point number before casting into a string, changing their value. This was primarily impacting ingestion of barcode fields. With the transition away from ingesting aliquoting sheets and incident reports from Excel (replaced by API endpoints), this is no longer an issue.
1 parent 7e9b987 commit 53c364a

File tree

2 files changed

+190
-177
lines changed

2 files changed

+190
-177
lines changed

0 commit comments

Comments
 (0)