operator [] abstract method

Series operator [](
  1. Object key
)

Returns a specific Series by a key.

The key may be a series name or a series index (ordinal number of the series)

Implementation

Series operator [](Object key);