Skip to content

prdx23/evolvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Evolution of Mobiles


A data visualization experiment to analyze and explore the evolution of mobile phones through the years. I made this project to practice different parts of data science like -

Data Extraction

All the data for this project is extracted from gsmarena.com using a recursive async scraper, made using Gevent and lxml.html. The code for the crawler can be found in scraper.py.

Data Cleaning

Data is cleaned by using regex. All the cases(with regexr.com links) currently done are in the list below -

The code for the cleaner can be found in cleaner.py .

Data Wrangling (wip)

Data wrangling is done on the flask server(app.py) when the data is transfered between cleaner and D3

Data Visualization (wip)

TBD using D3, coming soon !!

About

[wip] A data visualization experiment on the evolution of phones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published