We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784d55b commit 69e08ccCopy full SHA for 69e08cc
Lecture-6-Pandas.ipynb
@@ -178,7 +178,7 @@
178
"- *pd.read_csv*: Read CSV (comma-separated) file into DataFrame\n",
179
"- *pd.read_json*: Convert a JSON string to pandas object\n",
180
"- *pd.read_excel*: Read an Excel table into a pandas DataFrame\n",
181
- "- *pd.read_hdf*: Read from the HDF5 file (PyTasbles format)\n",
+ "- *pd.read_hdf*: Read from the HDF5 file (PyTables format)\n",
182
"\n",
183
"Let's return now to our HDF5 file that we previously examined.\n",
184
"The *phenotype* group contains 3 datasets:"
@@ -2287,7 +2287,7 @@
2287
"name": "python",
2288
"nbconvert_exporter": "python",
2289
"pygments_lexer": "ipython3",
2290
- "version": "3.6.12"
+ "version": "3.6.10"
2291
}
2292
},
2293
"nbformat": 4,
0 commit comments