-
Additional option for generic csv parser: timezone correction.
The timezone offset is often not given in the time-column, so it should be defined manually.
Possible configuration format: `+10:00`, `…
sebix updated
4 years ago
-
### Specifications
* Client Version: 1.46.0
* InfluxDB Version: 1.8.10
* Platform: Debian (docker)
### Code sample to reproduce problem
```python
async with InfluxDBClientAsync(url="http…
-
-
Thank you for sharing these tools and a great webinar!
I have exported the audit logs via Powershell to a CSV.
When importing the CSV into the Python script I get an error that the data is malfo…
-
When I have a custom date format in CSV I'd like to parse it by adding additional DateParser, equivalent to TimestampParser which may be added to timestamp_parsers in ConvertOptions.
**Reporter**: [M…
-
Despite the documentation saying that CSV files are an acceptable input format this is not the case. Two senarios:
1. Combination of .txt and .csv files (`-i` and `--other_gene_set`) resulted in a…
-
As I run a CSV reading test(reading from a big file with more than 200 columns and only needing four of them) and I found the CSV parser cost most of the execution time.
![20220621-174727.png](htt…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I am getting reproducible segfaults when trying to close a CSVWriter in the simplest code possible.
`…
-
We would like to create a faster (than the std library) csv parser, that prefers performance to features, and only cares about single byte character sets.
-
```
Please improve the parser of the stream-utils library.
Currently, it works for whitespace-separated values.
It should work with ',' or any other specified separator (e.g. "-", ";").
For example:
…