We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5120cfe commit 24ee6abCopy full SHA for 24ee6ab
readme.md
@@ -5,8 +5,11 @@ This Python package provides a set of utilities for working with SuperAnnotate d
5
6
7
### Features
8
-- Process SuperAnnotate vector instance data.
9
-- Convert processed data into a PySpark DataFrame.
+Convert superannotate annotation data to Apache Spark™ Data Frames.
+Project types supported:
10
+ - Vector
11
+ - Text
12
+
13
14
15
### Example notebooks.
@@ -47,3 +50,4 @@ annotations = sa.get_annotations("<PROJECT_NAME>)
47
50
df = get_vector_dataframe(annotations, spark)
48
51
```
49
52
53
0 commit comments