https://prefect.io logo
Title
f

Falk

09/06/2022, 11:30 AM
Hey everyone, just wondering if anybody is familiar with https://github.com/ydataai/pandas-profiling and managed to implement it in their Prefect Flows? I'm looking for a way to run pandas profiling on a Dataframe and show the results in the artifacts. Has something like this been implemented yet?
1
a

Anna Geller

09/06/2022, 12:09 PM
Artifacts API doesn't exist in Prefect 2 yet but we are aware that some users would like to see a similar feature and we'll let you know once we know more about how we could satisfy that request For now, I'd recommend storing the HTML file generated from profiling on S3 and logging the S3 object name which makes it easy to get from the flow run to the artifact