Forum Discussion
prabhatnath
Advocate III
2 years agoFabric Data Pipeline Activities with Fabric Notebook Returning Value
Hello Friends, I need suggestion on how shall I achive this using Fabric Data Pileline calling a Fabric Jupyter Notebook that need to return values. Details: 1) I have a Jupyter Notebook (PySpa...
GilbertQ
Super User
2 years agoHi prabhatnath
It sounds like you need to loop through your data. And within each loop, you need to then save to the table. here are details in how to loop in the notebook? How to loop through each row of dataFrame in PySpark ? - GeeksforGeeks
How to loop through each row of dataFrame in PySpark ? - GeeksforGeeks