Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Getting false even when data exists
Post: RE: Getting false even when data exists

(May-18-2021, 05:59 PM)ibreeden Wrote: But have you tried what Perfringo suggested? In what you show us you still don't convert the user input to integer. (May-18-2021, 01:44 PM)sriniyum Wrote: Cu...
sriniyum General Coding Help 12 4,328 May-20-2021, 03:29 AM
    Thread: Getting false even when data exists
Post: RE: Getting false even when data exists

(May-18-2021, 01:59 PM)perfringo Wrote: Hmm.... 'Is not working'.... Quote:"… There's no more work. We're destitute. I'm afraid I have no choice but to sell you all for scientific experiments." –T...
sriniyum General Coding Help 12 4,328 May-18-2021, 03:28 PM
    Thread: Getting false even when data exists
Post: RE: Getting false even when data exists

(May-18-2021, 01:36 PM)perfringo Wrote: (May-18-2021, 11:00 AM)sriniyum Wrote: how do i set the user input (string) to integer ? In it's simplest form: >>> from_user = input('Enter integ...
sriniyum General Coding Help 12 4,328 May-18-2021, 01:44 PM
    Thread: Getting false even when data exists
Post: RE: Getting false even when data exists

(May-18-2021, 03:50 AM)perfringo Wrote: What about datatypes? User input by default is string. What type of data is in dataframe column? You are using word “number” which indicates that it could be ...
sriniyum General Coding Help 12 4,328 May-18-2021, 11:00 AM
    Thread: Getting false even when data exists
Post: RE: Getting false even when data exists

(May-17-2021, 08:17 AM)csr Wrote: What is the exact value you enter, and what is the exact value of df['Customer Key']? df['Customer Key'] will have all the values of the Customer Key from the csv f...
sriniyum General Coding Help 12 4,328 May-18-2021, 03:24 AM
    Thread: Getting false even when data exists
Post: Getting false even when data exists

I have a csv file in pandas Data Frame and while trying to check for existence of Customer Key, it gives me False even when the Customer key provided by user is valid and exists in the Data frame. Cus...
sriniyum General Coding Help 12 4,328 May-17-2021, 04:14 AM

User Panel Messages

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