Skip to content

Commit

Permalink
try format table
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
  • Loading branch information
nitbharambe committed Oct 16, 2024
1 parent e1fcc64 commit dac960e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user_manual/dataset-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ graph TD

The dimensions of numpy arrays and the interpretation of each dimension is as follows.

| **Data Type** | **1D** | **2D** | **3D** |
|--------------------------|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| **SingleArray** | Corresponds to a single dataset. | | |
| **DenseBatchArray** | | Batch number $\times$ Component within that batch | |
| **SingleColumn** | Component within that batch. | Component within that batch $\times$ Phases &#10024; ||
| **BatchColumn** | | Batch number $\times$ Component within that batch | Batch number $\times$ Component within that batch $\times$ Phases &#10024; |
| **Data Type** | **1D** |**2D** | **3D** |
|--------------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| **SingleArray** | Corresponds to a single dataset. |||
| **DenseBatchArray** || Batch number $\times$ Component within that batch ||
| **SingleColumn** | Component within that batch. | Component within that batch $\times$ Phases &#10024; ||
| **BatchColumn** || Batch number $\times$ Component within that batch | Batch number $\times$ Component within that batch $\times$ Phases &#10024; |

```{note}
&#10024; The "Phases" dimension is optional and is available only when the attributes are asymmetric.
Expand Down

0 comments on commit dac960e

Please sign in to comment.