-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
The cli supports reading csv data from stdin, I'm wondering if there's similar support for reading from a node js stream to avoid having to write a csv file to disk first?
-
before i use dataframe i would like to know if anyone has tested how fast dataframe is when reading and managing data from csv files?
please comment
-
### What happens?
I haven't quite gotten to the bottom of this, but roughly: It seems like when reading CSV from `/dev/stdin`, the schema is not inferred (at all? correctly?), which leads to a confus…
-
We are currently reading in all of the CSVs of the performance trace data using python's `glob` (`list(self.data_dir.glob("**/*.csv"))`) with no security checks. It seems like we need to do a bit more…
ksaur updated
2 months ago
-
I just installed taskweaver and am trying it out.
When I ask it to read and row count the file demo_data.csv (which is under project/sample_data), I get a file not found in python.
I tried to mention …
-
Jira save to csv often results in row skipping due to text containing delimiters within the fields. Suggested improvements are:
- Use rss xml export
- Implement issue retreival via rest api
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
For large models (~13K paramemeters) the procedure
```r
library(magrittr)
temp_rds_file
-
I am in the process of setting up a new run the the [db-benchmark](https://github.com/duckdblabs/db-benchmark) and Julia keeps segfaulting when reading the CSV for the data. Maybe I'm just holding it …