Enter search terms or a module, class or function name.
Benchmark setup
from pandas_vb_common import * data = np.random.randn(100) index = Index(np.arange(100))
Benchmark statement
Series(data, index=index)
Performance graph