Databricks pyspark pandas error with numpy
Getting below error pyspark pandas.
PandasNotImplementedError: The method pd.Series.iter() is not implemented. If you want to collect your data as an NumPy array, use ‘to_numpy()’ instead
Getting below error pyspark pandas.
PandasNotImplementedError: The method pd.Series.iter() is not implemented. If you want to collect your data as an NumPy array, use ‘to_numpy()’ instead