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",
|
"from hdf5_lib import read_hdf5_as_dataframe\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Define h5 file name and make sure file is located at the current working dir\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",
|
"\n",
|
||||||
"# Read h5 file into dataframe\n",
|
"# Read h5 file into dataframe\n",
|
||||||
"dataframe = read_hdf5_as_dataframe(filename)\n",
|
"dataframe = read_hdf5_as_dataframe(filename)\n",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 2,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user