Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockyzsu committed Apr 28, 2018
1 parent 5c9ca48 commit e6f6e46
Show file tree
Hide file tree
Showing 8 changed files with 3,337 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"from setting import get_engine\n",
"import pandas as pd\n",
"engine = get_engine('db_stock')\n",
"df = pd.read_sql('tb_delivery_GJ',engine,index_col=u'成交日期')"
]
}
],
"metadata": {
Expand Down
Loading

0 comments on commit e6f6e46

Please sign in to comment.