Feature/csv padding naming #17
@@ -1,8 +1,8 @@
|
||||
# Processed Data Directory
|
||||
# Raw Data Directory
|
||||
|
||||
## 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
|
||||
|
||||
@@ -12,12 +12,12 @@ The directory is organized as follows:
|
||||
data
|
||||
└── processed
|
||||
├── DAMAGE_1
|
||||
│ ├── D1_TEST1.csv
|
||||
│ ├── D1_TEST2.csv
|
||||
│ ├── D1_TEST1.csv
|
||||
│ ├── D1_TEST2.csv
|
||||
│ ...
|
||||
│ └── D1_TEST10.csv
|
||||
│ └── D1_TEST10.csv
|
||||
├── DAMAGE_2
|
||||
│ ├── D2_TEST1.csv
|
||||
│ ├── D2_TEST1.csv
|
||||
│ ...
|
||||
├── DAMAGE_3
|
||||
│ ...
|
||||
Reference in New Issue
Block a user