LogoLogo
  • Analytics
    • Create Chart
      • Select Mode
      • Function mode
        • 1. How to import data
          • Select Data
          • Select Time Range
          • Data Setting
        • 2. How to analyze data
          • Data Details
          • Function Setting
          • How to write functions
          • Function Library
          • Function Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Doughnut Chart
          • Number Chart
          • Table Chart
          • Color Setting
      • Python mode
        • 1. How to preview data
        • 2. How to analyze data
          • Python Setting
          • How to write Python
          • Python Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Table Chart
    • Publish Chart
    • Chart Examples
    • Fork Chart
  • Terminal
    • Create Bot Strategy
      • 0. How to write code
      • 1. How to preview data
    • Fork Strategy
    • Strategy Examples
    • 🔜Deploy Bot
  • Workspace
    • Manage Strategy
      • Strategy Published
      • Strategy saved as draft
    • 🔜Manage Bot
  • Account Setting
    • Change Password
    • 🔜Register Exchange Account
    • 🔜Register OTP
    • 🔜Register Payment
  • library
    • 📍Function Library
    • 📍Python Library
      • Private API
        • Binance
      • Public API
  • FAQ
    • Data
      • Dataset
        • data list
      • What type of data can I use?
      • How customizable are the data?
    • Security
      • Is UnBlinked safe?
    • Account
      • I forgot my OTP device
      • I forgot password
Powered by GitBook

Copyright © 2023, UnBlinked Co., Ltd. | All rights reserved.

On this page
  1. Analytics
  2. Create Chart
  3. Function mode
  4. 2. How to analyze data

Data Details

Previous2. How to analyze dataNextFunction Setting

Last updated 1 year ago

As you imported the data, you can find out that data are the time-series tables, which has one time column and the others as the indices at the time.

Item
Description

Raw data alias (e.g. R1, R2, R3...)

  • After the data is imported, you can get the unique alias.

  • These are used as the variables in code area to call them, working as a prefix of the column

Column name (e.g. R1_base_volume)

  • At the side bar, if you select a datum, you can see which indices does it has.

You can preview actual values of the data as a table. It helps you get the context of the data you are using for the code. Follow these steps as below:

  1. Select data you want to preview at the left side bar or right next to the side bar.

  2. Click the column name you want to copy.

  3. Once you copied the column, paste it on the function editor.