Giter Club home page Giter Club logo

Comments (6)

has2k1 avatar has2k1 commented on July 20, 2024 1

This has been resolved in plotnine v0.13.2.

from mizani.

phofl avatar phofl commented on July 20, 2024

Pandas is moving towards "copy-on-write" (CoW 🐄), which will be default starting in version 3.0 (I am not sure when that will be released).

current schedule is late April / early may

You can make the data writeable again if you are certain that you don't modify inplace with

arr.flags.writeable = True

from mizani.

has2k1 avatar has2k1 commented on July 20, 2024

I'm aware of pandas 3 and hope to sort this out by then. I hadn't thought about temporarily disabling COW.

I think I am going to make a release that in interim disables COW.

from mizani.

khaeru avatar khaeru commented on July 20, 2024

Would it be possible to use numpy.nan_to_num() ?

return np.nan_to_num(np.asarray(x), nan=np.nan, posinf=range[1], neginf=range[0])

from mizani.

glatterf42 avatar glatterf42 commented on July 20, 2024

Would it be possible to use numpy.nan_to_num() ?

return np.nan_to_num(np.asarray(x), nan=np.nan, posinf=range[1], neginf=range[0])

I don't think so, this is causing the same error as above.

from mizani.

phofl avatar phofl commented on July 20, 2024

You can add copy=True if you want to be able to modify the array in place

from mizani.

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.