Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 3855) sorted by relevance

12345678910>>...155

/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/
H A DStringFunctionsSuite.scala72 val df = Seq( constant
98 val df = Seq(Tuple1("aaaac")).toDF("s") constant
110 val df = Seq(("abc", "")).toDF("a", "b") constant
122 val df = Seq((bytes, "AQIDBA==")).toDF("a", "b") constant
158 val df = Seq(("translate", "")).toDF("a", "b") constant
164 val df = Seq((" example ", "")).toDF("a", "b") constant
188 val df = Seq(("MARY", "SU")).toDF("l", "r") constant
289 val df = Seq(("hi", 2)).toDF("a", "b") constant
301 val df = Seq(("hi", "hhhi")).toDF("a", "b") constant
313 val df = Seq((2, 3)).toDF("a", "b") constant
[all …]
H A DDataFrameWindowFunctionsSuite.scala32 val df = Seq((1, "1"), (2, "2"), (1, "1"), (2, "2")).toDF("key", "value") constant
43 val df = Seq((1, "1"), (2, "2"), (1, "1"), (2, "2")).toDF("key", "value") constant
54 val df = Seq(("one", 1), ("two", 2)).toDF("key", "value") constant
84 val df = Seq((1, "1"), (1, "1"), (2, "2"), (1, "1"), constant
94 val df = Seq((1, "1"), (1, "1"), (2, "2"), (1, "1"), constant
196 val df = Seq( constant
224 val df = Seq(1, 2, 4, 3, 2, 1). constant
264 val df = Seq(("a", 1), ("a", 1), ("a", 2), ("b", 2)). constant
305 val df = Seq( constant
353 val df = Seq( constant
[all …]
H A DDataFrameFunctionsSuite.scala39 val df = Seq((0, 1)).toDF("a", "b") constant
48 val df = Seq((0, 1)).toDF("a", "b") constant
57 val df = Seq(1 -> "a").toDF("a", "b") constant
66 val df = Seq((1, "str")).toDF("a", "b") constant
78 val df = Seq((1, "str")).toDF("a", "b") constant
155 val df = Seq((1, 2)).toDF("a", "b") constant
280 val df = Seq( constant
330 val df = Seq( constant
347 val df = Seq( constant
364 val df = Seq( constant
[all …]
H A DDataFrameTimeWindowingSuite.scala33 val df = Seq( constant
47 val df = Seq( constant
61 val df = Seq( constant
79 val df = Seq( constant
106 val df = Seq( constant
122 val df = Seq( constant
135 val df = Seq( constant
150 val df = Seq( constant
184 val df = Seq( constant
195 val df = Seq( constant
[all …]
H A DUDFSuite.scala30 val df = spark.emptyDataFrame constant
35 val df = Seq((1, 2)).toDF("a", "b") constant
41 val df = Seq(("abcd", 2)).toDF("a", "b") constant
46 val df = Seq(("abcd", 2)).toDF("a", "b") constant
51 val df = Seq(("abcd", 2)).toDF("a", "b") constant
75 val df = spark.emptyDataFrame constant
83 val df = spark.emptyDataFrame constant
109 val df = sparkContext.parallelize( constant
121 val df = Seq(("red", 1), ("red", 2), ("blue", 10), constant
140 val df = Seq(("red", 1), ("red", 2), ("blue", 10), constant
[all …]
/dports/math/octave/octave-6.4.0/scripts/time/
H A Ddatestr.m222 df = dateform{f + 1}; variable
224 df = f; variable
228 df = strrep (df, "AM", "%p"); variable
229 df = strrep (df, "PM", "%p"); variable
232 df = strrep (df, "HH", "%H"); variable
243 df = regexprep (df, "[Yy][Yy]", "%y"); variable
256 df = strrep (df, "mmmm", "%B"); variable
258 df = strrep (df, "mmm", "%b"); variable
260 df = strrep (df, "mm", "%m"); variable
265 df = regexprep (df, "^m", tmp); variable
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/tests/
H A Dsearchindex_fixture.json274 "df": 2, number
285 "df": 1, number
305 "df": 0, number
428 "df": 0, number
638 "df": 0, number
841 "df": 1, number
871 "df": 0, number
890 "df": 0, number
1005 "df": 0, number
3484 "df": 0, number
[all …]
/dports/devel/R-cran-tidyr/tidyr/tests/testthat/
H A Dtest-nest.R4 df <- tibble(x = c(1, 1, 1), y = 1:3) globalVar
12 df <- tibble(x = c(1, 1, 1), y = 1:3) globalVar
52 df <- tibble( globalVar
73 df <- data.frame(x = 1, y = 1:2) dataframe
109 df <- tibble( globalVar
121 df <- tibble(x = 1, y = list(mean)) globalVar
145 df <- tibble( globalVar
154 df <- tibble( globalVar
166 df <- tibble( globalVar
246 df <- tibble(x = 1L, y = list(NULL)) globalVar
[all …]
H A Dtest-uncount.R2 df <- tibble(x = 1, w = 1) globalVar
7 df <- tibble(x = 1, w = 1) globalVar
12 df <- tibble(w = 1:3) globalVar
17 df <- tibble(x = 1, w = 2) globalVar
25 df <- tibble(g = 1, x = 1, w = 1) %>% dplyr::group_by(g) globalVar
30 df <- tibble(x = 1, w = 1/2) globalVar
33 df <- tibble(x = 1) globalVar
38 df <- tibble(x = 1:2, w = c(0, 1)) globalVar
43 df <- tibble(x = 1, w = -1) globalVar
H A Dtest-chop.R4 df <- tibble(x = c(1, 1, 2), a = 1:3, b = 1:3) globalVar
18 df <- tibble(g = c(1, 1), x = 1:2) globalVar
48 df <- tibble(x = 1:3, y = 4:6) globalVar
53 df <- tibble(x = 1:3, y = 4:6) globalVar
67 df <- tibble( globalVar
114 df <- tibble(g = 1, x = list(1, 2)) globalVar
134 df <- tibble(x = 1, y = list(1, 2)) globalVar
141 df <- tibble(x = list(1L, 2L)) globalVar
148 df <- tibble(x = list()) globalVar
155 df <- tibble(x = list(NULL, NULL)) globalVar
[all …]
H A Dtest-nest-legacy.R4 df <- tibble(x = c(1, 1, 1), y = 1:3) globalVar
12 df <- data.frame(x = c(1, 1, 1), y = 1:3) dataframe
20 df <- tibble(x = c(1, 1, 1), y = 1:3) globalVar
28 df <- tibble(x = c(1, 1, 1), y = 1:3) globalVar
59 df <- tibble( globalVar
112 df <- tibble(x = list( globalVar
120 df <- tibble( globalVar
129 df <- tibble( globalVar
138 df <- tibble(x = list(1, "a")) globalVar
186 df <- tibble(x = 1:2, y = list( globalVar
[all …]
H A Dtest-pack.R4 df <- tibble(a1 = 1, a2 = 2, b1 = 1, b2 = 2) globalVar
13 df <- tibble(a1 = 1, a2 = 2, b1 = 1, b2 = 2) globalVar
18 df <- tibble(ax = 1, ay = 2) globalVar
24 df <- tibble(a1 = 1, a2 = 2, b1 = 1, b2 = 2) globalVar
30 df <- tibble(g1 = 1, g2 = 1, g3 = 1) globalVar
38 df <- tibble(g = 1, x = tibble(y = 1)) globalVar
44 df <- tibble(x = 1:2) globalVar
49 df <- tibble(x = 1:3, y = tibble(a = 1:3, b = 3:1)) globalVar
56 df <- tibble(x = 1:3, y = tibble(.rows = 3)) globalVar
62 df <- tibble(x = integer(), y = tibble(a = integer())) globalVar
[all …]
/dports/textproc/R-cran-readxl/readxl/tests/testthat/
H A Dtest-n-max.R5 df <- read_excel(test_sheet("iris-excel-xlsx.xlsx"), n_max = 1) globalVar
7 df <- read_excel(test_sheet("iris-excel-xlsx.xlsx"), n_max = 0) globalVar
13 df <- read_excel(test_sheet("iris-excel-xls.xls"), n_max = 1) globalVar
23 df <- read_excel( globalVar
30 df <- read_excel( globalVar
39 df <- read_excel( globalVar
46 df <- read_excel( globalVar
55 df <- read_excel( globalVar
61 df <- read_excel( globalVar
71 df <- read_excel( globalVar
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/elasticlunr-rs-2.3.13/tests/
H A Dsearchindex_fixture.json72 "df": 1, number
80 "df": 1, number
88 "df": 1, number
96 "df": 1, number
104 "df": 1, number
112 "df": 1, number
121 "df": 1, number
152 "df": 0, number
236 "df": 0, number
439 "df": 0, number
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/elasticlunr-rs-2.3.14/tests/
H A Dsearchindex_fixture.json72 "df": 1, number
80 "df": 1, number
88 "df": 1, number
96 "df": 1, number
104 "df": 1, number
112 "df": 1, number
121 "df": 1, number
152 "df": 0, number
236 "df": 0, number
439 "df": 0, number
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/elasticlunr-rs/tests/
H A Dsearchindex_fixture.json72 "df": 1, number
80 "df": 1, number
88 "df": 1, number
96 "df": 1, number
104 "df": 1, number
112 "df": 1, number
121 "df": 1, number
152 "df": 0, number
236 "df": 0, number
439 "df": 0, number
[all …]
/dports/devel/R-cran-tibble/tibble/tests/testthat/
H A Dtest-subsetting.R359 df <- tibble(x = 1) globalVar
388 df <- tibble::tibble( globalVar
431 df <- tibble(x = 1) globalVar
578 df <- tibble(x = 1:2) globalVar
711 df <- tibble(x = 1) globalVar
721 df <- tibble(x = 1:3) globalVar
739 df <- tibble(x = 1:3) globalVar
750 df <- tibble(x = 1:3) globalVar
955 df <- tibble( globalVar
1028 df <- tibble(x = 1:3) globalVar
[all …]
H A Dtest-zzz-add.R62 df <- tibble(a = 3L) globalVar
78 df <- tibble(a = 3L) globalVar
84 df <- tibble(a = 3L) globalVar
90 df <- tibble(a = 1:3) globalVar
107 df <- tibble(a = 1:3) globalVar
203 df <- tibble(a = 1:3) globalVar
209 df <- tibble(a = 1:3) globalVar
215 df <- tibble(a = 1:3) globalVar
221 df <- tibble(a = 1:3) globalVar
233 df <- tibble(a = 3L) globalVar
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/tests/
H A Dsearchindex_fixture.json298 "df": 2, number
309 "df": 1, number
329 "df": 0, number
476 "df": 0, number
714 "df": 0, number
923 "df": 1, number
953 "df": 0, number
972 "df": 0, number
1087 "df": 0, number
3653 "df": 0, number
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/tests/
H A Dsearchindex_fixture.json298 "df": 2, number
309 "df": 1, number
329 "df": 0, number
476 "df": 0, number
714 "df": 0, number
923 "df": 1, number
953 "df": 0, number
972 "df": 0, number
1087 "df": 0, number
3653 "df": 0, number
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/test/
H A DSQLTestData.scala42 val df = spark.sparkContext.parallelize( constant
49 val df = spark.sparkContext.parallelize( constant
56 val df = spark.sparkContext.parallelize( constant
68 val df = spark.sparkContext.parallelize( constant
76 val df = spark.sparkContext.parallelize( constant
83 val df = spark.sparkContext.parallelize( constant
95 val df = spark.sparkContext.parallelize( constant
107 val df = spark.sparkContext.parallelize( constant
118 val df = spark.sparkContext.parallelize( constant
130 val df = spark.sparkContext.parallelize( constant
[all …]
/dports/security/clamav/clamav-0.104.2/docs/html/
H A Dsearchindex.json1 …res","Introduction.html#license","Introduction.html#supported-platforms","Introduction.html#recomm… object
/dports/security/clamav-lts/clamav-0.103.5/docs/html/
H A Dsearchindex.json1 …res","Introduction.html#license","Introduction.html#supported-platforms","Introduction.html#recomm… object
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/jdbc/
H A DJDBCWriteSuite.scala103 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
112 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
125 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
136 val df = spark.createDataFrame(sparkContext.parallelize(arr2x3), schema3) constant
149 val df = spark.createDataFrame(sparkContext.parallelize(arr2x3), schema3) constant
162 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
173 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
194 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
205 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
240 val df = spark.createDataFrame(sparkContext.parallelize(arr2x2), schema2) constant
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/r/tests/testthat/
H A Dtest-dplyr-funcs-string.R27 df <- tibble( globalVar
183 df <- tibble(x = c("Foo", "bar")) globalVar
193 df <- tibble(x = c("Foo", "bar")) globalVar
212 df <- tibble(x = c("Foo", "bar")) globalVar
237 df <- tibble(x = c("Foo", "bar")) globalVar
258 df <- tibble(x = c("Foo", "bar")) globalVar
305 df <- tibble(x = c("Foo", "bar")) globalVar
330 df <- tibble(x = c("Foo", "bar")) globalVar
358 df <- tibble(x = c("Foo", "bar")) globalVar
1081 df <- tibble(x = "Apache Arrow") globalVar
[all …]

12345678910>>...155