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
I find that uuid is assigned for create_dataframe, but not for read_csv.
it's confusing, when I join two dataframe.
when I join dataframes created from create_dataframe, there's no column name conflict, because two dataframes have different qualifiers.
but it's not that case for read_csv.
maybe it's better to make these methods have similar behavior.
The text was updated successfully, but these errors were encountered:
I find that uuid is assigned for
create_dataframe
, but not forread_csv
.it's confusing, when I join two dataframe.
when I join dataframes created from
create_dataframe
, there's no column name conflict, because two dataframes have different qualifiers.but it's not that case for read_csv.
maybe it's better to make these methods have similar behavior.
The text was updated successfully, but these errors were encountered: