I am using pygsheets to make a budget. I want to be able to store all the negative cells in some sort of dictionary (I'm not great with python yet)
I've been able to select a DataRange of cells, but how do I add a filter to that?
For example, drange = pygsheets.DataRange(start='A1', worksheet=wks)
this is one of my ranges. How would I add a filter to this to only select negative numbers?