Python is the ideal language to do data processing, and itβs one of the reasons itβs used so much for data science. Python supports data formats like CSV, JSON, and XML out of the box. However, there are also many external libraries on PyPI to aid you with processing data, like PyYAML.
Python data processing topics
In this section, weβll dive into processing data of all kinds. For now, Iβve only touched on the subject of JSON and YAML, but there are more topics in the proverbial pipeline:


