Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from sdc_etl_libs.sdc_dataframe.udfs.SDCUDF import SDCUDF
2
3
4class PandasUDF(SDCUDF):
5 """
6 This class contains specific PANDAS UDF abstraction.
7 """
8 pass