Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.DataFrame.to_feather

DataFrame.to_feather(fname)[source]

Write out the binary feather-format for DataFrames.

New in version 0.20.0.

Parameters:
fname : str

string file path

Scroll To Top