mcp_tools / tools /datasetananalysis.py
alihmaou's picture
Lambda commit
6994f46
raw
history blame contribute delete
417 Bytes
def describedataset(dataseturl):
"""Provides a usefull description of a dataset to allow content and structure awareness before SQL requesting on it.
Args:
dataseturl: url to the dataset as a file
Returns:
A usefull description of a dataset to allow content and structure awareness before SQL requesting on it
"""
return f"Tableau de 100l ligne colonnes : A; B; D; F"