Real Estate Data South Carolina 2025
Predictive Pricing Models: What Drives South Carolina Home Values
@kaggle.kanchana1990_real_estate_data_south_carolina_2025
Predictive Pricing Models: What Drives South Carolina Home Values
@kaggle.kanchana1990_real_estate_data_south_carolina_2025
This comprehensive real estate dataset contains over 5,000 property listings from South Carolina, collected in 2025 from Realtor.com using apify api. The dataset captures diverse property types including single-family homes, condominiums, land parcels, townhomes, and other residential properties. This dataset provides a rich snapshot of South Carolina's real estate market suitable for predictive modeling, market analysis, and investment research.
This dataset was ethically scraped from publicly available listings on Realtor.com and is provided strictly for educational and learning purposes only. The data collection complied with ethical web scraping practices and contains only publicly accessible information. Users should utilize this dataset exclusively for academic research, educational projects, and learning data science techniques. Any commercial use is strictly prohibited.
CREATE TABLE realestate_data_southcarolina_2025 (
"type" VARCHAR,
"sub_type" VARCHAR,
"sqft" DOUBLE,
"baths" DOUBLE,
"beds" DOUBLE,
"stories" DOUBLE,
"year_built" DOUBLE,
"listprice" DOUBLE
);
Anyone who has the link will be able to view this.