I am trying to convert fallowing SQL statement into pandas dataframe in python
SELECT sum(money) from df where sex='female'
I am unable to get this in pandas
Thanks in advance
I am trying to convert fallowing SQL statement into pandas dataframe in python
SELECT sum(money) from df where sex='female'
I am unable to get this in pandas
Thanks in advance