Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

populate_price: A function to add historical price data to the corresponding data for each reddit post within the Pandas Dataframe. #5

Closed
JKelly423 opened this issue Apr 13, 2023 · 0 comments
Assignees

Comments

@JKelly423
Copy link
Owner

A function to add historical price data to the corresponding data for each reddit post within the Pandas Dataframe
The dataframe will be declared as an instance variable and will be accessed with self.df .

A row 'Price' will needed to be added to this dataframe as a part of this function.

Params: Pandas Dataframe of Reddit posts.

Returns: True if adding price data is successful, False if error occurs.

@JKelly423 JKelly423 self-assigned this Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant