paleolimbot opened a new issue, #1157: URL: https://github.com/apache/sedona-db/issues/1157
There are some cases where it might be nice to return something that is a DataFrame (with all the nice methods it provides) but also retain some control over the repr and name. The use case I have in mind is an Iceberg table or generally a table in a catalog (like Overture), where having the table name in the repr would be nice. The current route to that involves invoking the DataFrame constructor directly with some internal members: we should support passing a DataFrame directly to the constructor which makes calling `super().__init__()` with an existing data frame easy to do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
