connector-x
connector-x copied to clipboard
Fastest library to load data from DB to DataFrames in Rust and Python
"I'm using connectorx to connect to MS SQL Server, and I'm getting the error message 'RuntimeError: Encoding error: invalid sequence.' The collation_name of the database I'm connecting to is 'Chinese_Taiwan_Stroke_CI_AS.'...
#### What language are you using? Python #### What version are you using? Latest #### What database are you using? Mssql #### What dataframe are you using? Pandas #### Can...
This PR seeks to add support for the _date/DATE[] date array type for postgres as requested int this [issue](https://github.com/sfu-db/connector-x/issues/547). To accomplish this I've added the following: - Date array types...
#### What language are you using?. Python3.9 #### What version are you using? 0.3.2 #### What database are you using? PostgreSQL #### What dataframe are you using? Pandas #### Can...
Hello, According to the SFU-DB ConnectorX Postgres page (https://sfu-db.github.io/connector-x/databases/postgres.html), geography Postgres Type is not specified in the list. Could it be converted into the Pandas type 'object' so that ConnectorX...
Hello, According to the SFU-DB ConnectorX Postgres page (https://sfu-db.github.io/connector-x/databases/postgres.html), 'OID' Postgres Type is not specified in the list. Could it be converted into the Pandas type 'object' so that ConnectorX...
#### What language are you using? Python #### What version are you using? Python 3.10.14 #### What database are you using? Microsoft SQL Server (ver. 15.00.4360) #### What dataframe are...
Bumps [datafusion](https://github.com/apache/datafusion) from 31.0.0 to 38.0.0. Commits cafbc9d update cargo meta to reflect TLP status 7689bd8 changelog 47c7d14 update version and run cargo update ae7850e add new crates to script...
as mentioned in #630
#### What language are you using? Rust #### What version are you using? latest #### What database are you using? PostgreSQL #### What dataframe are you using? Arrow (not arrow2)...