1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

Add tool to generate sample parquets

This commit is contained in:
Colin Dellow
2018-03-04 11:51:17 -05:00
parent 67b0d96967
commit 681c8a443f
13 changed files with 296 additions and 0 deletions

20
parquet-generator/Pipfile Normal file
View File

@@ -0,0 +1,20 @@
[[source]]
verify_ssl = true
url = "https://pypi.python.org/simple"
name = "pypi"
[requires]
python_version = "3.5"
[packages]
pyarrow = "*"
pylint = "*"
[dev-packages]