Git Product home page Git Product logo

Comments (13)

mkashiouris avatar mkashiouris commented on May 13, 2024 1

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

I’m sorry, this is a new one. Any chance you can give me some information on your dataframe?

Maybe the output of df.describe()?

from dtale.

mkashiouris avatar mkashiouris commented on May 13, 2024

from dtale.

mkashiouris avatar mkashiouris commented on May 13, 2024

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

Thanks that helps, one last question. What version of python & pandas are you using?

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

Oh wait I see it there. I’ve built it up to python 3.6, not sure if it will work with 3.7. I’ll take a look in the morning and see how hard it would be to upgrade

from dtale.

mkashiouris avatar mkashiouris commented on May 13, 2024

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

@mkashiouris I just ran a python3.7 build with no issue. Is there any chance you could tell which version of pandas you have installed? Sorry for all the questions

from dtale.

mkashiouris avatar mkashiouris commented on May 13, 2024

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

No worries, thanks for bearing with me. One other question is, how were you able to install it in python3.7? I just created a 3.7 virtualenv and I can't install dtale from pip because I've only uploaded 2.7 & 3.6 eggs. Did you use conda-forge?

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

@mkashiouris Ok, so I was able to do some more digging. I was able to get dtale installed on python3.7 using conda. But I'm still not seeing the issue that you're seeing. Not from the command-line or a jupyter notebook. So I'm wondering if you have an old version of pandas installed.

You can view which version of pandas by running the following snippet in either a python console or jupyter notebook:

import pandas as pd
pd.__version__

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

@mkashiouris good news, I managed to stumble upon your error when trying to pass some transposed data into dtale. The agg function in pandas could handle when a dataframe had mixed dtypes for some reason. I will be releasing a fix for this hopefully over the weekend.

Still a little worried why this was happening for every dataframe you passed it though.

from dtale.

aschonfeld avatar aschonfeld commented on May 13, 2024

v1.7.13

from dtale.

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.