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

Loads invoice "rate" field as string to suppress scientific notation representation #60

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

QuanMPhm
Copy link
Contributor

@QuanMPhm QuanMPhm commented Jun 6, 2024

Closes #56. Some of our rates may be have very low values, i.e 0.0000009, which may be displayed in scientific notation if read as a float by pandas.read_csv() Specifying the field type as str suppresses this behavior.

…representation

Some of our rates may be have very low values, i.e 0.0000009, which may be displayed
in scientific notation if read as a float by pandas.read_csv()
Specifying the field type as str suppresses this behavior
@QuanMPhm QuanMPhm requested a review from knikolla June 6, 2024 17:49
Copy link
Collaborator

@naved001 naved001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is okay as this is purely for appearance and we are not doing any math with it.

@QuanMPhm QuanMPhm merged commit fd2125d into CCI-MOC:main Jun 14, 2024
3 checks passed
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.

Output 0.000009 instead of 9.00E-06
2 participants