data
Here are 8,854 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Aug 21, 2021 - Clojure
Data and code behind the articles and graphics at FiveThirtyEight
-
Updated
Aug 4, 2021 - Jupyter Notebook
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Aug 7, 2021
I have some large projects that require launching where I really need the autosave period to be closer to 60 minutes. I use a few Windows shortcuts on my desktop for some common large OpenRefine projects that I sometimes cross with, etc. The problem is that I cannot easily use the Windows shortcuts to launch these particular large OpenRefine projects because I cannot also save the shortcuts with
-
Updated
Nov 9, 2020 - Python
A web interface to create custom vector-based visualizations on top of RAWGraphs core
-
Updated
Aug 3, 2021 - JavaScript
The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP
-
Updated
Aug 20, 2021 - Scala
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
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
Aug 7, 2021
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
Aug 17, 2021 - Python
Countly helps you get insights from your application. Available self-hosted or on private cloud.
-
Updated
Aug 21, 2021 - JavaScript
Interactive Tables and Data Grids for JavaScript
-
Updated
Aug 11, 2021 - JavaScript
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Aug 21, 2021 - Python
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
-
Updated
Feb 28, 2021
Java and Python provide logging frameworks for recording errors and stack traces. Logging can be configured to format those messages, such as by removing newlines from stack traces, adding timestamps, and putting a log level (INFO, WARN, ERROR) on the message. In the future, it may also include json structured logging. Using the logging framew
-
Updated
Aug 21, 2021 - TypeScript
This repository contains compatibility data for Web technologies as displayed on MDN
-
Updated
Aug 21, 2021 - 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, open.canada.ca/data, data.humdata.org among many other sites.
-
Updated
Aug 20, 2021 - Python
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
-
Updated
Aug 20, 2021 - Python
Transforms PDF, Documents and Images into Enriched Structured Data
-
Updated
Aug 11, 2021 - JavaScript
High-performance runtime for data analytics applications
-
Updated
Mar 1, 2021 - Rust
A curated list of awesome JSON datasets that don't require authentication.
-
Updated
Jun 14, 2021 - JavaScript
ideally this would demonstrate projections, predicates, & tuning options like block size (using the Configuration parameter)
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 believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBufferbut opts would not have atypeset we would essentially convert theArrayBuffertoUint8Arrayand callreadSyncagain but without setting appropriateopts.type. This then leads to few lines below https://github.com/Sh