-
hi
If I am not mistaken (please let me know if I am), the current writing API does not support writing row names to a dataframe.
It would be nice to be able to do that.
[Original request](h…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. What kind of performance improvements would you like to see with this new AP…
-
### Problem
We are using tables as a common visualisation on our dashboards and we want full control over the formatting of table cells. For example, we want to add tooltips that give extra details…
-
I am trying to load data into Power BI using Python to_dataframe. I have been working with an enverus analytics support person and have multiple emails of discussion if needed, they referred me to cre…
-
### Feature Type
- [X] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I'm t…
mx781 updated
3 months ago
-
### Problem description
It sometimes happens in large workflows that integers are downcasted and future computations suffer from integer overflows (non-polars issue I would say).
I am not sure ab…
-
### Problem description
This way you could potentially completely stream a dataframe. Even when it's larger than life (/memory) itself.
-
### Problem description
Say we have a trait like this (there's probably a better name for it)
```
trait GetSchema {
fn get_schema() -> Schema;
}
```
And we have its corresponding derive m…
-
### Summary
Currently the `batch` method fails with a validation error if any of the generated rows fail the schema validators. To allow use of the package in a testing environment, it would be usefu…
-
I think you may have missed the point on issue #476 and have closed the issue in haste.
As I wait for the entire stream to be complete from the API as far as the code is concerned it should be no …