Something like
fn parse_and_create_df() -> Dataframe {
// function returns DF that adheres to a schema I defined.
}
I want to ensure that my API returns a consistent type of Dataframe.
Something like
fn parse_and_create_df() -> Dataframe {
// function returns DF that adheres to a schema I defined.
}
I want to ensure that my API returns a consistent type of Dataframe.
Copyright © 2021 Jogjafile Inc.