data
Here are 6,654 public repositories matching this topic...
-
Updated
Sep 9, 2020 - Clojure
-
Updated
Sep 8, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020
Pressing ENTER key has no effect on dialog for adding a new column containing entity identifers (from the Reconcile menu)
To Reproduce
Steps to reproduce the behavior:
- Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
- On Species column, choose Reconcile -> Add entity identifiers column
- Type in a new column name into the input box and p
-
Updated
Aug 10, 2019 - Python
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 30, 2020
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Python
-
Updated
Nov 26, 2019
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Jul 30, 2020
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 9, 2020 - Rust
This feature would be needed for at minimum the CelebA dataset.
Nested structures could be stored on disk and documented in schema in a "flat" way, but have nesting in as_dataset and in the FeatureDict (for data gen). Whenever applicable, nesting / un-nesting should be consistent with [`tf.contrib.framework.nest.
-
Updated
Sep 9, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Nov 25, 2019 - Python
When using e.g. AvroSortedBucketIO, if a file pattern is passed as part of the input path, scio should output a helpful error message. Current behavior in 0.9.3 leads to a NullPointerException.
val myEntityPaths: List[String] = List(
"gs://bucket/dir1/*.avro",
"gs://bucket/dir2/*.avro",
)
sc.sortMergeCoGroup(
classOf[String],
AvroSortedBucketIO
.read(new TupleTag[MyE
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."
Steps to produce the problem:
OR