- Learning pandas(Second Edition)
- Michael Heydt
- 90字
- 2021-07-02 20:37:00
Semi-structured
Semi-structured data fits in between unstructured. It can be considered a type of structured data, but lacks the strict data model structure. JSON is a form of semi-structured data. While good JSON will have a defined format, there is no specific schema for data that is always strictly enforced. Much of the time, the data will be in a repeatable pattern that can be easily converted into structured data types like the pandas DataFrame, but the process may need some guidance from you to specify or coerce data types.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- Java程序設計與計算思維
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- 你必須知道的204個Visual C++開發問題
- TypeScript實戰指南
- Android 應用案例開發大全(第3版)
- PostgreSQL Replication(Second Edition)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 零基礎學C語言(升級版)
- OpenCV Android Programming By Example
- Delphi開發典型模塊大全(修訂版)
- Software-Defined Networking with OpenFlow(Second Edition)
- 征服C指針(第2版)
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書
- JavaScript程序設計實例教程(第2版)