Skip to content

Commit f8b0404

Browse files
committed
[io] example for SemanticImport from github URL
1 parent ea90140 commit f8b0404

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

symja_android_library/matheclipse-io/src/test/java/org/matheclipse/io/test/FunctionsTestCase.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public void testSemanticImport() {
2121
// "");
2222

2323
if (s.contains("Windows")) {
24+
// check(
25+
// "dset =
26+
// SemanticImport(\"https://raw.githubusercontent.com/axkr/symja_android_library/master/symja_android_library/data/whiskey.csv\")", //
27+
// "");
2428
check(
2529
"dset = Dataset({\n"
2630
+ //

0 commit comments

Comments
 (0)