Pandas options
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 08:40 AM
Hi All,
Per this post's suggestion:
I put the following code in Databricks notebook:
import pandas as pd
pd.set_option('mode.copy_on_write', True)
I get the following error:
OptionError: "No such keys(s): 'mode.copy_on_write'"
0 REPLIES 0

