https://kotlinlang.org logo
Title
a

Alex

02/24/2023, 6:25 AM
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
package <http://org.jetbrains.kotlinx.dataframe.examples.titanic.ml|org.jetbrains.kotlinx.dataframe.examples.titanic.ml>
n

Nikita Klimenko [JB]

02/24/2023, 7:05 PM
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

Alex

02/25/2023, 8:24 AM
Thanks @Nikita Ermolenko, but i cant seem to run the Titanic.kt to see what it does
n

Nikita Klimenko [JB]

02/28/2023, 7:53 PM
Anything i can help with? You can share the error, and we'll see what we can do