I am trying to convert my Pandas dataframe to a PySpark dataframe. The createDataFrame function doesn't work, so I've found PyArrow.
I can convert Pandas --> a PyArrow table, but I can't find any way to convert PyArrow table --> Spark
Does anyone have any idea how I may achieve this?
Thanks