Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.71 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.71 KB

IBMAppliedDataScienceCapstone

The repository contains the files of my IBM's Applied Data Science Capstone Project.

Additional Notes

Booster Version Category Count (slide 31)

The Dashboard assignment generates charts of the different categories outcomes. However, I feel a table more clearly presents the data since it doesn't require counting different colored dots find the results.

>>> spacex_df.groupby(['Booster Version Category','class'])['class'].size()
Booster Version Category  class
B4                        0         5
                          1         6
B5                        1         1
FT                        0         8
                          1        16
v1.0                      0         5
v1.1                      0        14
                          1         1

Folium Images

It appears that folium interactive maps don't get saved as images. This requires the notebook to be run to view the maps. This can be accomplished by downloading and running manually or by using nbviewer

Analysis with correct template

After submitting my first presentation it was agonizingly apparent that I had used the wrong template to submit my capstone project. That abomination has now been cast to the 'wrong_powerpoint_template' folder and the SpaceX_Landing_Analysis_now_with_correct_template.pdf now takes it's place in the root folder.