Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Issues #194 (cov function) and #92 (multi-column sort) #362
Closed
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e17ea66
Issue #194 and #92. I ran test_frame and all passed
1cdb818
added DataFrame.cov, Series.cov, multi-column sorting, and test cases
de95b61
added Series.cov
0ef9d05
Added test cases for DataFrame.cov and multi-column sorting
60d73b7
Test case for Series.cov
6a1b477
Merge remote-tracking branch 'origin/master'
Jump to file or symbol
Failed to load files and symbols.
You can also do:
this, that = self.dropna().align(other.dropna(), join='inner')