Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas resample friday

df.resample('W-FRI').last()  # e.g., gets friday closing prices
 
PREVIOUS NEXT
Tagged: #pandas #resample #friday
ADD COMMENT
Topic
Name
5+6 =