Skip to content

VWAP with custom date column #710

Open
@melardev

Description

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?

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions