Skip to content

Commit 57d8686

Browse files
update docstring
1 parent 9db7b0b commit 57d8686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyarrow/pandas_compat.py

+2
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ def construct_metadata(columns_to_convert, df, column_names, column_field_names,
200200
----------
201201
columns_to_convert : list[pd.Series]
202202
df : pandas.DataFrame
203+
column_names : list[str | None]
204+
column_field_names: list[str]
203205
index_levels : List[pd.Index]
204206
index_descriptors : List[Dict]
205207
preserve_index : bool

0 commit comments

Comments
 (0)