FeatureClassToNumpyArray

Hi all, I'm attempting to load a featureclass into a numpy array and then a pandas data frame. Creating the numpy array has been straight-forward. However, I keep getting an error when I attempt to then create a data frame from the array: #Import libraries import arcpy, numpy, scipy, skle…