Giter Site home page Giter Site logo

Hello, I'm Melinda, and welcome to my GitHub profile👋

About Me

At this moment, I am in pursuit of Data Analyst and Business Analyst roles in Austin, TX, or remote opportunities. My preferred on-the-job technologies are SQL, Python, and Tableau. Please check out my GitHub Repositories to further understand additional technologies I’m experienced in using. If you have any questions or would like to connect, please email me, or reach out on LinkedIn!

What I enjoy the most is structuring complexities and organizing details into interactive reports, visualizations, and presentations for my stakeholders and making educated business decisions. Working with large and complex datasets is exciting for me because I'm undeniably driven by facts and data to make decisions in all aspects of my life especially in business. Also, as an analytical and strategic problem-solver, leader, and collaborator with an investigative curiosity, I strive to understand processes in their entirety to either suggest or create methodologies from scratch for the development and continuous improvement of operational processes.

Education and Certifications

Professional Affiliations

Melinda Malone's Projects

amazon_vine_analysis icon amazon_vine_analysis

The Amazon Vine Analysis repo features Big Data using Google Colab, PySpark, AWS RDS, and AWS Simple Storage Service (S3) in a PostgreSQL environment to analyze Amazon customer reviews. For this analysis, the Amazon product category of Pet Products will be analyzed to determine if positivity bias exists when Amazon Vine members, who are provided these products and required to publish a review, review the products.

austin_animl_rescue icon austin_animl_rescue

This repository contains a Machine Learning project to analyze Austin Animal Center's data

belly_button_biodiversity icon belly_button_biodiversity

This repo contains an interactive web data visualization created using Plotly.js, a JavaScript data visualization library, HTML, and basic JavaScript. D3.json() was used to fetch external data such as CSV files and web APIs, and data was parsed in JSON format. Functional programming, JavaScript's Math library, and Event Handlers were used to manipulate the data and add interactivity to the data visualization. The index.html file was deployed to GitHub pages to allow users the ease of clicking on a weblink to access the interactive data visualization.

bikesharing icon bikesharing

The purpose of the Bike-Sharing Analysis is to utilize Tableau to create data visualizations and present the data in a series of worksheets, dashboards, and stories to determine if a bike-sharing service could be launched in Des Moines, Iowa based on New York City data based on August 2019 data.

credit_risk_analysis icon credit_risk_analysis

This repo features Supervised Machine Learning and its use in data analytics by analyzing credit card risk. Logistic Regression, Decision Tree, Random Forest, and Support Vector machine algorithms, in addition to ensemble and resampling techniques, were used.

election_analysis icon election_analysis

The Election Analysis repo uses Python, in conjunction with Microsoft Visual Studio Code to confirm the winner of the election and analyze the data further to determine which county had the highest voter turnout. The actual vote count and percentages were determined for each candidate and each county using lists, dictionaries, for loops, and conditional statements with membership and logical operators.

kickstarter-analysis icon kickstarter-analysis

This repo contains an analysis of a theater fundraising campaign to determine ideal parameters to achieve optimal results. The dataset was analyzed in Microsoft Excel using Pivot Tables, Pivot Charts, COUNTIFS formulas, and line charts. This was the first assignment for the Data Analysis Boot Camp where Git Bash and the SSH key were set up to push/pull to and from GitHub.

mechacar_statistical_analysis icon mechacar_statistical_analysis

This repo contains an analysis of vehicle data using the R programming language, a language popular in data science and academia due to its statistical modeling and hypothesis testing.

melindamalone icon melindamalone

This is a special repo that features the README on my public GitHub profile.

movies-etl icon movies-etl

The Movies Extract-Transform-Load (ETL) Analysis repo contains movie data extracted from Wikipedia and Kaggle in CSV and JSON file formats. The datasets were transformed by cleaning and merging the datasets, and the cleaned datasets were loaded into a movie_data SQL database. Regex was used to identify strings of characters defined by search patterns playing a critical role in cleaning the box office, budget, release date, and running time data. Lambda functions were used in the transform phase as "anonymous functions."

