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
* feat: Allow passing index objects to df.drop
* remove notebook files
* add first implementation for df.drop(index)
* use index_columns property
* don't use _expr.keys()
* fix order bug and add test
* fix index names
* support multiindex
* remove accidentally added files
* add type hint
* remove debug print statements
* fix: fix df/series.iloc by list with multiindex
* complete merge
* remove unneeded isinstance
* refactor _drop_by_index
---------
Co-authored-by: Henry J Solberg <henryjsolberg@google.com>
Co-authored-by: Tim Swast <swast@google.com>
0 commit comments