You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, generate_matrix() only works for numeric types but it is also possible to have logical and character matrices. These could be better matches for Python types like string_array for which we currently generate data frames.
Currently,
generate_matrix()only works for numeric types but it is also possible to havelogicalandcharactermatrices. These could be better matches for Python types likestring_arrayfor which we currently generate data frames.