Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need answer of the question as sql query which can be written in python code(pyspark). 1. Detect failing devices with battery levels below a
I need answer of the question as sql query which can be written in python code(pyspark).
1. Detect failing devices with battery levels below a threshold.
Our file has rows of JSON strings that look as follows:
{"device_id": 198164, "device_name": "sensor-pad-198164owomcJZ", "ip": "80.55.20.25", "cca2": "PL", "cca3": "POL", "cn": "Poland", "latitude": 53.080000, "longitude": 18.620000, "scale": "Celsius", "temp": 21, "humidity": 65, "battery_level": 8, "c02_level": 1408,"lcd": "red", "timestamp" :1458081226051}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started