We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
works:
In [9]: d = pandas.DataFrame({'A': 'foo', 'B': ts.values}, index=dr) In [10]: d.head() Out[10]: A B 2011-01-07 foo 2011-01-07 00:00:00 2011-01-14 foo 2011-01-14 00:00:00 2011-01-21 foo 2011-01-21 00:00:00 2011-01-28 foo 2011-01-28 00:00:00 2011-02-04 foo 2011-02-04 00:00:00
does not work:
d = pandas.DataFrame({'A': 'foo', 'B': ts.values}, index=dr)
The text was updated successfully, but these errors were encountered:
ee9321f
wesm
No branches or pull requests
works:
does not work:
The text was updated successfully, but these errors were encountered: