Pinned Repositories
Aggregate-Data-To-Display-Trends
These activities will require you to analyze thousands of records. Hacking through the data to look for obvious trends in Excel is just not a feasible option. The size of the data may seem daunting, but pandas will allow you to efficiently parse through it.
Analyze-With-Excel
Organized and analyzed a database of 4,000 past projects in order to uncover any hidden trends
Climate-Analysis-SQLalchemy
Use Python and SQLAlchemy to do basic climate analysis and data exploration of your climate database. All of the following analysis should be completed using SQLAlchemy ORM queries, Pandas, and Matplotlib. Upon completing your initial analysis, design a Flask API based on the queries that you have just developed.
Create-Dynamic-Tables-With-Javascript
We need you to write code that will create a table dynamically based upon a dataset we provide. We also need to allow our users to filter the table data for specific values. There's a catch though... we only use pure JavaScript, HTML, and CSS, and D3.js on our web pages. They are the only coding languages which can be trusted.
Data-Cleanup-and-Analysis-Project
Explored different data sets to analyze. Once the data was found we cleaned it, and created visualizations to answer the question we wanted to analyze using data.
Drug-Regimens-Analysis
The purpose of this study was to compare the performance of Pymaceuticals' drug of interest, Capomulin, versus the other treatment regimens. You have been tasked by the team to generate all of the tables and figures needed for the technical report of the study. The team also has asked for a top-level summary of the study results.
Extract-Transform-Load-Project
Performed ETL on data from the Chicago Data Portal. By cleaning then merging the documented business owners data in Chicago with the active business licenses in the city.
Import-CSV-Data-To-SQL-Created-Tables
In this assignment, you will design the tables to hold data in the CSVs, import the CSVs into a SQL database, and answer questions about the data. In other words, you will perform: Data Engineering & Data Analysis
Weather-Comparison-HTML-CSS
Data is more powerful when we share it with others! Let's take what we've learned about HTML and CSS to create a dashboard showing off the analysis we've done.
Web-Scraping-Info-For-Personal-HTML
In this assignment, you will build a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.
tstenner1's Repositories
tstenner1/Climate-Analysis-SQLalchemy
Use Python and SQLAlchemy to do basic climate analysis and data exploration of your climate database. All of the following analysis should be completed using SQLAlchemy ORM queries, Pandas, and Matplotlib. Upon completing your initial analysis, design a Flask API based on the queries that you have just developed.
tstenner1/Aggregate-Data-To-Display-Trends
These activities will require you to analyze thousands of records. Hacking through the data to look for obvious trends in Excel is just not a feasible option. The size of the data may seem daunting, but pandas will allow you to efficiently parse through it.
tstenner1/Analyze-With-Excel
Organized and analyzed a database of 4,000 past projects in order to uncover any hidden trends
tstenner1/Create-Dynamic-Tables-With-Javascript
We need you to write code that will create a table dynamically based upon a dataset we provide. We also need to allow our users to filter the table data for specific values. There's a catch though... we only use pure JavaScript, HTML, and CSS, and D3.js on our web pages. They are the only coding languages which can be trusted.
tstenner1/Data-Cleanup-and-Analysis-Project
Explored different data sets to analyze. Once the data was found we cleaned it, and created visualizations to answer the question we wanted to analyze using data.
tstenner1/Drug-Regimens-Analysis
The purpose of this study was to compare the performance of Pymaceuticals' drug of interest, Capomulin, versus the other treatment regimens. You have been tasked by the team to generate all of the tables and figures needed for the technical report of the study. The team also has asked for a top-level summary of the study results.
tstenner1/Extract-Transform-Load-Project
Performed ETL on data from the Chicago Data Portal. By cleaning then merging the documented business owners data in Chicago with the active business licenses in the city.
tstenner1/Import-CSV-Data-To-SQL-Created-Tables
In this assignment, you will design the tables to hold data in the CSVs, import the CSVs into a SQL database, and answer questions about the data. In other words, you will perform: Data Engineering & Data Analysis
tstenner1/Weather-Comparison-HTML-CSS
Data is more powerful when we share it with others! Let's take what we've learned about HTML and CSS to create a dashboard showing off the analysis we've done.
tstenner1/Web-Scraping-Info-For-Personal-HTML
In this assignment, you will build a web application that scrapes various websites for data related to the Mission to Mars and displays the information in a single HTML page.
tstenner1/Data-Visualization-Radar-Chart
For my part of the data visualization project I created a multi-layered radar chart. Displaying the NFL Draft trends of the past 4 decades and what positions they predominantly picked.
tstenner1/Data-Visualization-With-Plot.ly
In this assignment, you will build an interactive dashboard to explore the Belly Button Biodiversity dataset, which catalogs the microbes that colonize human navels.
tstenner1/machine-learning
To help process this data, I created machine learning models capable of classifying candidate exoplanets from the raw dataset
tstenner1/Scatter-plot-with-D3
Tasked with analyzing the current trends shaping people's lives, as well as creating charts, graphs, and interactive elements to help readers understand your findings.
tstenner1/Scatter-Plots-and-Heat-Maps-using-API
Whether financial, political, or social -- data's true power lies in its ability to answer questions definitively. So let's take what you've learned about Python requests, APIs, and JSON traversals to answer a fundamental question: "What's the weather like as we approach the equator?"
tstenner1/Use-VBA-For-Stock-Market-Analysis
In this homework assignment you will use VBA scripting to analyze real stock market data.
tstenner1/Using-Python-With-CSV
In this homework assignment, you'll be using the concepts you've learned to complete the two Python Challenges, PyBank and PyPoll. Both of these challenges encompasses a real-world situation where your newfound Python scripting skills can come in handy.
tstenner1/Visualizing-Data-With-Leaflet
Part 1: Visualize an earthquake data set. Part 2: Illustrate the relationship between tectonic plates and seismic activity with multiple layered interactive map.