From fb2ac8195fbe57185cdde9687405ff31a285e7cc Mon Sep 17 00:00:00 2001 From: zhangyf6548 Date: Tue, 20 Aug 2024 13:33:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/test01.ipynb | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 code/test01.ipynb diff --git a/code/test01.ipynb b/code/test01.ipynb new file mode 100644 index 0000000..2903ad0 --- /dev/null +++ b/code/test01.ipynb @@ -0,0 +1,49 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": true, + "ExecuteTime": { + "start_time": "2024-08-20T13:33:12.826621Z", + "end_time": "2024-08-20T13:33:16.858829Z" + } + }, + "outputs": [], + "source": [ + "import pandas as pd" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "outputs": [], + "source": [], + "metadata": { + "collapsed": false + } + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} -- Gitee From 7c5e622cd76ca73ef5909ca92ec4d21575f11717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?04=5F=E5=BC=A0=E6=B0=B8=E5=AF=8C?= Date: Tue, 20 Aug 2024 05:35:22 +0000 Subject: [PATCH 2/2] add code/test02.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 04_张永富 --- code/test02.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 code/test02.py diff --git a/code/test02.py b/code/test02.py new file mode 100644 index 0000000..e69de29 -- Gitee