VWAP with custom date column #710
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Hi, pandas TA's VWAP needs the date information in the dataframe to compute the VWAP in daily intervals, so it takes it from the index, it assumes the index is of type datetime index, would not it be more convenient if we can also specify a date column to be used instead? We may have a dataframe indexed with integers, and with a column named "Date", we may use that instead to do the daily splitting.
What do you think? Any easy solution?
The text was updated successfully, but these errors were encountered: