data
Individual facts, statistics, or items of information, often numeric. In a technical sense, data are a set of values of qualitative or quantitative variables about one or more persons or objects.
(https://en.wikipedia.org/w/index.php?title=Data&oldid=1093674723, released under CC BY-SA 3.0)
Here are 11,383 public repositories matching this topic...
-
Updated
Jul 22, 2022 - Clojure
-
Updated
Jul 19, 2022 - TypeScript
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Jun 24, 2022
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 29, 2022 - JavaScript
Clear and concise description of the problem
Currently the patterns are hardcoded to match English company names.
Suggested solution
The patterns should be localized so other locales can define custom patterns.
Alternative
No response
Additional context
T
-
Updated
Jul 22, 2022 - Scala
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
Jul 22, 2022 - Python
-
Updated
Jun 13, 2022 - Python
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Jul 20, 2022 - JavaScript
❯ echo 'from bar | select x' | cargo run compile -f prql-frames
Finished dev [unoptimized + debuginfo] target(s) in 0.08s
Running `target/debug/prql-compiler compile -f prql-frames`
The application panicked (crashed).
Message: index out of bounds: the len is 1 but the index is 1
Location: prql-compiler/src/cli.rs:159
Backtrace omitted. Run with RUST_BACKTRACE=1 environmentFill out stdlib
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
-
Updated
Jul 23, 2022 - JSON
-
Updated
Sep 20, 2021
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Jul 22, 2022 - Python
-
Updated
Jun 22, 2022 - Rust
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.