Skip to content

Bug tz and object series concatenation  #11887

Closed
@varunkumar-dev

Description

@varunkumar-dev

Related to #11755 ,#11693. Will be fixed in #11705

In [1]: import pandas as pd

In [2]: x = pd.Series(pd.date_range('20151124 10:00', '20151124 11:00', freq = '1h', tz = "UTC") )

In [3]: y = pd.Series(['a','b'])

In [4]: print(pd.concat([x,y]))

AttributeError: 'numpy.ndarray' object has no attribute 'tz_localize'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions