featurebyte.BatchRequestTable.to_spark_df¶ to_spark_df( ) -> Any Description¶ Get a spark dataframe from the batch request table. Returns¶ Any Spark DataFrame Examples¶ >>> batch_request_table = catalog.get_batch_request_table( ... "my_batch_request_table" ... ) # doctest: +SKIP >>> batch_request_table.to_spark_df()