Gus Sanchez's repositories
Ableton-Aboutpage-Clone
A front-end project to recreate the Ableton website using React and Vite. This project focuses on mastering typography, spacing, grid layouts, and multi-column footers while incorporating event listener functionality for Google Tag Manager (GTM) and GA4 tracking, along with AB Tasty for A/B testing.
Amazon_Vine_Analysis
Analysis on Amazon's Vine Review program. Created tables in AWS RDS database. In addition, we also created Google Colab notebooks, then extracted the datasets and placed them into each notebook. We then create a schema that fits the datasets and then loaded the datasets into our RDS. Finally, PySpark, the Python API for Apache Spark was used to transform and load the data into an SQL table in order to perform the data analysis.
bikesharing
Created a data visualization story and dashboards for analysis of citi bike data using ETL methods in python to clean the data and Tableau for visualization.
Credit_Risk_Analysis
Incorporation of Python to build and evaluate several machine learning models to predict credit risk. Use of the Scikit-learn machine learning library to create machine learning models .
Cryptocurrencies
Analyze a dataset of cryptocurrencies to uncover hidden trends that can lead to great investment opportunities. Used unsupervised algorithms. Worked primarily with K-means algorithm.
Election_Analysis
Voting Audit on a local Congressional Election using Python 3 and VS Code
front-end-space
Space for front end stuff
Mapping_Earthquakes
Created a geographical visualization to map earthquake data by latitude and longitude from the USGS with Leaflet.js Application Programming Interface(API).
kickstarter-analysis
Performing analysis on Kickstarter data to uncover trends
MechaCar_Statistical_Analysis
Implementation of statistics, and hypothesis testing to analyze a series of datasets from the automotive industry. Merged csv files into one data frame to create a series of scatter plots between treatment groups with `R`. Performed statistical analysis to determine differences between treatment groups.
Mission-to-Mars
HTML and CSS web scraping to automate a web browser to visit different websites to extract data about the Mission to Mars. Data is stored in a NoSQL database MongoDB, and then the data is rendered in a web application created with Flask to display the data from the web scrape. HTML/CSS portfolio was created to showcase the project. Bootstrap components used to polish and customize the portfolio.
Movies-ETL
ETL(Extract, Transform, Load) pipeline on kaggle movie data using Python and pgAdmin.
Pewlett-Hackard-Analysis
SQL analysis on employee database to provide forecasting recommendations and strategies for eligible retiring employees using SQL and pgAdmin.
Plotly-Belly-Button-Biodiversity
Dynamic and interactive visualization dashboard and charts using Plotly.js with a human belly button diversity dataset. Interactive dashboard and charts display bacteria that live inside the human body. Upon selection of an id number in a pull down list, the id metadata will be displayed in a div element and the top ten bacterial samples will be displayed in a pie chart and bubble chart.
PyBer_Analysis
Data Analysis and Visualization on ride-sharing data based on selected city-types using Pandas, NumPy, and Matplotlib Libraries through Jupyter Notebook.
School_District_Analysis
Data Analysis on a client's School District's funding and SAT scores in Math and Reading using Pandas and NumPy libraries through Jupyter Notebook.
surfs_up
Analysis of selected weather data from an SQLite Database using tools such as Python, Jupyter Notebook, SQLAlchemy, and design a flask application using data.
UFOs
Created a website that displays UFO-sightings data and built a table using that data stored in a JavaScript array. Created filters to make this table fully dynamic, reacting to user input using Javascript, HTML/CSS. Website was customized using Bootstrap, and equipped the table with several fully functional filters that will allow users to interact with the website’s visualizations.
World_Weather_Analysis
Analysis on weather data and travel maps and directions using Google Maps Platform on Google Cloud of selected number of cities globally using APIs.