Skip to content

Commit 69e08cc

Browse files
committed
Fix typo
1 parent 784d55b commit 69e08cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lecture-6-Pandas.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"- *pd.read_csv*: Read CSV (comma-separated) file into DataFrame\n",
179179
"- *pd.read_json*: Convert a JSON string to pandas object\n",
180180
"- *pd.read_excel*: Read an Excel table into a pandas DataFrame\n",
181-
"- *pd.read_hdf*: Read from the HDF5 file (PyTasbles format)\n",
181+
"- *pd.read_hdf*: Read from the HDF5 file (PyTables format)\n",
182182
"\n",
183183
"Let's return now to our HDF5 file that we previously examined.\n",
184184
"The *phenotype* group contains 3 datasets:"
@@ -2287,7 +2287,7 @@
22872287
"name": "python",
22882288
"nbconvert_exporter": "python",
22892289
"pygments_lexer": "ipython3",
2290-
"version": "3.6.12"
2290+
"version": "3.6.10"
22912291
}
22922292
},
22932293
"nbformat": 4,

0 commit comments

Comments
 (0)