Page 1 of 1

Keyword: DATAFRAME - Data from csv/xlsx

Posted: Wed Oct 27, 2021 8:52 pm
by YiMeng
Description
  • Set variable as a data frame using imported data from csv/xlsx file.

Parameters
  • x: The variable name
  • y: The full path to the csv/xlsx file
  • csv/xlsx must contain header row.

Usage
  • DATAFRAME x=y
  • DATAFRAME myframe = %DIALOG_FILE%
  • Data frame variables cannot be called, but rather used in functions.

On error
  • Command will be skipped.