You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments