Hacker News new | ask | show | jobs
Updating Views in Julia's Dataframes.jl (bkamins.github.io)
4 points by ViralBShah 1732 days ago
1 comments

Views are a really nice feature in Julia. In Python's pandas library, it can be really difficult to determine if one DataFrame references another or is an independent copy. Julia makes this more obvious.