connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Fastest library to load data from DB to DataFrames in Rust and Python

Results 232 connector-x issues
Sort by recently updated
recently updated
newest added

#### Describe your feature request Support partition_on on timestamp columns https://github.com/sfu-db/connector-x/issues/305

#### Describe your feature request DuckDB already provides python [library](https://duckdb.org/2021/05/14/sql-on-pandas.html) to support pandas result. Need to check the performance.

#### What language are you using? Python 3.9.12 #### What version are you using? ConnectorX 0.3.0 #### What database are you using? Azure Database (MSSQL) #### What dataframe are you...

bug

#### Describe your feature request I'm not even sure if this is something that can be implemented, but it would be amazing if partition_on could be used for non-numeric columns!

I have tried using it in Jupyter notebook but I cannot see a way yo install it. I have tried 'conda install connectorx' and 'conda install -c conda-forge connectorx' with...

A common way to connect to MSSQL servers is using an ADO string that tiberius natively supports. Can we have connectorx pass it through? The way I've done it here...

#### Describe your feature request Please describe the behavior you want and the motivation.

Dear ConnectorX team, I have an issue concerning a Big Query connection. I am just starting with Big Query so maybe I am doing something wrong. Here is a Python...

This is same as #237, but for linux. Polars added linux arm support a few days ago ([issue](https://github.com/pola-rs/polars/issues/2673)) ([PR](https://github.com/pola-rs/polars/pull/2684)), which will also be wanted here, since Docker images running on...

help wanted

#### Describe your feature request Please describe the behavior you want and the motivation. dockdb is a olap db as sqlite3, connector-x should support duckdb.