We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70abdd4 commit 5286945Copy full SHA for 5286945
README.md
@@ -29,7 +29,7 @@ repositories {
29
mavenCentral()
30
}
31
dependencies {
32
- implementation 'org.jetbrains.kotlinx:dataframe:0.9.1'
+ implementation("org.jetbrains.kotlinx:dataframe:0.9.1")
33
34
```
35
### Jupyter Notebook
0 commit comments