Drops feature(s) from the original FeatureGroup and returns a new FeatureGroup object.
>>> features = fb.FeatureGroup([
... catalog.get_feature("InvoiceCount_60days"),
... catalog.get_feature("InvoiceAmountAvg_60days"),
... ])
>>> amount_feature_group = features.drop(["InvoiceCount_60days"])