@@ -233,7 +233,7 @@ def assert_bool_op_api(opname, bool_frame_with_na, float_string_frame,
233
233
234
234
class TestDataFrameAnalytics (object ):
235
235
236
- # ---------------------------------------------------------------------=
236
+ # ---------------------------------------------------------------------
237
237
# Correlation and covariance
238
238
239
239
@td .skip_if_no_scipy
@@ -502,7 +502,7 @@ def test_corrwith_kendall(self):
502
502
expected = Series (np .ones (len (result )))
503
503
tm .assert_series_equal (result , expected )
504
504
505
- # ---------------------------------------------------------------------=
505
+ # ---------------------------------------------------------------------
506
506
# Describe
507
507
508
508
def test_bool_describe_in_mixed_frame (self ):
@@ -696,7 +696,7 @@ def test_describe_tz_values(self, tz_naive_fixture):
696
696
result = df .describe (include = 'all' )
697
697
tm .assert_frame_equal (result , expected )
698
698
699
- # ---------------------------------------------------------------------=
699
+ # ---------------------------------------------------------------------
700
700
# Reductions
701
701
702
702
def test_stat_op_api (self , float_frame , float_string_frame ):
@@ -1219,7 +1219,7 @@ def test_sum_bools(self):
1219
1219
bools = isna (df )
1220
1220
assert bools .sum (axis = 1 )[0 ] == 10
1221
1221
1222
- # ---------------------------------------------------------------------=
1222
+ # ---------------------------------------------------------------------
1223
1223
# Cumulative Reductions - cumsum, cummax, ...
1224
1224
1225
1225
def test_cumsum_corner (self ):
@@ -1326,7 +1326,7 @@ def test_cummax(self, datetime_frame):
1326
1326
cummax_xs = datetime_frame .cummax (axis = 1 )
1327
1327
assert np .shape (cummax_xs ) == np .shape (datetime_frame )
1328
1328
1329
- # ---------------------------------------------------------------------=
1329
+ # ---------------------------------------------------------------------
1330
1330
# Miscellanea
1331
1331
1332
1332
def test_count (self , float_frame_with_na ):
@@ -1707,7 +1707,7 @@ def test_isin_empty_datetimelike(self):
1707
1707
result = df1_td .isin (df3 )
1708
1708
tm .assert_frame_equal (result , expected )
1709
1709
1710
- # ---------------------------------------------------------------------=
1710
+ # ---------------------------------------------------------------------
1711
1711
# Rounding
1712
1712
1713
1713
def test_round (self ):
@@ -1897,7 +1897,7 @@ def test_round_nonunique_categorical(self):
1897
1897
1898
1898
tm .assert_frame_equal (result , expected )
1899
1899
1900
- # ---------------------------------------------------------------------=
1900
+ # ---------------------------------------------------------------------
1901
1901
# Clip
1902
1902
1903
1903
def test_clip (self , float_frame ):
@@ -2072,7 +2072,7 @@ def test_clip_with_na_args(self, float_frame):
2072
2072
'col_2' : [np .nan , np .nan , np .nan ]})
2073
2073
tm .assert_frame_equal (result , expected )
2074
2074
2075
- # ---------------------------------------------------------------------=
2075
+ # ---------------------------------------------------------------------
2076
2076
# Matrix-like
2077
2077
2078
2078
def test_dot (self ):
0 commit comments