You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
In pandas there is a method DataFrame.info() that provides a rough overview over the content of a table. There is currently no substitution, although this feature is used a lot.
Desired solution
Implement a (improved) version of DataFrame.info() for the Table class.
Is your feature request related to a problem? Please describe
In pandas there is a method
DataFrame.info()
that provides a rough overview over the content of a table. There is currently no substitution, although this feature is used a lot.Desired solution
Implement a (improved) version of
DataFrame.info()
for theTable
class.Example
The Pandas funtion works like this:
The text was updated successfully, but these errors were encountered: