ecolistening / ecolistening/SoundADE
Saving files.parquet in index_solar results in duplicate records in files table
Open
priority
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
After file indexing, solar.parquet needs to over-write the files table.
However, because dask cannot know whether to overwrite or not, it just adds new records.
This results in the entire files table being duplicated, half of which has all nan solar fields.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.