[Numpy-discussion] Re: help

2024-10-03 Thread Klaus Zimmermann
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

[Numpy-discussion] Re: help

2024-10-03 Thread Kevin Toronto Developer via NumPy-Discussion
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

[Numpy-discussion] Re: help

2024-10-02 Thread Andrew Nelson via NumPy-Discussion
On Wed, 2 Oct 2024 at 22:09, Usha Gayatri via NumPy-Discussion < numpy-discussion@python.org> wrote: > I am working on a Jupyter notebook in Anaconda Navigator. I have done some > projects in 2021, 2022,2023 and 2024. When I run my old project which was > created in 2021. it is giving errors.I am

[Numpy-discussion] Re: help

2024-10-02 Thread matti picus via NumPy-Discussion
Maybe python is picking up some other versions of pandas and numpy. What do you get when you check like this import numpy import pandas print(f”{numpy.__version__=}”) print(f”{pandas.__version__=}”) Matti On Wed, 2 Oct 2024 at 15:13, Usha Gayatri via NumPy-Discussion < numpy-discussion@python.or

[Numpy-discussion] Re: help wanted to review Portuguese translation

2022-08-24 Thread Inessa Pawson
Hi, Ricardo! Wonderful! I’ll send you all the details via email. -- Cheers, Inessa Inessa Pawson Contributor Experience Lead | NumPy https://numpy.org/ GitHub: inessapawson ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe

[Numpy-discussion] Re: help wanted to review Portuguese translation

2022-08-24 Thread Ricardo Prins
Hi Inessa, I can help. I'm mostly sitting still at home these days, still recovering, so I have plenty of time. Feel free to send me the link to the PR and I'll be more than happy to help. Regards, Ricardo On Wed, Aug 24, 2022 at 9:59 AM Inessa Pawson wrote: > Angélica Cardozo took initiative

[Numpy-discussion] Re: help with PyArrayInterface

2021-12-27 Thread bloring
Thank you Matti. That is what I was looking for! However, I've since learned that it is not what is needed. I'm posting again because I found some aspects of the PyArrayInterface a bit inconsistent w/ other places in numpy and confusing. It may be the case that others in the future find this po

[Numpy-discussion] Re: help with PyArrayInterface

2021-12-21 Thread Matti Picus
On 21/12/21 11:27 pm, blor...@lbl.gov wrote: ... but I don't know what the typekind value should be. Can you point to a list of vlaues? ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-l