From e4aa5b3555b78133e4970473f5a765082123e795 Mon Sep 17 00:00:00 2001 From: Chris Snow Date: Tue, 28 Nov 2017 13:08:07 +0000 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6b7defed..d81bd7a0 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ parquet-python parquet-python is a pure-python implementation (currently with only read-support) of the `parquet -format `_. It comes with a +format `_. It comes with a script for reading parquet files and outputting the data to stdout as JSON or TSV (without the overhead of JVM startup). Performance has not yet been optimized, but it's useful for debugging and quick viewing of