PyCharm如何使用pandas

以下介绍摘自 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的正确打开方式

Setting的正确打开方式

Settings设置

添加

Interpreter

Interpreter

导包的正确入口
搜索pandas
pandas安装完成
结果展示

不报错了~:) 

开心,晚餐给自己加个鸡腿吧

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容