This question is for the Esri ArcGIS API for Python folks. Any plans for including a RecordSet class in the arcgis.features module? I ask because it is quite easy to use FeatureSet via SpatialDataFrame to append a feature class to a FeatureLayer, but there isn't a similar path for loading a table into Table. I have tried passing a table to SpatialDataFrame.from_featureclass, but that doesn't work. I know there are at least a couple of ways of working with CSV tables, but I am talking about file geodatabase tables.