-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Add str method for ddfs #19
Comments
Relatedly, calling |
Agreed. An |
Totally unnecessary. One can see the ddo and ddf objects easily already. On Saturday, January 31, 2015, Landon Sego [email protected] wrote:
|
The print method does a lot of this. I agree with @tcpulsipher that it's not a huge issue, but @lhsego, if you have a specific idea of what the output of str should look like, please comment - could be a quick thing and a nice introductory contributor's task. But there are many other things to do! |
It would be nice to call str() on a distributed dataframe and get back the number of key-value pairs and the standard str() information for column names/classes/lengths.
The text was updated successfully, but these errors were encountered: