# now pass the data to the pipeline in its rawest form pipeline.run(dataset1, table_name='wellness') # dataset with wellness factors pipeline.run(dataset2, table_name='violence') # dataset with violence factors
Hosted onDeepnote