I was playing around with Kotlin dataframes and ca...
# kotlindl
a
I was playing around with Kotlin dataframes and came across this example called Titanic. https://github.com/Kotlin/dataframe/blob/master/examples/idea-examples/titanic/src[…]/org/jetbrains/kotlinx/dataframe/examples/titanic/ml/titanic.kt While trying to run it on my IDE i noticed this entry, where do i get this titanic.ml from so i can run it and see what it does
Copy code
package <http://org.jetbrains.kotlinx.dataframe.examples.titanic.ml|org.jetbrains.kotlinx.dataframe.examples.titanic.ml>
n
Hi! It's a package declaration that we used in our example https://kotlinlang.org/docs/packages.html There is just one file in that package -
Titanic.kt
a
Thanks @Nikita Ermolenko, but i cant seem to run the Titanic.kt to see what it does
n
Anything i can help with? You can share the error, and we'll see what we can do