-
Hi team
Thanks for fixing the last issue raised #31!
I am a beginner with Python and working with restaurant data. The data is extracted as an excel file from a website and needs to be transform…
-
According to the docs, the `filterPlaceholder` parameter of `filterParams` can be assigned to Date filters. I have tried to provide them as various string formats, but it has no effect on the placehol…
-
This ticket tracks errors and issues I see when testing Bulkrax uploads post-Valkyrie sprint.
- [x] OAI upload test for 10 items from the adl:other set had 3 successful works and 7 failures. Error …
-
### What happened + What you expected to happen
AutoARIMAProphet suggests to be faster than Prophet (with higher accuracy) LINK
Still, it doesn't look to be quite faster nor more accurate compar…
-
### 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…
-
### Bug description
False positive E1136 and E1137 warnings from the following code:
```python
"""docstring"""
import pandas as pd
class TraceLoad:
"""docstring"""
csvdata = None
def _…
-
I'm writing a script that uses SimpleFIN to fill a spreadsheet, and I'd like to be able to manually import CSVs or QFX files downloaded from bank websites to fill out missing data, since it seems like…
-
There is a big memory leak when we update a product. It can be seen in particular when we launch the import_csv_file.pl script with a large (e.g. 1000) amount of products : the process keeps growing u…
-
Hello.
I love the application, but I have one small issue. I need DuckDB because it can understand the "like" SQL command but when importing my CSV file DuckDB does not recognize the date format o…
jhit updated
3 months ago
-
**Describe the bug**
Using `csv-parse` package to parse a readable stream. Basically [this example](https://csv.js.org/parse/recipes/promises/) from your documentation. Introducing the `to` or `to_…