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.

Reply via email to