File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ By adding `encrypt=true` to connection uri parameter, SQLServer will use SSL enc
14
14
import connectorx as cx
15
15
conn = ' mssql://username:password@server:port/database?encrypt=true&trusted_connection=true' # connection token
16
16
query = ' SELECT * FROM table' # query string
17
- cx.read_sql(conn, query) # read data from BigQuery
17
+ cx.read_sql(conn, query) # read data from MsSQL
18
18
```
19
19
20
20
### SQLServer-Pandas Type Mapping
@@ -57,4 +57,4 @@ cx.read_sql(conn, query) # read data from
57
57
58
58
<p align =" center " ><img alt =" memory chart " src =" https://raw.githubusercontent.com/sfu-db/connector-x/main/assets/mssql-mem.png " /></p >
59
59
60
- In conclusion, ConnectorX uses ** 3x** less memory and ** 14x** less time compared with Pandas.
60
+ In conclusion, ConnectorX uses ** 3x** less memory and ** 14x** less time compared with Pandas.
You can’t perform that action at this time.
0 commit comments