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: README.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"database specific SQL. The package also implements the same transforms for Pandas DataFrames.\n",
18
18
"\n",
19
19
"A good introduction can be found [here](https://github.com/WinVector/data_algebra/blob/main/Examples/Introduction/data_algebra_Introduction.ipynb),\n",
20
-
"and numerous examples are catalogued [here](https://github.com/WinVector/data_algebra/tree/main/Examples).\n",
20
+
"and numerous examples are catalogued [here](https://github.com/WinVector/data_algebra/tree/main/Examples). Additional documentation is [here](https://winvector.github.io/data_algebra/).\n",
21
21
"\n",
22
22
"Currently the system is primarily adapted and testing for Pandas, Google BigQuery, PostgreSQL, SQLite, and Spark. Porting and extension is designed to be easy.\n",
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ compose and maintain grammar of data processing steps that in turn can be used t
7
7
database specific SQL. The package also implements the same transforms for Pandas DataFrames.
8
8
9
9
A good introduction can be found [here](https://github.com/WinVector/data_algebra/blob/main/Examples/Introduction/data_algebra_Introduction.ipynb),
10
-
and numerous examples are catalogued [here](https://github.com/WinVector/data_algebra/tree/main/Examples).
10
+
and numerous examples are catalogued [here](https://github.com/WinVector/data_algebra/tree/main/Examples). Additional documentation is [here](https://winvector.github.io/data_algebra/).
11
11
12
12
Currently the system is primarily adapted and testing for Pandas, Google BigQuery, PostgreSQL, SQLite, and Spark. Porting and extension is designed to be easy.
0 commit comments