We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e8149 commit 27baf48Copy full SHA for 27baf48
pandas/io/feather_format.py
@@ -78,6 +78,14 @@ def read_feather(
78
"""
79
Load a feather-format object from the file path.
80
81
+ Feather is particularly useful for scenarios that require efficient
82
+ serialization and deserialization of tabular data. It supports
83
+ schema preservation, making it a reliable choice for use cases
84
+ such as sharing data between Python and R, or persisting intermediate
85
+ results during data processing pipelines. This method provides additional
86
+ flexibility with options for selective column reading, thread parallelism,
87
+ and choosing the backend for data types.
88
+
89
Parameters
90
----------
91
path : str, path object, or file-like object
0 commit comments