File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ We can find the proportion of listings for each room type
168
168
by using the ` value_counts ` function with the ` normalize ` parameter
169
169
as we did in previous chapters.
170
170
171
- ``` {index} pandas.DataFrame; df [], count, len
171
+ ``` {index} pandas.DataFrame; [], pandas.DataFrame; value_counts
172
172
```
173
173
174
174
``` {code-cell} ipython3
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ Scatter plot of sale price versus size with line of best fit for subset of the S
150
150
``` {index} straight line; equation
151
151
```
152
152
153
+ ``` {index} see: line; straight line
154
+ ```
155
+
153
156
The equation for the straight line is:
154
157
155
158
$$ \text{house sale price} = \beta_0 + \beta_1 \cdot (\text{house size}), $$
You can’t perform that action at this time.
0 commit comments