From 682de0a2af15b25f05f18f29933a2701f6f11a45 Mon Sep 17 00:00:00 2001 From: sunlanchang Date: Fri, 8 May 2020 13:26:50 +0800 Subject: [PATCH] update code --- .gitignore | 4 ++-- data/.gitignore | 8 ++++++++ process_data.ipynb | 4 +--- tmp/.gitignore | 8 ++++++++ 4 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 data/.gitignore create mode 100644 tmp/.gitignore diff --git a/.gitignore b/.gitignore index a543da6..c861f28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -data/ -tmp/ +data/* +tmp/* # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..1c471ba --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file diff --git a/process_data.ipynb b/process_data.ipynb index 8b9ddcb..9122a15 100644 --- a/process_data.ipynb +++ b/process_data.ipynb @@ -445,10 +445,8 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ "## 在click_log.csv中有20多万的creative_id没有在ad.csv出现" ] diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..1c471ba --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file