Keyword: DATAFRAME - Data from csv/xlsx

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: DATAFRAME - Data from csv/xlsx

Unread post 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.