Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

combine scripts into a pipeline

library(DiagrammeR)
mermaid("
        graph TB
        A(Get CSV from web)-->D(Combine web sources)
        B(Get JSON from web)-->D
        D-->E(Combine with local data<br>for feature engineering)
        C(Local Data File)-->E
        E-->F(Analyse and write output)
        ")
Source by blog.sellorm.com #
 
PREVIOUS NEXT
Tagged: #combine #scripts #pipeline
ADD COMMENT
Topic
Name
7+9 =