Last answered:

04 Mar 2022

Posted on:

04 Mar 2022

0

Resolved: i get this shape when i run this line of code

image
data_3 = data_2[data_2['EngineV']<0.65]
sns.displot(data_3['EngineV'])

1 answers ( 1 marked as helpful)
Posted on:

04 Mar 2022

0

i have seen my error. thank you

Submit an answer