Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Import Excel File that Starts with Number
Post: Import Excel File that Starts with Number

Hello all - I have files I'm trying to import. I do not name these files, they're created by another department. The files start with a number, usually the year. Each time I try to do so I get an...
kiki1113 Data Science 1 3,325 Dec-20-2018, 06:41 PM
    Thread: Optimization problem using pulp
Post: Optimization problem using pulp

Hello all - I have an optimization assignment that I'm struggling with - see problem below. Quote:Chandler Oil has 5000 barrels of crude oil 1 and 10,000 barrels of crude oil 2 available. Chandler sel...
kiki1113 Homework 0 2,468 Jun-16-2018, 09:08 PM
    Thread: Understanding Functions
Post: RE: Understanding Functions

(May-09-2018, 09:00 PM)Gribouillis Wrote: The statement mylist.apppend() changes this list's content but both mylist variables still point to the same value. On the contrary the statement mylist = ...
kiki1113 Homework 2 2,879 May-09-2018, 11:38 PM
    Thread: Understanding Functions
Post: Understanding Functions

Hello all - trying to grasp the concept of functions and every time I think I have it, I realize I really don't. **wall** Here are two examples I found online. I can SEE how they're different but t...
kiki1113 Homework 2 2,879 May-09-2018, 08:43 PM
    Thread: creating date/time stamp from dataframe values
Post: creating date/time stamp from dataframe values

I have a data frame that includes the following values: Quote:Date 07/12/17 Start Time 05:00 PM Each of these is currently stored as strings. I need to format/concatenate this information to be in t...
kiki1113 Homework 1 2,513 Nov-29-2017, 09:23 PM
    Thread: Combining information from excel
Post: Combining information from excel

I have a file of excel data I'm reading into python. The excel file contains the information of people who have signed up for an interview. An example of the excel file w/ dummy data is attached b...
kiki1113 General Coding Help 1 2,421 Nov-22-2017, 07:14 PM
    Thread: printing data from dictionary
Post: RE: printing data from dictionary

(Nov-20-2017, 03:31 PM)heiner55 Wrote: def data():     people = int(input("How many individuals are attending? "))     attendees = {}     for i in range(people):         name = str(input('Please ent...
kiki1113 Homework 4 48,081 Nov-20-2017, 03:52 PM
    Thread: printing data from dictionary
Post: printing data from dictionary

Quote:NOTE: modifying my questions below as I was able to fix the issue with my original post but am now having additional problems. I'm trying to write code that will collect the number of individua...
kiki1113 Homework 4 48,081 Nov-20-2017, 02:37 PM
    Thread: number of items per line
Post: RE: number of items per line

Thanks Wavic. Unfortuantely that didn't work for me. The issue I'm having right now is how to print the list without the brackets or commas and THEN right aligning them. Any thoughts?
kiki1113 Homework 3 8,125 Nov-19-2017, 04:33 PM
    Thread: number of items per line
Post: number of items per line

Quote: I've created a list of numbers. I need to print 10 numbers per line, so they're all lined up one underneath the other. I'm having trouble trying to figure out how to remove the brackets [] an...
kiki1113 Homework 3 8,125 Nov-19-2017, 03:48 AM
    Thread: Issues with functions
Post: Issues with functions

Need help with my homework. It's apparent to me that I don't fully understand how to pass information to a function. I'm following examples the professor has provided and I've googled a bunch of stu...
kiki1113 Homework 2 36,387 Nov-04-2017, 01:53 AM
    Thread: Can't break out of loops
Post: RE: Can't break out of loops

Well that's odd. I tried it again and double checked I had the () and it's still keeps just asking me to enter first name. I'm using Jupyter - what are you using? I've tried restarting the kernel/c...
kiki1113 Homework 6 3,948 Oct-18-2017, 05:56 PM
    Thread: Can't break out of loops
Post: RE: Can't break out of loops

sorry -the () dropped off when I was copying/pasting code. I don't see an edit button in my original message so I can add them. In any case - I do have them in my code. Here's an example of what I ...
kiki1113 Homework 6 3,948 Oct-18-2017, 01:39 PM
    Thread: Can't break out of loops
Post: Can't break out of loops

Newbie, trying to complete this homework assignment. I keep looping through the first name and not moving to the next section. I don't know what I did wrong. Below is my code. def problem5_2(): ...
kiki1113 Homework 6 3,948 Oct-18-2017, 01:30 AM
    Thread: error when running code
Post: RE: error when running code

Hi again - so I reassessed, revised, made some progress, and reached another road block. Initially I did apply the suggestions above, but then when I added my loop everything went crazy... so I start...
kiki1113 Homework 6 4,526 Sep-26-2017, 07:51 PM
    Thread: error when running code
Post: RE: error when running code

Thank you both for your reply. I will specify the parameter and try again. Hope it will work :-) Thanks again!
kiki1113 Homework 6 4,526 Sep-25-2017, 04:01 PM
    Thread: error when running code
Post: error when running code

Homework help - python newbie. I'm trying to run the following code: def user_input(): order_amount = float(input('What is the order amount?')) State = (str.upper(input('What is the state?')...
kiki1113 Homework 6 4,526 Sep-25-2017, 02:03 AM

User Panel Messages

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