Module 11 Data Collection
Not many challenges with this portion except for needing to search and update my chrome driver. ### Deliverable 2: Scrape and analyze Mars weather data, which exists in a table.
My original code for the analysis portion when calculating the number of days in a martian year containted:
data_frame.set_index('terrestrial_date', inplace=True)
Which caused me to have an error because it removed the field from the dataframe. When I removed it, the code gave me the results I wanted without errors.