Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
F
fof
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dr.李
fof
Commits
c0f232f9
Commit
c0f232f9
authored
Feb 05, 2022
by
Dr.李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some code import change
parent
3e50b6a9
Pipeline
#332
failed with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
26 deletions
+40
-26
010 股票型基金.ipynb
category/010 股票型基金.ipynb
+6
-4
020 混合型基金.ipynb
category/020 混合型基金.ipynb
+6
-4
030 债券型基金.ipynb
category/030 债券型基金.ipynb
+4
-2
040 货币基金.ipynb
category/040 货币基金.ipynb
+6
-4
050 另类投资基金.ipynb
category/050 另类投资基金.ipynb
+6
-4
060 QDII基金.ipynb
category/060 QDII基金.ipynb
+6
-4
070 FOF基金.ipynb
category/070 FOF基金.ipynb
+6
-4
No files found.
category/010 股票型基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" read_sql,\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
...
...
@@ -1369,9 +1371,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -1383,7 +1385,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/020 混合型基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" read_sql,\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
...
...
@@ -1192,9 +1194,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -1206,7 +1208,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/030 债券型基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
" fd_typeclass,\n",
...
...
@@ -1429,7 +1431,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/040 货币基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
" fd_typeclass,\n",
...
...
@@ -176,9 +178,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -190,7 +192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/050 另类投资基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
" fd_typeclass,\n",
...
...
@@ -197,9 +199,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -211,7 +213,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/060 QDII基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
" fd_typeclass,\n",
...
...
@@ -255,9 +257,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -269,7 +271,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
category/070 FOF基金.ipynb
View file @
c0f232f9
...
...
@@ -7,8 +7,10 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
"import datetime as dt\n",
"from utility import (\n",
"from
fof.
utility import (\n",
" fd_alive_funds,\n",
" fd_basicinfo,\n",
" fd_typeclass,\n",
...
...
@@ -324,9 +326,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python
[conda env:root] *
",
"display_name": "Python
3 (ipykernel)
",
"language": "python",
"name": "
conda-root-py
"
"name": "
python3
"
},
"language_info": {
"codemirror_mode": {
...
...
@@ -338,7 +340,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.
8.12
"
"version": "3.
9.7
"
}
},
"nbformat": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment