Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read cost as a Decimal from collected invoices #32

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

knikolla
Copy link
Contributor

@knikolla knikolla commented Apr 25, 2024

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 3 decimal points.

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 3 decimal points.

[0]. https://pandas.pydata.org/docs/user_guide/pyarrow.html
@knikolla knikolla merged commit f601e3d into CCI-MOC:main Apr 29, 2024
2 checks passed
@knikolla knikolla deleted the decimals branch April 29, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants