cLinuss commited on
Commit
2886684
·
verified ·
1 Parent(s): 28b797d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ A sample dataset containing 1000 user-item interaction records for the [TAAC2026
30
 
31
  The 120 columns fall into **6 categories**:
32
 
33
- | Category | Count | Arrow Type | Description |
34
  |---|---|---|---|
35
  | **ID & Label** | 5 | `int64` / `int32` | Core identifiers, label, and timestamp |
36
  | **User Int Features** | 46 | `int64` / `list<int64>` | Integer-valued user features (scalar or array) |
 
30
 
31
  The 120 columns fall into **6 categories**:
32
 
33
+ | Category | Count | Data Type | Description |
34
  |---|---|---|---|
35
  | **ID & Label** | 5 | `int64` / `int32` | Core identifiers, label, and timestamp |
36
  | **User Int Features** | 46 | `int64` / `list<int64>` | Integer-valued user features (scalar or array) |