software-tools-books / js4ds

JavaScript for Data Science
https://third-bit.com/js4ds/
Other
185 stars 31 forks source link

Extend dataForge.dataFrame #136

Closed MayaGans closed 4 years ago

MayaGans commented 5 years ago

Include an example in the data forge chapter to extend the dataFrame class (this was how the awesome utility of extending classes clicked for me) -- we extended by creating our own inner_join function but I can try to think of simpler examples

MayaGans commented 4 years ago

I think by extending classes in React the reader gets a feel for this concept