Closed jonthegeek closed 2 months ago
If dfResults doesn't include a SnapshotDate, don't display it.
dfResults
SnapshotDate
If dfResults doesn't include a SnapshotDate, Report_MetricTable() adds today's date, which seems weird.
Report_MetricTable()
Don't add it when it's missing. In filter_by_latest_SnapshotDate() specifically.
filter_by_latest_SnapshotDate()
1. 2. 3. 4.
Expected Behavior
If
dfResults
doesn't include aSnapshotDate
, don't display it.Current Behavior
If
dfResults
doesn't include aSnapshotDate
,Report_MetricTable()
adds today's date, which seems weird.Possible Solution
Don't add it when it's missing. In
filter_by_latest_SnapshotDate()
specifically.Steps to Reproduce
1. 2. 3. 4.
Context (Environment)
Possible Implementation
Additional Comments