data
Here are 10,983 public repositories matching this topic...
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Jun 2, 2022 - Clojure
I know this is only sample code, ... but I can see this suddenly ending up in lost of places verbatim, especially now that we have AI's writing most of our code :D (grin)
Data and code behind the articles and graphics at FiveThirtyEight
-
Updated
May 5, 2022 - Jupyter Notebook
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
May 19, 2022
-
Updated
Nov 9, 2020 - Python
A web interface to create custom vector-based visualizations on top of RAWGraphs core
-
Updated
Apr 22, 2022 - JavaScript
Tasks:
- Port the content from GH readme to Docusaurus (main Docs website)
- Incorporate relevant CLI content into the Getting Started with Airbyte OSS guide
- Identify other places in Docs where we can incorporate CLI content
Clear and concise description of the problem
Function name is repeating the module name.
Suggested solution
Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.
Alternative
No response
Additional context
Marked as todo in #541
The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP
-
Updated
Jun 1, 2022 - Scala
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
Jan 31, 2022
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
May 31, 2022 - Python
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Jun 2, 2022 - Python
Countly helps you get insights from your application. Available self-hosted or on private cloud.
-
Updated
Jun 2, 2022 - JavaScript
Interactive Tables and Data Grids for JavaScript
-
Updated
May 30, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.
Describe the solution you'd like
Checkbox "Show line n
This repository contains compatibility data for Web technologies as displayed on MDN
-
Updated
Jun 2, 2022 - JSON
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
-
Updated
Sep 20, 2021
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
Jun 2, 2022 - Python
Transforms PDF, Documents and Images into Enriched Structured Data
-
Updated
Jun 1, 2022 - JavaScript
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
-
Updated
Jun 2, 2022 - Python
High-performance runtime for data analytics applications
-
Updated
Mar 1, 2021 - Rust
What version of CUE are you using (cue version)?
$ cue version cue version +bd9ae537 linux/arm64
Does this issue reproduce with the
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."


While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.