Fdddhhhill commited on
Commit
f8c4125
·
verified ·
1 Parent(s): f6d60bd

Create README.md

Browse files

country,year,gdp_billion_usd,inflation_percent,unemployment_percent,interest_rate_percent,stock_index
USA,2022,25000,8.1,3.7,4.5,38000
USA,2023,26000,4.2,3.5,5.0,41000
Japan,2022,4200,3.0,2.6,0.5,28000
Japan,2023,4300,2.8,2.5,0.6,30000
Germany,2022,3900,7.5,3.2,2.5,14000
Germany,2023,4000,5.1,3.0,3.0,15500

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