This is a Tatin package for Dyalog APL for reading .parquet
files as inverted tables.
C# type | APL type |
---|---|
String | Character vector or matrix |
Int32 | Number |
DateTime | Dyalog Date Number (see ⎕DT ) |
Load the package with Tatin:
A sample is provided in tests
.
- Create Cider project and Tatin package
- Check out NuGetConsum to get NuGet package rather than host files separately.
- Set up to handle assets appropriately for Cider dev and Tatin deploy
- Create Make function for deployment, including copying README as docs index?
- Test publishing tatin package
- Write minimum docs and tests
- Make the docs not lies
- Make the tests not lies