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

Block or report ajcascella

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

Popular repositories

  1. best-of-minded best-of-minded Public

    This repository includes SQL queries I created while working at Minded as a Data Analyst.

    1

  2. Polling-Analysis Polling-Analysis Public

    This project automates voting count and determines winner of a local election. Demonstrates use of Python’s csv reader, dictionaries, and for loops.

    Jupyter Notebook

  3. School-District-Analysis School-District-Analysis Public

    This project analyzes school district data. Demonstrates use of Python and Pandas library, reading csv and converting to dataframes, merging dataframes, aggregate functions, bins, and cleaning and …

    Jupyter Notebook

  4. Rideshare-App-Analysis Rideshare-App-Analysis Public

    This project analyzes ride share app data. Demonstrates use of Python, Matplotlib, reading csv files, converting to dataframes, performing aggregate functions, and creating bubble plot and pie char…

    Jupyter Notebook

  5. Open-Weather-Map-API-Analysis Open-Weather-Map-API-Analysis Public

    This project analyzes weather data using the Open Weather API. Demonstrates use of numpy, citipy, json, performing an API call using specific API keys, transforming API responses into a dataframe, …

    Jupyter Notebook

  6. Mission-To-Mars-Web-Application Mission-To-Mars-Web-Application Public

    This project scrapes the web to build an application for Mission to Mars data. Demonstrates use of Beautiful Soup, Pandas, Splinter, MongoDB, HTML, and CSS.