Skip to content

Commit 03b0d2e

Browse files
committed
add link to README
rebuild and retest
1 parent a46ec38 commit 03b0d2e

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

README.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"database specific SQL. The package also implements the same transforms for Pandas DataFrames.\n",
1818
"\n",
1919
"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",
2121
"\n",
2222
"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",
2323
"\n",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compose and maintain grammar of data processing steps that in turn can be used t
77
database specific SQL. The package also implements the same transforms for Pandas DataFrames.
88

99
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/).
1111

1212
Currently the system is primarily adapted and testing for Pandas, Google BigQuery, PostgreSQL, SQLite, and Spark. Porting and extension is designed to be easy.
1313

coverage.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
platform darwin -- Python 3.9.7, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
33
rootdir: /Users/johnmount/Documents/work/data_algebra
44
plugins: cov-2.12.1, anyio-2.2.0, typeguard-2.13.0
5-
collected 230 items
5+
collected 231 items
66

77
tests/test_OrderedSet.py . [ 0%]
88
tests/test_agg.py . [ 0%]
@@ -16,10 +16,10 @@ tests/test_cdata_convenience.py . [ 7%]
1616
tests/test_cdata_example.py ... [ 8%]
1717
tests/test_cdata_wvpy_case.py . [ 9%]
1818
tests/test_coalesce.py . [ 9%]
19-
tests/test_cols_used.py . [ 10%]
19+
tests/test_cols_used.py . [ 9%]
2020
tests/test_compare_data_frames.py . [ 10%]
2121
tests/test_complex_expr.py .... [ 12%]
22-
tests/test_compound_where.py .. [ 13%]
22+
tests/test_compound_where.py .. [ 12%]
2323
tests/test_concat_rows.py ... [ 14%]
2424
tests/test_container.py .. [ 15%]
2525
tests/test_cross_product_join.py . [ 15%]
@@ -30,68 +30,68 @@ tests/test_eq_types.py .. [ 18%]
3030
tests/test_ex_examples.py ............ [ 23%]
3131
tests/test_example1.py .... [ 25%]
3232
tests/test_exp.py . [ 25%]
33-
tests/test_exp_parens.py . [ 26%]
33+
tests/test_exp_parens.py . [ 25%]
3434
tests/test_expr_parse.py . [ 26%]
3535
tests/test_extend.py ...... [ 29%]
3636
tests/test_extend_order.py . [ 29%]
37-
tests/test_flow_text.py . [ 30%]
37+
tests/test_flow_text.py . [ 29%]
3838
tests/test_forbidden_calculation.py .. [ 30%]
3939
tests/test_free_fn.py . [ 31%]
4040
tests/test_ghost_col_issue.py . [ 31%]
41-
tests/test_idioms.py ................. [ 39%]
41+
tests/test_idioms.py ................. [ 38%]
4242
tests/test_if_else.py .... [ 40%]
4343
tests/test_incomplete_agg.py . [ 41%]
4444
tests/test_join_check.py . [ 41%]
45-
tests/test_join_effects.py . [ 42%]
45+
tests/test_join_effects.py . [ 41%]
4646
tests/test_join_multi_key.py . [ 42%]
47-
tests/test_join_opt.py . [ 43%]
47+
tests/test_join_opt.py . [ 42%]
4848
tests/test_join_variations.py . [ 43%]
4949
tests/test_lark_parser.py ..... [ 45%]
50-
tests/test_logistic_example.py . [ 46%]
50+
tests/test_logistic_example.py . [ 45%]
5151
tests/test_math.py . [ 46%]
5252
tests/test_minimum.py . [ 46%]
5353
tests/test_narrow.py . [ 47%]
5454
tests/test_natural_join.py . [ 47%]
5555
tests/test_neg.py . [ 48%]
56-
tests/test_null_bad.py .. [ 49%]
56+
tests/test_null_bad.py .. [ 48%]
5757
tests/test_one_row_cdata_convert.py . [ 49%]
58-
tests/test_ops.py . [ 50%]
58+
tests/test_ops.py . [ 49%]
5959
tests/test_ops_eq.py . [ 50%]
6060
tests/test_or.py ..... [ 52%]
61-
tests/test_order_limit.py . [ 53%]
61+
tests/test_order_limit.py . [ 52%]
6262
tests/test_ordered_agg_group.py . [ 53%]
6363
tests/test_parse.py ........................ [ 63%]
64-
tests/test_project.py ..... [ 66%]
64+
tests/test_project.py ..... [ 65%]
6565
tests/test_ranked_example.py . [ 66%]
6666
tests/test_readme_example.py . [ 66%]
6767
tests/test_ref_detect.py .. [ 67%]
68-
tests/test_rename.py . [ 68%]
68+
tests/test_rename.py . [ 67%]
6969
tests/test_round.py ... [ 69%]
70-
tests/test_scalar_columns.py . [ 70%]
70+
tests/test_scalar_columns.py . [ 69%]
7171
tests/test_scatter_example.py . [ 70%]
7272
tests/test_scoring_example.py . [ 70%]
73-
tests/test_select.py ... [ 72%]
73+
tests/test_select.py ... [ 71%]
7474
tests/test_select_stacking.py . [ 72%]
7575
tests/test_select_values.py .. [ 73%]
76-
tests/test_set_quoting.py ...... [ 76%]
76+
tests/test_set_quoting.py ...... [ 75%]
7777
tests/test_shorten.py . [ 76%]
7878
tests/test_sign_parse.py .. [ 77%]
79-
tests/test_simple.py .... [ 79%]
79+
tests/test_simple.py .... [ 78%]
8080
tests/test_simple_expr.py . [ 79%]
8181
tests/test_simplification.py .. [ 80%]
8282
tests/test_spark_sql.py . [ 80%]
8383
tests/test_sql_extend_shortening.py .. [ 81%]
8484
tests/test_sqlite.py .... [ 83%]
8585
tests/test_sqlite_joins.py ... [ 84%]
8686
tests/test_strat_example.py .. [ 85%]
87-
tests/test_sum_cumsum.py . [ 86%]
87+
tests/test_sum_cumsum.py . [ 85%]
8888
tests/test_t_test_example.py . [ 86%]
8989
tests/test_table_is_key_by_columns.py . [ 86%]
9090
tests/test_table_q.py . [ 87%]
91-
tests/test_transform_examples.py ........... [ 92%]
91+
tests/test_transform_examples.py ........... [ 91%]
9292
tests/test_type_check_problem.py . [ 92%]
9393
tests/test_types.py ..... [ 94%]
94-
tests/test_use.py . [ 95%]
94+
tests/test_use.py .. [ 95%]
9595
tests/test_user_sql.py . [ 95%]
9696
tests/test_window2.py ... [ 96%]
9797
tests/test_window_fns.py ..... [ 99%]
@@ -116,7 +116,7 @@ data_algebra/data_ops_types.py 83 34 59%
116116
data_algebra/data_ops_utils.py 49 7 86%
117117
data_algebra/db_model.py 836 85 90%
118118
data_algebra/expr_parse.py 35 0 100%
119-
data_algebra/expr_rep.py 620 112 82%
119+
data_algebra/expr_rep.py 620 111 82%
120120
data_algebra/flow_text.py 17 0 100%
121121
data_algebra/near_sql.py 170 4 98%
122122
data_algebra/op_container.py 121 45 63%
@@ -127,7 +127,7 @@ data_algebra/python3_lark.py 1 0 100%
127127
data_algebra/test_util.py 215 42 80%
128128
data_algebra/util.py 94 6 94%
129129
----------------------------------------------------------
130-
TOTAL 4967 869 83%
130+
TOTAL 4967 868 83%
131131

132132

133-
============================= 230 passed in 23.75s =============================
133+
============================= 231 passed in 23.16s =============================
0 Bytes
Binary file not shown.

dist/data_algebra-0.9.1.tar.gz

24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)