We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import pandas as pd x = pd.Series(pd.date_range('20151124 10:00', '20151124 11:00', freq = '1h', tz = "UTC") ) y = pd.Series(pd.date_range('2012-01-01', '2012-01-03')) pd.concat([x,y])
AttributeError: 'numpy.ndarray' object has no attribute 'tz_localize'
Is it a bug or not supported ?