You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is something wrong with pandas.DataFrame.resample (by week) in relation to DST.
When I run the above code sample I expect three times the same output, but the DST starting week
(dataframe_2 ) differ from the regular weeks.
Code Sample
Problem description
It looks like there is something wrong with pandas.DataFrame.resample (by week) in relation to DST.
When I run the above code sample I expect three times the same output, but the DST starting week
(dataframe_2 ) differ from the regular weeks.
Actual Output
Expected Output
Output of
pd.show_versions()
pandas: 0.23.1
pytest: None
pip: 10.0.0
setuptools: 28.8.0
Cython: None
numpy: 1.14.1
scipy: None
pyarrow: None
xarray: None
IPython: None
sphinx: None
patsy: None
dateutil: 2.6.1
pytz: 2018.3
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: 1.0.2
lxml: None
bs4: None
html5lib: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: