Skip to content

Tag: pyspark

string split with the value of another clumn PySpark

I have the following data frame i want it to split path column with value of the item column in the same index i’ve used this udf function it worked very well But, i was wondering if there’s another way to do it with pyspark function because i can’t use in anyway the “org” to joi…