79265693

Date: 2024-12-09 16:15:03
Score: 3.5
Natty:
Report link

I cannot comment the previous comment of @rukmini.

To get cost by resource :

for row in result.as_dict()['rows']:
    resource_id = row[2]
    resource = resource_id.split('/')[-1]
    cost_sum = row[1]
    print(f"Cost for [{time_period_in_past}] days for resource [{resource}] is [{cost_sum}] USD")
Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): cannot comment
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @rukmini
  • Low reputation (1):
Posted by: Mohamed Jalil