Skip to content

Commit

Permalink
removed example but left the OtherSamples.kt for future usage :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Aug 13, 2024
1 parent 7581dd5 commit 4756307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 634 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import java.io.File
class OtherSamples {

@Test
fun extensionPropertiesApi1() {
fun example() {
val df = DataFrame.read("../data/titanic.csv", delimiter = ';').take(5)
writeTable(df, "extensionPropertiesApi1")
// writeTable(df, "exampleName")
}

private fun writeTable(df: AnyFrame, name: String) {
Expand Down
Loading

0 comments on commit 4756307

Please sign in to comment.