Skip to content
View tstenner1's full-sized avatar
Block or Report

Block or report tstenner1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Import-CSV-Data-To-SQL-Created-Tables Import-CSV-Data-To-SQL-Created-Tables Public

    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…

  2. Extract-Transform-Load-Project Extract-Transform-Load-Project Public

    Forked from cyrilrb/13-ETL-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.

    Jupyter Notebook

  3. Drug-Regimens-Analysis Drug-Regimens-Analysis Public

    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 …

    Jupyter Notebook

  4. Web-Scraping-Info-For-Personal-HTML Web-Scraping-Info-For-Personal-HTML Public

    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.

    Jupyter Notebook

  5. Weather-Comparison-HTML-CSS Weather-Comparison-HTML-CSS Public

    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.

    HTML

  6. Create-Dynamic-Tables-With-Javascript Create-Dynamic-Tables-With-Javascript Public

    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.…

    JavaScript