DRAFT help

Publication date: 07/08/2024

jmp Package Objects

The jmp Package exposes several JMP objects to Python. Use these objects to manage data tables, columns, column data types, and column modeling types.

jmp.DataTable

Description

Python Object wrapping a JMP data table.

jmp.DataTable.Column

Description

Python Object wrapping a JMP data table column.

jmp.DataType

Description

An enumeration of the Column’s data type. Values: Numeric, Character, RowState, or Expression.

jmp.ModelingType

Description

An enumeration of the column’s modeling type. Values: Continuous, MultipleResponse, Nominal, Ordinal, Text, TypeNone, or Vector.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).