Data & Schemas Knowledgebase
A solid data foundation leads to analytics. Build that foundation here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Getting Started with R in Incorta Notebook

Overview R is a popular language in Data Science.  Incorta supports creating materialized views (MV) with R. Your first Spark Program The minimum requirement for creating an MV includes the following: # Read data from Incorta into Spark df <- read(...

SparkR.png
dylanwan by Employee
  • 796 Views
  • 0 comments
  • 0 kudos

Use SparkSQL with SparkR

Overview In this recipe, you’ll learn how to run SQL queries from SparkR. After using the read() Incorta Notebook extension function to load data in Incorta Notebook, the data is in a SparkR DataFrame. You can use sql() to write SQL queries after cr...

Screen Shot 2022-04-05 at 4.00.41 PM.png
suxinji by Employee Alumni
  • 744 Views
  • 0 comments
  • 1 kudos

ML with IRIS data set using Incorta

This article shows how to use a classification Machine Learning (ML) algorithm on the Iris Flower data set. It first creates a model based on a training data set and then scores the the test data set and gives the prediction of the flower based on th...

amit_kothari_0-1648226442596.png

Date Dimension

Date is a common dimension used in most application deployments.  It is primarily used to roll up data so it can be viewed across a broad time range, facilitating trend analysis.

calendar.jpg
VinayR by Employee Alumni
  • 1380 Views
  • 0 comments
  • 0 kudos

Organizing Business Schemas

Introduction Business Schemas are a useful way to group content for business users that can be used in one or more dashboards.  They also remove the need to understand all of the underlying data relationships even when they span several source data ...

Screen Shot 2022-03-11 at 1.36.46 PM.png

Formula Columns

 An expression can consist of built-in functions, built-in system variables, and other referenceable objects valid for the expression context.

Screen Shot 2022-03-11 at 1.45.08 PM.png