-
* canal version 1.1.8-alpha-3
* mysql version 8.0.40
```bash
-- CREATE USER canal IDENTIFIED WITH mysql_native_password BY 'canal';
CREATE USER canal IDENTIFIED BY 'canal';
GRANT SELECT, REPLIC…
dyrnq updated
3 weeks ago
-
**Describe the bug**
Ideally, we should eventually support `engine="cudf"` and `force_ascii=False` together with `to_json`. For now, we should update the documentation and/or provide a warning for us…
-
**Describe the bug**
A clear and concise description of what the bug is.
If there is a stack trace, please include the FULL stack trace (without any `[internal classes]` lines in it). To find t…
-
Hi all,
What I am trying to do is quite simple, and I thought I knew how to do it, but it's not working...!
I have two dataframes. Below are reproducible dataframes which demonstrate the examp…
-
I'm looking to do this on one df (and then on more than 2). Is there a way to do this that I've missed in the docs?
-
Path to grid home is grid://Groups/nz/nesi
Having a shortcut to grid home can be useful eg
~`/myfiles
df/myfiles
~g/myfiles
or something...
-
### 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…
-
Hello,
Thank you for this tool! I hope to be able to use it.
I installed it but when I tried to run it, I received this error:
Traceback (most recent call last):
File "/home/mp/app/mp310_ven…
-
### Pandas version 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://pandas.pydata.org/docs/whatsnew/i…
-
#### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> df = pd.DataFrame([[],[],[]])
>>> df.apply(lambda x: [1, 2, 3], axis=1, result_type='expand')
Empty D…