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
Currently, the class sdv.data_navigator.Table has no methods and serves only to keep together two attributes. This can be implemented using collections.namedtuple which will offer the same features, but are much better performance-wise.
The text was updated successfully, but these errors were encountered:
Currently, the class
sdv.data_navigator.Table
has no methods and serves only to keep together two attributes. This can be implemented usingcollections.namedtuple
which will offer the same features, but are much better performance-wise.The text was updated successfully, but these errors were encountered: