We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to_df()
We need to provide a Pandas Dataframe based return type from get_online_features() for consistency with get_historical_features().
get_online_features()
get_historical_features()
The text was updated successfully, but these errors were encountered:
@woop You mean adding a method to_df() to the class OnlineResponse so we call call get_online_features(...).to_df() ?
get_online_features(...).to_df()
Sorry, something went wrong.
yea, something like that.
@woop I will work on it if no one is working on it.
Sure, that would be great :)
Successfully merging a pull request may close this issue.
We need to provide a Pandas Dataframe based return type from
get_online_features()
for consistency withget_historical_features()
.The text was updated successfully, but these errors were encountered: