I've finished first iteration of Table API. Curren...
# science
a
I've finished first iteration of Table API. Current version is here: https://github.com/mipt-npm/dataforge-core/tree/dev/dataforge-tables/src/commonMain/kotlin/hep/dataforge/tables. It features reasonable (not full) type safety for table building and reading. Also it is basically an interface, so it could be binded to different table implementations. For now there is no documentation and a single IO test here: https://github.com/mipt-npm/dataforge-core/blob/dev/dataforge-tables/src/jvmTest/kotlin/hep/dataforge/tables/io/TextRowsTest.kt.
It is not final, so some changes of API are expected