Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #82742

Re: very weird pandas behavior

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'installed.': 0.07; '22,': 0.09; 'output,': 0.09; 'seemed': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'before.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'numpy': 0.16; 'uninstall': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'error': 0.23; 'recognize': 0.24; 'sorry,': 0.24; 'tells': 0.24; 'mon,': 0.24; 'non': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'this:': 0.26; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'errors': 0.30; 'message-id:@mail.gmail.com': 0.30; 'ok.': 0.31; 'says': 0.33; 'maybe': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "didn't": 0.36; 'so,': 0.37; 'two': 0.37; 'being': 0.38; 'pm,': 0.38; 'help,': 0.39; 'commands': 0.60; 'most': 0.60; 'simply': 0.61; 'back': 0.62; '"it': 0.84; 'think...': 0.84; 'subject:very': 0.91; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=+WQ9XMWJtNw0fRDiG8SCFos8lguq3cVRalZCR6cqV9A=; b=ZhBGFnLWjMAUmMihUM3TCe69ccPvii/GXiL+YwhKvZonRVLMrbl8+dIkqmFm2rFuky 8JRWsGeURuf+7ehHXKMC17nTTebWwExzDTqoAzI56/8fzteraoyPExFyM7Cy7VD3g789 hWMnq8/lABQcAQ7ZPshQh/vvHCksm6Af6JVpMzI3DUJ3MKKWi9idNg9+AfIJLR9wGmgW NA7DNlqHzOFenQkBzVahabRqk6UKBHO/iN9Vzq2QWSD/HlxKpzWQUa2yjtjggLS9lMbv ClaxQ2QEZe9Thu/OC9yil3Mov0BCA9H9H15T5GpmdQQzbdzs7nJJimCEoCZSkD5ZLYNa pqlA==
MIME-Version 1.0
X-Received by 10.50.62.104 with SMTP id x8mr14232727igr.2.1419216644426; Sun, 21 Dec 2014 18:50:44 -0800 (PST)
In-Reply-To <0011c7c8-8605-4fce-a025-d6449f51fc7c@googlegroups.com>
References <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <0011c7c8-8605-4fce-a025-d6449f51fc7c@googlegroups.com>
Date Mon, 22 Dec 2014 13:50:44 +1100
Subject Re: very weird pandas behavior
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17104.1419216653.18130.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1419216653 news.xs4all.nl 2847 [2001:888:2000:d::a6]:37920
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:82742

Show key headers only | View raw


On Mon, Dec 22, 2014 at 1:25 PM, ryguy7272 <ryanshuell@gmail.com> wrote:
>
> I just ran these two commands in the c-prompt:
> pip install --upgrade numpy
> pip install --upgrade pandas
>
> It seemed like everything was being downloaded and installed.  Seems ok.  Then I go back to the Python Shell and ran 'import numpy' & 'import pandas' and I still get the errors that I got before.
>
> So, I move on to this:
> pip uninstall numpy
> pip uninstall pandas
>
> It says, cannon uninstall, non installed.
>
> Sorry, but that's what drives me nuts.  I install a few packages, and the messages that I get says the package is installed...then it says it's NOT installed...I don't know what to think...
>

Lesson #0 of computing: When a program tells you something and you
then ask for help, *copy and paste* the program's output. "It seemed
like" is the most likely source of error here. Maybe there was an
error reported, and you simply didn't recognize it... but by not
showing us the output, you force us to trust your judgment about what
it seemed like.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-20 07:46 -0800
  Re: very weird pandas behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-21 13:22 +1100
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 04:44 -0800
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-21 09:19 -0500
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 17:01 -0800
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-22 12:15 +1100
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-21 20:40 -0500
  Re: very weird pandas behavior oldknackers@googlemail.com - 2014-12-21 17:25 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:07 -0800
    Re: very weird pandas behavior Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 02:51 +0000
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:09 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:25 -0800
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-22 13:50 +1100
    Re: very weird pandas behavior Rustom Mody <rustompmody@gmail.com> - 2014-12-21 18:53 -0800
      Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-22 00:16 -0800
    Re: very weird pandas behavior Steven D'Aprano <steve@pearwood.info> - 2014-12-22 04:11 +0000
    Re: very weird pandas behavior Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-12-22 15:50 -0500
  Re: very weird pandas behavior oldknackers@googlemail.com - 2014-12-21 22:21 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-22 07:55 -0800
    Re: very weird pandas behavior Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 16:39 +0000
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-22 11:47 -0500
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-23 04:29 +1100
    Re: very weird pandas behavior Rick Johnson <rantingrickjohnson@gmail.com> - 2014-12-22 14:15 -0800
      Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-23 09:33 +1100
      Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-23 01:35 -0800
        Re: very weird pandas behavior Rick Johnson <rantingrickjohnson@gmail.com> - 2014-12-23 14:35 -0800
          Re: very weird pandas behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-24 13:23 +1100
            Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-24 00:00 -0800
            Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-24 06:19 -0800
    Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-26 00:59 -0800

csiph-web