-
I'm not sure if it is by design, but I was slightly surprised by the way `UInt` are displayed when in a `DataFrame` compared to regular vectors, _i.e._ decimal vs. hexadecimal notation:
```julia
jul…
-
The following example does not render the math, leaving a literal `\alpha` in the slides:
````qmd
---
format: revealjs
embed-resources: true
html-math-method: katex
minimal: true
---
$\alp…
-
The latest release removed `.attrs`. This breaks backward compatibility and also Pandas still uses it, so I kindly ask if it can be reinstated.
To reproduce, the last assert should pass.
```python…
-
could you show me how the get_datasets function is structured? When I tried to use it with my data, the length of train_dataset came out as 1, so I'd like to check how this function works.
-
I use KQLMagic to train ML models. For this I need data preferably in Panda DataFrame.
My dataset has ~15 columns + 2mln rows and it takes about 2x longer to convert already retrieved data to panda t…
-
I think that DataFrame is now mature enough to have its own logo :)
Check out the logos of:
- PolyMath: https://github.com/PolyMathOrg/PolyMath
- Cormas: https://github.com/cormas/cormas
- Pan…
-
### Feature Type
- [ ] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [X] Removing existing functionality in pandas
### Problem Description
This comment on …
-
Say I have an object `df` which implements `__arrow_c_stream__` (say, a Polars dataframe)
Currently, I can convert that to pandas by doing:
```
import pyarrow as pa
pa.table(df).to_pandas()
`…
-
### 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…
-
We have seen users who write using the default from R, and then are frustrated when their Python colleagues can't read. We have considered changing to arrow for a long time:
https://github.com/rstu…