Skip to content

Commit 54a23b2

Browse files
committed
chore: merge test case
1 parent e166451 commit 54a23b2

File tree

2 files changed

+26
-63
lines changed

2 files changed

+26
-63
lines changed

tests/offline.ipynb

-51
This file was deleted.

tests/stress-test-polars.ipynb

+26-12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@
1919
"tags": []
2020
},
2121
"outputs": [],
22+
"source": [
23+
"import pygwalker.services.config as pyg_conf\n",
24+
"\n",
25+
"pyg_conf.set_config({'privacy': 'offline'})"
26+
]
27+
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": null,
31+
"id": "e1a103bc",
32+
"metadata": {},
33+
"outputs": [],
34+
"source": [
35+
"!pygwalker config --list"
36+
]
37+
},
38+
{
39+
"cell_type": "code",
40+
"execution_count": null,
41+
"id": "b944c557-ec0d-4afb-afcb-c5fb2376b25e",
42+
"metadata": {
43+
"tags": []
44+
},
45+
"outputs": [],
2246
"source": [
2347
"import polars as pl\n",
2448
"df = pl.scan_csv('./bike_sharing_dc.csv', try_parse_dates = True)\n",
@@ -37,23 +61,13 @@
3761
{
3862
"cell_type": "code",
3963
"execution_count": null,
40-
"id": "b944c557-ec0d-4afb-afcb-c5fb2376b25e",
41-
"metadata": {
42-
"tags": []
43-
},
64+
"id": "527bfe29-c8fd-4051-863f-d1f63e0de4c3",
65+
"metadata": {},
4466
"outputs": [],
4567
"source": [
4668
"import pygwalker as pyg\n",
4769
"pyg.walk(df)"
4870
]
49-
},
50-
{
51-
"cell_type": "code",
52-
"execution_count": null,
53-
"id": "527bfe29-c8fd-4051-863f-d1f63e0de4c3",
54-
"metadata": {},
55-
"outputs": [],
56-
"source": []
5771
}
5872
],
5973
"metadata": {

0 commit comments

Comments
 (0)