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:

    • Utilize the results of data analysis extracted using Notebooks to express them clearly and beautifully with 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:

    • On 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:

    • By 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.

Last updated