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
so the error message is obviously wrong, but what should this actually do? Sure you can return today's date, but generally this indicates an error (and is certainly not explicitly reproducible). I would much rather people be explicit about this.
So the PR on github I linked to seems to be the correct one. As I said there, the PR's intent was to parse something like Timestamp('2012') no longer by filling with current month and day of the month, but setting it to 2012-01-01 (and to make this consistent over the different the different parsing functions we have in pandas).
So that change was certainly intentional. The change that, when only supplying a time part, the date part is no longer filled with the current date, but with 0001-01-01, is possibly a side-effect we maybe didn't fully catch then.
Code Sample, a copy-pastable example if possible
Problem description
this type of string conversion doesn't work with 0.19.2 since upgrade from 0.16.0
traced the problem using git bisect to this commit:
c2ea0d4
Expected Output
In [3]: pandas.Timestamp('4 pm')
Out[3]: Timestamp('2017-04-20 16:00:00')
Output of
pd.show_versions()
pandas: 0.19.2
nose: None
pip: 9.0.1
setuptools: 34.3.3
Cython: None
numpy: 1.11.2
scipy: None
statsmodels: None
xarray: None
IPython: 5.3.0
sphinx: None
patsy: None
dateutil: 2.5.3
pytz: 2016.7
blosc: None
bottleneck: None
tables: None
numexpr: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
boto: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: