Make sure mapping classes give the correct length
Specifically this was coming out wrong with pandas DataFrames, for which the length is the number of rows, but the keys are the columns.
Loading
Please sign in to comment
Specifically this was coming out wrong with pandas DataFrames, for which the length is the number of rows, but the keys are the columns.