Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ploting polar chart with circumference as Zero
Post: Ploting polar chart with circumference as Zero

I want to create a polar plot in which value of r is in increasing direction from circumference to center of circle. Code for decreasing direction is given as and figure is attached. import matplot...
ibaad1406 General Coding Help 0 1,234 Feb-10-2020, 05:53 PM
    Thread: created a pandas series instead of pandas DataFrame
Post: RE: created a pandas series instead of pandas Data...

@perfringo: thanks, it works
ibaad1406 Data Science 6 3,641 Sep-06-2019, 06:23 AM
    Thread: created a pandas series instead of pandas DataFrame
Post: RE: created a pandas series instead of pandas Data...

@perfringo: yeah, you are right i changed it but the main problem of getting series instead of DataFrame is still there.
ibaad1406 Data Science 6 3,641 Aug-30-2019, 08:31 AM
    Thread: created a pandas series instead of pandas DataFrame
Post: created a pandas series instead of pandas DataFram...

i created a pandas DataFrame for GPS satellite from a text file and i wanted to create a single DataFrame for distinct satellite, all goes as per my expectation but if for a given satellite there is o...
ibaad1406 Data Science 6 3,641 Aug-29-2019, 06:04 PM
    Thread: using output of one function into another function
Post: RE: using output of one function into another func...

@noise floor can you please correct my code
ibaad1406 General Coding Help 7 4,916 Jun-24-2019, 06:16 AM
    Thread: using output of one function into another function
Post: RE: using output of one function into another func...

sorry for asking this direct question i tried the given code but get an namerror' Error: NameError: name 'num' is not defined, def addit(num): return num+5 def mult(b): y=b*addit(num) ...
ibaad1406 General Coding Help 7 4,916 Jun-24-2019, 05:20 AM
    Thread: using output of one function into another function
Post: using output of one function into another function

Write two functions, one called addit and one called mult. addit takes one number as an input and adds 5. mult takes one number as an input, and multiplies that input by whatever is returned by addit
ibaad1406 General Coding Help 7 4,916 Jun-24-2019, 04:56 AM
    Thread: wrapping problem
Post: wrapping problem

I have a text file which contain header as well as data section. I want to read the data section but when i wrap the data into 582 character and check the length of data i got different length.please ...
ibaad1406 General Coding Help 2 2,024 Jun-19-2019, 06:23 AM
    Thread: Invoking function in if else statement, not working!
Post: RE: Invoking function in if else statement, not wo...

@Yoriz if i want to store all variable of my function then what could i do?
ibaad1406 General Coding Help 13 5,617 May-30-2019, 09:05 PM
    Thread: Invoking function in if else statement, not working!
Post: RE: Invoking function in if else statement, not wo...

@buran: i want to invoke functions header_gps,header_glonass,header_galileo inside if else statement. check it as there is no variable stored"""Script for header section for Galileo for rinex3 navigat...
ibaad1406 General Coding Help 13 5,617 May-30-2019, 08:41 PM
    Thread: Invoking function in if else statement, not working!
Post: RE: Invoking function in if else statement, not wo...

here is the file @volcano63 having unpythonic is not the issue. the issue is how to invoke some function inside if else statement. kindly help me out.
ibaad1406 General Coding Help 13 5,617 May-30-2019, 08:23 PM
    Thread: Invoking function in if else statement, not working!
Post: RE: Invoking function in if else statement, not wo...

i get an error when attaching the file. "The type of file that you attached is not allowed. Please remove the attachment or choose a different type"
ibaad1406 General Coding Help 13 5,617 May-30-2019, 07:49 PM
    Thread: Invoking function in if else statement, not working!
Post: RE: Invoking function in if else statement, not wo...

can't attach the requested due to forum rule. however if you can provide me with your email, i can send it over there.
ibaad1406 General Coding Help 13 5,617 May-30-2019, 07:32 PM
    Thread: Invoking function in if else statement, not working!
Post: Invoking function in if else statement, not workin...

I am invoking a function header_gps,header_glonass etc. in if else statement but the variables defined in there seem not be stored as they should be. May be i am missing something , please help. I am ...
ibaad1406 General Coding Help 13 5,617 May-30-2019, 06:32 PM

User Panel Messages

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