Skip to content

Commit

Permalink
Merge pull request #42 from geo-smart/fsca-part2-value-error
Browse files Browse the repository at this point in the history
fsca-part2.ipynb read_csv error
  • Loading branch information
srinijammula authored Dec 12, 2024
2 parents fc29ed7 + de1b8d7 commit 4aa9046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/chapters/fsca-part2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,14 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"def merge_csv(start_date, end_date):\n",
" import glob\n",
" # Find CSV files within the specified date range\n",
" csv_files = glob.glob(folder_path + '*_training_output_station_corrected.csv')\n",
" csv_files = glob.glob(folder_path + '*_training_output_station_with_ghcnd.csv')\n",
" relevant_csv_files = []\n",
"\n",
" for c in csv_files:\n",
Expand Down Expand Up @@ -524,7 +524,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -538,7 +538,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4aa9046

Please sign in to comment.