Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박하늘
/
stock_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박하늘
2021-05-28 20:38:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7884436a1711ba4bc35d2b6c0b9c8539ce9e871
b7884436
1 parent
9e1a8d00
stockdata.py : code test
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pyfiles/stockdata.py
pyfiles/stockdata.py
View file @
b788443
import
FinanceDataReader
as
fdr
import
pandas
as
pd
import
sys
def
basicinform
(
input
):
stocks
=
pd
.
read_csv
(
'stockcodename.csv'
,
index_col
=
0
)
...
...
Please
register
or
login
to post a comment