StratoDem / pandas-js

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

DataFrame.pivot #20

Closed mjclawar closed 7 years ago

mjclawar commented 7 years ago

http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.pivot.html

mjclawar commented 7 years ago

Return a DataFrame with "index" as the index values, "columns" as the columns and the elements consisting of unique observations at [index, col]. Must be at most one observation for each (index, col) tuple