Lets for example view 100 entries from a dataframe at random. Pretty handy for quick checks.
View(sample_n(dataframe_name, 100)
Lets for example view 100 entries from a dataframe at random. Pretty handy for quick checks.
View(sample_n(dataframe_name, 100)