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:
Examples
Remove records with filter
Extract records with filter
Change column name
Remove duplications
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
Last updated