Hi, I'm trying out metaflow cards and facing some ...
# ask-metaflow
r
Hi, I'm trying out metaflow cards and facing some issues. When attaching a DataFrame to a self variable, I'm getting the following error on the Metaflow UI. I'm using Metaflow 2.7.18 I'm running the pipeline using --with card
1
a
are you able to access the card on your local workstation?
python flow.py card view
r
Yes, I can access it however it has the exact same content
The cards are working fine if I'm not tracking the dataframes. Maybe I'll check if the issue could be due to datatype of columns in the dataframe
s
yeah that's likely it
👍 1