Coder Social home page Coder Social logo

webscraping-bikez.com's Introduction

Webscraping Bikez.com

Web scraping the Bikez.com website to create a dataset of 38.000 bike models.

Bikez.com

Bizez.com is a website that features an extensive list of bike models old and new.
For each bike this website features a variety of stats and details about different aspects and attributes of the bike.

Tools

To extract the data I used the Python programming language as well as some of its modules.

  • For requests I used the Requests module.
  • For the web scraping I used the Beautiful Soup module
  • For cleaning and transforming the data I used the Pandas module.
  • To save the raw data I used a json file. To save the cleaner data I used a csv file.

Data

Each model is uniquely defined by the model name as well as the year of release.
The same model can be relased in multiple years, thus several model names may appear multiple times.

For many columns where I expected to get a few distinct string values, I was met instead with a variety of string values with major inconsitencies that were difficult and time consumming to standardize.
Given how most of the entries had missing values for these columns, I decided to not go through the trouble cleaning them.

On top of that, there are several columns of the data that I wasn't able to clean due to a lack of knowledge on bikes.
In short, the user may need to perform additional cleaning before performing an analysis.

The dataset can be found here: https://www.kaggle.com/victormegir/bikes-from-bikezcom

webscraping-bikez.com's People

Contributors

victormegir avatar

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.