> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/data-exploration/explorer.md).

# エクスプローラ

<figure><img src="/files/oP6m1Q47LPAOxRIrBHWx" alt=""><figcaption></figcaption></figure>

エクスプローラを使用すると、データを表示しながらグラフィカルユーザーインターフェースを通じて一般的なデータ変換を実行できます。エクスプローラはノートブックやレポートのSQLブロックやチャートの実行結果に対して使用できます。

## 主な機能

* スプレッドシート風UIとドラッグ＆ドロップUI:
  * スプレッドシートと同様に、列ヘッダーからソート、フィルタ、値の選択ができます。
  * ドラッグ＆ドロップでフィールドの選択、フィルタの適用、データのソートができます。
* 集計:
  * ドラッグ＆ドロップで簡単な集計（グループ化）を実行できます。
* フィールド統計:
  * 列ヘッダーから統計情報を確認できます。
* チャートのリコメンド:
  * エクスプローラの操作結果をもとに、チャートの提案を行います。

## エクスプローラが利用可能な場所

エクスプローラは元のデータと直接やり取りするため、特定のコンテキストでのみ利用可能です。

* ノートブック (ドキュメントページ/グリッドページ)
* レポート
  * `レポートタイプ`で`インタラクティブレポート`を選択し、`エクスプローラを有効化`が選択されている場合
* 署名付き埋め込み
  * オプションで`エクスプローラを有効化`が選択されている場合

詳細については、以下のセクションを参照してください。

{% content-ref url="/pages/EZ1aZqo4Glz0nMWEeboK" %}
[共有方法](/sharing/sharing-overview.md)
{% endcontent-ref %}

## インメモリ処理

* エクスプローラでは、対象データが1000行以内でカスタムSQLが使われていない場合、新しいクエリを実行せずに同等の処理をユーザーのブラウザ上で行います。
* これらの処理は `インメモリ処理を無効化` をオンにすることで無効化できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.codatum.jp/data-exploration/explorer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
