[GSoC] Dataframes for D

Prateek Nayak lelouch.cpp at gmail.com
Thu Jun 6 02:41:23 UTC 2019


On Thursday, 6 June 2019 at 00:24:17 UTC, James Blachly wrote:
> On 6/3/19 11:13 PM, Prateek Nayak wrote:
>> Due to the popularity of heterogeneous DataFrames, we decided 
>> to take care of it the early stages of development before it's 
>> too late.
>> 
>> The heterogeneous DataFrame is now live at: 
>> https://github.com/Kriyszig/magpie/tree/experimental
>
> Amazing, thanks!
>
> experimental branch readme code snippet has typo; var name 
> should be `heterogeneous`
>
> ```
> // Creating a heterogeneous DataFrame of 10 integer columns and 
> 10 double columns
> DataFrame!(int, 10, double, 10) homogeneous;
> ```
>
> Again I cannot thank you enough!

Oops! Thanks for spotting that. I'll update it today with a 
complete example for the usage and a snippet each for the 
functions added since it was last modified.


More information about the Digitalmars-d mailing list