poseidon-framework / poseidon3-tools

Python API and command line tool for working with Poseidon databases
MIT License
0 stars 0 forks source link

Input CSV validator #2

Open maxibor opened 4 years ago

maxibor commented 4 years ago

Validate input csv files using the CSV schema.

stschiff commented 4 years ago

Before we go with Pandas, we should have a look at CSVW packages that are already out there. Examples include https://github.com/cldf/csvw, which is the package programmed by Robert Forkel and others at DLCE for their framework. I think there are more packages for this out there.