frappe / insights

Open source analytics / business intelligence tool (BI)
https://frappe.io/insights
GNU Affero General Public License v3.0
406 stars 199 forks source link

fix(script-query): Script query help should reference pandas instead #285

Closed adityahase closed 1 month ago

adityahase commented 1 month ago
pandas = frappe._dict()
pandas.DataFrame = pd.DataFrame
pandas.read_csv = pd.read_csv
pandas.json_normalize = pd.json_normalize

Reference: https://github.com/frappe/insights/blob/develop/insights/insights/doctype/insights_query/insights_script_query.py#L118-L130