Forum Replies Created

Viewing 15 posts - 16 through 30 (of 36 total)

  • Reply To: Python Calculation in Euler Project problem

    It looks like you are only calculating the product in a diagonal the extends down and to the right from each position. You will also need to calculate a product...

  • Reply To: Replacing String Between Two HTML Tags

    I did this exercise a few years ago. There were many, many combinations that caused problems, plus we had cases where the html markups were quoted in the text and...

  • Reply To: Representative Data Challenges

    I believe you have labeled "identifying the lack of diversity in test plans and data" as "p!ssing and moaning".

  • Reply To: Representative Data Challenges

    Bad motion detection like infrared light reflection that doesn't reflect enough light off of darker skin tones to actuate the device?

  • Reply To: Representative Data Challenges

    I am intrigued by your choice of issue to discount. The topic was about design and implementation leaving out vast swaths of the population, which most will agree requires diverse...

  • Reply To: Representative Data Challenges

    You should reread your post, but if you don't see it now, you might never see it.

  • Reply To: Representative Data Challenges

    We probably shouldn't discount Steve's experience. Much of the populations of the world where we need to provide uniformly working solutions is of different colors and shades, though designed and...

  • Reply To: Moving in the Post Pandemic World

    Tegridy farms, but I've been remote for 8-9 years. I moved from the Dallas TX area to Salt Lake City Utah for a few seasons of skiing and hiking and...

  • Reply To: Toilets and Your Systems

    We had one of those radioed chiefs on USS Seahorse. "Commence Ventilating", then mistook the low pressure blow switches for the blower hull valve switches and we popped to the...

  • Reply To: Ordering by Alias

    Did the answer change from something else to 6? I'm seeing OrderKey 6 as correct now, and that seems to work.

    With date type for original order date, format 101 returns...

  • Reply To: Cleaning the Data frame

    The "one fewer field" guidance is weird to me. I've been using read.csv2 on files with the same number of header fields and columns with header=TRUE to read many files...

  • RE: HOW TO GET FIRST DATE

    Deny_Christian - Tuesday, September 18, 2018 12:37 AM

    John Mitchell-245523 - Monday, September 17, 2018 4:23 AM

    September 19, 2018 at 10:11 am

    #2006297

  • RE: How far behind

    Interesting. I went one further and tried to find the 4577 max yards generically.
    passing.2017$trailingyards <- passing.2017[which.max(passing.2017$yards), "yards2017"] - passing.2017$yards2017
    Thanks for inspiring learning.
    Here's my creation of the dataframe...

  • RE: The percent ranks

    timwell - Thursday, January 25, 2018 9:16 AM

    jschmidt 17654 - Thursday, January 25, 2018 8:24 AM

    January 25, 2018 at 9:44 am

    #1977380

  • RE: The percent ranks

    timwell - Thursday, January 25, 2018 7:38 AM

    In the example in the reference given why is the highest rate given a PERCENT_RANK...

Viewing 15 posts - 16 through 30 (of 36 total)