From tom.augspurger88 at gmail.com Fri Feb 9 07:54:03 2018 From: tom.augspurger88 at gmail.com (Tom Augspurger) Date: Fri, 9 Feb 2018 06:54:03 -0600 Subject: [Pandas-dev] SciPy Tutorial Message-ID: Does anyone have interest in teaching pandas tutorial at SciPy? The deadline is Feb. 15th. I'm happy to submit the proposal, but if anyone want to coordinate on that let me know by early next week. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From dillon.niederhut at gmail.com Sat Feb 10 11:59:07 2018 From: dillon.niederhut at gmail.com (Dillon Niederhut) Date: Sat, 10 Feb 2018 16:59:07 +0000 Subject: [Pandas-dev] SciPy Tutorial In-Reply-To: References: Message-ID: Hi Tom, I may be able to help. Yours, Dillon On Fri, Feb 9, 2018, 06:54 Tom Augspurger wrote: > Does anyone have interest in teaching pandas tutorial at SciPy? The > deadline is Feb. 15th. > > I'm happy to submit the proposal, but if anyone want to coordinate on that > let me know by early next week. > > Tom > _______________________________________________ > 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 jorisvandenbossche at gmail.com Tue Feb 13 08:15:21 2018 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Tue, 13 Feb 2018 14:15:21 +0100 Subject: [Pandas-dev] SciPy Tutorial In-Reply-To: References: Message-ID: As I already said offline to Tom, I am also happy to collaborate on the pandas tutorial. Joris 2018-02-10 17:59 GMT+01:00 Dillon Niederhut : > Hi Tom, > > I may be able to help. > > Yours, > > Dillon > > On Fri, Feb 9, 2018, 06:54 Tom Augspurger > wrote: > >> Does anyone have interest in teaching pandas tutorial at SciPy? The >> deadline is Feb. 15th. >> >> I'm happy to submit the proposal, but if anyone want to coordinate on >> that let me know by early next week. >> >> Tom >> _______________________________________________ >> Pandas-dev mailing list >> Pandas-dev at python.org >> https://mail.python.org/mailman/listinfo/pandas-dev >> > > _______________________________________________ > 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 garcia.marc at gmail.com Wed Feb 14 10:03:18 2018 From: garcia.marc at gmail.com (Marc Garcia) Date: Wed, 14 Feb 2018 15:03:18 +0000 Subject: [Pandas-dev] Pandas documentation sprint Message-ID: As most of you already know, we're organizing a worldwide sprint to improve pandas API documentation: https://python-sprints.github.io/pandas/ More than 15 users groups are already confirmed, and surely some more will join before the 10th of March. Get in touch if you want to organize one. For the sprint, we'll be preparing different resources, including a script to validate docstrings, a way to build an html documentation page for a single method, and several documents to guide participants. Among these documents, the key one is the pandas docstring standard, following the numpy docstring convention, but specific to pandas (and to the sprint). You have a draft available here: * https://python-sprints.github.io/pandas/guide/pandas_docstring.html As the plan is to rewrite all pandas docstrings following the guidelines in this document, it'd be great if you can spend a bit of time reviewing and discussing it. The document is just an initial proposal, the idea is to use it to find a consensus on how every docstring in pandas should be. This is the source code of the document at the moment (if you want to send a PR): https://github.com/python-sprints/python-sprints.github.io/blob/master/pandas/guide/source/pandas_docstring.rst We can move it to the pandas repo if you think that's a good idea Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jorisvandenbossche at gmail.com Wed Feb 14 10:26:01 2018 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Wed, 14 Feb 2018 16:26:01 +0100 Subject: [Pandas-dev] Pandas documentation sprint In-Reply-To: References: Message-ID: Marc, first, thanks a lot for all the work you are putting in this! Regarding the "pandas docstring guide", I think this is certainly something that would fit in our contributing guidelines in the pandas repo. So we could move it there, and by opening a PR with the current text on the pandas repo, it at the same tiem also makes it easier to comment inline on the text there. Joris 2018-02-14 16:03 GMT+01:00 Marc Garcia : > As most of you already know, we're organizing a worldwide sprint to > improve pandas API documentation: > https://python-sprints.github.io/pandas/ > > More than 15 users groups are already confirmed, and surely some more will > join before the 10th of March. Get in touch if you want to organize one. > > For the sprint, we'll be preparing different resources, including a script > to validate docstrings, a way to build an html documentation page for a > single method, and several documents to guide participants. > > Among these documents, the key one is the pandas docstring standard, > following the numpy docstring convention, but specific to pandas (and to > the sprint). You have a draft available here: > * https://python-sprints.github.io/pandas/guide/pandas_docstring.html > > As the plan is to rewrite all pandas docstrings following the guidelines > in this document, it'd be great if you can spend a bit of time reviewing > and discussing it. The document is just an initial proposal, the idea is to > use it to find a consensus on how every docstring in pandas should be. > > This is the source code of the document at the moment (if you want to send > a PR): https://github.com/python-sprints/python-sprints.github. > io/blob/master/pandas/guide/source/pandas_docstring.rst We can move it to > the pandas repo if you think that's a good idea > > Thanks! > > _______________________________________________ > 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 garcia.marc at gmail.com Wed Feb 14 17:11:34 2018 From: garcia.marc at gmail.com (Marc Garcia) Date: Wed, 14 Feb 2018 22:11:34 +0000 Subject: [Pandas-dev] Pandas documentation sprint In-Reply-To: References: Message-ID: That's a great idea Joris. I created a PR: https://github.com/pandas-dev/pandas/pull/19704 So far I kept the text in a different doc, which I think makes it easier to review, and also for the sprint it's probably better to have a separate copy. But I'll integrate it into contributing.rst once the text is all right. Thanks! On Wed, Feb 14, 2018 at 3:26 PM, Joris Van den Bossche < jorisvandenbossche at gmail.com> wrote: > Marc, first, thanks a lot for all the work you are putting in this! > > Regarding the "pandas docstring guide", I think this is certainly > something that would fit in our contributing guidelines in the pandas repo. > So we could move it there, and by opening a PR with the current text on the > pandas repo, it at the same tiem also makes it easier to comment inline on > the text there. > > Joris > > 2018-02-14 16:03 GMT+01:00 Marc Garcia : > >> As most of you already know, we're organizing a worldwide sprint to >> improve pandas API documentation: >> https://python-sprints.github.io/pandas/ >> >> More than 15 users groups are already confirmed, and surely some more >> will join before the 10th of March. Get in touch if you want to organize >> one. >> >> For the sprint, we'll be preparing different resources, including a >> script to validate docstrings, a way to build an html documentation page >> for a single method, and several documents to guide participants. >> >> Among these documents, the key one is the pandas docstring standard, >> following the numpy docstring convention, but specific to pandas (and to >> the sprint). You have a draft available here: >> * https://python-sprints.github.io/pandas/guide/pandas_docstring.html >> >> As the plan is to rewrite all pandas docstrings following the guidelines >> in this document, it'd be great if you can spend a bit of time reviewing >> and discussing it. The document is just an initial proposal, the idea is to >> use it to find a consensus on how every docstring in pandas should be. >> >> This is the source code of the document at the moment (if you want to >> send a PR): https://github.com/python-sprints/python-sprints.github.io/ >> blob/master/pandas/guide/source/pandas_docstring.rst We can move it to >> the pandas repo if you think that's a good idea >> >> Thanks! >> >> _______________________________________________ >> 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 jorisvandenbossche at gmail.com Tue Feb 20 07:59:17 2018 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Tue, 20 Feb 2018 13:59:17 +0100 Subject: [Pandas-dev] Pandas documentation sprint In-Reply-To: References: Message-ID: Related to this, I also opened an issue to discuss creating a set of example DataFrames that we could use throughout all docstrings: https://github.com/pandas-dev/pandas/issues/19710. Joris 2018-02-14 23:11 GMT+01:00 Marc Garcia : > That's a great idea Joris. I created a PR: https://github.com/pandas- > dev/pandas/pull/19704 > > So far I kept the text in a different doc, which I think makes it easier > to review, and also for the sprint it's probably better to have a separate > copy. But I'll integrate it into contributing.rst once the text is all > right. > > Thanks! > > On Wed, Feb 14, 2018 at 3:26 PM, Joris Van den Bossche < > jorisvandenbossche at gmail.com> wrote: > >> Marc, first, thanks a lot for all the work you are putting in this! >> >> Regarding the "pandas docstring guide", I think this is certainly >> something that would fit in our contributing guidelines in the pandas repo. >> So we could move it there, and by opening a PR with the current text on the >> pandas repo, it at the same tiem also makes it easier to comment inline on >> the text there. >> >> Joris >> >> 2018-02-14 16:03 GMT+01:00 Marc Garcia : >> >>> As most of you already know, we're organizing a worldwide sprint to >>> improve pandas API documentation: >>> https://python-sprints.github.io/pandas/ >>> >>> More than 15 users groups are already confirmed, and surely some more >>> will join before the 10th of March. Get in touch if you want to organize >>> one. >>> >>> For the sprint, we'll be preparing different resources, including a >>> script to validate docstrings, a way to build an html documentation page >>> for a single method, and several documents to guide participants. >>> >>> Among these documents, the key one is the pandas docstring standard, >>> following the numpy docstring convention, but specific to pandas (and to >>> the sprint). You have a draft available here: >>> * https://python-sprints.github.io/pandas/guide/pandas_docstring.html >>> >>> As the plan is to rewrite all pandas docstrings following the guidelines >>> in this document, it'd be great if you can spend a bit of time reviewing >>> and discussing it. The document is just an initial proposal, the idea is to >>> use it to find a consensus on how every docstring in pandas should be. >>> >>> This is the source code of the document at the moment (if you want to >>> send a PR): https://github.com/python-sprints/python-sprints.github.io/b >>> lob/master/pandas/guide/source/pandas_docstring.rst We can move it to >>> the pandas repo if you think that's a good idea >>> >>> Thanks! >>> >>> _______________________________________________ >>> 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 tom.augspurger88 at gmail.com Wed Feb 28 22:31:02 2018 From: tom.augspurger88 at gmail.com (Tom Augspurger) Date: Wed, 28 Feb 2018 21:31:02 -0600 Subject: [Pandas-dev] March 1st Pandas Development Meeting Message-ID: Hi all, We're holding a dev meeting on Thursday March 1st (tomorrow) at 9:00 Eastern / 14:00 UTC. All are welcome to attend. Hangout: https://hangouts.google.com/hangouts/_/2tvkpdso6vh6bhrw2yw7pxtkvae Minutes: https://docs.google.com/document/d/1tGbTiYORHiSPgVMXawiweGJlBw5dOkVJLY-licoBmBU/edit?usp=sharing Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: