Re: Problem in importing pandas

2020-04-24 Thread Amit Jain
For the same problem, The solution, I found is to install package spicy. Then *import spicy* along with *import pandas. * It really works - But the instructions should be - *import spicy* *import pandas* On Fri, 24 Apr 2020, 01:12 MRAB, wrote: > On 2020-04-23 18:57, Amit Jain wrote: > > Dea

Re: Problem in importing pandas

2020-04-23 Thread MRAB
On 2020-04-23 18:57, Amit Jain wrote: Dear Sir/Madam, After *successful installation of PIP for PANDAS *when I try to *import pandas*, It gives error as given below - import pandas as pd Traceback (most recent call last): File "", line 1, in import pandas as pd File "C:\Users\Ami

Problem in importing pandas

2020-04-23 Thread Amit Jain
Dear Sir/Madam, After *successful installation of PIP for PANDAS *when I try to *import pandas*, It gives error as given below - >>> import pandas as pd Traceback (most recent call last): File "", line 1, in import pandas as pd File "C:\Users\Amit\AppData\Local\Programs\Python\Python38-3