Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ This Python package provides a set of utilities for working with SuperAnnotate d


### Features
- Process SuperAnnotate vector instance data.
- Convert processed data into a PySpark DataFrame.
Convert superannotate annotation data to Apache Spark™ Data Frames.
Project types supported:
- Vector
- Text



### Example notebooks.
Expand Down Expand Up @@ -47,3 +50,4 @@ annotations = sa.get_annotations("<PROJECT_NAME>)
df = get_vector_dataframe(annotations, spark)
```