Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_frame
Method
time_frame
asv_bench/benchmarks/io/csv.py:52–53 ·
view source on GitHub ↗
(self, kind)
Source
from the content-addressed store, hash-verified
50
self.df = data[kind]
51
52
def
time_frame(self, kind):
53
self.df.to_csv(self.fname)
54
55
56
class
ToCSVFloatFormatVariants(BaseIO):
Callers
nothing calls this directly
Calls
1
to_csv
Method · 0.45
Tested by
no test coverage detected