Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 2 issues....Help!
Post: RE: 2 issues....Help!

Hi Apologies import numpy as np qu = list(data['col']) flat = list(data['col2']) value = list(data['col3']) time_type = time + type for c, value in enumerate(qu_flat, 1): print(c,value)
veve Homework 2 2,944 Jun-21-2018, 06:24 PM
    Thread: 2 issues....Help!
Post: 2 issues....Help!

Hi I have a dataset that contains 3 columns in this form: col1 = 2007-Q1, 2007-Q2, 2007-Q3....etc col2 = 1room,2rooms,3rooms...etc col3 = 24,26,30... etc 1st question: I need to create this output : ...
veve Homework 2 2,944 Jun-21-2018, 05:28 PM
    Thread: How do we print this output?
Post: RE: How do we print this output?

Hi I need to print this output: [S1 is Today is a sunny day]
veve Homework 5 3,412 May-14-2018, 07:40 AM
    Thread: How do we print this output?
Post: RE: How do we print this output?

Hi Apologies, The error is unable to use the str( s1[0:4]) in the print even though I have correct parentheses. Output I need is “ s1 is today is sunny day”. I have tried to use another method by a...
veve Homework 5 3,412 May-14-2018, 12:13 AM
    Thread: How do we print this output?
Post: How do we print this output?

Hi I am trying to print this word output : s1 is today is a sunny if i input this sentence "Today is a sunny day, let go to picnic" I am unable to print the word "S1 is". I tried to use print ("s1 ...
veve Homework 5 3,412 May-13-2018, 03:59 PM

User Panel Messages

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