🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
45
stars
21
forks
source link
- simple CSV archive: is there a way to know the data file? problematic for pandas? #72
Closed
niconoe closed 6 years ago
It's available in
dwca.core_file.file_descriptor.file_location
for all archives, including simple CSV.Possible improvements:
dwca.core_file_location
?dwca.pd_read_core()
?