GithubHelp home page GithubHelp logo

dstools's People

Contributors

elshor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dstools's Issues

support for tslab jupyter kernel?

Hi, thanks for the cool project.

I wonder if you've come across tslab and could support printing from it?
https://github.com/yunabe/tslab

I have the same issue as in #1 where the wrapper / raw html is displayed. tslab has a html show function which you could hook into, or if there were a way to just get the raw html output, I could push that into the function. For example, I might call it like this:

tslab.display.html(df.histogram('field1').show())

Support for other JS/node.js kernels

Hi,

I've been doing some data science work in node.js recently, so I'm really excited to check this project out!

I'm currently running node.js in my notebook with the notablemind node.js kernel. I was able to require dstools and I wrapped my array data in the Collection function and called .show() but was returned the Wrapper object for dstools instead of an actual HTML table.

.head() seems to work and modifies the _data key on the Wrapper object, but there's no table output to jupyter.

My guess is that dstools is meant to be used only with ijavascript at this moment.

Do you plan to support other kernels? I'm really excited about this project and would love to use it for my work. Also, let me know if there's any way I can help.

Save method adds backslash

The save method called on the Collection as below

movies = ds.Collection() .loadCSV('.....tmdb_5000_credits.csv'); movies.save('....tmdb-credits.json');

adds '\' to the saved JSON result.

This happens from both the Jupyter Javascript notebook and from node.js app using dstools.

Is it normal behavior?

Sample output below:

[{"movie_id":19995,"title":"Avatar","cast":"[{"cast_id": 242, "character": "Jake Sully", "credit_id": "5602a8a7c3a3685532001c9a",

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.