Skip to content

Commit 377d33a

Browse files
committed
w
1 parent f1ca460 commit 377d33a

31 files changed

Lines changed: 5087 additions & 7887 deletions

.DS_Store

0 Bytes
Binary file not shown.

_freeze/data manipulation/3 Pandas/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/data manipulation/4 siuba/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"hash": "297440c5d643edb7b5a0a5a6a19c7bff",
3+
"result": {
4+
"engine": "jupyter",
5+
"markdown": "---\ntitle: \"Data manipulation with datar\"\nauthor: \"Tony Duan\"\n\nexecute:\n warning: false\n error: false\n eval: false\n \nformat:\n html:\n toc: true\n toc-location: right\n code-fold: show\n code-tools: true\n number-sections: true\n code-block-bg: true\n code-block-border-left: \"#31BAE9\"\n---\n\n\n\n```{bash}\n#| eval: false\npip install -U datar\npip install -U datar-numpy\n\n```\n\n# import pacakge\n\n::: {#5bde7143 .cell execution_count=1}\n``` {.python .cell-code}\nfrom datar import f\nfrom datar.dplyr import mutate, filter_, if_else\nfrom datar.tibble import tibble\nfrom datar.data import mtcars\n```\n:::\n\n\n::: {#23a58b8f .cell execution_count=2}\n``` {.python .cell-code}\ndf = tibble(\n x=range(4), # or c[:4] (from datar.base import c)\n y=['zero', 'one', 'two', 'three']\n)\n```\n:::\n\n\n::: {#21f3e201 .cell execution_count=3}\n``` {.python .cell-code}\ndat = group_by(mtcars, f.cyl)\n```\n:::\n\n\n# reference:\n\nhttps://github.com/pwwang/datar/\n\n",
6+
"supporting": [
7+
"6 datar_files"
8+
],
9+
"filters": [],
10+
"includes": {}
11+
}
12+
}

_freeze/index/execute-results/html.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"hash": "e9c0fd86b16b25050013b7ea4009feb8",
2+
"hash": "59c94373542a90cd299678393652d11d",
33
"result": {
44
"engine": "knitr",
5-
"markdown": "---\ntitle: \"About\"\n---\n\n\nThis is a Quarto website.\n\nTo learn more about Quarto websites visit <https://quarto.org/docs/websites>.\n\n<script type=\"text/javascript\" src=\"/hashover/comments.php\"></script>\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n\n<div id=\"hashover\"></div>\n\n",
6-
"supporting": [],
5+
"markdown": "---\ntitle: \"About\"\n---\n\n\nThis is a Quarto website.\n\nTo learn more about Quarto websites visit <https://quarto.org/docs/websites>.\n\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\n1 + 1\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] 2\n```\n\n\n:::\n:::\n\n\n",
6+
"supporting": [
7+
"index_files"
8+
],
79
"filters": [
810
"rmarkdown/pagebreak.lua"
911
],

_freeze/intro/0 Basic python/execute-results/html.json

Lines changed: 7 additions & 3 deletions
Large diffs are not rendered by default.

data manipulation/.DS_Store

0 Bytes
Binary file not shown.

data manipulation/.Rprofile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
source("renv/activate.R")

data manipulation/1 input output.quarto_ipynb

Lines changed: 0 additions & 279 deletions
This file was deleted.

0 commit comments

Comments
 (0)