From b2ab8f86278b714f7457e28e7ef7ef43dc8f5809 Mon Sep 17 00:00:00 2001 From: Joey deVilla Date: Mon, 16 Dec 2024 10:48:09 -0500 Subject: [PATCH] Update docs/framework/dataframe.mdx Co-authored-by: Alexandre Rousseau --- docs/framework/dataframe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/dataframe.mdx b/docs/framework/dataframe.mdx index 6e4ea640..ebab7e80 100644 --- a/docs/framework/dataframe.mdx +++ b/docs/framework/dataframe.mdx @@ -83,7 +83,7 @@ A editable DataFrame is one whose content can change. Like static DataFrames, ed 3. A list of dictionaries - ```sh pandas + ```python pandas import writer as wf import pandas as pd