Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I'm stuck. I don't know how to troubleshoot any further, when the data changes before I can inspect it.
I'm getting ~90% accuracy, with about 5% of expected names failing to appear in my final report, and 5% appearing with a "max" credit limit lower than the expected max.
I assume some rows are somehow failing to pass through my transformation pipeline, but I haven't any idea how to check why that happens. The test run failed info lists which rows were incorrect or absent, but I can't then go browse the prospect source data to figure out why exactly that row is being dropped (or not matched).
Any tips on how to continue troubleshooting?
Coming from other languages: this made my head explode. Well done!
I suspect a programming bug in the implementation of the tests.
I think "the randomized process generating the input data" is being invoked twice, yielding different results for user code versus test code, which has an exceedingly low probability of being identical. Thus, correct implementations don't match the expected output.
😂
I feel silly. Just noticed the instruction near the start to only count days in 2023.
I'm pretty inexperienced with SQL, so this could totally be a newbie mistake, but I think the provided tests are malfunctioning?
But the
expected
in the test comes back asJust eyeballing the test data, shouldn't that be 2 weekends, 4 days?