- Hands-On Artificial Intelligence for IoT
- Amita Kapoor
- 87字
- 2021-07-02 14:01:58
TXT format
One of the simplest and common formats for storing data is the TXT format; many IoT sensors log sensor readings with different timestamps in the simple .txt file format. Python provides built-in functions for creating, reading, and writing into TXT files.
We can access TXT files in Python itself without using any module; the data, in this case, is of the string type, and you will need to transform it to other types to use it. Alternatively, we can use NumPy or pandas.
推薦閱讀
- 樂高機器人:WeDo編程與搭建指南
- 我的J2EE成功之路
- Google Cloud Platform Cookbook
- 空間機器人遙操作系統及控制
- 手把手教你學AutoCAD 2010
- 教父母學會上網
- Hands-On Linux for Architects
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- Containers in OpenStack
- Mastering GitLab 12
- Windows安全指南
- Cortex-M3嵌入式處理器原理與應用
- 筆記本電腦使用與維護
- Deep Learning Essentials
- Embedded Linux Development using Yocto Projects(Second Edition)