Giter VIP home page Giter VIP logo

Comments (1)

kniren avatar kniren commented on August 22, 2024

As of e362eb1 the new DataFrame.String() method has been largely inspired by dplyr trying to keep the same conventions Gota has been using so far. If we have a large number of rows, only the first N will be shown, but the dimensions are always displayed on top:

[16x9] DataFrame

    A     B_4   B_9   B_14  B_19  B_24  B_29  C        D
 0: 1     4     4     4     4     4     4     5.100000 true
 1: 1     4     4     4     4     4     4     6.000000 true
 2: 2     3     3     3     3     3     3     6.000000 false
 3: 2     2     2     2     2     2     2     7.100000 false
 4: 1     4     4     4     4     4     4     5.100000 true
 5: 1     4     4     4     4     4     4     6.000000 true
 6: 2     3     3     3     3     3     3     6.000000 false
 7: 2     2     2     2     2     2     2     7.100000 false
 8: 1     4     4     4     4     4     4     5.100000 true
 9: 1     4     4     4     4     4     4     6.000000 true
    ...   ...   ...   ...   ...   ...   ...   ...      ...
    <int> <int> <int> <int> <int> <int> <int> <float>  <bool>

Additionally, if the number of characters surpasses a set threshold, the columns will not be shown and the name of the variables not displayed will appear at the bottom:

[16x20] DataFrame

    A     B_15  B_31  B_47  B_63  B_79  B_95  B_111 B_127 B_143 B_159 B_175 B_191 ...
 0: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
 1: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
 2: 2     3     3     3     3     3     3     3     3     3     3     3     3     ...
 3: 2     2     2     2     2     2     2     2     2     2     2     2     2     ...
 4: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
 5: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
 6: 2     3     3     3     3     3     3     3     3     3     3     3     3     ...
 7: 2     2     2     2     2     2     2     2     2     2     2     2     2     ...
 8: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
 9: 1     4     4     4     4     4     4     4     4     4     4     4     4     ...
    ...   ...   ...   ...   ...   ...   ...   ...   ...   ...   ...   ...   ...   ...
    <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> ...

Not Showing: B_207 <int>, B_223 <int>, B_239 <int>, B_255 <int>, B_271 <int>, C <float>,
D <bool>

In the future we might want to make the max number of rows shown and max number of characters per line parametric, but for now I'm closing this issue as the current solution is good enough for me. If the feedback merits it, I will reopen it to include further improvements.

from gota.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.