Hi,
I was going through the pystarburst API guide and trying out some data engineering stuffs. I have a specific use case to create a pystarburst dataframe from a pandas dataframe.
When I checked the CreateDataframe method it takes list and tuple only as input. I couldn’t find a way to create a pystarburst dataframe from a pandas dataframe.
Just wanted to understand if there is anyway you would suggest me to do this.
Appreciate any help. Thanks.