Re: [web2py] pyDAL "adapter" for Pandas syntax (phylosophical)

2019-01-27 Thread Ben Lawrence
What I did was to convert the rows to html with SQLTABLE and then use the pandas function df = pd.read_html() Works well. On Saturday, May 5, 2018 at 8:14:46 PM UTC-7, Massimo Di Pierro wrote: > > I would very muck have a db().select_as_pandas() that avoids parsing > the database response a

[web2py] Dont allow delete specific records in grid

2019-01-27 Thread Carlos Cesar Caballero Díaz
Hi, is possible to don't allow deleting specific records in the grid? Basically, I have a one to many relation "parent has childs", but it is in cascade mode and I can't change it, so, I need to forbid deleting of parent records who has childs. Greetings. -- Resources: - http://web2py.com

Re: [web2py] Re: standalone templates

2019-01-27 Thread Carlos Cesar Caballero Díaz
Thanks a lot Leonel, I'm looking at it. Greetings. El 27/1/19 a las 6:11 a.m., Leonel Câmara escribió: Carlos look at: https://github.com/web2py/web2py/blob/master/gluon/compileapp.py Specifically the funtion *run_view_in* -- Resources: - http://web2py.com - http://web2py.com/book (Documenta

[web2py] Re: standalone templates

2019-01-27 Thread Leonel Câmara
Carlos look at: https://github.com/web2py/web2py/blob/master/gluon/compileapp.py Specifically the funtion *run_view_in* -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repo