rgieseke / pandas-datapackage-reader

Data Package reader for Pandas
Other
19 stars 6 forks source link

Wrap setting index in try/except #15

Closed willu47 closed 4 years ago

willu47 commented 4 years ago

Addresses #14

Prints name of resource when error in setting index (e.g. if column name is missing or misspelled).

rgieseke commented 4 years ago

Thanks, that should do the trick! I had thought that maybe all actions might benefit from a note which resource caused an error, but that could be added later ...

Thanks again for the report and fix!