You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in Dataset.convert() that carries on dim from the old tables into the new is a bit ugly (although it does prevent having to probe the full dataset to count the nr of rows, instead taking nrows from the dim metadata), and currently there is no validation the dims didn't change during the conversion (that should trigger an error).
The text was updated successfully, but these errors were encountered:
The code in
Dataset.convert()
that carries ondim
from the old tables into the new is a bit ugly (although it does prevent having to probe the full dataset to count the nr of rows, instead taking nrows from thedim
metadata), and currently there is no validation the dims didn't change during the conversion (that should trigger an error).The text was updated successfully, but these errors were encountered: