webomurga commited on
Commit
ad7c5fd
·
verified ·
1 Parent(s): 1499b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -21,6 +21,30 @@ configs:
21
  path: all_platforms_masked.csv
22
  - split: waterlaw_forecast
23
  path: su_kanunu_masked.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Mapping Climate Policy Discourse in Turkey - A Topic Modeling Analysis of Parliamentary and Social Media Debates (2021-2025)
 
21
  path: all_platforms_masked.csv
22
  - split: waterlaw_forecast
23
  path: su_kanunu_masked.csv
24
+ dataset_info:
25
+ features:
26
+ - name: Name
27
+ dtype: string
28
+ - name: Profile ID
29
+ dtype: string
30
+ - name: Date
31
+ dtype: string
32
+ - name: Likes
33
+ dtype: int64
34
+ - name: Comment
35
+ dtype: string
36
+ - name: Platform
37
+ dtype: string
38
+ - name: Post ID
39
+ dtype: string
40
+ - name: Topic
41
+ dtype: string
42
+ - name: Original Post?
43
+ dtype: bool
44
+ - name: Sentiment
45
+ dtype: string
46
+ - name: Argument
47
+ dtype: string
48
  ---
49
 
50
  # Mapping Climate Policy Discourse in Turkey - A Topic Modeling Analysis of Parliamentary and Social Media Debates (2021-2025)