kmath icon indicating copy to clipboard operation
kmath copied to clipboard

Krangl / dataforge-tables converter

Open altavir opened this issue 4 years ago • 3 comments

Convert NDStructure to and from table formats.

  • [ ] krangl: https://github.com/holgerbrandl/krangl
  • [ ] dataforge-tables: https://github.com/mipt-npm/dataforge-core/tree/master/dataforge-tables

altavir avatar Apr 30 '20 12:04 altavir

Is anyone working on this? If not I'll give it a try.

pklimai avatar May 05 '20 15:05 pklimai

DataForge-tables are not ready yet. But krangl is rather stable. I think that we do not need to wrap krangl operations and implement only converters. For now I do not have a clear picture about how it should work in my head. Kmath works with uniform data blocks, krangl usually works with non-uniform data. We need Kmath for high performance operations, but it is not clear at which stage do we need to work with "human-friently" data. The starting point could be wrapping krangl columns in a Buffer and providing necessary factories.

altavir avatar May 05 '20 16:05 altavir

Is anyone working on this?

CommanderTvis avatar Jul 02 '20 11:07 CommanderTvis