Fdddhhhill commited on
Commit
6395f17
·
verified ·
1 Parent(s): f740545

Create README.md

Browse files

country,year,solar_gwh,wind_gwh,hydro_gwh,geothermal_gwh,total_renewable_percent
USA,2023,120000,150000,250000,18000,22
Germany,2023,90000,130000,20000,5000,46
China,2023,300000,350000,400000,25000,31
India,2023,110000,90000,140000,10000,24
Brazil,2023,50000,60000,420000,8000,49

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