prompt_load_dataframe

Prompt to load a DataFrame from a file into the server’s context for validation.

Arguments

input_path: string

No description.

df_id: string

Provide as a JSON string matching the following schema: {“anyOf”:[{“type”:“string”},{“type”:“null”}]}

Prompt Text

NoteAssistant
I can load your data from a file into my context for validation.
NoteUser message
Please call `load_dataframe` with input_path='Path to the input CSV, Excel or Parquet file.'. You can optionally provide a `df_id` (e.g., 'Optional ID for the DataFrame. If not provided, a new ID will be generated.') to name this dataset, or I will generate one for you. Make a note of the returned `df_id` for subsequent steps.