Question: After you performed a GET request on the Space X API and convert the response to a dataframe using pd.json_normalize. What year is located in
After you performed a GET request on the Space X API and convert the response to a dataframe using pd.json_normalize. What year is located in the first row in the column static_fire_date_utc?
Step by Step Solution
3.37 Rating (156 Votes )
There are 3 Steps involved in it
Solution Correct answer is 2021 Code import requests import pandas as pd re... View full answer
Get step-by-step solutions from verified subject matter experts
