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.
Hi,
Sorry it wasn't working as I messed up the order of arguments when writting the initail solution. I was just making this as a simple thing more for myself to work out how to validate pandas dataframes and how the test framework works. I can understand having an assertion message so have added one in however I was intending to use test.assert_equals but that doesnt seem to work for pandas dataframes.
Thanks
Thanks. That was my mistake when writting the initial solution. It should be fixed now.
Thanks for the feedback. This is my first kata so im unsure about some of these things. I believe I have now added some random tests.