LogoLogo
codatum.comSign InStart for free
  • Introduction
  • Getting Started
    • Quick Start
    • Concept (Further reading)
      • Why did we a choose Block Editor over Cell-based Editor?
  • Connect and Manage Data
    • Connection
      • Sync Table Metadata
    • Supported Warehouses
      • BigQuery
      • Snowflake
      • Other Warehouses
    • Catalog
    • Search
  • Data Exploration
    • Data Exploration Overview
    • Notebook
      • Doc Page
      • Grid Page
      • SQL Block
      • Version
      • Notebook FAQ
    • Chart
    • Explorer
    • Parameter
    • (Appendix) Cache
  • AI Assist
    • SQL Assistant
  • Sharing
    • Sharing Overview
    • Teamspace
    • Shared Notebook
    • Report
    • Public Link
    • Signed Embed
      • How to Set Up Signed Embed
  • Account Management
    • Account
    • Account Settings
  • Workspace & User Management
    • Workspace
  • User Management
    • Invitation
    • Group
  • Security
    • Security Overview
  • Audit logs
  • IP Access Control
  • Access control
    • Access Control Overview
    • Access Control for Workspace
    • Access Control for Resources
      • Access Control for Group
      • Access Control for Teamspace
      • Access Control for Notebook
      • Access Control for Connection
      • Access Control for Report
  • [Under Construction] Plan and Billing
    • Limit and usage
    • Downgrade and cancel
  • Best Practices
    • Advanced Control Structures in SQL
  • Other considerations
    • System requirements
Powered by GitBook

Reference

  • Privacy policy
  • Terms of service
  • JP Docs Site
On this page

Was this helpful?

  1. Data Exploration

Data Exploration Overview

Analyze and visualize data easily using Notebooks, Charts, Explorer, and Parameters.

In Codatum, you can perform ad-hoc data analysis in a Notebook by chaining queries and previewing data. Additionally, these results can be displayed in various charts, and by using features like Parameters and Explorer, you can easily delve deeper into the data through a GUI-based interface.

Key Tools and Features

  • Notebook:

    • Notebooks support real-time collaborative editing, allowing multiple users to work together simultaneously, add comments, and mention other users.

    • Using the flow-based block editor (Doc Page) and SQL blocks, you can conduct ad-hoc data extraction and complex data analysis while inserting interpretative text results. Additionally, you can create visually appealing charts and arrange them neatly in tile-based documents (Grid Page) to observe and share analysis results.

  • Chart:

    • The results of data analysis extracted using Notebooks can be expressed clearly and beautifully using various charts. You can choose from different chart types to best represent your data and insights.

    • These charts can then be shared through Reports or embedded directly into websites and blogs for broader dissemination.

  • Explorer:

    • In Notebooks and Reports, you can use drag-and-drop and spreadsheet-like UI to easily filter, extract, aggregate, and modify data without coding.

    • Explorer provides a graphical interface that simplifies complex data operations, making it accessible for users of all skill levels.

  • Parameter:

    • Using the Parameter Widget in Notebooks, you can make Notebooks and Reports dynamic and interactive. This allows you to control embedded SQL through parameters without directly accessing SQL, and obtain tailored outputs as needed.

PreviousSearchNextNotebook

Last updated 8 months ago

Was this helpful?