Skip to content

Language: Describe Statement

Maurice HT Ling edited this page Dec 6, 2015 · 3 revisions

Describes (showing more information compared to show statement) an object. Current describe-able objects:

  • data frame

Syntax:

  1. DESCRIBE ID

where

  • ID is the name/ID of the object

Example:

# Set relative current working directory and load a CSV file
set rcwd data
load csv STI_2015.csv as STI

# Describe STI
describe STI

Advanced Topics

  1. Bytecodes generated are:
    • describe