from azureml.opendatasets import NycTlcGreen
data = NycTlcGreen()
df = data.to_spark_dataframe()
Display 10 rows
display(df.limit(10))
run for over 40 min without ever ending : Conf : (8 vcpu /64 GO 3nodes).
Any help would be appreciated. Nothing in the Queue, no previous job, spark pool basic config.
Many thanks for any hint.

