Ad
  • Custom User Avatar

    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

  • Custom User Avatar

    Thanks. That was my mistake when writting the initial solution. It should be fixed now.

  • Custom User Avatar

    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.