How do you retrieve 1000 data points including missing ones (i.e. not omit missing ones) in DSWS?
Thanks!
Hi @bob.kim,
Are you using Python to collect this data? If so, I'd suggest using pandas to deal with NA data points:
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.dropna.html
Or in other words, what is the option in DSWS to omit or display NaN data points ? Also how can you change NaN to blank for missing data points?