Making different structured data model

hey all,
If I need to create a structured data model, and my df contains in some column lists. lets say one of the df column is common names and each row contains different length list.
when I’m trying to keep the fastai template I keep getting errors which this column is not hashable.
how to deal with this kind of data?
thanks a lot!