Skip to content

Commit 83fa9dc

Browse files
committed
minor change to TDM 10200 Project 5
1 parent b573329 commit 83fa9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects-appendix/modules/spring2025/pages/10200/project5.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In the grocery store file:
8383

8484
`/anvil/projects/tdm/data/8451/The_Complete_Journey_2_Master/5000_transactions.csv`
8585

86-
there are more than 10 million lines of data, as we can see if we check `dim(myDF)`. Each line corresponds to the purchase of an item. The `SPEND` column is negative when a purchase is refunded, i.e., the item is returned and the money is given back to the customer.
86+
there are more than 10 million lines of data, as we can see if we check `myDF.shape`. Each line corresponds to the purchase of an item. The `SPEND` column is negative when a purchase is refunded, i.e., the item is returned and the money is given back to the customer.
8787

8888
Create a smaller data set called `refundsDF` that contains only the lines of data for which the `SPEND` column is negative. Make a table of the `STORE_R` values in this `refundsDF` subset, and show the number of times that each `STORE_R` value appears in the `refundsDF` subset.
8989

0 commit comments

Comments
 (0)