Hi @Pierre Nanquetteโ ,
You cannot use dataframes within a DLT pipeline. However, tables that are created in a pipeline are saved to target databases at which point you can read those tables into dataframes using Scala/Python/R outside of your DLT notebook.
TLDR - create a new notebook and read the data with dataframes.
Does that help?