Hi Usha,
as Matti pointed out, your pandas and numpy are not compatible. That maybe
because either one of those is not coming from where you think it is.
>From the error we know that Pandas comes from
E:\anaconda3\Lib\site-packages\pandas.
Can you do
```
import numpy as np
print(np.__file__)
```
T
Hi,
Can you check numpy version as if you try to run latest numpy with older
version, u would get error as well
..Kevin
On Wed, Oct 2, 2024 at 8:10 AM Usha Gayatri via NumPy-Discussion <
numpy-discussion@python.org> wrote:
> I am working on a Jupyter notebook in Anaconda Navigator. I have done