cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pandas options

JamieCh
New Contributor

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'"
0 REPLIES 0