Skip to content

Commit

Permalink
changes to portfolio historical returns
Browse files Browse the repository at this point in the history
  • Loading branch information
EvelynnHope committed Oct 16, 2020
1 parent d5bd7c6 commit 8d21154
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions CSVs/Portfolio_Historical_returns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 124,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 125,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -216,7 +216,7 @@
"[5 rows x 29 columns]"
]
},
"execution_count": 125,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -234,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": 126,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -439,7 +439,7 @@
"[5 rows x 29 columns]"
]
},
"execution_count": 126,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -455,7 +455,7 @@
},
{
"cell_type": "code",
"execution_count": 127,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -755,7 +755,7 @@
"[1224 rows x 16 columns]"
]
},
"execution_count": 127,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -773,7 +773,7 @@
},
{
"cell_type": "code",
"execution_count": 250,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -787,7 +787,7 @@
"dtype: float64"
]
},
"execution_count": 250,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -801,7 +801,7 @@
},
{
"cell_type": "code",
"execution_count": 251,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand All @@ -824,7 +824,7 @@
},
{
"cell_type": "code",
"execution_count": 252,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand All @@ -844,7 +844,7 @@
"Length: 1224, dtype: float64"
]
},
"execution_count": 252,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -857,7 +857,7 @@
},
{
"cell_type": "code",
"execution_count": 253,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand All @@ -879,7 +879,7 @@
},
{
"cell_type": "code",
"execution_count": 254,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -973,7 +973,7 @@
"[1224 rows x 1 columns]"
]
},
"execution_count": 254,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -988,7 +988,7 @@
},
{
"cell_type": "code",
"execution_count": 255,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1082,7 +1082,7 @@
"[1224 rows x 1 columns]"
]
},
"execution_count": 255,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1095,7 +1095,7 @@
},
{
"cell_type": "code",
"execution_count": 256,
"execution_count": 15,
"metadata": {},
"outputs": [
{
Expand All @@ -1117,7 +1117,7 @@
},
{
"cell_type": "code",
"execution_count": 257,
"execution_count": 16,
"metadata": {},
"outputs": [
{
Expand All @@ -1139,7 +1139,7 @@
},
{
"cell_type": "code",
"execution_count": 258,
"execution_count": 17,
"metadata": {},
"outputs": [
{
Expand All @@ -1163,7 +1163,7 @@
},
{
"cell_type": "code",
"execution_count": 259,
"execution_count": 18,
"metadata": {},
"outputs": [
{
Expand All @@ -1187,15 +1187,15 @@
},
{
"cell_type": "code",
"execution_count": 262,
"execution_count": 19,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.013021605893950699\n",
"0.0008521218194888947\n"
"0.0008521218194888941\n"
]
}
],
Expand All @@ -1208,16 +1208,16 @@
},
{
"cell_type": "code",
"execution_count": 261,
"execution_count": 20,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"1.0388130801041227"
"1.0388130801041222"
]
},
"execution_count": 261,
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1237,9 +1237,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [conda env:dev]",
"language": "python",
"name": "python3"
"name": "conda-env-dev-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1251,7 +1251,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.7.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8d21154

Please sign in to comment.