Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_frame_date_formatting
Method
time_frame_date_formatting
asv_bench/benchmarks/io/csv.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
self.data = DataFrame(rng, index=rng)
100
101
def
time_frame_date_formatting(self):
102
self.data.to_csv(self.fname, date_format=
"%Y%m%d"
)
103
104
105
class
ToCSVDatetimeIndex(BaseIO):
Callers
nothing calls this directly
Calls
1
to_csv
Method · 0.45
Tested by
no test coverage detected