We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bed34d commit a8ad6dbCopy full SHA for a8ad6db
README.md
@@ -16,6 +16,7 @@ Query API - [sample code](samples/query_examples.py)
16
- **insert_rows()** - Insert rows into a table.
17
- **select_rows()** - Query and get results sets.
18
- **update_rows()** - Update rows in a table.
19
+- **truncate_table()** - Delete all rows from a table.
20
21
Domain API - [sample code](samples/domain_example.py)
22
@@ -24,6 +25,7 @@ Domain API - [sample code](samples/domain_example.py)
24
25
- **get()** - Get a domain design.
26
- **infer_fields()** - Infer fields for a domain design from a file.
27
- **save()** - Save changes to a domain design.
28
+- **conditional_format()** - Create a conditional format on a field.
29
30
Experiment API - [sample code](samples/experiment_example.py)
31
0 commit comments