Add filter table columns
Abierto
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Allow the user to specify which columns to display or not display.
Also (/or), allow the user to `SELECT` columns like SQL -- allowing them
to reorder columns and/or exclude columns.
For example:
```bash
$ parq show /path/to/file.parquet --cols="Name,Price,IsCool"
...
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.