Skip to content

Instantly share code, notes, and snippets.

View mukul54's full-sized avatar
🎯
Focusing

Mukul Ranjan mukul54

🎯
Focusing
View GitHub Profile
@mukul54
mukul54 / pyspark_array_function.md
Created January 14, 2023 19:29
pyspark_array_function
ARRAY FUNCTION SYNTAX ARRAY FUNCTION DESCRIPTION
array_contains(column: Column, value: Any) Check if a value presents in an array column. Return below values.true - Returns if value presents in an array.false - When valu eno presents