@@ -3,7 +3,7 @@ parquet-python
33
44parquet-python is a pure-python implementation (currently with only
55read-support) of the `parquet
6- format <https://github.com/Parquet/parquet-format> `__ . It comes with a
6+ format <https://github.com/Parquet/parquet-format> `_ . It comes with a
77script for reading parquet files and outputting the data to stdout as
88JSON or TSV (without the overhead of JVM startup). Performance has not
99yet been optimized, but it's useful for debugging and quick viewing of
@@ -12,7 +12,7 @@ data in files.
1212Not all parts of the parquet-format have been implemented yet or tested
1313e.g. nested data—see Todos below for a full list. With that said,
1414parquet-python is capable of reading all the data files from the
15- `parquet-compatability <https://github.com/Parquet/parquet-compatibility >`__
15+ `parquet-compatability <https://github.com/Parquet/parquet-compatibility >`_
1616project.
1717
1818requirements
@@ -24,9 +24,9 @@ on ``thrift`` (0.9) and ``python-snappy`` (for snappy compressed files).
2424getting started
2525===============
2626
27- parquet-python is available via PyPi and can be installed using:
28- `pip install parquet-python `. The package includes the `parquet `
29- command for reading python files, e.g.: `parquet test.parquet `.
27+ parquet-python is available via PyPi and can be installed using
28+ `pip install parquet `. The package includes the `parquet `
29+ command for reading python files, e.g. `parquet test.parquet `.
3030See `parquet --help ` for full usage.
3131
3232Example
@@ -80,4 +80,4 @@ Contributing
8080============
8181
8282Is done via Pull Requests. Please include tests with your changes and
83- follow `pep8 < http:// www.python.org/ dev/ peps/ pep- 0008 / > ` __ .
83+ follow `pep8 < http:// www.python.org/ dev/ peps/ pep- 0008 / > ` _ .
0 commit comments