Script.It Documentations
  • 🌟Introduction
  • 🧠Concepts
  • πŸ› οΈTools
    • ❓TextAI
    • πŸ“”DataOps
    • πŸ“–DocQA
    • πŸ“‘WebAgent
    • πŸ—„οΈFile Explorer
    • πŸ“„DocSum
    • ❔WebQA
    • πŸ•ΈοΈWebOps
    • ℹ️Inputs
    • πŸ€–BrowserAgent
    • 🈺Business Reviews
    • πŸ“°News Search
    • πŸ“‚Upload Files
    • πŸ“ˆImport Data
    • πŸ“ŠPlotting
    • 🌐WebData
    • 🌎WebQA
    • 🌍WebOps
    • πŸ”Google Search
  • ⛓️APIs
    • πŸ’¬Slack
    • πŸ—ƒοΈNotion
    • πŸŒ†Image Generation
    • πŸ—³οΈAirtable
    • πŸ“…Google Calendar
    • πŸ“„Google Docs
    • πŸ“ΆGoogle Sheets
    • πŸ’ Google Slides
    • ☁️Google Drive
    • πŸ”ŠText-to-Speech
    • πŸŽ’eBay Search
    • πŸ“§Gmail
    • βœ–οΈX
    • 🏨CrunchBase
    • πŸ—„οΈSec Filing Retrieval
    • πŸ“ΉVideo Understanding
    • πŸ—£οΈWhisper
    • πŸ”˜Twilio
  • πŸ‘©β€πŸ«Tutorials
    • Creating a Basic Workflow
    • The 2 Run Types
    • The Execution Flow Mode
  • ☝️Tips and Tricks
  • πŸ“šSample Scripts
  • ▢️Use Cases
    • πŸ’΅Sales Prospecting
      • πŸ“ Account Names to Facility Match using PeeringDB
      • πŸ“ [Long list] Account Names to Facility Match using PeeringDB
Powered by GitBook
On this page
  • Introduction
  • Examples
  1. Tools

DataOps

DataOps Tool

Introduction

Perform any data operations on tables in natural languages. For example: computing sum, counting, filtering, extracting data, etc.

This tool can be used to clean up and process data. You can perform many standard operations such as extracting and removing records, changing column names or values, and flattening and standardizing tables. Moreover, you can execute tasks that a standard spreadsheet cannot, such as removing duplicates. In addition, you can process text data as well.

Thanks to the power of ChatGPT, you can specify multiple and complex operations in one query, for example:

create a JSON list with account name, id, name, address. combine all address fields including cite, state, country into one. change id to org_id

Examples

Remove records with filter

Return a new list in the original format by removing records with org_name in the following list .... 

Extract records with filter

Return the first 5 items in the original format

Change column name

Return a new list in the original format with column get_org_by_name change to org_by_name

Remove duplications

Return a new json list in original format by removing duplication in the column company, use lower case when compare duplication
  1. Do an operation on each record

With this tool, you can manipulate your data in various ways: remove a column, create a new column based on other columns, or explode a column whose values are lists, dictionaries, or tuples. Let's take a look at the following example:

Do an operation on each record

For each record, ...
PreviousTextAINextDocQA

Last updated 1 year ago

This is a .

πŸ› οΈ
πŸ“”
sample script for DataOps