I am trying to perform inner join on multiple pyspark dataframes that have "date" column in all of the dataframes:
df = df_1.join(df_2, on=[\'date\'], h