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
pd.DataFrame([DataFrame([])]) /home/user1/src/pandas/pandas/core/frame.pyc in __getattr__(self, name) 1965 return self[name] 1966 raise AttributeError("'%s' object has no attribute '%s'" % -> 1967 (type(self).__name__, name)) 1968 1969 def __setattr__(self, name, value): AttributeError: 'DataFrame' object has no attribute 'dtype'
The text was updated successfully, but these errors were encountered:
@y-p not sure how you fine these! but thxs....trivial fix (best kind!)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: