totalgit74
totalgit74
Deedle is ok but it suffers from poor performance for larger datasets. I found the Extreme Optimization library to be far more performant (order of magnitude at least) when I...
> > > It wasn't 100% trivial, but I've created a pull request including the changes I had to make to build against R 4.0 I know this is a...
You’ve used nullable long and double - simple number types. I suspect the issue may be related to handling of nullable datetime and timespan types which may be slightly less...
Download the pdf [ASX_Energy_Margin_Parameters.pdf](https://github.com/gagolews/stringi/files/6581136/ASX_Energy_Margin_Parameters.pdf)) Edit the code below to reflect the path. When sourced the script prints NA, When the last two code statements are run interactively the parsed/extracted text...
I'll see if I can find another machine to trial it but I'm not convinced by the logic of your first two statements. I don't think it logically follows that...
I like the idea of the separate IO library and believe that performant access to a format such as Parquet that will allow interop between .Net and Python as users...
My concern currently is the limited amount of data interop between different languages. The defacto is currently Pandas which supports both parquet and feather. In order to gain better traction...
Apologies for the delay as I've been on other tasks. When using ```c# var reader = new ChoParquetReader(path, new ChoParquetRecordConfiguration { ParquetOptions = { TreatBigIntegersAsDates = true } }); var...
I think you’ve skimmed this and missed the point. As I wait for the entire stream to be complete from the API as far as the code is concerned it...
As some extra information I've debugged through into the Parquet.Net code and found the following in the `Parquet.Meta.FileMetaData` located here https://github.com/aloneguid/parquet-dotnet/blob/d8febde144ae4f2424947caa90a625c4c9d7ab49/src/Parquet/ParquetReader.cs#L39-L47 Under the `Schema` field at index [1] the type...