Skip to content

Commit

Permalink
Merge pull request #36 from ProjectPythia/csv_kwargs
Browse files Browse the repository at this point in the history
Remove Csv kwargs
  • Loading branch information
jukent authored Oct 17, 2024
2 parents d716cdf + 71e0e77 commit 700a7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- requests
- aiohttp
- sphinx-pythia-theme
- numpy<2
- pip:
- intake-markdown
3 changes: 1 addition & 2 deletions notebooks/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
sources:
data_dictionary:
args:
csv_kwargs:
keep_default_na: false
keep_default_na: false
urlpath: '{{ CATALOG_DIR }}/inventory.csv'
description: Describes the data in the hrrrzarr source
driver: intake.source.csv.CSVSource
Expand Down
3 changes: 1 addition & 2 deletions notebooks/creating_catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@
},
"outputs": [],
"source": [
"source = intake.open_csv('inventory.csv',\n",
" csv_kwargs={'keep_default_na': False})\n",
"source = intake.open_csv('inventory.csv')\n",
"source.name = 'data_dictionary'\n",
"source.description = 'Describes the data in the hrrrzarr source'"
]
Expand Down

0 comments on commit 700a7d2

Please sign in to comment.