TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Cursor, but for Data Exploration?

1 点作者 dira3大约 1 个月前
If I am trying to read&#x2F;explore&#x2F;join&#x2F;ETL deeply nested tables in PSQL or Spark, Cursor doesn&#x27;t seem to work very well for me.<p>Which LLM-assistant tools have worked for you to expedite data exploration? Whether in a notebook format or otherwise.<p>Or is there simply a better way to use Cursor for this purpose that I haven&#x27;t thought of?

1 comment

Jimmc414大约 1 个月前
to what degree you have you exhausted preloading schema context such as:<p>DDL files,<p>Example of queries or ER diagrams illustrating joins&#x2F;relationships,<p>Descriptions of nested fields (JSON paths, array structures),<p>Primary&#x2F;foreign keys or metastore metadata