StratoDem / pandas-js

Pandas in JavaScript for data analysis and visualization
https://stratodem.github.io/pandas.js-docs
MIT License
458 stars 36 forks source link

Add head and tail for DataFrame. Add iloc for DataFrame and associate… #38

Closed mjclawar closed 7 years ago

mjclawar commented 7 years ago

Add head and tail for DataFrame. Add iloc for DataFrame and associated tests. Distribution now excludes comments

Closes #37 and closes #30