[Python-ideas] Re: Add aggregations and joins code-generating library along with itertools

2020-12-28 Thread Nikita Almakov
Dear Guido, I see! At least "isn't mature enough" doesn't sound like "doesn't fit at all" :) An of course there's a lot of room for improvements. Thank you and happy holidays! Nikita A On Mon, 2020-12-28 at 09:42 -0800, Guido van Rossum wrote: > Dear Nikita, > > I'm sorry to squash your idea,

[Python-ideas] Re: Add aggregations and joins code-generating library along with itertools

2020-12-28 Thread Guido van Rossum
Dear Nikita, I'm sorry to squash your idea, but I don't think your library is mature enough to be considered for inclusion in the standard library. May 2021 be an improvement upon 2020, --Guido On Sun, Dec 27, 2020 at 7:04 AM Nikita Almakov wrote: > Hello everyone! > > The idea: it would be

[Python-ideas] Re: Add aggregations and joins code-generating library along with itertools

2020-12-28 Thread Nikita Almakov
Hi Anton, Thank you very much for the time spent on this and the feedback! My answers are below: 1. I'm not sure whether the idea gains any traction to become a proposal (https://mail.python.org/mailman3/lists/python-ideas.python.org/ ) If an idea gains traction it can then be discussed and

[Python-ideas] Re: Add aggregations and joins code-generating library along with itertools

2020-12-27 Thread Anton Abrosimov
1. I think this is too complex for the stdlib. One tool should do one thing. What about the PEP for this project? 2. This is very particular. For those who often convert data in different ways, but do not use pandas, attrs, SQL... 3. What about `typing`? 4. OTF code generation (if I understood