Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 12:52 AM
Is there a way to perform Z-ordering using python? With sql you you should be able to use:
%sql
OPTIMIZE df
ZORDER BY (column)however I get the error "Table or view 'df' not found in database 'default''" and since I'm not really using sql, I would like to do this with python.....
Labels:
- Labels:
-
Python
-
Z-ordering