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,342 public repositories matching this topic...
-
Updated
Jul 17, 2022 - Clojure
-
Updated
Jul 15, 2022 - TypeScript
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Jun 24, 2022
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 29, 2022 - JavaScript
The datatype -> name calulation in the FE doesn't currently work. Effectively only the type will be taken into account, but not the format or airbyte_type. Our code to calculate the types (useTranslateDataType) correctly would calculate it, but we're actually never passing in the format a
Clear and concise description of the problem
The function companyName() in the company module has the redundant word 'company' in its name.
Suggested solution
Apply our deprecation workflow to the function.
Alternative
Don't.
Additional context
No response
-
Updated
Jul 7, 2022 - Scala
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
Jul 16, 2022 - Python
-
Updated
Jun 13, 2022 - Python
-
Updated
Jul 17, 2022 - JavaScript
-
Updated
Jul 12, 2022 - JavaScript
We can currently serialize PRQL into JSON, but we cannot deserialize JSON into PRQL.
FYI, code is ready
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 17, 2022 - JSON
-
Updated
Sep 20, 2021
-
Updated
Jul 15, 2022 - Python
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Jul 17, 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.