Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Jun 11, 2024
1 parent 23b44ad commit f57db2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook_utils/notebook_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def display_df(
Display a pandas DataFrame using itables.
iTables project page: https://github.com/mwouts/itables
:param df: a pandas DataFrame # TODO automatically convert spark DataFrame to pandas
:param df: a pandas DataFrame # TODO add spark DataFrame support
:param layout: layout options, refer to https://datatables.net/reference/option/layout
:param buttons: buttons options, options refer to https://datatables.net/reference/button/
:param length_menu: length menu options, refer to https://datatables.net/reference/option/lengthMenu
Expand Down

0 comments on commit f57db2a

Please sign in to comment.