Closed bmcfee closed 6 years ago
The __convert_to_block_df helper had a missing code path for when the input is a pre-melted dataframe, which would cause an unbound variable error because x is undefined.
__convert_to_block_df
x
This PR adds support for pre-melted dataframes.
Thank you Brian!
The
__convert_to_block_df
helper had a missing code path for when the input is a pre-melted dataframe, which would cause an unbound variable error becausex
is undefined.This PR adds support for pre-melted dataframes.