pewlett-hackard-analysis icon pewlett-hackard-analysis

The Pewlett Hackard Analysis repo uses Structured Query Language (SQL) in a Postgres relational database using pgAdmin. An entity-relationship diagram (ERD) was initially designed to organize employee data for six separate CSV files containing employee, department, employees by department, managers by department, salary, and title information. The datasets were imported into pgAdmin and queries using Joins, Where, Order By, Group By, Count, On, and Into clauses and functions, in addition to table aliases, were used to analyze the data and determine how many employees are eligible for retirement and what programs need to be put into place for mentorship opportunities before retirement-eligible employees retire.

plotlydeploy icon plotlydeploy

This repo contains an interactive web data visualization created using Plotly.js, a JavaScript data visualization library, HTML, and basic JavaScript. D3.json() was used to fetch external data such as CSV files and web APIs, and data was parsed in JSON format. Functional programming, JavaScript's Math library, and Event Handlers were used to manipulate the data and add interactivity to the data visualization. The index.html file was deployed to GitHub pages to allow users the ease of clicking on a weblink to access the interactive data visualization.

practice_repo icon practice_repo

This is my practice repo where I edited and reformatted the README as I maintained the PostgreSQL database and Tableau visualization for the Austin AniML Rescue Machine Learning group data project as part of the Data Analysis and Visualization Boot Camp at Texas McCombs School of Business. During the project, I acted as the database administrator and Tableau developer. The technologies I used include PostgreSQL, pgAdmin, Python, Pandas, SQL Alchemy, Quick DBD, and Tableau.

pyber_analysis icon pyber_analysis

The PyBer Analysis repo contains an analysis of ridesharing and city data using Python, NumPy, Matplotlib, and SciPy by creating line charts, bar charts, scatter plots, bubble charts, pie charts, and box-and-whisker plots. Using Pandas DataFrames and groupby, pivot, and resample functions, the data has been analyzed to determine total rides, total drivers, total fares, and average fare per ride and driver by rural, suburban, or urban city type.

school_district_analysis icon school_district_analysis

The School District Analysis uses Python, Anaconda, Jupyter Notebook, the Pandas library specifically DataFrames, and NumPy to perform analysis on school data for fifteen different high schools across four different grades by merging the data into several Pandas DataFrames. Using the Pandas loc method, Pandas groupby function and bins, the average math, reading, and overall scores and passing rates were identified by student budget, by school size, and by school type.

stocks-analysis icon stocks-analysis

The purpose of the All Stocks Analysis Refactored repo is to write and execute code in Visual Basic for Applications (VBA), refactor code in VBA, and learn the benefits of refactoring code in VBA.

surfs_up icon surfs_up

This repo is for the Surfs Up Analysis where weather data is analyzed for the Hawaiian island of Oahu to determine the potential success of an ice cream surf shop using SQLite, SQLAlchemy, and Flask in a Python environment in Jupyter Notebook and VSCode editors.

ufos icon ufos

This repo contains the UFOs Analysis employing JavaScript "standard" and JavaScript ES6+ (aka ES2015) to create, populate, and dynamically filter an HTML table. A dynamic webpage was created and customized using JavaScript, HTML, CSS, and Bootstrap components to display data of UFO sightings and allow users to filter UFO sightings by date, city, state, country, and shape of the sighting.

world_weather_analysis icon world_weather_analysis

The World Weather Analysis repo utilizes Python and Jupyter Notebook in conjunction with decision and repetition statements, data structures, Pandas, Matplotlib, NumPy, CitiPy, and SciPy statistics to retrieve and use data from OpenWeatherMap and Google Map API. The APIs are used to "get" requests from a server, retrieve and store values from a JSON array, use try and except blocks to resolve errors, create and format scatter plots using Matplotlib, perform linear regression and add regression lines to scatter plots while simultaneously determining favorable vacation destinations for customers based on weather conditions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.