Getting Started

The Getting Started guide introduces the core concepts of Rawlytics Notebook and walks through a complete data analysis workflow.



1. Introduction

Learn what a notebook is, how it differs from a traditional JavaScript script, and discover the core concepts behind Rawlytics Notebook.

  • What is Rawlytics Notebook?
  • Core Concepts

2. Your First Notebook

Create a notebook, execute cells, and understand how the sandbox works.

  • Creating a Notebook
  • Running Code
  • Understanding the Sandbox

3. Working with Data

Learn how datasets are stored and managed within a notebook.

  • Creating Datasets
  • Retrieving Data
  • Managing Datasets

4. Working with CSV Data

Import data from CSV files and export analysis results.

  • Import From File
  • Paste CSV Data
  • Export CSV

5. Working with DataFrames

Explore and transform tabular data using DataFrames.

  • DataFrame Structure
  • Exploring Data
  • Modifying Data