EDA schema lite

This transform allows you to check the data type of all columns in a dataset. It returns two columns displaying how each type of column data is stored in Pandas and in the platform database.

tags: [“EDA”]

Parameters

The table gives a brief description about each parameter in EDA schema lite transform.

Name:

By default, the transform name is populated. You can also add a custom name for the transform.

The sample input for this transform looks as below:

../../../_images/EDA_schemainput.png

The output after running the EDA schema lite transform on the dataset appears as below:

../../../_images/EDA_Schemaoutput.png

How to use it in Notebook

The following is the code snippet you must use in the Jupyter Notebook editor to run the EDA schema lite transform:

Requirements

pandas