The pandas.DataFrame.to_sql() method will let you write out to a database the result of your data frame. This works fine in the context of a standard RDBMS. How to use this with Spark SQL though, using PySpark ? I need a connection parameter for this method - what can that be ?
thanks, Matt