https://github.com/this/parquet-pyarrow-poc
https://github.com/this/parquet-pyarrow-poc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/this/parquet-pyarrow-poc
- Owner: this
- License: apache-2.0
- Created: 2021-07-02T17:05:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T18:31:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T07:23:12.086Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parquet-pyarrow-poc
## Setup
```shell script
virtualenv -p python3.8 env
source env/bin/activate
pip install -r requirements.txt
```
## Running
```shell script
python .
```