Add Zero-Padding to CSV Filenames #8

Merged
nuluh merged 2 commits from feature/csv-padding-naming into feature/automate-csv-file 2024-08-18 03:36:24 +00:00
Showing only changes of commit 3860f2cc5b - Show all commits

View File

@@ -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
│ ... │ ...