geekdoc-python-zh/docs/pythonland/54.md

16 lines
847 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 用 Python 处理数据
> 原文:[https://python.land/data-processing](https://python.land/data-processing)
Python 是进行数据处理的理想语言这也是它被广泛用于数据科学的原因之一。Python 支持 CSV、JSON 和 XML 等现成的数据格式。然而PyPI 上也有许多外部库来帮助您处理数据,比如 PyYAML。
### Python 数据处理主题
在这一节中,我们将深入处理各种数据。目前,我只涉及了 JSON 和 YAML 的主题,但是还有更多的主题正在酝酿中:
* [处理纯文本文件](https://python.land/operating-system/python-files)
* [使用 JSON](https://python.land/data-processing/working-with-json)
* [用 Python 读写 YAML](https://python.land/data-processing/python-yaml)
* 处理 CSV 数据
* 用 Python 读取 Excel 数据
* 处理 PDF 文件