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

Commits on Apr 25, 2024

  1. 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 3 decimal points.
    
    [0]. https://pandas.pydata.org/docs/user_guide/pyarrow.html
    knikolla committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cde1c86 View commit details
    Browse the repository at this point in the history