diff --git a/overview.md b/overview.md index 09801a7ae06e..fa9ec027a2d7 100644 --- a/overview.md +++ b/overview.md @@ -80,8 +80,27 @@ analytic database systems, data frame libraries, and more.
- The Arrow project contains libraries that enable you to work with data in the Arrow columnar format in many languages. The C++, C#, Go, Java, JavaScript, Julia, and Rust libraries - contain distinct implementations of the Arrow format. These libraries are integration-tested against each other to ensure their fidelity to the format. In addition, Arrow libraries for C (Glib), MATLAB, Python, R, and Ruby are built on top of the C++ library. + The Arrow project contains libraries that enable you to work with data + in the Arrow columnar format in many languages. The + C++, + C#, + Go, + Java, + JavaScript, + Julia, + Rust, + and Swift + libraries contain distinct implementations of the Arrow format. These + libraries are + integration-tested + against each other to ensure their fidelity to the format. In addition, + Arrow libraries for + C (GLib), + MATLAB, + Python, + R, + and Ruby + are built on top of the C++ library.
These official libraries enable third-party projects to work with Arrow