Typed data frames in D

Monkyyy crazymonkyyy at gmail.com
Sun Aug 17 01:24:51 UTC 2025


On Saturday, 16 August 2025 at 20:40:50 UTC, Marc wrote:
> Hi,
>
> I'm trying to implement data frames in D based on mir slices. 
> I'm not sure if there's a better approach. Currently support 
> just basic slicing and assignment.
>
> Are there any efforts in the community toward this goal.
>
> What features would you like to see in the data frame? Any 
> ideas or feature request would be appreciated.
>
> https://github.com/istmarc/typeddataframe

I don't think you should attempt to port a python data structure 
1 to 1. I'd like to see a smarter data structure I'd suggest 
figuring out smarter filtering on statictyped data. There's hard 
problems before  mimicking a dymanic language will just add 
complexity.


More information about the Digitalmars-d-learn mailing list