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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now