d3po icon indicating copy to clipboard operation
d3po copied to clipboard

Gracefully ignore NaN / missing data

Open adrn opened this issue 11 years ago • 2 comments

Should handle data files with missing or NaN'd data.

adrn avatar Dec 22 '13 22:12 adrn

@ChrisBeaumont Can you explain what issue you were having with missing data? I just did a test with missing data in a CSV file and it worked as I expected..

adrn avatar Dec 22 '13 23:12 adrn

One way to reproduce:

replace ",," with ",nan," in kepler_data.csv modify the state file so that "Stellar Mass" (which has lots of NaNs) is shown on the X axis Clear cache and reload the kepler page

I get lots of points off to the left image

ChrisBeaumont avatar Dec 22 '13 23:12 ChrisBeaumont