data
Here are 6,980 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Clojure
-
Updated
Oct 28, 2020 - Jupyter Notebook
-
Updated
Oct 14, 2020
In #2095 we updated the find function to support two types of arguments: regex (/[a-z]/) and simple string ("[a-z]").
There are two things we need to clean up there:
- The embedded description of the function does not reflect that:
https://github.com/OpenRefine/OpenRefine/blob/ac7b5a0a19c1ecaefa1ac1d9d0d26ea9baceacee/main/src/com/google/refine/expr/functions/strings/Find.java#L75 - The
-
Updated
Oct 18, 2020 - Python
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 30, 2020
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 30, 2020
-
Updated
Nov 26, 2019
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Python
-
Updated
Sep 15, 2020 - Rust
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Nov 25, 2019 - Python
When a user wants to stream data to a date-partitioned BQ table, the way to do this is:
//noinspection ScalaStyle
class DayPartitionFunction()
extends SerializableFunction[ValueInSingleWindow[TableRow], TableDestination] {
override def apply(input: ValueInSingleWindow[TableRow]): TableDestination = {
val partition = DateTimeFormat.forPattern("yyyyMMdd").withZone(DateTimeZo-
Updated
Aug 31, 2019 - Clojure
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example: