文件名称:parquet-python:实木复合地板柱状文件格式的python实现
文件大小:45KB
文件格式:ZIP
更新时间:2024-05-22 23:45:33
Python
实木复合地板蟒 parquet-python是的纯python实现(当前仅具有读取支持)。 它带有一个脚本,用于读取镶木地板文件并将数据作为JSON或TSV输出到stdout(没有JVM启动的开销)。 性能尚未优化,但是对于调试和快速查看文件中的数据很有用。 并非实木复合地板格式的所有部分都已实现或经过测试,例如嵌套数据-有关完整列表,请参见下面的待办事项。 话虽如此,parquet-python能够从项目中读取所有数据文件。 要求 parquet-python已在python 2.7、3.6和3.7上进行了测试。 它取决于pythrift2和可选的python-snappy pythrift2 (对于快速压缩的文件,还请安装parquet-python[snappy] )。 入门 parquet-python可通过PyPi获得,并可使用pip install parquet安装。 该
【文件预览】:
parquet-python-master
----setup.py(2KB)
----.gitignore(55B)
----.travis.yml(306B)
----MANIFEST.in(35B)
----test-data()
--------nation.dict.parquet(3KB)
--------test-null-dictionary.parquet(274B)
--------nation.impala.parquet(3KB)
--------nation.csv(2KB)
--------test-null.parquet(349B)
--------gzip-nation.impala.parquet(2KB)
--------test-converted-type-null.parquet(246B)
--------nation.plain.parquet(3KB)
--------snappy-nation.impala.parquet(2KB)
----LICENSE(10KB)
----requirements-development.txt(32B)
----README.rst(3KB)
----parquet()
--------parquet.thrift(17KB)
--------__init__.py(23KB)
--------encoding.py(8KB)
--------__main__.py(2KB)
--------converted_types.py(3KB)
--------thrift_filetransport.py(1KB)
--------schema.py(2KB)
----.pylintrc(12KB)
----test()
--------test_read_support.py(9KB)
--------test_converted_types.py(6KB)
--------test_encoding.py(6KB)
----tox.ini(514B)