Skip to content

Commit

Permalink
Driveby doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 24, 2024
1 parent 2a228a8 commit 07f7887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ def style(self) -> GT:
Format measure_b values to two decimal places:
>>> df.style.fmt_number("measure_b", decimals=2) # doctest: +SKIP
"""
if not _GREAT_TABLES_AVAILABLE:
msg = "great_tables is required for `.style`"
Expand Down Expand Up @@ -3601,7 +3600,7 @@ def write_database(
Additional options to pass to the engine's associated insert method:
* "sqlalchemy" - currently inserts using Pandas' `to_sql` method, though
this will eventually be phased out in favour of a native solution.
this will eventually be phased out in favor of a native solution.
* "adbc" - inserts using the ADBC cursor's `adbc_ingest` method.
Examples
Expand Down

0 comments on commit 07f7887

Please sign in to comment.