You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/visual-programming/source/widgets/data/sqltable.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ To handle large databases, Orange attempts to execute a part of the computation
22
22
6. Press the blue button to connect to the database. Then select the table in the dropdown.
23
23
7.*Auto-discover categorical variables* will cast INT and CHAR columns with less than 20 distinct values as categorical variables (finding all distinct values can be slow on large tables). When not selected, INT will be treated as numeric and CHAR as text. *Download to local memory* downloads the selected table to your local machine.
24
24
25
-
##Installation Instructions
25
+
##Installation Instructions
26
26
27
-
###PostgreSQL
27
+
###PostgreSQL
28
28
29
29
Install the backend.
30
30
@@ -40,15 +40,15 @@ Note: `psycopg2-binary` comes with own versions of a few C libraries, among whic
40
40
41
41
[Install the extensions](https://github.com/biolab/orange3/wiki/Installation-of-SQL-extensions). [optional]
42
42
43
-
###MSSQL
43
+
###MSSQL
44
44
45
45
Install the backend.
46
46
47
47
pip install pymssql
48
48
49
49
If you are encountering issues, follow [these instructions](https://github.com/biolab/orange3/wiki/Installation-of-SQL-extensions#mssql).
50
50
51
-
##Example
51
+
##Example
52
52
53
53
Here is a simple example on how to use the **SQL Table** widget. Place the widget on the canvas, enter your database credentials and connect to your database. Then select the table you wish to analyse.
0 commit comments