https://github.com/tiannaparris/data-analysis-portfolio
This is a repository that I have created to showcase skills, share projects and track my progress in Data Analytics / Data Science related topics.
https://github.com/tiannaparris/data-analysis-portfolio
data-analysis data-science data-visualization excel matplotlib pandas portfolio powerbi python r scipy seaborn sql tableau
Last synced: 8 months ago
JSON representation
This is a repository that I have created to showcase skills, share projects and track my progress in Data Analytics / Data Science related topics.
- Host: GitHub
- URL: https://github.com/tiannaparris/data-analysis-portfolio
- Owner: tiannaparris
- Created: 2023-01-31T23:35:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T21:12:43.000Z (about 3 years ago)
- Last Synced: 2025-04-13T13:38:58.668Z (about 1 year ago)
- Topics: data-analysis, data-science, data-visualization, excel, matplotlib, pandas, portfolio, powerbi, python, r, scipy, seaborn, sql, tableau
- Homepage: https://tiannaparris.github.io/TiannaTheAnalyst/
- Size: 287 KB
- Stars: 153
- Watchers: 6
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tianna Parris - Data Analyst Portfolio
## About
Hi, I'm Tianna! I have an analytical background in Biochemistry and currently, I am on track to completing my degree in Data Science (MS. Data Science). I have developed a strong foundation in the life sciences and a passion for using data to uncover meaningful insights. I am excited to bring my technical and analytical skills to the field of data science as an entry-level data specialist.
During my studies, I honed my ability to work with complex data and developed a keen eye for identifying patterns and trends. I also gained experience in laboratory techniques, data management, and statistical analysis, which I believe will be valuable assets in my role as a data specialist.
In my free time, I enjoy exploring new data analysis tools and techniques, and I am always looking for opportunities to expand my knowledge and skills. Whether working on a team or independently, I am driven by the thrill of discovering new insights and the satisfaction of using data to solve complex problems.
My CV in [pdf](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/Tianna%20Parris%20CV.pdf).
This is a repository to showcase skills, share projects and track my progress in Data Analytics / Data Science related topics.
## Table of Contents
- [About](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/README.md#about)
- [Portfolio Projects](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/README.md#portfolio-projects)
- Python
- [Analyzing the Factors Contributing to the Success of a Movie](https://github.com/tiannaparris/Data-Analysis-Portfolio#analyzing-the-factors-contributing-to-the-success-of-a-movie)
- [Tech Store Sales Analysis](https://github.com/tiannaparris/Data-Analysis-Portfolio#tech-store-sales-analysis)
- SQL
- [Covid 19 Data Exploration](https://github.com/tiannaparris/Data-Analysis-Portfolio#covid-19-data-exploration)
- [Nashville Housing Data Cleaning](https://github.com/tiannaparris/Data-Analysis-Portfolio#nashville-housing-data-cleaning)
- R
- [Legendary Pokémon Analysis (Study Project)](https://github.com/tiannaparris/Data-Analysis-Portfolio#legendary-pok%C3%A9mon-analysis)
- Excel / Google Sheets
- Tableau---> [go to Tableau..](https://public.tableau.com/app/profile/tianna.parris)
- Power BI
- [Education](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/README.md#education)
- [Certificates](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/README.md#certificates)
- [Contact](https://github.com/tiannaparris/Data-Analysis-Portfolio/blob/main/README.md#contacts)
## Portfolio Projects
In this section I will list data analytics projects briefly describing the technology stack used to solve cases.
### Analyzing the Factors Contributing to the Success of a Movie
**Code:** [`Analyzing the Factors Contributing to the Success of a Movie.ipynb`](https://github.com/tiannaparris/PortfolioProjects/blob/main/Analyzing%20the%20Factors%20Contributing%20to%20the%20Success%20of%20a%20Movie.ipynb)
**Goal:** To determine what factors contribute the most to a movie's success.
**Description:** The project focused on analyzing a dataset of movies released between 1980 and 2022. The dataset included movie titles, ratings, genres, release dates, budgets, gross earnings, and other relevant information. The project involved loading the data, cleaning and preprocessing it, performing exploratory data analysis (EDA), analyzing the correlation between budget and gross earnings, and implemented Pearson’s correlation statistical analysis.
**Skills:** data cleaning, data analysis, correlation matrices, hypothesis testing, data visualization.
**Technology:** Python, Pandas, Numpy, Seaborn, Matplotlib, SciPy.
**Results:** Using Python functions the analysis revealed that votes and budget have the highest correlation with gross earnings, while the company has no significant correlation.
### Tech Store Sales Analysis
**Goal:** To examine the sales history of the store and extract insights on its performance, as well as to identify potential improvements that can be implemented.
**Code:** [`Tech Store Sales Analysis.ipynb`](https://github.com/tiannaparris/PortfolioProjects/blob/main/Tech%20Store%20Sales%20Analysis.ipynb)
**Description:** The dataset contains a list of sales records. The records include the products for sale and order information(order id, order date, price, quantity ordered and purchase address). The project includes the following steps: data loading, data cleaning and preprocessing, EDA (exploratory data analysis), analyzing sales data and hypothesis testing.
**Skills:** data cleaning, data analysis, hypothesis testing, data visualization.
**Technology:** Python, Pandas, Matplotlib.
**Results:** Python functions that calculated and visually presented the sales data by month, city, and the most commonly sold items. Additionally, the reasons for the high frequency of these items being sold were analyzed and provided as insights.
### Nashville Housing Data Cleaning
**Code:** [`Data Cleaning Project Queries: Nashville Housing.sql`](https://github.com/tiannaparris/PortfolioProjects/blob/main/Data%20Cleaning%20Project%20Queries:%20Nashville%20Housing.sql)
**Description:** The dataset contains a list of houses that have been sold in Nashville between 2013 and 2019. This project includes the following steps: data loading, data cleaning and preprocessing.
**Skills:** DML(Data Manipulation Language), DQL (Data Query Language), DDL (Data Definition Language).
**Technology:** SQL Server
### Covid 19 Data Exploration
**Code:** [`COVID Portfolio Project.sql`](https://github.com/tiannaparris/PortfolioProjects/blob/main/COVID%20Portfolio%20Project.sql)
**Description:** The dataset contains records of Covid-19 cases, deaths and vaccine records by country in 2020-2021. This project includes the following steps: data loading, data cleaning and preprocessing and EDA (exploratory data analysis).
**Skills:** Joins, CTE's, Temp Tables, Windows Functions, Aggregate Functions, Creating Views, Converting Data Types
**Technology:** SQL Server
### Legendary Pokémon Analysis
**Goal:** To predict Pokémon status based on their characteristics and rank their importance in determining whether a Pokémon is classified as legendary.
**Code:** [`Legendary Pokémon Analysis (Study Project)`](https://github.com/tiannaparris/PortfolioProjects/blob/main/Legendary%20Pok%C3%A9mon%20Analysis.ipynb)
**Description:** The dataset contains a list of Pokémon. The records include their characteristics such as attack, defense, type and size. The project includes the following steps: data loading, data cleaning EDA (exploratory data analysis), analyzing characteristics of different Pokémon.
**Skills:** data cleaning, data analysis, data visualization.
**Technology:** Tidyverse
## Education
University of Colorado, Boulder:
Master of Science - MS, Data Science,
Dec 2022 - Dec 2024
The University of the West Indies, Mona:
Bachelor's degree, Biochemistry and Molecular Biology,
2019 - 2022
Pre University School:
Associate's degree, Science and Mathematics,
2017 - 2019
## Certificates
The best way to showcase skills is by doing and sharing your job done but sometimes certificates appear to be as an indirect result. Here's a list of the ones I have (in reverse-chronological order, with the date of completion in brackets):
- [Google Data Analytics Professional Certificate](https://www.coursera.org/account/accomplishments/professional-cert/LRQ498UKBBSJ?utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_product=prof) (Sep 2022) (Coursera - Google)
- [Tableau](https://www.coursera.org/account/accomplishments/verify/62LME4DV8CUV) (Oct 2022) (Coursera - University of California, Davis)
- [Python for Data Science](https://coursera.org/share/a16ecd3de61dd794199c452586cba90c) (Feb 2023) (Coursera - University of Colorado Boulder)
## Contacts
- LinkedIn: [@tiannaparris](https://www.linkedin.com/in/tianna-parris-9b6823176/)
- Email: parristianna@yahoo.com