File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Query API - [sample code](samples/query_examples.py)
16
16
- ** insert_rows()** - Insert rows into a table.
17
17
- ** select_rows()** - Query and get results sets.
18
18
- ** update_rows()** - Update rows in a table.
19
+ - ** truncate_table()** - Delete all rows from a table.
19
20
20
21
Domain API - [ sample code] ( samples/domain_example.py )
21
22
@@ -24,6 +25,7 @@ Domain API - [sample code](samples/domain_example.py)
24
25
- ** get()** - Get a domain design.
25
26
- ** infer_fields()** - Infer fields for a domain design from a file.
26
27
- ** save()** - Save changes to a domain design.
28
+ - ** conditional_format()** - Create a conditional format on a field.
27
29
28
30
Experiment API - [ sample code] ( samples/experiment_example.py )
29
31
You can’t perform that action at this time.
0 commit comments