Description Usage Arguments Examples
Given a dataframe and a number x, prints the first x non-na values of each column (though prints first 5 values if no number "x" is specified).
1 | print_initial_vals(df, x = 6)
|
df |
A DataFrame |
x |
Number of non-na items to print for each column. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.