Skip to content

Commit

Permalink
REF: broke apart sparse.py, created sparse subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Dec 10, 2011
1 parent 62ea0cf commit b3c12b1
Show file tree
Hide file tree
Showing 8 changed files with 1,918 additions and 1,877 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.pyc
*.pyo
*.swp
build
dist
Expand Down
3 changes: 0 additions & 3 deletions pandas/core/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,6 @@ def std(self, axis='major', skipna=True):

_add_docs(std, 'unbiased standard deviation', 'stdev')

def skew(self, axis='major', skipna=True):
raise NotImplementedError

def prod(self, axis='major', skipna=True):
return self._array_method(np.prod, axis=axis, fill_value=1,
skipna=skipna)
Expand Down
Loading

0 comments on commit b3c12b1

Please sign in to comment.