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

Empty cell should be blank #1101

Open
amyburness opened this issue Oct 9, 2024 · 3 comments
Open

Empty cell should be blank #1101

amyburness opened this issue Oct 9, 2024 · 3 comments
Assignees

Comments

@amyburness
Copy link
Collaborator

Where nothing has been recorded for all the anecdotal fields (i.e., water clarity, water temperature, etc.) it is returning -9999 or None. These cells should just be blank if nothing was recorded.

We should check if this is correct.

@amyburness amyburness changed the title Empty columns should be blank Empty cell should be blank Oct 9, 2024
@zamuzakki
Copy link
Collaborator

@amyburness Current implementation is:
When we create observation, if the value is empty, we set it to -9999. Should we also change this behavior or make it blank just when we download the CSV?

@zamuzakki
Copy link
Collaborator

For now, I've set the CSV output when it's None or -9999 to blank

@amyburness
Copy link
Collaborator Author

@zamuzakki Correct that is what the client wants for it to be blank and no -9999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🕵️‍♀️ Needs Review
Development

No branches or pull requests

3 participants