Home > other >  The import pandas error, please kind help
The import pandas error, please kind help

Time:09-16

Error message is as follows:
Traceback (the most recent call last) :
The File "& lt; Pyshell# 0 & gt;" , line 1, in
The import pandas
The File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages, pandas, set py", line 42, in & lt; module>
The from pandas. Core. API import *
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages/pandas/core/API. Py", line 10, the in & lt; module>
The from pandas. Core. The groupby. Groupby import Grouper
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages, pandas, core, groupby \ set py", line 2, the in & lt; module>
The from pandas. Core. The groupby. Groupby import (
The File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages, pandas, core, groupby \ groupby py", line 46, the in & lt; module>
The from pandas. Core. The index import (index, MultiIndex,
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages, pandas, core, index, py", line 2, the in & lt; module>
The from pandas. Core. The indexes. The API import *
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages/pandas/core/indexes \ API py", line 4, the in & lt; module>
The from pandas. Core. The indexes. The base import (Index,
File "C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages/pandas/core/indexes \ base py", line 7, in & lt; module>
The from pandas. _libs import (lib, index as libindex tslib as libts,
ImportError: always import a name 'index' from 'pandas. _libs (C: \ Users \ \ Administrator \ \ AppData \ Local \ designed \ Python Python37-32 \ lib \ site - packages, pandas, _libs, set py)

CodePudding user response:

CodePudding user response:

May be not successful installation,
With the PIP install pandas try to install it again,

CodePudding user response:

Has been successfully installed pandas

CodePudding user response:

See if there are overlapping names, wrong, can't delete the reload it

CodePudding user response:

Have to solve, thank you

CodePudding user response:

How do you solve, I also encountered this problem now, I have installed pandas back and forth several times, but running pandas code or an error

CodePudding user response:

How to solve?

CodePudding user response:

I also have the mistake, could you tell me is how to solve

CodePudding user response:

In addition to the installation problem, and is the name of the file can not be pandas.
  • Related