Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix case where metadata is provided but empty (#276)
Fixes #253. Just a simple fix to the `toidict` utility function to account for the empty case. This would happen when metadata was _provided_ for a table/column, but was empty, which would probably be a common case in programmatic environments for reading/writing arrow.
- Loading branch information