File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Kotlin Dataframe: typesafe in-memory structured data processing for JVM
22[ ![ JetBrains incubator project] ( https://jb.gg/badges/incubator.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
33[ ![ Kotlin component alpha stability] ( https://img.shields.io/badge/project-alpha-kotlin.svg?colorA=555555&colorB=DB3683&label=&logo=kotlin&logoColor=ffffff&logoWidth=10 )] ( https://kotlinlang.org/docs/components-stability.html )
4- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.7.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.8.0 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
55[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/dataframe?color=blue&label=Maven%20Central )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/dataframe )
66[ ![ GitHub License] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
77
@@ -29,7 +29,7 @@ repositories {
2929 mavenCentral()
3030}
3131dependencies {
32- implementation 'org.jetbrains.kotlinx:dataframe:0.8.1 '
32+ implementation 'org.jetbrains.kotlinx:dataframe:0.9.0 '
3333}
3434```
3535### Jupyter Notebook
You can’t perform that action at this time.
0 commit comments