Coder Social home page Coder Social logo

austin-a-i / safercars_ncap_webscraping Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15 KB

Web-Scraping using BeautifulSoup in Python for creating a dataframe to retrieve the Safest Cars rating from Latin NCAP website for the year 2020-2023 and before 2020.

Python 100.00%
html python-3 web-parsing

safercars_ncap_webscraping's Introduction

_NCAP_SafestCars_webScraping

Web-Scraping using BeautifulSoup lib in Python for creating a dataframe to retrieve the Safest Cars rating in Latin NCAP website for the year 2020-2023 and before 2020.

  1. Importing request library to extract site and parsing in HTML format using Beautiful Soup lib
  2. Extracting text(with tags) for each of the columns(brand,vehicle-model,date,adult-safety,child-safety,star rating,safety measures) using selection (html)tags
  3. Extracting the text from the selection tags before appending each to respective lists.
  4. Creating a Dictionary key-value pair for adding multiple values to a unique key
  5. Creating a dataframe from the dictionary and exporting the same as a csv file.

NOTE: Since the data from 2020-Present and before 2020 are represented in different formats(deletion of variables), two csv files are made with different variables.

safercars_ncap_webscraping's People

Contributors

austin-a-i avatar

Watchers

 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.