uci-ml-repo / ucimlrepo

Python package for dataset imports from UCI ML Repository
MIT License
216 stars 90 forks source link

Fixing issue #2 by checking `additional_info` and `intro_paper` #4

Closed g-pichler closed 1 year ago

g-pichler commented 1 year ago

This checks metadata['additional_info'] and metadata['additional_info'] for None.

Essentially the same as #3, but saving two lines of code. Feel free to decline in favor of #3.