Satyam Singh
03/02/2023, 2:07 PMJosephK (exDatabricks)
03/02/2023, 2:19 PMdef function(input):
spark.read.path(input).filter().groupby().count().write()
won’t give you any problems.
I always suggest that you write in any way you like as long as everyone in the organization follows the same style. You don’t want 4 different ways of writing code. Coming up with a style guide can be very useful.Satyam Singh
03/02/2023, 2:30 PMJosephK (exDatabricks)
03/02/2023, 2:32 PM