Skip to content

Commit abc0184

Browse files
pnilanCopilot
andauthored
Update airbyte_cdk/sources/file_based/file_types/excel_parser.py
Co-authored-by: Copilot <[email protected]>
1 parent 6f092c5 commit abc0184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/file_types/excel_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def file_read_mode(self) -> FileReadMode:
139139
@staticmethod
140140
def dtype_to_json_type(
141141
current_type: Optional[str],
142-
dtype: Any, # pandas dtype
142+
dtype: Any, # Type object from pandas DataFrame (e.g., numpy.dtype, pandas ExtensionDtype, or str)
143143
) -> str:
144144
"""
145145
Convert Pandas DataFrame types to Airbyte Types.

0 commit comments

Comments
 (0)