Skip to content

Commit 4962cfe

Browse files
committed
miseed a couple of changes
1 parent 827749b commit 4962cfe

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/data_work/io.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Reading and writing data\n",
87
"\n",
98
"prerequistes:\n",
109
"1. simple plotting\n",
1110
"2. basics\n",
12-
"3. reading documentation"
11+
"3. reading documentation\n",
12+
"\n",
13+
"# Reading and writing data\n"
1314
]
1415
},
1516
{
@@ -427,7 +428,7 @@
427428
"cell_type": "markdown",
428429
"metadata": {},
429430
"source": [
430-
"From the above plot, its clear to see the boiling point of benzene as the density drops dramatically. These data were taken from the NIST website \\[1\\], where you can get access to all manner of chemical and physical properties of different chemical systems, download them as `.csv` files, and now you have the tools to do whatever you like with them!\n",
431+
"From the above plot, it's clear to see the boiling point of benzene as the density drops dramatically. These data were taken from the NIST website \\[1\\], where you can get access to all manner of chemical and physical properties of different chemical systems, download them as `.csv` files, and now you have the tools to do whatever you like with them!\n",
431432
"\n",
432433
"## Excercise\n",
433434
"\n",

0 commit comments

Comments
 (0)