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
Right now, dataframe.print() is a private method only used by dataframe.String(). Can we expose this method to users, so that they can print a full dataframe if they'd like, instead of just a shortened preview?
Basically, just change dataframe.print() to be dataframe.Print().
The text was updated successfully, but these errors were encountered:
Right now,
dataframe.print()
is a private method only used bydataframe.String()
. Can we expose this method to users, so that they can print a full dataframe if they'd like, instead of just a shortened preview?Basically, just change
dataframe.print()
to bedataframe.Print()
.The text was updated successfully, but these errors were encountered: