prantogg opened a new issue, #553: URL: https://github.com/apache/sedona-db/issues/553
It would be great if SedonaDB DataFrames supported Python’s built-in `len()` by implementing `__len__`. In Python data tooling, it’s common (and expected) that `len(df)` returns the number of rows in a dataframe-like object. For example, DuckDB relations/dataframes support this kind of “Pythonic” ergonomics. Today, calling `len(df)` on a SedonaDB DataFrame raises a `TypeError` because the DataFrame type doesn’t implement `__len__`. -- 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]
