Skip to content

Empty series corner case arith bug #434

@wesm

Description

@wesm

This works in 0.4 and crashes in 0.6:

import numpy as np
from pandas import Series
s1 = Series([], [], dtype=np.int32)
s2 = Series({'x' : 0.})

print s1 * s2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions