cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

There seems to be no mode algorithm #82

Open milan-chen opened 4 years ago

milan-chen commented 4 years ago

There seems to be no mode algorithm。zt

CodyWangYaohui commented 2 years ago

@cardillo hi, I would like to contribute to this issue, Could u plz assign this to me?

cardillo commented 2 years ago

All set, thanks! Submit a PR when you are ready.

CodyWangYaohui commented 2 years ago

@cardillo hi bro, which tool do you suggest for me to build joinery? Cuz you didn't give build guide in md and I've mvn and intellij build but they both are sort of weird I think.

cardillo commented 2 years ago

mvn should work, that’s what the automated builds use.

CodyWangYaohui commented 2 years ago

screenshot

when I do "mvn package" under the directory where pom.xml exists, it would report some test imports not existing, but "mvn compile" is okay. I've also checked those dependencies are included in pom file. Am I doing anything wrong here?

CodyWangYaohui commented 2 years ago

nvm dude, I'm using a wrong version jdk 16, but it works with jdk 11