data
Here are 6,624 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Sep 2, 2020 - Clojure
Data and code behind the articles and graphics at FiveThirtyEight
-
Updated
Sep 2, 2020 - Jupyter Notebook
Your new Mentor for Data Science E-Learning.
-
Updated
Sep 1, 2020 - Jupyter Notebook
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Aug 24, 2020
Is your feature request related to a problem or area of OpenRefine? Please describe.
When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).
 for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers catalog.data.gov, europeandataportal.eu/data, data.humdata.org among many other sites.
-
Updated
Sep 2, 2020 - Python
Transforms PDF, Documents and Images into Enriched Structured Data
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Sep 3, 2020 - TypeScript
High-performance runtime for data analytics applications
-
Updated
Apr 4, 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.
AkShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Sep 3, 2020 - Python
A curated list of awesome JSON datasets that don't require authentication.
-
Updated
Apr 29, 2020 - JavaScript
create custom test databases that are populated with fake data
-
Updated
Nov 25, 2019 - Python
Right now we warn about chained joins & cogroups, but this should apply to a.groupByKey.join(b) as well.
https://github.com/spotify/scio/blob/master/scio-core/src/main/scala/com/spotify/scio/util/ArtisanJoin.scala#L50
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."


Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.