You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the BeautifulSoup module, extract data from a Mars News website and a table containing weather information for Mars. Create Python objects with the data and Pandas DataFrame to analyze and visualize the extracted data
Using the ORM SQLAlchemy, connect to a SQLite database to retrieve data, perform climate analysis and design a Flask API based on the queries developed within the analysis