Skip to content

Commit

Permalink
Accurately describes the table in 7.1.3. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mujisashi committed Nov 17, 2023
1 parent fb4b57a commit 7602867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/07/1/Visualizing_Categorical_Distributions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@
"## Grouping Categorical Data\n",
"To construct the table `icecream`, someone had to look at all 30 cartons of ice-cream and count the number of each flavor. But if our table does not already include frequencies, we have to compute the frequencies before we can draw a bar chart. Here is an example where this is necessary.\n",
"\n",
"The table `top` consists of U.S.A.'s top grossing movies of all time, as of 2017. The first column contains the title of the movie; *Star Wars: The Force Awakens* has the top rank, with a box office gross amount of more than 900 million dollars in the United States. The second column contains the name of the studio that produced the movie. The third contains the domestic box office gross in dollars, and the fourth contains the gross amount that would have been earned from ticket sales at 2016 prices. The fifth contains the year in which the movie was released. \n",
"The table `top` consists of U.S.A.'s top grossing movies of all time, as of 2017. The first column contains the title of the movie; *Star Wars: The Force Awakens* has the top rank, with a box office gross amount of more than 900 million dollars in the United States. The second column contains the name of the studio that produced the movie. The third contains the domestic box office gross in dollars, and the fourth contains the gross amount that would have been earned from ticket sales at 2016 prices. The fifth contains the year in which the movie was released. \n",
"\n",
"There are 200 movies on the list. Here are the top ten according to adjusted gross receipts."
"There are 200 movies on the list. Here are the top ten according to the gross receipts adjusted for 2016 ticket prices."
]
},
{
Expand Down

0 comments on commit 7602867

Please sign in to comment.