Closed SiRumCz closed 2 months ago
Hi @SiRumCz, is your issue that pd.read_sql
is raising a syntax error with your query?
Can you see if your code works with vanilla (non-Modin) pandas? You might need to try different parameter syntax (https://peps.python.org/pep-0249/#paramstyle) to get your query to work.
Closing this for now. If my last comment didn't help and it turns out this is actually a Modin issue, feel free to reopen @SiRumCz.
Modin version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest released version of Modin.
[ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Installed Versions