Git Product home page Git Product logo

Comments (8)

tonycpsu avatar tonycpsu commented on August 22, 2024

Oh, and of course the print() method has to be renamed for py2 -- I made it show().

from raccoon.

rsheftel avatar rsheftel commented on August 22, 2024

Thanks for this. If you submit a pull request I will take a look. One question, why does the print() method need to be renamed? Does it conflict with something in python2.7?

from raccoon.

tonycpsu avatar tonycpsu commented on August 22, 2024

Yeah, print is a reserved keyword in Python < 3, just like for, try, and yield.

I'll send a PR your way.

Also, since you seem to be doing active development, are you taking feature requests? One that jumps out to me is the seeming lack of a way to sort columns in reverse order, or according to a user-specified sort key / compare function. Any plans to do that?

from raccoon.

rsheftel avatar rsheftel commented on August 22, 2024

Thanks for all this. The project is an outgrowth of a larger project where I had a need for this pandas dataframe like data structure that was fast to expand. After searching everywhere and not able to find it I thought others might need it as well so I split that part out into this package.

So any development is mostly as needed in my larger project, but I am very happy to take that feature request or have anyone else add to the code base. My only request is that this code stay as fast as possible for the expanding dataframe use case.

from raccoon.

rsheftel avatar rsheftel commented on August 22, 2024

I just made a Feature Request wiki page and added your suggestion.

from raccoon.

rsheftel avatar rsheftel commented on August 22, 2024

Thanks for the PR #4 , it is merged into master

from raccoon.

tonycpsu avatar tonycpsu commented on August 22, 2024

Any idea what it takes to make raccoon available for Python 2 when installing with pip? I see the new release on PyPi and it's listed in the Python 2.7 category, but there's no build for 2.7 available, so it doesn't work unless I pip install from github.

from raccoon.

rsheftel avatar rsheftel commented on August 22, 2024

I updated the setup.cfg to generate a universal wheel that will install on either python 2 or 3 and uploaded the new wheel to PyPi so "pip install raccoon" will work on either pip2 or pip3.

from raccoon.

Related Issues (10)

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.