From 9d9d5320f04bcc49d1e3250509aea8763ff2fda5 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 13 Aug 2024 09:17:42 +0200 Subject: [PATCH] Remove callout --- docs/user-guide/dfs0.qmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/user-guide/dfs0.qmd b/docs/user-guide/dfs0.qmd index f3187deeb..fc22eb4c2 100644 --- a/docs/user-guide/dfs0.qmd +++ b/docs/user-guide/dfs0.qmd @@ -31,10 +31,6 @@ df.head() ## From pandas DataFrame to Dfs0 -::: callout-note -MIKE IO adds a new method to the DataFrame called `to_dfs0`. This method is used to save the DataFrame to a dfs0 file. (This method becomes available after importing the `mikeio` module.) -::: - ```{python} import pandas as pd