We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90002a7 commit cf024fbCopy full SHA for cf024fb
swat/tests/cas/test_table.py
@@ -870,7 +870,7 @@ def test_iter(self):
870
def test_drop_duplicates(self):
871
# pull in table as CASTable and as pandas DataFrame
872
tbl = self.table
873
- df = self.get_cars_df
+ df = self.get_cars_df()
874
# drop duplicates for single subset
875
tbl_dropped = tbl.drop_duplicates(casout={'replace': True, 'name':'drop-test-1'}, subset='Make')
876
df_dropped = df.drop_duplicates(subset='Make')
0 commit comments