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)
1616- ** insert_rows()** - Insert rows into a table.
1717- ** select_rows()** - Query and get results sets.
1818- ** update_rows()** - Update rows in a table.
19+ - ** truncate_table()** - Delete all rows from a table.
1920
2021Domain API - [ sample code] ( samples/domain_example.py )
2122
@@ -24,6 +25,7 @@ Domain API - [sample code](samples/domain_example.py)
2425- ** get()** - Get a domain design.
2526- ** infer_fields()** - Infer fields for a domain design from a file.
2627- ** save()** - Save changes to a domain design.
28+ - ** conditional_format()** - Create a conditional format on a field.
2729
2830Experiment API - [ sample code] ( samples/experiment_example.py )
2931
You can’t perform that action at this time.
0 commit comments