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

# read_sql(): read data from database to pandas/dask dataframe through a sql query ## Introduction Databases is one of the most commonly used data source that data scientists fetch data...

so that we can allocate a block of memory instead of the extension array (less cache miss).

Using benchmark repo: [csv-game](https://bitbucket.org/ewanhiggs/csv-game/src/master/) * Follow the readme to run the test for c++ csvmonkey and rust libraries * Add simdcsv [simdcsv](https://github.com/geofflangdale/simdcsv) to the benchmark

#### What language are you using? **Python** #### What version are you using? 0.3.0 #### What database are you using? MySQL #### What dataframe are you using? Pandas #### Can...

enhancement

#### What language are you using? Python #### What version are you using? 0.3.0 #### What database are you using? MSSQL #### What dataframe are you using? Pandas #### Can...

bug

#### Describe your feature request I'd like to read data (parquet files) directly from s3. Thank you for releasing this super helpful project - [the introductory blog](https://towardsdatascience.com/connectorx-the-fastest-way-to-load-data-from-databases-a65d4d4062d5) mentions a plan...

#### Describe your feature request [tdengine](https://github.com/taosdata/TDengine/) is a columnar time series database with performance similar to clickhouse. It is also the most starred time series database on github. It would...

Opening this PR in order to run actions in an attempt to ultimately resolve #334.

Add SSL certificate support for mysql