Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_frame_float_equal
Method
time_frame_float_equal
asv_bench/benchmarks/frame_methods.py:569–570 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
567
self.nonunique_cols_nan.iloc[-1, -1] = np.nan
568
569
def
time_frame_float_equal(self):
570
self.float_df.equals(self.float_df)
571
572
def
time_frame_float_unequal(self):
573
self.float_df.equals(self.float_df_nan)
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected