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

how to modify columns #49

Open exitNA opened 7 years ago

exitNA commented 7 years ago

from the api, suppose I have a df (DataFrame), I can get a columns (DataFrame.get) and do some stuffs(Series.map), and then, I want to replace the columns in the df, but, I fail to find api to do that.