-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Is there a way to not show nan
and to collapse the index column?
#235
Comments
@jolespin Glad it's helping! Hearing stuff like that makes the sleepless nights worth it.
Going forward I can look into a global formatting option for displaying
Hopefully one of these options will work for now, but let me know if you're still having issues. Good luck |
@jolespin Just wanted to give you an update on my progress with this. Here's what I have for the nan formatting so far: https://youtu.be/I3qYHexY214 Please let me know if there is any other options you'd like to see? Hopefully I'll have this released soon after taking care of a couple more bugs. |
Wow, that was really fast. Thank you! I can’t think of any other features. I have a pretty complex environment for my main analysis environment and had trouble getting dtale to run properly. I’ll give this another shot when I get to my work computer. |
If you still have trouble let me know and we can trying working through it 👍 |
I've uploaded a video of trying to load the iris dataset with dtale. I tried checking the I'm using My environment is pretty complex which is probably why it's not working but I'm not sure what would be conflicting:
|
So you should be able to check your version using the “About” button on the main menu which you can access bu clicking the triangle in the upper lefthand corner |
@jolespin So I think the issue is that its having an issue trying to verify that its up and running. I've seen this before and I keep meaning to put a timeout on that verification (I will do that now). Anyways, one way around that is to do the following:
You can either click on the output of Let me know if that works, because if not i'll need some more information on how you're running your notebook. Like if it is running under kubernetes I'd try using the jupyterhub_server_proxy support |
Hmm, looks like I did add a timeout back in version 1.8.13. Let me know if those options I suggested work... |
Thanks for looking into it. I'm checking it right now. I tried opening up the URL but it's also not loading: http://jespinozlt2-osx:40000/dtale/main/1 I'm using |
Well last ditch effort you can simply try entering http://localhost:40000 in your browser and see if it works. I’ve certainly seen macs return hostnames (computer names) that arent valid hostnames. If that works you can just set your host to localhost when starting dtale: dtale.show(df, host=‘localhost’) |
Added in v1.14.0 |
First off THANK YOU for making this tool. This is going to up my workflow by so much. RIP
.to_clipboard
opening up a table in Excel and then digging into the details. However, I was wondering if it's possible to do a couple of things.Here's an example of my dataframe:
I have a function that reads in a table but it stores the filename as the
index.name
attribute. I can easily just remove this but I was wondering if there was a way to either minimize the index or manually resize?My second question was whether theres is a way to have a blank cell instead of
nan
for missing values?The text was updated successfully, but these errors were encountered: