I don’t believe you can because Parameters need to be JSONSerializeable as they are passed through the API and pd.DataFrame can’t be passed. You either need to pass a location for it to be loaded in the flow, or you need to pass something like a Dict[List] maybe and construct it? Not sure if that would work.