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

Bug fix for wrapper reference to Ulcer Index feature #204

Merged
merged 1 commit into from Nov 17, 2020

Conversation

vinopm
Copy link
Contributor

@vinopm vinopm commented Nov 16, 2020

Ensure that Ulcer Index feature values are returned in numerical representation within the Dataframe instead of as UlcerIndex objects. Currently when calling add_volatility_ta(df..., the DataFrame returned has a non numerical UlcerIndex column, where UlcerIndex objects exist within each row, instead of the correct float representation of the feature.

Before:
image

After:
image

Please review.

Many thanks!

…esentation within the dataframe instead of as UlcerIndex objects
@vinopm vinopm marked this pull request as draft November 17, 2020 00:02
@vinopm vinopm marked this pull request as ready for review November 17, 2020 00:02
@vinopm
Copy link
Contributor Author

vinopm commented Nov 17, 2020

@bukosabino, please could you review? This addresses the bug in #205. Many thanks!

@bukosabino bukosabino merged commit 48ce4e7 into bukosabino:master Nov 17, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants