-
Hi,
I am using the calamine engine with the Polars python Library and I noticed that "None" values in my Excel files are being converted to null values. This is probably fine in general, but in my …
-
Getting this message:
```
Message=cannot import name 'Stocker' from 'stocker' (C:\Users\Colter\AppData\Local\Programs\Python\Python38\lib\site-packages\stocker\__init__.py)
Source=C:\Users\Col…
-
This issue is for keeping track of potential performance improvement ideas:
- reduce expression solving time and memory needs by better handling string data as pandas categorical data
- improve …
-
Find a way to provide fine-grained extras requirements, whether as documentations, `extras_required`, convention or pattern to write codes, or any other mechanism.
The idea is to prevent users to i…
-
-
### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
Currently `mlflow.data` module has Pandas, Numpy, Spar…
-
I have created a flask app which I later deploy on Azure App services to get the endpoint /predict
First was to config the flask
- creates a folder called template
Flask uses a templatin…
-
Dear Community,
Is it possible to supply QuantStats with external futures data saved in .csv or .xlsx format.
Typical data providers (e.g. YFinance) don´t have data I'm looking for (mostly bond fut…
-
### Feature Type
- [ ] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wis…
-
pandas bokeh is still not compatible with python 3.9 inside conda environment, right?
I am trying to install pandas bokeh via conda install -c patrikhlobil pandas-bokeh and I am getting following err…