data
Here are 7,057 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Clojure
-
Updated
Oct 28, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2020
This is an issue that was raised by translators on Weblate.
Currently the gdata-import module has sentences split up into multiple fragments, such as:
"Please", "sign in and and authorize", "to access your Google data." with the middle phrase being a button label. This mandates an ordering which doesn't work in all languages.
A better structure would be: "Please sign-in and authorize to a
-
Updated
Nov 9, 2020 - Python
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 30, 2020
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 30, 2020
-
Updated
Nov 26, 2019
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Python
-
Updated
Sep 15, 2020 - Rust
-
Updated
Nov 10, 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: