{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"bigcodebench","formal_name":"BigCodeBench","introduction":"BigCodeBench poses 1,140 function-level tasks drawn across 139 libraries. It tests whether a model can compose several real APIs correctly rather than write one self-contained function.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://bigcode-bench.github.io/","indexing_mode":"noindex","profile":{"resources":[],"task_format":"","scoring":"","metric":"","size":"","answer_access":"","license":"","citation":"","maintainer":"","released":"","why_hard":"","related":[]}},"task_id":"c1cc4aae-080b-51c7-b2a1-242f00055120","task_key":"default--v0~2e1~2e0~5fhf--c1cc4aae-080b-51c7-b2a1-242f00055120","task_revision_id":"2","upstream_id":"","short_description":"BigCodeBench v0.1.0_hf c1cc4aae-080b-51c7-b2a1-242f00055120","config":"default","split":"v0.1.0_hf","body":"{\"code_prompt\":\"import ast\\nimport pandas as pd\\nimport seaborn as sns\\ndef task_func(csv_file):\\n\",\"complete_prompt\":\"import ast\\nimport pandas as pd\\nimport seaborn as sns\\n\\n\\ndef task_func(csv_file):\\n    \\\"\\\"\\\"\\n    Read a CSV file, convert the string representations of dictionaries in a specific column ('dict_column') to Python dictionaries, and visualize the data with Seaborn's pairplot.\\n\\n    Parameters:\\n    - csv_file (str): The path to the CSV file.\\n\\n    Returns:\\n    tuple: A tuple containing:\\n        - df (DataFrame): The DataFrame after reading and processing the CSV file.\\n        - ax (PairGrid): Seaborn's PairGrid object after plotting.\\n\\n    Requirements:\\n    - ast\\n    - pandas\\n    - seaborn\\n\\n    Example:\\n    >>> df, ax = task_func('data/task_func/csv_1.csv')\\n    >>> type(df)\\n    <class 'pandas.core.frame.DataFrame'>\\n    >>> type(ax)\\n    <class 'seaborn.axisgrid.PairGrid'>\\n    \\\"\\\"\\\"\\n\",\"entry_point\":\"task_func\",\"instruct_prompt\":\"Read a CSV file, convert the string representations of dictionaries in a specific column ('dict_column') to Python dictionaries, and visualize the data with Seaborn's pairplot.\\nThe function should output with:\\n    tuple: A tuple containing:\\n    df (DataFrame): The DataFrame after reading and processing the CSV file.\\n    ax (PairGrid): Seaborn's PairGrid object after plotting.\\nYou should write self-contained code starting with:\\n```\\nimport ast\\nimport pandas as pd\\nimport seaborn as sns\\ndef task_func(csv_file):\\n```\",\"libs\":\"['ast', 'pandas', 'seaborn']\"}","display_format":"code","language":"","answer_status":"published","assets":[],"source_url":"https://bigcode-bench.github.io/","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}