Project I: Winning Space Race with Data Science
-
SpaceX advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars; others providers cost upward of 165 million dollars each, much of the savings is because SpaceX can reuse the first stage.
-
The project task is to predict if the first stage of the SpaceX Falcon 9 rocket will land successfully.
-
The following datasets was collected: ** SpaceX launch data that is gathered from the SpaceX REST API. ** This API will give us data about launches, including information about the rocket used, payload delivered, launch specifications, landing specifications, and landing outcome. ** The SpaceX REST API endpoints, or URL, starts with api.spacexdata.com/v4/. Another popular data source for obtaining Falcon 9 Launch data is web scraping Wikipedia using BeautifulSoup.
