cloud-bulldozer / cloud-bulldozer/benchmark-comparison
csv output collapses empty columns
- Dominant language
- Python
- Stars
- 1
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
If I query some metric that does not have data for each of the UUIDs, then empty columns are not retained, and the data always shifts left.
This makes it difficult to determine which UUIDs are missing data.
Request: Empty columns should be preserved in the rendered output.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CSV rendering entry point used when metric data is missing for some UUIDs, then trace how rows and columns are assembled. Confirm that missing values retain their UUID positions instead of shifting later values left, and verify the rendered output with a case containing empty columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100