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
rdr2.to_csv('jdate_test_out.csv', index=False) csvtest = pd.read_csv('jdate_test_out.csv') print csvtest.jdate.ptp() rdr2.to_csv('jdate_test_out.csv', index=False, engine='fast') csvtest = pd.read_csv('jdate_test_out.csv') print csvtest.jdate.ptp()
0.0416644699872 0.0
Disclaimer: the 'fast' engine came from my own PR, so I messed up somewhere.
The text was updated successfully, but these errors were encountered:
why are you opening an issue for ti then?
Sorry, something went wrong.
i thought it's merged already?
I must be mistaken, cannot find a merge for it in #3186. Sorry.
nope. that pr needs tests, more tests, and perf validation
No branches or pull requests
0.0416644699872
0.0
Disclaimer: the 'fast' engine came from my own PR, so I messed up somewhere.
The text was updated successfully, but these errors were encountered: