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
Feature request
Better support for viewing small part of data beyond head() call
I suggest:
tail()
sample(n=) - sample number of rows from a single partition
random_sample(n=) - sample number of rows randomly from the whole datasets
The text was updated successfully, but these errors were encountered:
Feature request
Better support for viewing small part of data beyond head() call
I suggest:
tail()
sample(n=) - sample number of rows from a single partition
random_sample(n=) - sample number of rows randomly from the whole datasets
The text was updated successfully, but these errors were encountered: