- 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.
推薦閱讀
- C++面向?qū)ο蟪绦蛟O(shè)計(第三版)
- Intel Galileo Essentials
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- 大學(xué)計算機基礎(chǔ)實驗教程
- Designing Hyper-V Solutions
- 3D少兒游戲編程(原書第2版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 量化金融R語言高級教程
- Jenkins Continuous Integration Cookbook(Second Edition)
- Learning Concurrent Programming in Scala
- Python語言科研繪圖與學(xué)術(shù)圖表繪制從入門到精通
- Mockito Essentials
- App Inventor 2 Essentials
- 算法設(shè)計與分析:基于C++編程語言的描述
- Clojure Polymorphism