data
Here are 9,155 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Oct 8, 2021 - Clojure
Data and code behind the articles and graphics at FiveThirtyEight
-
Updated
Oct 7, 2021 - Jupyter Notebook
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Oct 4, 2021
We could improve the Error: output to a user shown in the expression preview to tell them what the Type() is for a parameter being passed that is not compatible with the parameter type being expected.
Proposed solution
On our various HTML/XML GREL functions (htmlText(), wholeText(), ownText(), etc.) add the new Type().call(bindings, args) to the EvalError and rephrase the error text as n
-
Updated
Nov 9, 2020 - Python
A web interface to create custom vector-based visualizations on top of RAWGraphs core
-
Updated
Oct 8, 2021 - JavaScript
The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP
-
Updated
Oct 8, 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
Sep 1, 2021 - Python
Countly helps you get insights from your application. Available self-hosted or on private cloud.
-
Updated
Oct 8, 2021 - JavaScript
Tell us about the problem you're trying to solve
currently we only support slack as a channel for reporting failed jobs. another reasonable one might be datadog.
Interactive Tables and Data Grids for JavaScript
-
Updated
Oct 8, 2021 - JavaScript
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Oct 8, 2021 - Python
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
-
Updated
Sep 20, 2021
-
Updated
Oct 8, 2021 - TypeScript
This repository contains compatibility data for Web technologies as displayed on MDN
-
Updated
Oct 8, 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
Oct 8, 2021 - Python
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
-
Updated
Oct 8, 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
The problem
The current implementation of processElement
- Check if cache existence for
input - If the cache returns value return it
- otherwise, aquire a semaphore
- call
asyncLookupand pass itinput. It return a future:F - Maintain a list of the currently executing futures
- release a semaphore at the end each future execution
- make sure all the future are com
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."


Hi, I'm trying to read a CSV file like this (
;,delimiters):What happens: semicolon from the first line does not become the main separator, the comma from the second line does and it breaks the file's logic.
Code that reads:
Result