totalgit74
totalgit74
I have a script that is extracting text from a PDF file using ``` text
According to the OFX file specification, specifically section 11.4.3, the STMTTRN tag can contain NAME or PAYEE and extra information in the MEMO field. As such I think the loader...
This is a port of an [issue from the codeplex project page](https://rclr.codeplex.com/workitem/58) regarding how the DLLs are loaded by the library. I believe the way the user DLL is loaded...
```c# // items is IEnumerable using (var writer = new ChoParquetWriter(new ChoParquetRecordConfiguration { NullValueHandling = ChoNullValueHandling.Null })) { writer.Write(items); } ``` yields exception ``` System.NullReferenceException: 'Object reference not set to...
When running ChoETL.Parquet 1.0.1.24 with ChoETL.NetStandard 1.2.1.50 I am having an issue retrieving datetime values. My aim is to be able to use Parquet as an information exchange format between...
### Issue description ## Issue When reading parquet from a web API stream where the data is served from python I am getting numeric values for dates. I have outlined...
I think you may have missed the point on issue #476 and have closed the issue in haste. As I wait for the entire stream to be complete from the...
Currently the **FrameModule.Melt** method converts all columns to key-value pairs under the index. It would good to be able to provide parameters like **Python's Pandas DataFrame** and **R's data.table** melt...
Currently Series has a diff method that operates on decimal, double, float and int. Could DateTime also be handled? `Series Diff(this Series series, int offset)` would be handy when trying...
Whilst there is the ability to append a DataFrame to another pre-existing frame using the `Append` method it would be great to have a method/overload that allows for the efficient...