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 1
1
# Kotlin Dataframe: typesafe in-memory structured data processing for JVM
2
2
[ ![ JetBrains incubator project] ( https://jb.gg/badges/incubator.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
3
3
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ GitHub License] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
7
7
@@ -29,7 +29,7 @@ repositories {
29
29
mavenCentral()
30
30
}
31
31
dependencies {
32
- implementation 'org.jetbrains.kotlinx:dataframe:0.8.1 '
32
+ implementation 'org.jetbrains.kotlinx:dataframe:0.9.0 '
33
33
}
34
34
```
35
35
### Jupyter Notebook
You can’t perform that action at this time.
0 commit comments