data
Here are 6,553 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Aug 24, 2020 - Clojure
Data and code behind the articles and graphics at FiveThirtyEight
-
Updated
Aug 17, 2020 - Jupyter Notebook
Your new Mentor for Data Science E-Learning.
-
Updated
Aug 18, 2020 - Jupyter Notebook
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Aug 19, 2020
None of the text on the About page is internationalized so that it can be translated into languages other than English.
The individual HTML elements should be given unique ids which can be used with the $.i18n() calls to set the text for the element based on the user's current language. The license text and copyright statement should *not be translated.
These elements should be translate
-
Updated
Aug 10, 2019 - Python
The missing link between spreadsheets and data visualization
-
Updated
May 8, 2020 - JavaScript
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
Countly helps you get insights from your application. Available self-hosted or on private cloud.
-
Updated
Aug 24, 2020 - JavaScript
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
Aug 24, 2020 - Python
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
-
Updated
Nov 26, 2019
Interactive Tables and Data Grids for JavaScript
-
Updated
Aug 24, 2020 - JavaScript
A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.
-
Updated
Jul 30, 2020
This repository contains compatibility data for Web technologies as displayed on MDN
-
Updated
Aug 24, 2020 - JavaScript
CKAN is an open-source DMS (data management system) 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
Aug 24, 2020 - Python
Transforms PDF, Documents and Images into Enriched Structured Data
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 23, 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
Aug 24, 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
Distributed, masterless, high performance, fault tolerant data processing
-
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."


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.