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
@Property def dtypes(self): return np.sort( Series( dict( (x,self[x].dtype ) for x in self.columns ) ) )
The text was updated successfully, but these errors were encountered:
Very useful for debugging -- thanks!
Sorry, something went wrong.
this was added in the 0.4.1 bugfix release
Merge pull request pandas-dev#145 from manahl/read_audit_log_mongo2x
a600275
Make read_audit_log work with mongo 2.x
No branches or pull requests
@Property
def dtypes(self):
return np.sort( Series( dict( (x,self[x].dtype ) for x in self.columns ) ) )
The text was updated successfully, but these errors were encountered: