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

labeling of missing values in CSV files #156

Closed
dutchscientist opened this issue Jun 25, 2015 · 2 comments
Closed

labeling of missing values in CSV files #156

dutchscientist opened this issue Jun 25, 2015 · 2 comments

Comments

@dutchscientist
Copy link

I primarily use the CSV files produced by Roary, and currently markers missing are represented by an empty cell if opened in a spreadsheet. With large datasets (say 500-1000 genomes) this is sometimes awkward, especially if one wants to do formatting. If all cells were filled (i.e. N/A for missing values), then this would make life a lot easier.

Is this possible? It saves doing Find/Replace of empty cells in Excel. I have done Find/Replace of "" in the text file, but this gives some errors and hence does not work well.

@andrewjpage
Copy link
Member

Looking into this further, its not something that I think should be changed I'm afraid. Excel works quite well with having the cells empty (""), as do the standard csv parsers. If the cells were populated with NA, then it would mean you would have to account for this separately and has more downsides than an empty cell.

@dutchscientist
Copy link
Author

No worries, I can easily work around this :-)

From: andrewjpage [mailto:notifications@github.com]
Sent: 07 October 2015 14:06
To: sanger-pathogens/Roary Roary@noreply.github.com
Cc: dutchscientist dutchscientist@gmail.com
Subject: Re: [Roary] labeling of missing values in CSV files (#156)

Looking into this further, its not something that I think should be changed I'm afraid. Excel works quite well with having the cells empty (""), as do the standard csv parsers. If the cells were populated with NA, then it would mean you would have to account for this separately and has more downsides than an empty cell.


Reply to this email directly or view it on GitHub #156 (comment) . https://github.com/notifications/beacon/AJ8e0LmuglRiSgPW8y56e2ADLsguwo3-ks5o5RAwgaJpZM4FLxIm.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants