We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Not good:
In [15]: rng = DateRange('1/1/2000', periods=100000, offset=datetools.Minute()) In [16]: timeit rng.union(rng[:-1]) 10 loops, best of 3: 93.9 ms per loop In [17]: timeit rng.intersection(rng[:-1]) 100 loops, best of 3: 12.2 ms per loop
The text was updated successfully, but these errors were encountered:
ENH: fast DateRange.intersection in some cases and sped up DateRange.…
191200f
…union in some cases. address GH #178
Fix issue pandas-dev#178
7be6bb3
Merge pull request pandas-dev#179 from manahl/append-fix
38574fc
No branches or pull requests
Not good:
The text was updated successfully, but these errors were encountered: