Coder Social home page Coder Social logo

print "'{}' is not a feature of the Titanic data. Did you spell something wrong?".format(key) about titanic-survival-exploraton HOT 4 CLOSED

43x79 avatar 43x79 commented on September 11, 2024
print "'{}' is not a feature of the Titanic data. Did you spell something wrong?".format(key)

from titanic-survival-exploraton.

Comments (4)

rahulravindran0108 avatar rahulravindran0108 commented on September 11, 2024

The ipython notebook is for python2 and you are running python3 (Thats what it seems like from the screenshot). Hence, the err on print statement as in python3 its print()

from titanic-survival-exploraton.

das-saikat avatar das-saikat commented on September 11, 2024

Following lines need to be changed to make it compatible with python 3
print ("'{}' is not a feature of the Titanic data. Did you spell something wrong?".format(key))

print ("'{}' has too many unique categories to display! Try a different feature.".format(key))

print ("Passengers with missing '{}' values: {} ({} survived, {} did not survive)".format(
key, len(nan_outcomes), sum(nan_outcomes == 1), sum(nan_outcomes == 0)))

from titanic-survival-exploraton.

rahulravindran0108 avatar rahulravindran0108 commented on September 11, 2024

@43x79 ^ the above comment should resolve your issue, if you wish to change it on the repo, send in a PR that imports the print function from future in the case of py2

from titanic-survival-exploraton.

rahulravindran0108 avatar rahulravindran0108 commented on September 11, 2024

@43x79 It should be solved now.

from titanic-survival-exploraton.

Related Issues (1)

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.