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
Create a tableau story/dashboard showcasing visualizations and insights into the NYC Citi Bike service. Write analysis to support the visuals, and present them in a professional and visually appealing format.
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
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
Create a Logistic Regression model to predict the credit risk of customers to a lending company. Use historical data and train the model before making predictions of test data. Lastly write an analysis report on the models created.