Modified to find input data inside newly added input_files folder.

This commit is contained in:
2023-10-10 09:02:45 +02:00
parent 0248ca3c6e
commit 54ac1d5463

View File

@ -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": [
{ {