Skip to content
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

Open
ahalterman opened this issue Jun 17, 2014 · 4 comments
Open

Add str method for ddfs #19

ahalterman opened this issue Jun 17, 2014 · 4 comments

Comments

@ahalterman
Copy link

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.

@ahalterman
Copy link
Author

Relatedly, calling head on a DDF should only print out a few rows of each element.

@lhsego
Copy link
Member

lhsego commented Feb 1, 2015

Agreed. An str() method for ddo and ddf objects would be nice.

@tcpulsipher
Copy link

Totally unnecessary. One can see the ddo and ddf objects easily already.
Spend your time on much more important things.
Trenton

On Saturday, January 31, 2015, Landon Sego [email protected] wrote:

Agreed. An str() method for ddo and ddf objects would be nice.


Reply to this email directly or view it on GitHub
#19 (comment).

@hafen
Copy link
Contributor

hafen commented Feb 2, 2015

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants