[datameet] Re: Collecting tasks for coding solutions

2018-11-07 Thread rigved shenai
This can be done pretty quickly with python http://www.datasciencemadesimple.com/reshape-wide-long-pandas-python-melt-function/ worked wonders for me. On Thursday, November 1, 2018 at 1:50:25 AM UTC+5:30, Sanjana Krishnan wrote: > > Hello Nikhil, > > Interesting initiative! We all have these

Re: [datameet] Re: Collecting tasks for coding solutions

2018-11-01 Thread Nikhil VJ
Hi Sanjana, Yes, I've seen that challenge come up too quite often. "Unpivoting". Ok, that's a good task to take up. I have the core function for it ready ("melt" function in python's pandas module), but the bigger challenge lies in the user interface to wrap around it. Folks who can put together

[datameet] Re: Collecting tasks for coding solutions

2018-11-01 Thread Naraina Damle
Interesting On Thursday, November 1, 2018 at 1:50:25 AM UTC+5:30, Sanjana Krishnan wrote: > > Hello Nikhil, > > Interesting initiative! We all have these go-to code snippets somewhere, > it'll be useful to aggregate and share them, and making these apps(?) is > amazing cause non-coders can use