- Falmouth, Maine
Stars
In this project, we collected, filtered, and sorted data from the Academy Awards. Since most of our raw data was in CSV form, we used pandas to import, summarise, selection of specific columns, fil…
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…
This project analyzes the data for a fantasy game Heroes of Pymoli. Demonstrates use of Python and Pandas library, reading csv and converting to dataframes, merging dataframes, aggregate functions,…
In this project I created a Python script for analyzing the financial records of a company. . Demonstrates use of Python’s csv reader, dictionaries, and for loops.
This project utilizes both html and Javascript. Worked with JSON representation of United States Geological Survey (USGS) and Leaflet to create interactive maps that visualize earthquake data.
This project includes data modeling, engineering and analysis of employee data. Demonstrates use of SQL, creating schemas, queries, joins, aggregate functions, primary keys, and foreign keys.
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, …