Created
November 3, 2021 20:55
-
-
Save techwithshadab/8249557cb56f8879f4d4267db1628f09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mean value of each assets | |
mu = data.get_period_return_mean_vector() | |
sns.barplot(y=mu, x = stock_list) | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment