This website requires JavaScript.
Explore
Help
Register
Sign In
charieswei
/
TradingAgents
mirror of
https://github.com/TauricResearch/TradingAgents.git
Watch
1
Star
0
Fork
You've already forked TradingAgents
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bee88adaed
TradingAgents
/
stockstats
/
__init__.py
7 lines
112 B
Python
Raw
Blame
History
def
wrap
(
data
)
:
class
Stub
:
def
__init__
(
self
,
df
)
:
self
.
df
=
df
return
Stub
(
data
)
Reference in New Issue
View Git Blame
Copy Permalink