-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read cost as a Decimal from collected invoices
This will read the cost columns from collected invoices as a Decimal, using the integration between Panda and PyArrow, which allows Panda to use more data types.[0] The decimal defined can represent numbers up to 12 significant digits and up to 2 decimal points. [0]. https://pandas.pydata.org/docs/user_guide/pyarrow.html
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pandas | ||
pyarrow | ||
boto3 |