Fdddhhhill commited on
Commit
41e9192
·
verified ·
1 Parent(s): 7bea2a8

Create README.md

Browse files

city,year,smart_sensors_installed,traffic_congestion_index,energy_consumption_mwh,public_wifi_hotspots,air_quality_index
Singapore,2023,12000,45,150000,8500,38
Tokyo,2023,15000,52,180000,9200,41
New York,2023,13000,60,210000,7800,55
London,2023,11000,50,170000,7400,48
Dubai,2023,9000,40,140000,6200,35

Files changed (1) hide show
  1. README.md +56 -0
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