HPE Servers Dataset
a dataset fo data analysis from Hewlett Packard Entreprise
@kaggle.yassermessahli_hpr_servers_dataset
a dataset fo data analysis from Hewlett Packard Entreprise
@kaggle.yassermessahli_hpr_servers_dataset
the dataset has many features of servers provided by HPE entreprise, it is usefull for data analysis, visualisation. but not for machine learning, deep learning, because is is not a larg dataset for training. is has many columns to explore. the source is the HPE website. and the prices are from It price website.
CREATE TABLE hpe_servers_dataset_sheet1 (
"nom" VARCHAR,
"prix_it_price_website" VARCHAR -- Prix (It Price Website),
"processor_type" VARCHAR,
"processor_family" VARCHAR,
"processor_cache" VARCHAR,
"maximum_memory" VARCHAR,
"drive_supported" VARCHAR,
"system_fan_features" VARCHAR,
"power_supply_type" VARCHAR,
"expansion_slots" VARCHAR,
"processor_number" VARCHAR,
"processor_speed" VARCHAR,
"usage" VARCHAR
);
Anyone who has the link will be able to view this.