
Sai Soma
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Sai Soma-
Sai Soma commented,
"| max(temp) as max_temp, min(temp) as min_temp by timeslice" gives max and min temp but not the real time temp. Right now with "count" I am getting time, temp and count where "count" is on axis. ...
-
Sai Soma created a post,
How to parse to plot graph between temperature and time. Also how to parse this string --"33 degrees C " to number
| count by _timeslice, Temperature // This outputs along with count and graph doesn't look good even with transpose. I would like to parse so that graph exists between Temperature and Time.