Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapped Used Car details and Price data #59

Merged
merged 1 commit into from
May 14, 2024

Conversation

ISmokeData
Copy link
Contributor

Issue : #34

Step 1: Automation Setup with Selenium

  • Developed an automation script using Selenium to navigate through target website and extract data.
  • Each line of code is thoroughly explained through comments to clarify its purpose and functionality.

Step 2: Data Scraping from HTML

  • Extracted raw data from the HTML content of the target webpage.

Step 3: Data Extraction with BeautifulSoup

  • Employed BeautifulSoup library to parse the HTML content and extract relevant data.

Step 4: Data Cleaning

  • Cleaned the extracted raw data to remove any irrelevant or erroneous information.

Step 5: Splitting Data into Train and Test Files

  • Divided the cleaned data into train and test files .

Step 6: Explanation of Code

  • All code is written with detailed explanations accompanying each block or line.
  • Comments provide insights into the logic behind the code, making it easier for others to understand and maintain.

Step 7: Review and Feedback

  • Requested peer review for the changes made in this pull request.

Copy link
Member

@sanjay-kv sanjay-kv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

Copy link
Member

@sanjay-kv sanjay-kv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@sanjay-kv sanjay-kv merged commit 564ef59 into recodehive:main May 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants