Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas Help
#5
mojave_homelessness = homelessness["state"].isin(['canu'])
Is definitely wrong if you really want to look for ["California", "Arizona", "Nevada", "Utah"]. As is you are looking for ["canu"].

I don't know if there are other problems. I would suspect you have to create a dataframe somewhere.

In the future start by giving your new post a good name. "Python help" is not very informative when posting to a python help forum. "Pandas help" would be better. "Help with pandas isit" would be a great thing to name your topic.

In the topic text write down what you are trying to do and what problem you are having. If there is an error, include the error text, including the entire traceback.

If you put in some work asking your question you will get faster and better responses.
Reply


Messages In This Thread
Python help... - by cliffordhubbard - Apr-24-2020, 07:12 PM
RE: Pandas Help - by micseydel - Apr-27-2020, 10:54 PM
RE: Pandas Help - by mirai - Jun-05-2020, 05:16 AM
RE: Python help... - by brianwoong - Dec-05-2020, 06:33 AM
RE: Python help... - by Jeff900 - Apr-24-2020, 07:36 PM
RE: Python help... - by cliffordhubbard - Apr-24-2020, 08:37 PM
RE: Python help... - by Jeff900 - Apr-24-2020, 08:48 PM
RE: Python help... - by deanhystad - Apr-24-2020, 09:28 PM
RE: Python help... - by cliffordhubbard - Apr-27-2020, 12:15 PM
Pandas Help - by cliffordhubbard - Apr-27-2020, 07:02 PM

Forum Jump:

User Panel Messages

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