From jreback at yahoo.com Sat Sep 4 11:07:29 2021 From: jreback at yahoo.com (Jeff Reback) Date: Sat, 4 Sep 2021 15:07:29 +0000 (UTC) Subject: [Pandas-dev] welcome new committers References: <1691098068.1494778.1630768049917.ref@mail.yahoo.com> Message-ID: <1691098068.1494778.1630768049917@mail.yahoo.com> On behalf of the pandas core team, welcome: Thomas and Matthew https://github.com/lithomas1 https://github.com/mzeitlin11 We had updated your permissions to pandas commiter!? We deeply value the prior contributions and hope that you can keep contributing, help triage issues, and mentor new folks.You should see a github request shortly. See this page of the docs:?https://pandas.pydata.org/pandas-docs/stable/development/maintaining.html?for more color on how to triage issues and merge PRs. Thanks! Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.augspurger88 at gmail.com Sat Sep 4 11:28:56 2021 From: tom.augspurger88 at gmail.com (Tom Augspurger) Date: Sat, 4 Sep 2021 10:28:56 -0500 Subject: [Pandas-dev] welcome new committers In-Reply-To: <1691098068.1494778.1630768049917@mail.yahoo.com> References: <1691098068.1494778.1630768049917@mail.yahoo.com> Message-ID: <67CAA821-E8E9-41D4-AE06-D265C573EE20@gmail.com> Congrats, and welcome to the team! > On Sep 4, 2021, at 10:07 AM, Jeff Reback via Pandas-dev wrote: > > ? > On behalf of the pandas core team, welcome: > > Thomas and Matthew > > https://github.com/lithomas1 > https://github.com/mzeitlin11 > > > We had updated your permissions to pandas commiter! > We deeply value the prior contributions and hope that you can keep contributing, help triage issues, and mentor new folks. > You should see a github request shortly. > > See this page of the docs: https://pandas.pydata.org/pandas-docs/stable/development/maintaining.html for more color on how to triage issues and merge PRs. > > Thanks! > > Jeff > > _______________________________________________ > 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 irv at princeton.com Thu Sep 9 13:48:01 2021 From: irv at princeton.com (Irv Lustig) Date: Thu, 9 Sep 2021 13:48:01 -0400 Subject: [Pandas-dev] More cores for Azure CI Message-ID: At yesterday's pandas dev team meeting, we talked about an ongoing issue we have had with the Azure Pipelines Windows builds timing out. After some experimentation (see https://github.com/pandas-dev/pandas/pull/43468 ), I've determined that the issue is we are only given 2 cores on Azure, and running through the tests on the virtual image hosted on some arbitrary hardware using 2 cores in less than an hour is a challenge. It also seems that there is a bit of luck as to whether the underlying machine will have 2 or 4 cores. I've seen runs with both. Jeff posted the question: > also is there a way to request 4 cores (min) from azure for these builds? I have no clue. So does anyone know how we manage the relationship with Microsoft/Azure to get resources for CI? -Irv (Dr-Irv) -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.augspurger88 at gmail.com Thu Sep 9 15:24:08 2021 From: tom.augspurger88 at gmail.com (Tom Augspurger) Date: Thu, 9 Sep 2021 14:24:08 -0500 Subject: [Pandas-dev] More cores for Azure CI In-Reply-To: References: Message-ID: In the past we pinged Chris Patterson (https://github.com/chrispat) on GitHub with issues. On Thu, Sep 9, 2021 at 12:48 PM Irv Lustig wrote: > At yesterday's pandas dev team meeting, we talked about an ongoing > issue we have had with the Azure Pipelines Windows builds timing out. > After some experimentation (see > https://github.com/pandas-dev/pandas/pull/43468 ), I've determined that > the issue is we are only given 2 cores on Azure, and running through the > tests on the virtual image hosted on some arbitrary hardware using 2 cores > in less than an hour is a challenge. > > It also seems that there is a bit of luck as to whether the underlying > machine will have 2 or 4 cores. I've seen runs with both. > > Jeff posted the question: > >> also is there a way to request 4 cores (min) from azure for these builds? > > > I have no clue. So does anyone know how we manage the relationship with > Microsoft/Azure to get resources for CI? > > -Irv (Dr-Irv) > > _______________________________________________ > 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 simonjayhawkins at gmail.com Sun Sep 12 16:29:18 2021 From: simonjayhawkins at gmail.com (Simon Hawkins) Date: Sun, 12 Sep 2021 21:29:18 +0100 Subject: [Pandas-dev] ANN: pandas v1.3.3 Message-ID: Hi all, I'm pleased to announce the release of pandas v1.3.3. This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users 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==1.3.3 Or from conda-forge conda install -c conda-forge pandas==1.3.3 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: From shishaozhong at gmail.com Wed Sep 29 16:44:00 2021 From: shishaozhong at gmail.com (Shaozhong SHI) Date: Wed, 29 Sep 2021 21:44:00 +0100 Subject: [Pandas-dev] Automated data testing, checking, validation, reporting for data assurance In-Reply-To: References: Message-ID: There appear to be a few options for this. Has anyone tested and got experience with automated data testing, validation and reporting? Can anyone enlighten me? Regards, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From shishaozhong at gmail.com Thu Sep 30 07:42:50 2021 From: shishaozhong at gmail.com (Shaozhong SHI) Date: Thu, 30 Sep 2021 12:42:50 +0100 Subject: [Pandas-dev] Definitive guide for Regex in Pandas Message-ID: Dear All, I am looking for a definitive guide for Regex in Pandas. Can anyone help? Regards, David -------------- next part -------------- An HTML attachment was scrubbed... URL: