cancel
Showing results for 
Search instead for 
Did you mean: 
Ritasree
New Contributor II
since ‎07-21-2025
‎07-29-2025

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am able to fetch 3rd level array using dot notation from a json in Databricks but same code is not working in local spark via VS Code.Example - df.select(F.col('x.y.z')) where x is array, y is array and z is also an array.In local spark I am gettin...