Skip to content
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

Show frame in jupyter notebook as pandas.DataFrame #521

Open
LastsForever opened this issue Nov 1, 2020 · 1 comment
Open

Show frame in jupyter notebook as pandas.DataFrame #521

LastsForever opened this issue Nov 1, 2020 · 1 comment

Comments

@LastsForever
Copy link

I tried to show frame in jupyter notebook as pandas.DataFrame, but it didn't work well.
The best result I got is:
image

It's not intuitive.

I hope there is a method which could help us show frame as pandas.DataFrame do in jupyter notebook:
image

@zyzhu
Copy link
Contributor

zyzhu commented Nov 1, 2020

Check out this repo.
https://github.com/WalternativE/Deedle.DotNet.Interactive.Extension

@WalternativE is working on an extension in dotnet kernel to show frame and series properly. We have chatted on Slack. This extension will be eventually added here and will be published on Nuget.

If you would like to try out now. Follow the steps.

  1. Follow the nuget command here https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-sources to add https://www.myget.org/feed/Packages/gregs-experimental-packages to your local sources.
  2. Run #r "nuget: Deedle.DotNet.Interactive.Extension,0.1.0-alpha1 in your kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants