Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple problems with code
#1
values = melb_data[melb_data.Suburb == "Brighton East"].CouncilArea.mode()[0]
print("V",values)
melb_data[melb_data.Suburb == "Brighton East"].CouncilArea.fillna(value = values,inplace = True)not

the fillna function is not working can anybody help me pls
Reply


Messages In This Thread
multiple problems with code - by SrijaRamarthy - Nov-05-2019, 05:06 PM
RE: multiple problems with code - by Larz60+ - Nov-05-2019, 09:27 PM
[split] HELP ME!! - by SrijaRamarthy - Nov-06-2019, 06:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  code problems bbm007 5 1,165 Apr-20-2023, 08:36 PM
Last Post: deanhystad
  python multiple try except block in my code -- can we shorten code mg24 10 6,179 Nov-10-2022, 12:48 PM
Last Post: DeaD_EyE
  Encoding problems on multiple files in one folder NikolajKorsgaard 5 4,016 Jun-11-2019, 03:39 AM
Last Post: micseydel
  code problems lokchi2017 3 2,721 Jul-06-2018, 01:58 AM
Last Post: Zombie_Programming
  code editor/ IDE problems nameno1had 2 3,329 Mar-12-2018, 10:09 PM
Last Post: snippsat
  Running a code through multiple files in a folder Rai 1 2,501 Feb-13-2018, 12:42 PM
Last Post: Larz60+
  Multiple Question Results code flynnmackie 2 77,441 Mar-13-2017, 06:54 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020