Git Product home page Git Product logo

Comments (2)

romeokienzler avatar romeokienzler commented on July 20, 2024

Thanks a lot @daddybboston - any chance you submit a pull request to this repository?

from component-library.

daddybboston avatar daddybboston commented on July 20, 2024

Romeo @romeokienzler ,

It took me a bit to get my head around the context what I had done over a year ago. Now that I've done the mental recall, I remember it was a great class and you had it extremely well organized. Thank you for all your work.

I grep'd the code for 'data = column' and found a couple lines, There is a line in coursera_ds/a0_m3_exercice2_spark2.3_python3.5_cos.ipynb. I'm assuming this is the line I was commenting about (reformatted to fit).

data = column1.zip(column2).zip(column3).zip(column4).map(
    lambda a_b_c_d : (a_b_c_d[0][0][0],a_b_c_d[0][0][1],a_b_c_d[0][1],a_b_c_d[1]) 
    ).map(lambda a_b_c_d : [a_b_c_d[0],a_b_c_d[1],a_b_c_d[2],a_b_c_d[3]])

I'm hesitant to submit a PR without without being able to test and verify the code change. My Coursera subscription has elapsed and I took the course on an prior computer so I can't even look at my old code to see what I had done. It would take me a while but I might be able to setup an environment inorder to get you a tested PR. I'm willing to make the extra effort since I found you did such a great job on your course. I'm just not sure if this minor improvement is worth the effort.

FYI, you can look me up in BluePages and slack me, Jeff Boston.

from component-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.