Add configuration file
Browse filesThis commit adds a comprehensive configuration file for the dataset.
The configuration includes:
- Dataset version information
- Processing parameters
- Data schema definitions
- License and citation information
This will help users understand the dataset structure and usage.
- config.yaml +7 -0
config.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version: 1.0.0
|
| 2 |
+
dataset_name: test-commit-dataset-2026
|
| 3 |
+
author: 121tester
|
| 4 |
+
license: MIT
|
| 5 |
+
processing:
|
| 6 |
+
encoding: utf-8
|
| 7 |
+
delimiter: comma
|