You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for putting this together. When I try to use @cache_for_request on class methods that return a Pandas dataframe I get the following error: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
Exception Location:
/Users/dbenami/Dev/ImpactTracker/src/ImpactTracker/lib/python3.7/site-packages/pandas/core/generic.py in nonzero, line 1479
Please let me know if there is more useful information I can share. In the meanwhile I still find your package useful for reducing sql queries.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks so much for putting this together. When I try to use @cache_for_request on class methods that return a Pandas dataframe I get the following error: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
Please let me know if there is more useful information I can share. In the meanwhile I still find your package useful for reducing sql queries.
The text was updated successfully, but these errors were encountered: