This is a filter that lets you remove attributes and columns from a result set.

ParameterTypeRequiredDefaultDescription
fields[string]true The names of the fields to discard. [a]

[a] If an argument name is not given, fields is the default argument.

drop() Examples

This example shows how to drop the single field called, header:

logscale
drop(header)

In this example, it will drop two fields:

logscale
drop([header,value])