Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaths010494 authored and utkarsharma2 committed Mar 2, 2023
1 parent cc8bc44 commit 275608e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def create_table_using_schema_autodetection(
:param table: The table to be created.
:param file: File used to infer the new table columns.
:param dataframe: Dataframe used to infer the new table columns if there is no file
:param columns_names_capitalization: determines whether to convert all columns to lowercase/uppercase
in the resulting dataframe
"""
if file is None:
if dataframe is None:
Expand Down

0 comments on commit 275608e

Please sign in to comment.