File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package org.jetbrains.kotlinx.dataframe.samples.api
2
2
3
3
import org.jetbrains.kotlinx.dataframe.AnyFrame
4
4
import org.jetbrains.kotlinx.dataframe.DataFrame
5
- import org.jetbrains.kotlinx.dataframe.api.dataFrameOf
6
5
import org.jetbrains.kotlinx.dataframe.api.take
7
6
import org.jetbrains.kotlinx.dataframe.explainer.WritersideFooter
8
7
import org.jetbrains.kotlinx.dataframe.explainer.WritersideStyle
@@ -16,9 +15,9 @@ import java.io.File
16
15
class OtherSamples {
17
16
18
17
@Test
19
- fun extensionPropertiesApi1 () {
18
+ fun example () {
20
19
val df = DataFrame .read(" ../data/titanic.csv" , delimiter = ' ;' ).take(5 )
21
- writeTable(df, " extensionPropertiesApi1 " )
20
+ // writeTable(df, "exampleName ")
22
21
}
23
22
24
23
private fun writeTable (df : AnyFrame , name : String ) {
You can’t perform that action at this time.
0 commit comments