Mathew Bramson

Results 2 issues of Mathew Bramson

Transposing an empty dataframe does not give a correct empty dataframe. running this test: ``` describe "transport/1" do test "empty Frame returns an empty Frame" do assert DataFrame.transpose(empty_frame()) == empty_frame()...

The complex-numbers exercise instructs users to implement the exponent function in the README, but there are no tests for this function and no function stub. As a result, no users...