Skip to main content
Your uploaded files must follow a structure in order for models to be successfully generated. Machine Learning tabular guidelines are not always compatible with typical engineering tabular practices.

Requirements

When uploading data to the Monolith platform, please make sure it satisfies the following requirements.
  • Each column contains only one variable.
  • Rows contain indices of experiment or sequence stamp, such as test numbers, simulation IDs, or times.
  • Because each column of the dataset is classified as a type of data such as a string or float, avoid having more than one type of data in the same column.
  • When using categorical data (that is, strings), consistency matters. The platform treats spaces and letter case as significant, so “MonolithAI”, “Monolith AI”, and “Monolith ai” are each classified as a different category.
  • Column labels occupy a single row. The platform doesn’t support nested categorization, such as grouping several columns under a shared header.

Examples

The examples below highlight in red regions of the data that do not satisfy the requirements: Nested categorization of columns:
Front sideRear side
TimeHeightForceTempHeightForceTemp
0.898260434149.1872944161062.50950145102.9695565143569.99225872
0.06824658126.9437422174369.81139095100.1677129171972.39496438
0.223245541131.2395906170470.92918715104.4267423135579.02104831
0.198662073138.8477895134765.37057207146.4874195138062.5873467
0.584823038132.2786137140670.06819137131.7884798176561.55247709
Cells merged (and missing data):
TimeF_HeightF_ForceF_TempR_HeightR_ForceR_Temp
0.383839842121.1055164168863.7233866101.46120841496
0.484601597125.11046641638141.86516381495
0.830386192103.66756871773136.6600568179860.14558905
0.93157364122.41552211791137.486305133878.97866845
0.067163228105.3975624139272.02537429139.48317241501
Inconsistent strings in a categorical column:
FailureHeightForceTemp
Compression138.5704731136276.61910893
compression117.1162992142262.95551895
Tension108.2897529147574.16961723
in compression104.5295069167761.75505769
tension123.3339419177078.61567623
The example below is a typical format for software outputs. However, for the platform, each column must be a variable, and rows must be a sequential stamp (for example, time) or different experiments.
Step 1
Time0.72615801
Height104.614631Force:1756Temp:72.38695876
Step 2
Time0.452290895
Height139.1372833Force:1442Temp:74.92448148
Step 3
Time0.624463615
Height147.5907217Force:1330Temp:64.89705344
Step 4
Time0.323668304
The example below follows the correct structure that data should be uploaded to the platform:
Last modified on August 21, 2026