Skip to content

Commit

Permalink
Update content/data-manipulation/reading/reshaping-tables/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sally Steuterman <[email protected]>
  • Loading branch information
jwoolbright23 and gildedgardenia authored Mar 21, 2024
1 parent 0c3ec9b commit 37e71ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ The above code accomplished the following:
1. Create a new DataFrame object called `long_format_dataframe` using the `.melt()` function
- the `var_name` parameter specifies the column name that will hold column labels from the `example_dataframe`
- the `value_name` parameter specifies the column name that will hold column values from the `example_dataframe`
1. printed the new DataFrame object to the console
1. Printed the new DataFrame object to the console
{{% /notice %}}

0 comments on commit 37e71ce

Please sign in to comment.