Skip to content

Commit

Permalink
Update part1.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijtvliet authored Jul 3, 2024
1 parent 4dc5bf5 commit 2049edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"source": [
"(``portfolyo`` ensures that the values are aggregated correctly. In this case, the price (``p``) values are weighted-averaged (weighted with the duration of each datapoint - in this case a uniform 24h). See [Resampling](../specialized_topics/resampling.rst) for more information.)\n",
"\n",
"The argument ``\"QS\"`` specifies that we want quarterly values starting from January (same as ``\"QS-JAN\"``). The allowed values, in decreasing duration, are following: ``\"15T\"`` (=quarterhour), ``\"H\"``, ``\"D\"``, ``\"MS\"``, ``\"QS\"`` (or ``\"QS-FEB\"``, ``\"QS-MAR\"``, etc.), or ``\"AS\"`` (or ``\"AS-FEB\"``, ``\"AS-MAR\"``, etc.).\n"
"The argument ``\"QS\"`` specifies that we want quarterly values starting from January (same as ``\"QS-JAN\"``). The allowed values, in increasing duration, are following: ``\"15T\"`` (=quarterhourly), ``\"H\"`` (=hourly), ``\"D\"`` (=daily), ``\"MS\"`` (=monthly), ``\"QS\"`` (=quarterly, or ``\"QS-FEB\"``, ``\"QS-MAR\"``, etc.), or ``\"AS\"`` (=yearly, or ``\"AS-FEB\"``, ``\"AS-MAR\"``, etc.).\n"
]
},
{
Expand Down

0 comments on commit 2049edc

Please sign in to comment.