📜  用于数据分析的 python - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:12.190000             🧑  作者: Mango

代码示例1
You could indeed use python as a data analysing tool.
There's a lot of python apps you can install by the pip install command.

Examples of data analysing tools are:
- pandas
- scipy
- numpy
- matplotlib

And there's probably more that I didn't list.