- Hands-On Artificial Intelligence for IoT
- Amita Kapoor
- 92字
- 2021-07-02 14:02:00
Working with the JSON format
JavaScript Object Notation (JSON) is another popular data format in IoT systems. In this section, we will learn how to read JSON data with Python's JSON, NumPy, and pandas packages.
For this section, we will use the zips.json file, which contains US ZIP codes with city codes, geolocation details, and state codes. The file has JSON objects recorded in the following format:
{ "_id" : "01001", "city" : "AGAWAM", "loc" : [ -72.622739, 42.070206 ], "pop" : 15338, "state" : "MA" }
推薦閱讀
- Mastering Mesos
- Getting Started with Containerization
- HBase Design Patterns
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 21天學(xué)通ASP.NET
- Mastering Machine Learning Algorithms
- 網(wǎng)絡(luò)綜合布線設(shè)計(jì)與施工技術(shù)
- 計(jì)算機(jī)組網(wǎng)技術(shù)
- 寒江獨(dú)釣:Windows內(nèi)核安全編程
- 工業(yè)機(jī)器人力覺視覺控制高級(jí)應(yīng)用
- JRuby語(yǔ)言實(shí)戰(zhàn)技術(shù)
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- 穿越計(jì)算機(jī)的迷霧
- Oracle 11g基礎(chǔ)與提高
- ACM程序設(shè)計(jì)(第2版)