How to add metadata info to a DataFrame?

I rather liked this suggestion in that other thread:

Generally speaking, I think in julia it’s better to avoid accessing the internals of an object directly (eg a.meta[:source] = "www.some.site") since a function can be generic and do similar things to objects that have different internal structure.

4 Likes