Hi All,
Per this post's suggestion:
https://towardsdatascience.com/a-solution-for-inconsistencies-in-indexing-operations-in-pandas-b76e1...
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'"