This repository contains an initial dataset extracted from TheWatchPages.com, featuring details about various watch brands, collections, and models. The dataset currently contains 350 records but is expected to be expanded as more data is crawled and added.
The dataset includes structured information on a limited set of watches from various brands and models, covering core specifications and pricing details. This partial version serves as a starting point for researchers, watch enthusiasts, and developers interested in the watch industry.
- Brands: Information on different brands listed on TheWatchPages.com.
- Models: Model names, reference numbers, and collection details.
- Specifications: Details like case size, material, movement type, water resistance, and more.
- Pricing: Estimated prices in USD.
The dataset currently includes the following fields:
Brand NameModel NameReference NumberCase Size (mm)Case MaterialDial ColorMovement Type(Automatic, Manual, Quartz)Water Resistance(meters)Power Reserve(hours)Strap MaterialPrice(USD)
- File Name:
dataset.csv - Format: CSV
- Size: Contains 350 rows and 12 columns
- Date of Extraction: (Include the date, e.g., "October 20, 2024")
The current dataset is partial, and additional data crawling is needed to make it comprehensive. Future updates will involve:
- Further Crawling using advanced scraping tools (e.g., Scrapy, BeautifulSoup).
- Data Cleaning and Validation to ensure data consistency and accuracy.
- Updating the Dataset in this repository with new records as they are collected.
This dataset is provided for free use under the MIT License. It can be used for:
- Preliminary research and analysis of watch trends.
- Testing and development of watch-related applications or tools.
- Building sample models for data analysis.
- Download the dataset: Clone the repository and download the
dataset.csv.git clone https://github.com/your-username/TheWatchPages-Partial-Dataset.git