Datasets:
Create README.md
Browse filesfactory_id,date,product_type,units_produced,defect_rate_percent,downtime_minutes,energy_consumption_kwh
F001,2024-01-01,Automotive,1200,1.2,45,5800
F001,2024-01-02,Automotive,1150,1.5,60,5600
F002,2024-01-01,Electronics,2500,0.8,30,4300
F002,2024-01-02,Electronics,2600,0.9,25,4400
F003,2024-01-01,Packaging,4000,1.1,50,3900
README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- artificial-intelligence
|
| 9 |
+
- data-science
|
| 10 |
+
- machine-learning
|
| 11 |
+
- research
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Global AI & Technology Research Dataset Collection
|
| 17 |
+
|
| 18 |
+
## Description
|
| 19 |
+
This repository contains multiple structured CSV datasets
|
| 20 |
+
covering various domains including artificial intelligence,
|
| 21 |
+
finance, cybersecurity, climate change, renewable energy,
|
| 22 |
+
education, IoT systems, healthcare, blockchain, autonomous vehicles,
|
| 23 |
+
space missions, and global market analytics.
|
| 24 |
+
|
| 25 |
+
Each dataset is designed for research simulation,
|
| 26 |
+
machine learning experiments, benchmarking analysis,
|
| 27 |
+
and educational data science projects.
|
| 28 |
+
|
| 29 |
+
All files are provided in structured CSV format
|
| 30 |
+
and are suitable for tabular data processing.
|
| 31 |
+
|
| 32 |
+
## Available Datasets
|
| 33 |
+
- climate_change_metrics.csv
|
| 34 |
+
- global_finance_indicators.csv
|
| 35 |
+
- cybersecurity_incidents.csv
|
| 36 |
+
- global_health_statistics.csv
|
| 37 |
+
- smart_city_iot_data.csv
|
| 38 |
+
- renewable_energy_production.csv
|
| 39 |
+
- e_commerce_sales_data.csv
|
| 40 |
+
- global_education_metrics.csv
|
| 41 |
+
- autonomous_vehicle_test_data.csv
|
| 42 |
+
- blockchain_transaction_metrics.csv
|
| 43 |
+
- space_mission_statistics.csv
|
| 44 |
+
- ai_hardware_market_data.csv
|
| 45 |
+
|
| 46 |
+
## Format
|
| 47 |
+
All datasets are provided in CSV format.
|
| 48 |
+
|
| 49 |
+
## Intended Use
|
| 50 |
+
- Academic research
|
| 51 |
+
- Machine learning training experiments
|
| 52 |
+
- Data visualization practice
|
| 53 |
+
- Benchmarking and analytics projects
|
| 54 |
+
|
| 55 |
+
## License
|
| 56 |
+
MIT License
|