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
  • Python Editor
  • Code Area
  • Code Output
  • Console Log
  • Run
  1. Analytics
  2. Create Chart
  3. Python mode
  4. 2. How to analyze data

Python Setting

Previous2. How to analyze dataNextHow to write Python

Last updated 1 year ago

Python Editor

The python editor is an area where you can write, run, debug your own python code to analyze, and get the result of the code.

Code Area

Code Output

After selecting Run button, the code's result can be seen at the code output. A pandas.DataFrame object you've set to result variable is returned as a result of the code run.

Console Log

Run

Code area is an area to write your python code. Unlike the , the python mode does not have multiple tabs, but has only one code area. You can get the market data by using functions in Python Library, and analyze them with the popular libraries of python, such as , , and etc.

function mode
numpy
pandas
The data in result variable is shown in a table format.