Python Forum
use of In[] tag in pandas
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use of In[] tag in pandas
#1
I was going through this code related to linear regression and was trying same in IDLE but idle is not recognizing Out[X,Y] or In[X] . Pandas moudle is already installed and imported in my .py file.
code is something like this

Out[142]:(24,24)
In[143]:plt.scatter(xs,ys) 


its gives me error

NameError: name 'In' is not defined

sameerror comes for 'Out' too.

Any help appreciated.
Reply


Messages In This Thread
use of In[] tag in pandas - by paragmedsinge - Jun-06-2018, 09:11 AM
RE: use of In[] tag in pandas - by Larz60+ - Jun-06-2018, 09:48 AM
RE: use of In[] tag in pandas - by volcano63 - Jun-06-2018, 01:23 PM

Forum Jump:

User Panel Messages

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