Python查看pandas版本报错:AttributeError: module ‘pandas‘ has no attribute ‘_version_‘
Posted 张国荣家的弟弟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python查看pandas版本报错:AttributeError: module ‘pandas‘ has no attribute ‘_version_‘相关的知识,希望对你有一定的参考价值。
文章目录
问题描述
AttributeError: module ‘pandas’ has no attribute ‘version’ 翻译就是
属性错误:’pandas‘ 模块没有属性“version”
分析问题
1.pandas 模块没有安装
命令:pip list
作用:查看安装模块
我这里是有安装的。
2.版本函数输入错误
而我这里报错的原因是版本命令需要两个下划线 “_ _”,因为一些地方格式的问题,导致两个下划线像一根下划线。
import pandas as pd
print(pd.__version__)
以上是关于Python查看pandas版本报错:AttributeError: module ‘pandas‘ has no attribute ‘_version_‘的主要内容,如果未能解决你的问题,请参考以下文章
运行spark-shell查看版本报错[init] error: error while Loading object, Missing dependency‘ object scala in
mac下 nvm 安装 node 版本报错 python: not found
python测试开发django-189.安装celery==3.1.26.post2版本报错No matching distribution found for anyjson>=0.3.3