Skip to content

Commit a3f3965

Browse files
author
craigsdennis
committed
QA feedback tweaks
1 parent 95c1ec8 commit a3f3965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎s1n04-creating-a-dataframe.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"cell_type": "markdown",
268268
"metadata": {},
269269
"source": [
270-
"And remember that can specify the index by supplying the `index` keyword argument."
270+
"And remember that you can specify the index by supplying the `index` keyword argument."
271271
]
272272
},
273273
{

‎s2n01-exploration-methods.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
"### Rearranging your data\n",
728728
"You can create a new `DataFrame` that is sorted by using the [`sort_values`](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.sort_values.html) method.\n",
729729
"\n",
730-
"Let's sort the DataFrame so that the user with the highest **`balance`** is at the top. By default, ascending order is assumend, you can change that by setting the `ascending` keyword argument to `False`."
730+
"Let's sort the DataFrame so that the user with the highest **`balance`** is at the top. By default, ascending order is assumed, you can change that by setting the `ascending` keyword argument to `False`."
731731
]
732732
},
733733
{

0 commit comments

Comments
 (0)