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
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.6.0 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
3
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.6.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4
4
[ ![ 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 )
5
5
[ ![ GitHub License] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
6
6
@@ -28,7 +28,7 @@ repositories {
28
28
mavenCentral()
29
29
}
30
30
dependencies {
31
- implementation 'org.jetbrains.kotlinx:dataframe:0.8.0-rc-7 '
31
+ implementation 'org.jetbrains.kotlinx:dataframe:0.8.0-rc-8 '
32
32
}
33
33
```
34
34
### Jupyter Notebook
You can’t perform that action at this time.
0 commit comments