-
panel==1.5.3
I would like to add support for Polars DataFrame to `GraphicWalker.object`. Its unclear to me whether this is supported and how. I guess special care is taken about pandas dataframe seri…
-
### Missing functionality
Polars integration ? https://www.pola.rs/
### Proposed feature
Use polars dataframe as a compute backend.
Or let the user give a polars dataframe to the ProfileReport.
…
-
## Environment data
- VS Code version: 1.95.2
- Data Wrangler Extension version (available under the Extensions sidebar): v1.12.1
- Jupyter Extension version (available under the Extensions sid…
-
I was initially hesitant about adding IO methods, the idea being "users provide their own dataframe, we just deal with how to process it", but we already have [from_dict](https://narwhals-dev.github.i…
-
### 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.
### Re…
-
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…
-
In the UI, it would be awesome if the logs could be viewed in a monospaced font (or perhaps even monospaced by default).
An example of where this is handy is if there's any tabular data displayed i…
-
## question to ask chatgpt o1
polars to pandas style, create a DataFrame, must use df.loc[], not df.loc(),
```python
df = DataFrame(
{"ref": list('abcd'), 'x': [1,2,3,4], 'z': [7,8,9,6]}…
-
**Description**
Polars is a dataframe package, similar in intent (but very different in interface) to pandas. https://pypi.org/project/polars/
Choose all applicable topics by placing an 'X' betwe…
rknop updated
1 month ago