Closed SachinKonan closed 3 years ago
Hi @SachinKonan, when you call df.columns
it returns an Index, which is a numpy object. The argument column_names needs to be a list - when I wrapped this call in a list your code worked!
data = sn.Dataset(path = data_path, column_names = list(df.columns))
ah ic, thanks!
I was trying to run the below sequence from the basic PUMA analysis notebook, where df.columns are the names of the the columns in the dataset.
I get the following error:
Does anyone know how I can fix this error? I have the most recent version opendp smart noise core sdk