Modified to find input data inside newly added input_files folder.
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
"from hdf5_lib import read_hdf5_as_dataframe\n",
|
||||
"\n",
|
||||
"# Define h5 file name and make sure file is located at the current working dir\n",
|
||||
"filename = 'FileList.h5'\n",
|
||||
"filename = 'input_files\\\\FileList.h5'\n",
|
||||
"\n",
|
||||
"# Read h5 file into dataframe\n",
|
||||
"dataframe = read_hdf5_as_dataframe(filename)\n",
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user