-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandas.Timestamp with time only string doesn't work #16074
Comments
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 |
OK, it is not that clear actually, as other time-only string do work:
But, this is a duplicate of #11430, so let's move the discussion over there. |
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: