Typed data frames in D

Marc mailnawman at gmail.com
Mon Aug 18 21:49:33 UTC 2025


On Sunday, 17 August 2025 at 01:24:51 UTC, Monkyyy wrote:
> 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.

That’s why iam trying to make it with type information. But it’s 
very restrictive I feel and some mutations which are common when 
manipulating a data frame are hard to implement. Maybe it can be 
implemented with a different more smarter structure.


More information about the Digitalmars-d-learn mailing list