Question: WRITE IN PYTHON AND IN THE GIVEN CODE coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on

WRITE IN PYTHON AND IN THE GIVEN CODEcoderbyte medium Back-end Challenge In the Python file, write a program to

coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on the route Time left: Unlimited time https://coderbyte.com/api/challenges/json/age- counting which contains a data key and the value is a string which contains items in the format: key=STRING, age=INTEGER. Your goal is to count how many items exist that have an age equal to or greater than 50, and print this final value. Example Input {"data": "key=IAfpK, age=58, key-WNVdi, age=64, key=jp9zt, age=47"} Example Output 2 1 2 3 Vim Emacs print(len(r.json() ['data'])) & Light import requests import numpy as np import pandas as pd. 4 5 r = requests.get('https://coderbyte.com/api/challenges/json/age-counting') 6 O Reset

Step by Step Solution

3.58 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import request url httpscoderbytecomapichallengesjsonagecounting ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!