question

Upvotes
Accepted
66 3 5 7

How to retrieve a set number of data and how to treat not available data points in DSWS

How do you retrieve 1000 data points including missing ones (i.e. not omit missing ones) in DSWS?

Thanks!

dsws-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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?

Hello @bob.kim ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
5.7k 21 2 6

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.