From egemenardasezer at hotmail.com Mon Sep 4 08:01:03 2023 From: egemenardasezer at hotmail.com (Egemen .) Date: Mon, 4 Sep 2023 12:01:03 +0000 Subject: [Pandas-dev] 10.th Grader Python Localization Projects help/advice/permission // Egemen Arda S. Message-ID: Hello, I am working on a project to localize software languages to my own language and I am currently doing my research on python. If I give a short example of what I am trying to do, for example, I call the functions in the "Random" package in the functions I create and I change only the name of the function and in this way the function works the same way but the name of the function is changed. Of course, my more detailed research on this continues. What I want to ask is whether I can do something like this with your package, if I can, is it possible to do it with the same logic in the example above. Thank you for your time. If you can reply me to this email i would be very happy! Windows i?in Posta ile g?nderildi -------------- next part -------------- An HTML attachment was scrubbed... URL: From ivan.zubkov20011 at gmail.com Thu Sep 14 17:15:52 2023 From: ivan.zubkov20011 at gmail.com (Ivan Zubkov) Date: Thu, 14 Sep 2023 23:15:52 +0200 Subject: [Pandas-dev] Pandas and Jupyter Notebook Message-ID: Dear colleagues! I have a confusing issue with pandas. I cannot open the documentation of inbuilt pandas functions on my jupyter notebook using shift-tab mac os monterey. At the same time, for example, everything works for numpy functions. I have already tried many ways to solve this problem but it is still not working. I use Iterm2 and Anaconda for work. My jupyter notebook version: 6.5.4 My pandas version: 2.1.0 Could you give me some advice on this? Thank you in advance! Kind regards, Ivan Zubkov -------------- next part -------------- An HTML attachment was scrubbed... URL: From rhshadrach at gmail.com Mon Sep 18 17:44:50 2023 From: rhshadrach at gmail.com (Richard Shadrach) Date: Mon, 18 Sep 2023 17:44:50 -0400 Subject: [Pandas-dev] Pandas and Jupyter Notebook In-Reply-To: References: Message-ID: Hi Ivan, Is it all pandas methods, or particular ones? I get this locally: [image: image.png] On Fri, Sep 15, 2023 at 8:12?AM Ivan Zubkov wrote: > Dear colleagues! > > I have a confusing issue with pandas. > I cannot open the documentation of inbuilt pandas functions on my jupyter > notebook using shift-tab mac os monterey. At the same time, for example, > everything works for numpy functions. I have already tried many ways to > solve this problem but it is still not working. > I use Iterm2 and Anaconda for work. > My jupyter notebook version: 6.5.4 > My pandas version: 2.1.0 > Could you give me some advice on this? > Thank you in advance! > > Kind regards, > Ivan Zubkov > _______________________________________________ > Pandas-dev mailing list > Pandas-dev at python.org > https://mail.python.org/mailman/listinfo/pandas-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 77092 bytes Desc: not available URL: From rhshadrach at gmail.com Mon Sep 18 17:47:54 2023 From: rhshadrach at gmail.com (Richard Shadrach) Date: Mon, 18 Sep 2023 17:47:54 -0400 Subject: [Pandas-dev] 10.th Grader Python Localization Projects help/advice/permission // Egemen Arda S. In-Reply-To: References: Message-ID: Hi! I'm not sure what you're asking. If you're asking if you can add such functions to pandas itself, then I think the answer is no - such aliases would make the API harder to use. However if you want to create a third party package with the functions renamed then you are certainly welcome to! Best, Richard On Fri, Sep 15, 2023, 08:12 Egemen . wrote: > > > Hello, I am working on a project to localize software languages to my own > language and I am currently doing my research on python. If I give a short > example of what I am trying to do, for example, I call the functions in the > "Random" package in the functions I create and I change only the name of > the function and in this way the function works the same way but the name > of the function is changed. Of course, my more detailed research on this > continues. What I want to ask is whether I can do something like this with > your package, if I can, is it possible to do it with the same logic in the > example above. > > > > Thank you for your time. > > If you can reply me to this email i would be very happy! > > Windows i?in Posta ile > g?nderildi > > > _______________________________________________ > Pandas-dev mailing list > Pandas-dev at python.org > https://mail.python.org/mailman/listinfo/pandas-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From li.thomas3124 at gmail.com Thu Sep 21 08:18:07 2023 From: li.thomas3124 at gmail.com (Thomas Li) Date: Thu, 21 Sep 2023 08:18:07 -0400 Subject: [Pandas-dev] ANN: pandas v2.1.1 Message-ID: We are pleased to announce the release of pandas v2.1.1. This is a patch release in the 2.1.x series and includes some regression fixes and bug fixes. We recommend that all users in the 2.1.x series upgrade to this version. See the release notes for a list of all the changes. The release can be installed from PyPI python -m pip install --upgrade pandas==2.1.1 Or from conda-forge mamba install -c conda-forge pandas==2.1.1 Please report any issues with the release on the pandas issue tracker . Thanks to all the contributors who made this release possible. -------------- next part -------------- An HTML attachment was scrubbed... URL: