以下介绍摘自 https://baike.baidu.com/item/pandas/17209606
Python Data Analysis Library 或 pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。Pandas 纳入了大量库和一些标准的数据模型,提供了高效地操作大型数据集所需的工具。pandas提供了大量能使我们快速便捷地处理数据的函数和方法。你很快就会发现,它是使Python成为强大而高效的数据分析环境的重要因素之一。
以下介绍摘自 https://pandas.pydata.org/
Python Data Analysis Library
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
pandas is a NumFOCUS sponsored project. This will help ensure the success of development of pandas as a world-class open-source project, and makes it possible to donate to the project.
问题描述
在PyCharm中导入pandas,报错 ModuleNotFoundError: No module named 'pandas'
解决方案
缺啥补啥
Setting的正确打开方式
添加
Interpreter
不报错了~:)
开心,晚餐给自己加个鸡腿吧