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

2019-06-15 Thread Massimo Di Pierro
+1 On Monday, 3 June 2019 09:51:56 UTC-7, Leonel Câmara wrote: > > Sorry to dig this thread up, but I had to take a look at this recently. > > I think the most efficient way is to use pydal to make the sql query and > then have pandas do it. As an example say you want a dataframe which has

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

2019-06-03 Thread Leonel Câmara
Sorry to dig this thread up, but I had to take a look at this recently. I think the most efficient way is to use pydal to make the sql query and then have pandas do it. As an example say you want a dataframe which has the user's id and their first_name import pandas as pd conn =