Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
revoscalepy.RxSparkData(column_info: dict = None,
df_source: str = None, df_type: str = None,
write_factors_as_indexes: bool = False, **kwargs)
Description
Base class for all revoscalepy Spark data sources, including RxHiveData, RxOrcData, RxParquetData and RxSparkDataFrame. It is intended to be called from those subclasses instead of directly.