ONE DATA Tips and Tricks
5 golden rules If you consider 5 golden rules, building and especially maintaining a workflow is way more efficient and faster: Specification → Specific...
Thu, 30 Jul, 2020 at 9:56 AM
Please visit the page about Reports for information how reports can be created and how they work. This helps to understand the example on this page. Report...
Mon, 20 Dec, 2021 at 11:45 AM
Extract month and year from a date column (use stringfy before) Regex with the string: [0-9]{4}-[0-9]{2} Extract the month from a timestamp formatte...
Mon, 20 Dec, 2021 at 11:45 AM
SQL statement for classification evaluation SELECT *, case when ISERROR =1 and ISERROR_FORECAST = 1 then '1' when ISERROR = 0 and ISERROR_FORECA...
Wed, 12 Aug, 2020 at 12:08 PM
Background information - communication of ONE DATA and R-Server For using R in ONE DATA it is usually necessary to have a separate R-Server installed. The ...
Mon, 20 Dec, 2021 at 11:46 AM
Content Overview Usage of Global Variables Within a Python Script OD Variables Examples Input Output Dataset Image Model Dataset Structure ...
Thu, 30 Jun, 2022 at 1:33 PM
General Description of the Python Processors The Python Processors give users the ability to add Python codes to a ONE DATA Workflow. These are the types o...
Tue, 4 Jan, 2022 at 10:45 AM
Content Via Browser Developer Tools Get the token from the browsers "localstorage" Get the token from the "Network" tab Via .../...
Wed, 15 Dec, 2021 at 10:02 AM
Content Intro DateTime-Variable in ONE DATA Data Type Conversion-Processor Modifiers DateTime Variables in Spark SQL Syntax Conversions and Manipula...
Mon, 20 Dec, 2021 at 11:47 AM
Besides the Filesystem Connection (see the Connections article) in ONE DATA, it is also possible to read in CSV files from the file system with the Python ...
Tue, 4 Jan, 2022 at 10:49 AM