Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix distinct() method for LocalDate type #20

Open
Zavster opened this issue Jul 3, 2017 · 3 comments
Open

Fix distinct() method for LocalDate type #20

Zavster opened this issue Jul 3, 2017 · 3 comments

Comments

@Zavster
Copy link
Contributor

Zavster commented Jul 3, 2017

No description provided.

@dgunning
Copy link
Contributor

dgunning commented Jan 6, 2018

Hey, let me know if you need me to work on another issue - this or another one - as long as you can provide some background

@Zavster
Copy link
Contributor Author

Zavster commented Jan 6, 2018

Hey Dwight, have you used Morpheus to do any analysis as of yet? Any feedback on how the API works, or suggested enhancement requests? Take a look through the list of issues, most of these are enhancement requests, and if any of them looks interesting to you, happy to discuss.

@dgunning
Copy link
Contributor

dgunning commented Jan 6, 2018

I wrote an article yesterday at http://dgunning.com/simple-data-science-in-java.html. If you look at my second and third examples I wrote some little adapters to modify the data before sending to Morpheus based on how the source data was because I either needed to filter or unzip the data.

The other idea I had was to stream data from a Java Collection into Morpheus ... something like DataFrame.read().fromStream( myList.stream() ).

Third .. I was looking for a reindex() method that can switch to another column as the index.

I'll share my code so far as gists so you can see what I was doing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants