Skip to content

Ahmad-Magdy-Osman/DataAnalysisVisualization

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

πŸ“Š Data Analysis and Visualization - DS320 #️⃣

Data Visualization and Analysis, Python, Pandas, Matplotlib, Numpy, Javascript, D3, Jupyter Notebooks.

I took this class in Fall 2018. Each folder is an project/exercise of one concept or more of Data Visualization and Analysis. The implementations are mainly in Python using Pandas, Matplotlib, Numpy, and Jupyter Notebooks, and can be walked through easily. Projects include:

  • Simple Data Plotting

  • Bicycling Dataset Analysis

  • Basic Scraping and Visualization

  • Webcrawling to build a CSV

  • Build a Dataframe using JSON

  • Housing Data Set Analysis

  • Matplotlib and Movies

  • IMDB 500 Top Movies Analysis

  • Class Work and Notes

πŸ’° Best Car Deal πŸš—

πŸ”₯ Scraping, Visualizing, and Analyzing 1,700,000 Entries of Used Cars for Sale on Craigslist to Find The Best Car Deal πŸ’₯

Buying a car is never an easy task, especially when buying a used one. So many different factors go into determining the price of a vehicle that it’s difficult to accurately predict what one should be paying. Aside from this there are some parts of the country where used car sales are few and far between and the prices are not so desirable. Using our scraped dataset of 1,700,000 entries of used car for sales from craigslist, we aimed to clarify some of these unknown variables and provide an easier experience for those searching for a car. Our goal was not to simply create static visualizations that compared cars from winter 2018, but instead we aim to create an application of sorts that allows users to continuously update the vehicles in their search.

Feel free to clone this repository or its related repositories and to explore the projects.