Resolve PROV_INFO issue
This commit is contained in:
@@ -677,6 +677,10 @@ def deduplicate_provider_columns(df: pd.DataFrame) -> pd.DataFrame:
|
||||
df.at[index, other_col] = []
|
||||
continue
|
||||
|
||||
# Normalize other_vals to a list if it's a string
|
||||
if isinstance(other_vals, str):
|
||||
other_vals = [other_vals]
|
||||
|
||||
# Normalize group values (list or empty)
|
||||
group_vals = group_vals or []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user