cancel
Showing results for 
Search instead for 
Did you mean: 
Tanay
New Contributor II
since ‎08-16-2024
a week ago

User Stats

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

User Activity

Why does a join with on (df1.id == df2.id) result in duplicate columns, but on="id" does not?I encountered an interesting behavior while performing a join on two Data frames. Here's the scenario: df1 = spark.createDataFrame([(1, "Alice"), (2, "Bob"),...
Kudos given to