Giter VIP home page Giter VIP logo

Comments (14)

pjebs avatar pjebs commented on May 14, 2024

I'm still thinking about the best way to rewrite it. Looking for suggestions and help

from dataframe-go.

winston-p avatar winston-p commented on May 14, 2024

I see. Perhaps you could detail some of your thoughts and ideas so far? I'm fairly new to Go but I'm sure others more experienced than me can chime in and/or offer help.

from dataframe-go.

pjebs avatar pjebs commented on May 14, 2024

Do you want to have a zoom chat?

from dataframe-go.

amlwwalker avatar amlwwalker commented on May 14, 2024

Would love to see this working with generics (and possibly be able to import a python pandas dataframe would be excellent). Happy to be involved to help with any thought process as this will be a game changer for Go!

from dataframe-go.

pjebs avatar pjebs commented on May 14, 2024

@amlwwalker Let me know if you want to help. My vision for how to add generics came undone when I learnt that you can't have generic methods: You can have generic functions obviously. But for some reason no generic methods.

from dataframe-go.

amlwwalker avatar amlwwalker commented on May 14, 2024

@pjebs does this not work? https://stackoverflow.com/a/70668559/1414721

can you give an example of a situation where that wouldn't cover the use case?

from dataframe-go.

pjebs avatar pjebs commented on May 14, 2024
type x struct {

}

func (s *x)[X any, Y any, D any] MyFunc(a X, b Y) D { // not allowed

}

from dataframe-go.

amlwwalker avatar amlwwalker commented on May 14, 2024

Does this not help?
https://stackoverflow.com/a/71378366/1414721

So each struct will need the method available on it, (could that be generated?) but you can then use an interface?

from dataframe-go.

pjebs avatar pjebs commented on May 14, 2024

Do you want to discuss over Zoom?

from dataframe-go.

amlwwalker avatar amlwwalker commented on May 14, 2024

happy to - I'm not very familiar with Go generics so I am probably not so useful to you, but if you want to talk it through with someone happy to be a sounding board. Got to get some stuff done right now, but can plan?

from dataframe-go.

pjebs avatar pjebs commented on May 14, 2024

send me an email with your availability: [email protected]

from dataframe-go.

agaddis02 avatar agaddis02 commented on May 14, 2024

wanted to ping this thread again @pjebs are you still working on a rewrite?

from dataframe-go.

SaikyoSaru avatar SaikyoSaru commented on May 14, 2024

Bump on the above @pjebs, I would like to help out if you need a hand :)

from dataframe-go.

rocketlaunchr-cto avatar rocketlaunchr-cto commented on May 14, 2024

from dataframe-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.