RyanConway91

Results 15 comments of RyanConway91

api = zillow.ValuationApi() data = api.GetDeepSearchResults(key, address, postal_code,rentzestimate = True) data_dict = data.get_dict() bdrms = data_dict['extended_data']['bedrooms'] bthrms = data_dict['extended_data']['bathrooms'] sqft = data_dict['extended_data']['bathrooms'] lot_sqft = data_dict['extended_data']['lot_size_sqft'] tax_ass = float(data_dict['extended_data']['tax_assessment']) tax_rate =...

Yes, you need to fix the typos for the rentzestimate to work Ryan J. Conway Hydrogeologist Minneapolis, MN office: 952.832.2846 cell: 715.338.4386 [email protected] www.barr.com [cid:[email protected]] If you no longer wish...

None of my decision variables are log transformed. For me, pest.X.dv_pop.csv prints all parameters in the control file, not just the decision variables (which I like btw because it makes...

Looks like I was using the wrong method. Should be: df_krig = ok.calc_factors(x =mg.xcellcenters, y = mg.ycellcenters,num_threads = 16, maxpts_interp = 999)#use all data So I am good, but not...

Having this same issue. Which datasets are not available for subsetting? I want to break them out into a sperate request. I am trying to get hourly data for 15...