Questions tagged [data-extraction]

Extracting data involves the extraction of information from disorganized or inadequately structured sources in order to prepare it for additional processing or storage, such as transferring the data to a new location.

Algorithm making inaccurate predictions due to flawed machine learning model

My dataset contains two columns: procedure name and corresponding CPT codes. There are 3000 rows with a total of 5 classes of CPT codes. As part of my project, I am working on building a classification model using this data. However, when providing input ...

Looking for assistance with parsing out four numerical values from an HTML scrape using Python

I currently have code that opens a URL and retrieves HTML data into htmlA Within htmlA, I am attempting to extract 4 specific pieces of information: A date Price 1 Price 2 A percentage The section of htmlA where these 4 pieces of information are located ...