data
Here are 10,865 public repositories matching this topic...
-
Updated
May 12, 2022 - Clojure
-
Updated
May 11, 2022 - TypeScript
-
Updated
May 5, 2022 - Jupyter Notebook
-
Updated
May 4, 2022
-
Updated
Nov 9, 2020 - Python
It would be good to be able to have the field name escaped with the SQL importer, and to be able to choose by which character.
This was discussed in Issue #1940
Proposed solution
Add a text field for an escape character in the SQL Exporter.
Alternatives considered
Data manipulation at the text level after exportation.
Additional context

- Incorporate relevant CLI content into the Getting Started with Airbyte OSS guide
- Identify other places in Docs where we can incorporate CLI content
-
Updated
May 11, 2022 - Scala
Random status code
Clear and concise description of the problem
Hello guys, I think that we need a function to generate random http status code
Suggested solution
We can implement in internet module
Alternative
No response
Additional context
No response
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
May 11, 2022 - Python
-
Updated
May 12, 2022 - JavaScript
-
Updated
May 11, 2022 - Python
-
Updated
May 8, 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
-
Updated
May 12, 2022 - JSON
-
Updated
Sep 20, 2021
-
Updated
May 11, 2022 - Python
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 11, 2022 - Python
-
Updated
Mar 1, 2021 - Rust
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 was trying to add formula SUM(G2:H2) which will result to I2, but the result goes to I3 and the header column is automatically becoming "8".
Before

let worksheets = {};
for (const sheetName of workbook.SheetNames) {
worksheets[sheetName] =