Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
821 stars 58 forks source link

Some examples issues #134

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

Idea-examples:

Jupyter:

koperagen commented 2 years ago

I vaguely remember that movies.csv is left out in purpose due to licensing issues. There is a chance that it's mentioned in jupyter notebook somewhere. But yeah, it's not at all obvious :)

Jolanrensen commented 2 years ago

I vaguely remember that movies.csv is left out in purpose due to licensing issues. There is a chance that it's mentioned in jupyter notebook somewhere. But yeah, it's not at all obvious :)

We could probably come up with some fake movie names :)

Jolanrensen commented 2 years ago

movies.csv maybe something like this? Or do you want some more years to be the same? (Yeah I had too much fun with this)

koperagen commented 2 years ago

Wow. I think it'll work. If someone wants actual data, one can download a dataset https://github.com/Kotlin/dataframe/blob/master/examples/jupyter-notebooks/movies/movies.ipynb.

Jolanrensen commented 2 years ago

I'll update the notebooks in Datalore and then close this issue as well :)