Add Zero-Padding to CSV Filenames #8
@@ -1,8 +1,8 @@
|
|||||||
# Processed Data Directory
|
# Raw Data Directory
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This `data/processed` directory contains structured data that has been processed and formatted for analysis. Each subdirectory within `processed` represents a different level of simulated damage, and each contains multiple test files from experiments conducted under that specific damage scenario.
|
This `data/raw` directory contains structured data that has been processed and formatted for analysis. Each subdirectory within `raw` represents a different level of simulated damage, and each contains multiple test files from experiments conducted under that specific damage scenario.
|
||||||
|
|
||||||
## Directory Structure
|
## Directory Structure
|
||||||
|
|
||||||
@@ -12,12 +12,12 @@ The directory is organized as follows:
|
|||||||
data
|
data
|
||||||
└── processed
|
└── processed
|
||||||
├── DAMAGE_1
|
├── DAMAGE_1
|
||||||
│ ├── D1_TEST1.csv
|
│ ├── D1_TEST1.csv
|
||||||
│ ├── D1_TEST2.csv
|
│ ├── D1_TEST2.csv
|
||||||
│ ...
|
│ ...
|
||||||
│ └── D1_TEST10.csv
|
│ └── D1_TEST10.csv
|
||||||
├── DAMAGE_2
|
├── DAMAGE_2
|
||||||
│ ├── D2_TEST1.csv
|
│ ├── D2_TEST1.csv
|
||||||
│ ...
|
│ ...
|
||||||
├── DAMAGE_3
|
├── DAMAGE_3
|
||||||
│ ...
|
│ ...
|
||||||
Reference in New Issue
Block a user