agentchat.contrib.captainagent.tools.data_analysis
agentchat.contrib.captainagent.tools.data_analysis.explore_csv
explore_csv
Reads a CSV file and prints the column names, shape, data types, and the first few lines of data.
Arguments:
file_path
str - The path to the CSV file.num_lines
int, optional - The number of lines to print. Defaults to 5.