ecolistening / ecolistening/SoundADE
Revise the arguments for `to_parquet` method calls
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
we use this pattern when writing to parquet in our our different pipeline stages:
```
future: dd.Scalar = ddf.to_parquet(
Path(outfile),
version='2.6',
allow_truncated_timestamps=True,
write_index=False,
compute=False,
)
```
Do we need to be using `version` with a static version number? Do we need truncated timestamps?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.