Skip to content

Commit 24ee6ab

Browse files
committed
Readme update
1 parent 5120cfe commit 24ee6ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ This Python package provides a set of utilities for working with SuperAnnotate d
55

66

77
### Features
8-
- Process SuperAnnotate vector instance data.
9-
- Convert processed data into a PySpark DataFrame.
8+
Convert superannotate annotation data to Apache Spark™ Data Frames.
9+
Project types supported:
10+
- Vector
11+
- Text
12+
1013

1114

1215
### Example notebooks.
@@ -47,3 +50,4 @@ annotations = sa.get_annotations("<PROJECT_NAME>)
4750
df = get_vector_dataframe(annotations, spark)
4851
```
4952

53+

0 commit comments

Comments
 (0)