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
Add helper methods (col,row)_count and is_empty. The first set of methods return the number of columns and rows
respectively. The method is_empty returns if the table is empty (contains no data rows). Implemented by Techassi in #119.